Re: [webkit-dev] run-webkit-tests is moving to parallell testing by default (this weekend)

2011-12-02 Thread Eric Seidel
On Fri, Dec 2, 2011 at 6:44 PM, Dirk Pranke wrote: > some of those tests are taking 10 minutes or more to complete ... > there's clearly one or more bugs here keeping NRWT from timing out DRT > properly. Some are almost certainly in NRWT, but I wonder if there are > things in the o/s or in DRT's

Re: [webkit-dev] run-webkit-tests is moving to parallell testing by default (this weekend)

2011-12-02 Thread Dirk Pranke
On Fri, Dec 2, 2011 at 3:55 PM, Eric Seidel wrote: > run-webkit-tests is moving to parallell testing by default (this weekend) > > I just moved Mac this afternoon.  The SnowLeopard bot went from a 1 hr > 4 min (!?!) cycle time, to 38 min (still !?!). > http://build.webkit.org/builders/SnowLeopard%

Re: [webkit-dev] multithreading in JSC

2011-12-02 Thread Gavin Barraclough
On Dec 2, 2011, at 12:10 PM, venkeng koon wrote: > Hi! > I have started to invistigate SFX and now have some information about it. > But I have still had some quetions and will be very gratefull if you could > help me. > First. Does SFX support multithreading? Can he compile several funcotion a

[webkit-dev] run-webkit-tests is moving to parallell testing by default (this weekend)

2011-12-02 Thread Eric Seidel
run-webkit-tests is moving to parallell testing by default (this weekend) I just moved Mac this afternoon. The SnowLeopard bot went from a 1 hr 4 min (!?!) cycle time, to 38 min (still !?!). http://build.webkit.org/builders/SnowLeopard%20Intel%20Debug%20%28Tests%29/builds/3317 http://build.webkit

[webkit-dev] dump Assembler

2011-12-02 Thread vahagvahag
Hi. How can I get native code of function cause I wanna disassemble it to see generated assebler. I know that machine code goes trough AssemblerBuffer::executableCopy function but can't figure out how to get machine code? Is there any idea? -- View this message in context: http://old.nabble.com

[webkit-dev] multithreading in JSC

2011-12-02 Thread venkeng koon
Hi! I have started to invistigate SFX and now have some information about it. But I have still had some quetions and will be very gratefull if you could help me. First. Does SFX support multithreading? Can he compile several funcotion at once? Second. Now I'm working to dump assembler from native

Re: [webkit-dev] query on eventsender

2011-12-02 Thread Antaryami Pandia
Thanks Darin. -Antaryami On Fri, Dec 2, 2011 at 1:45 AM, Darin Adler wrote: > On Nov 22, 2011, at 2:35 AM, Antaryami Pandia wrote: > > > Can eventsender be used to send click events on options of a drop down > combo box? > > No. > > -- Darin > ___ web

Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-02 Thread Ilyes Gouta
Thanks Gustavo, I'll check it out. I'm definitely still interested in a minimal build with just the features I need being explicitly enabled. -Ilyes On Fri, Dec 2, 2011 at 10:12 AM, Gustavo Noronha Silva wrote: > On Thu, 2011-12-01 at 17:41 +0100, Ilyes Gouta wrote: >> My bad. I'm so used to bui

Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-02 Thread Gustavo Noronha Silva
On Thu, 2011-12-01 at 17:41 +0100, Ilyes Gouta wrote: > My bad. I'm so used to build WebKit with most build options disabled. > Reverted to a default build configuration and it indeed looks good. FWIW, I saw this problem before and it seems it was related to workers being disabled. -- Gustavo Nor

Re: [webkit-dev] [gtk] OpenGL headers are not listed as a dependency

2011-12-02 Thread Martin Robinson
On Fri, Dec 2, 2011 at 12:45 AM, John Yani wrote: > Got it working by installing these packages: > > libgl1-mesa-glx > libgl1-mesa-dev > > Probably, It should've been written in the instruction. Thanks for bringing this to my attention. This is a fairly recent requirement. I have updated the docu