Re: [webkit-dev] Ambiguity in the style guide

2012-03-20 Thread David Levin
On Mon, Mar 19, 2012 at 10:37 PM, Martin Robinson mrobin...@webkit.orgwrote: Hello WebKittens, While I am loathe to take up list space with another style guide threads, Eric Seidel recently pointed out to me some ambiguities in the style guide at

[webkit-dev] Disabling Inspector on windows

2012-03-20 Thread Vivek Galatage
Hello webkit-dev, I am trying to disable the inspector on windows port through issuing following command - ./Tools/Scripts/build-webkit --no-inspector But I think this command line switch is not considered by the build system as I can see the code under ENABLE(INSPECTOR) is still enabled. So

Re: [webkit-dev] Magic Iframe removal proposed

2012-03-20 Thread Maciej Stachowiak
I'm ok with removing this feature for the reasons you described. I concur with others who think we should update the spec. I am also skeptical of state sharing features that work via newer, less tested API surface instead of latching onto existing features. That seems like a more risky

Re: [webkit-dev] Anyone using NEON code on ARM builds?

2012-03-20 Thread Jonathan Kliegman
On Wed, Mar 14, 2012 at 2:14 PM, Dean Jackson d...@apple.com wrote: Hi, There are three files with embedded NEON code to speed up filters: ./Source/WebCore/platform/graphics/filters/arm/FECompositeArithmeticNEON.{h,cpp}

[webkit-dev] [GTK] GtkLauncher segfault

2012-03-20 Thread 박상호
hi, I meet this seg-fault always. somebody help me? [Build Mode] --gtk --debug --web-audio --fullscreen-api --no-svg [SVN Revision] r111378 [O/S] Linux 3.2.0-19-generic #30-Ubuntu SMP Fri Mar 16 16:27:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [Log] $ ./WebKitBuild/Debug/Programs/GtkLauncher

Re: [webkit-dev] [GTK] GtkLauncher segfault

2012-03-20 Thread Sergio Villar Senin
En 20/03/12 15:42, 박상호 escribiu: hi, I meet this seg-fault always. somebody help me? That's an already known bug in WebKit, the code hits an ASSERT whenever you try to convert icon image data to port specific image data. See https://bugs.webkit.org/show_bug.cgi?id=67582 for more details. If

Re: [webkit-dev] Magic Iframe removal proposed

2012-03-20 Thread Adam Barth
Yeah, normally I would have waited longer, but the patch fixed a crash in WebKit2 that was making the bots red. There was a discussion in another bug (sorry, don't have the link handy) where folks graciously held off fixing the crash, and I didn't want them to wait any longer than necessary.

Re: [webkit-dev] Anyone using NEON code on ARM builds?

2012-03-20 Thread Dean Jackson
Hi Jonathan, On 21/03/2012, at 12:56 AM, Jonathan Kliegman wrote: On Wed, Mar 14, 2012 at 2:14 PM, Dean Jackson d...@apple.com wrote: Hi, There are three files with embedded NEON code to speed up filters: ./Source/WebCore/platform/graphics/filters/arm/FECompositeArithmeticNEON.{h,cpp}

[webkit-dev] 2012 WebKit Contributors' meeting

2012-03-20 Thread Sam Weinig
Apple will once again be hosting a WebKit Contributors Meeting. It will be held at the Cypress Hotel in Cupertino, CA on April 19 and 20. This meeting is for contributors to the WebKit Open Source Project. As with the meeting last year, this event will have an unconference-like format, allowing

Re: [webkit-dev] Git/SVN is slow

2012-03-20 Thread William Siegrist
On Mar 16, 2012, at 9:54 AM, William Siegrist wsiegr...@apple.com wrote: On Mar 16, 2012, at 9:26 AM, Ryosuke Niwa rn...@webkit.org wrote: As I stated on this thread, I was getting reasonable download speed from svn and others at home (Comcast business in SF). You may want to compare my

Re: [webkit-dev] Moving WTF out of JavaScriptCore

2012-03-20 Thread Eric Seidel
We're ready to complete the move. https://bugs.webkit.org/show_bug.cgi?id=80911 should land later this evening, moving JavaScriptCore/wtf/Platform.h to Source/WTF/Platform.h Tomorrow (Weds) I will move a .cpp file in the same way. Thursday, I will move all the rest of the WTF files. I will

Re: [webkit-dev] Magic Iframe removal proposed

2012-03-20 Thread Aaron Boodman
I actually do know of at least one WebKit-only application under development at Google that may be using this feature (I recently suggested it to them). Oh well. - a On Tue, Mar 20, 2012 at 8:07 AM, Adam Barth aba...@webkit.org wrote: Yeah, normally I would have waited longer, but the patch