[webkit-dev] Is Bug 51742 - Add DeviceOrientationEvent.absolute blocking?

2012-01-10 Thread Xinchao He
Hi, The device orientation in webkit need to add DeviceOrientationEvent.absolute to match the w3c spec: http://www.w3.org/TR/orientation-event, but I've noticed that the Bug 51742 - Add DeviceOrientationEvent.absolute has been sitting there for a long time, is it blocking? And what's the

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

2012-01-10 Thread Alexis Menard
On Mon, Jan 9, 2012 at 8:36 PM, Eric Seidel e...@webkit.org wrote: We've been talking about moving WTF out of JavaScriptCore for a long time.  We believe we're nearly there. https://bugs.webkit.org/show_bug.cgi?id=75673 This will mean that WTF will be built as a separate static library on all

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

2012-01-10 Thread Alexis Menard
On Tue, Jan 10, 2012 at 7:07 AM, Alexis Menard alexis.men...@openbossa.org wrote: On Mon, Jan 9, 2012 at 8:36 PM, Eric Seidel e...@webkit.org wrote: We've been talking about moving WTF out of JavaScriptCore for a long time.  We believe we're nearly there.

[webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Philippe Normand
Hi, I thought any substantial code contribution was to be reviewed in a proper bugzilla entry? This commit broke the WebKit2 build earlier today: http://trac.webkit.org/changeset/104557 No mention of a bugzilla entry... Hopefully Kenneth was quick coming up with a build fix, but please let's

Re: [webkit-dev] new API for offline web applications

2012-01-10 Thread huangxueqing
Hi Dave: I have implemented abort(), but some of result of layout test in Layout/http/tests/appcache was failed. And i copy appcache dir into htdocs dir of apache raise failure again. I think due to some configuration problems. Should i configure something to correct it? thanks.

Re: [webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Peter Beverloo
The bugzilla bug is here, it's just not referenced in the message (which it should be): https://bugs.webkit.org/show_bug.cgi?id=75956 Peter On Tue, Jan 10, 2012 at 14:44, Philippe Normand ph...@igalia.com wrote: Hi, I thought any substantial code contribution was to be reviewed in a proper

Re: [webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Philippe Normand
On Tue, 2012-01-10 at 14:48 +, Peter Beverloo wrote: The bugzilla bug is here, it's just not referenced in the message (which it should be): https://bugs.webkit.org/show_bug.cgi?id=75956 Ah, thanks Peter! Too bad the EWS wasn't not used though :( Philippe signature.asc Description:

[webkit-dev] new shell for JavaScriptCore?

2012-01-10 Thread Andy Wingo
Hello JSC hackers, I've been thinking for some time now that there is room for another command-line shell for JSC. Things that the current JSC shell does not do, but it should do: * Profiling. * Disassembly. * Good debugging interfaces for developing JSC: bytecode dump, CFG dump,

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

2012-01-10 Thread Jarred Nicholls
On Tue, Jan 10, 2012 at 5:41 AM, Alexis Menard alexis.men...@openbossa.orgwrote: On Tue, Jan 10, 2012 at 7:07 AM, Alexis Menard alexis.men...@openbossa.org wrote: On Mon, Jan 9, 2012 at 8:36 PM, Eric Seidel e...@webkit.org wrote: We've been talking about moving WTF out of JavaScriptCore for

Re: [webkit-dev] new API for offline web applications

2012-01-10 Thread David Kilzer
How did you run the layout tests? The run-webkit-tests script should take care of starting the Apache web server for you with all the configuration options set. This is usually how you run just the http tests for a debug build (after running the build-webkit script):

[webkit-dev] generate-coverage-data on Lion?

2012-01-10 Thread Laurence Mclister
Hi All, When attempting to run code coverage on Lion I am getting the error below. Has anyone successfully gotten generate-coverage–data to work on Lion or have insight into the error? Could this be a llvm/clang version issue? Any tips would be greatly appreciated. Thanks, -Larry …

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

2012-01-10 Thread Eric Seidel
If a Qt person wants to make this move even less error-prone for Qt, adding a newwtf.a library which just builds WTF/Stub.cpp and links it into JavaScriptCore (similar to what Mac, Gtk, and Chromium do today), then there won't need to be any guess work on my part when moving wtf.a I'll have

[webkit-dev] [PATCH] Use 'Ok' and 'Cancel' buttons in JavaScript confirm box.

2012-01-10 Thread Johannes Obermayr
See: http://www.javascripter.net/faq/confirm.htm Fixes: https://bugs.kde.org/show_bug.cgi?id=287629 --- Source/WebKit/qt/Api/qwebpage.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WebKit/qt/Api/qwebpage.cpp b/Source/WebKit/qt/Api/qwebpage.cpp index

Re: [webkit-dev] [PATCH] Use 'Ok' and 'Cancel' buttons in JavaScript confirm box.

2012-01-10 Thread Adam Barth
Thanks, but we don't usually accept patches via the mailing list. Instead, we use https://bugs.webkit.org/. Please see http://www.webkit.org/coding/contributing.html for more information about how to contribute patches to the project. Adam On Tue, Jan 10, 2012 at 11:29 AM, Johannes Obermayr

Re: [webkit-dev] new shell for JavaScriptCore?

2012-01-10 Thread Gavin Barraclough
On Jan 10, 2012, at 7:33 AM, Andy Wingo wrote: Hello JSC hackers, I've been thinking for some time now that there is room for another command-line shell for JSC. Hi Andy, Yes! Some more things to add to the wish list: * tab completion (e.g. Math.si -tab- Math.sin) *

[webkit-dev] ietestcenter tests

2012-01-10 Thread Adam Barth
Hi webkit-dev, As you're probably aware, our friend at Microsoft have posted a bunch of standards compliance tests on http://samples.msdn.microsoft.com/ietestcenter/. In the spirit of good-natured competition, I thought we might try to get a higher score than the latest beta of IE10. (WebKit's

Re: [webkit-dev] ietestcenter tests

2012-01-10 Thread Jarred Nicholls
On Tue, Jan 10, 2012 at 5:22 PM, Adam Barth aba...@webkit.org wrote: Hi webkit-dev, As you're probably aware, our friend at Microsoft have posted a bunch of standards compliance tests on http://samples.msdn.microsoft.com/ietestcenter/. In the spirit of good-natured competition, I thought

[webkit-dev] SWF File with flv/f4v streaming from server doesn't play with the webkit application.

2012-01-10 Thread AVINASH H R
Hi, I have developed an application using webkit which plays back youtube videos, SWF files and flv/f4v files. For playing back flv/f4v files I have a swf file created using actionscript. This swf file looks for an xml file at a predefined path. This xml file contains path to a flv/f4v