Re: [webkit-dev] Help with GTK build

2011-01-10 Thread Alejandro Garcia Castro
On Sat, Jan 08, 2011 at 12:50:11PM +0100, Alejandro G. Castro wrote: On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote: [...] Yeah, it is the length, we already had that issue when doing make dist. It looks like adding Source is adding enough characters to cause the

Re: [webkit-dev] Help with GTK build

2011-01-10 Thread Adam Barth
On Mon, Jan 10, 2011 at 12:32 AM, Alejandro Garcia Castro a...@igalia.com wrote: On Sat, Jan 08, 2011 at 12:50:11PM +0100, Alejandro G. Castro wrote: On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote: [...] Yeah, it is the length, we already had that issue when doing

[webkit-dev] Image decoding on demand?

2011-01-10 Thread Mo, Zhenyao
Hi, I am working on improving WebGL texture uploading performance. At the moment, for each texture loaded from HTMLImageElement, images are always decoded twice: the first pass is regular decoding, the second pass is for WebGL only. The reason is that for WebGL, we sometimes want the raw RGBA

Re: [webkit-dev] EventListener Invocation Cost?

2011-01-10 Thread Darin Adler
On Jan 9, 2011, at 11:56 AM, Alex Milowski wrote: I'm not sure there is a lot that can be done about it. I’m sure we can speed it up if we have a reason to. Step one is to find out exactly where the time is spent. Then we figure out ways to streamline the code path. The experts on this may

[webkit-dev] [Mac] Pixel test passed but the text dump differs.

2011-01-10 Thread Jia Pu
Hello, I just noticed that there're a few spelling correction tests are failing on TOT on mac. The pixel tests still pass, but the text dump are different. More specifically, all the differences are on numeral value in the phrase #document toDOMRange:range from 1 of #text. I have attached a

Re: [webkit-dev] [Mac] Pixel test passed but the text dump differs.

2011-01-10 Thread Jia Pu
Sorry, forgot to attached the sample of diff result: --- /tmp/layout-test-results/platform/mac/editing/spelling/autocorrection-contraction-expected.txt 2011-01-10 11:12:55.0 -0800 +++ /tmp/layout-test-results/platform/mac/editing/spelling/autocorrection-contraction-actual.txt

Re: [webkit-dev] EventListener Invocation Cost?

2011-01-10 Thread Alex Milowski
On Mon, Jan 10, 2011 at 10:19 AM, Darin Adler da...@apple.com wrote: On Jan 9, 2011, at 11:56 AM, Alex Milowski wrote: I'm not sure there is a lot that can be done about it. I’m sure we can speed it up if we have a reason to. Step one is to find out exactly where the time is spent. Then we

Re: [webkit-dev] [Mac] Pixel test passed but the text dump differs.

2011-01-10 Thread Darin Adler
On Jan 10, 2011, at 11:05 AM, Jia Pu wrote: I just noticed that there're a few spelling correction tests are failing on TOT on mac. The pixel tests still pass, but the text dump are different. More specifically, all the differences are on numeral value in the phrase #document

Re: [webkit-dev] [Mac] Pixel test passed but the text dump differs.

2011-01-10 Thread Ryosuke Niwa
On Mon, Jan 10, 2011 at 12:09 PM, Ryosuke Niwa ryosuke.n...@gmail.comwrote: This might be due to my first patch for https://bugs.webkit.org/show_bug.cgi?id=51389 Best, Ryosuke On Mon, Jan 10, 2011 at 11:42 AM, Darin Adler da...@apple.com wrote: On Jan 10, 2011, at 11:05 AM, Jia Pu wrote:

Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-10 Thread fredx21
The function evaluateJavaScript()is not in my Frame.h. Do you know why? Is there some cmake options that makes it appear in the Frame class? Regards, Fred -Original Message- From: André Pedralho [mailto:apedra...@gmail.com] Sent: Friday, January 07, 2011 2:21 PM To: fredx21 Cc:

Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-10 Thread André Pedralho
2011/1/10 fredx21 fred...@hotmail.com: The function evaluateJavaScript()is not in my Frame.h. Do you know why? Is there some cmake options that makes it appear in the Frame class? Hi Fred, my bad! Sorry, it is only available in the Qt port. Regards, Fred -Original Message- From:

Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-10 Thread Patrick Gansterer
André Pedralho: Hi Fred, my bad! Sorry, it is only available in the Qt port. If you have a look at the Qt port you see the following: JSC::JSValue v = d-frame-script()-executeScript(ScriptSourceCode(scriptSource)).jsValue(); There's a Frame::script() method where get the ScriptController. -

[webkit-dev] Scope of FrameLoader::isProcessingUserGesture

2011-01-10 Thread Joe Mason
In our platform implementation of dispatchWillPerformClientRedirect, we check whether the redirect was triggered by a user gesture: m_frame-loader()-isProcessingUserGesture() Since svn rev 65082, isProcessingUserGesture returns true when processing a meta tag refresh. We have a fix for this,

Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-10 Thread Brent Fulgham
Hi Patrick, On Jan 10, 2011, at 12:37 PM, Patrick Gansterer wrote: André Pedralho: Hi Fred, my bad! Sorry, it is only available in the Qt port. If you have a look at the Qt port you see the following: JSC::JSValue v =

[webkit-dev] #webkit down?

2011-01-10 Thread Eric Seidel
As of this afternoon I'm unable to connect o #webkit. I'm attempting to connect to irc.freenode.net (I was using port 8000, but now I'm using 7000 w/ SSL). NICK eseidel USER eseidel 0 * Eric Seidel NOTICE * *** Looking up your hostname... NOTICE * *** Checking Ident NOTICE * *** Found your

Re: [webkit-dev] #webkit down?

2011-01-10 Thread Ryosuke Niwa
I can access #webkit as of now. - Ryosuke On Mon, Jan 10, 2011 at 11:19 PM, Eric Seidel e...@webkit.org wrote: As of this afternoon I'm unable to connect o #webkit. I'm attempting to connect to irc.freenode.net (I was using port 8000, but now I'm using 7000 w/ SSL). NICK eseidel USER