Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread laszlo.1.gombos
Hi, It seems like the working draft has a couple of TODOs now. Is the spec sufficiently stable? Are other browser vendors implementing this feature? We have interest implementing the battery-status spec for the QtWebKit (and share the common part of the implementation). What happens if

[webkit-dev] Aligning User Agent Header changes

2011-02-10 Thread laszlo.1.gombos
Hi, QtWebKit is considering dropping the language tag part of the User Agent string - following Firefox (http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/). I think the WebKit community did a reasonable job at aligning the User Agent string for WebKit based products and

Re: [webkit-dev] WebKit2 build system

2010-11-29 Thread laszlo.1.gombos
Hi, I'd like to warm up this old thread. Dependency on prefix header support seems to be a problem for ARM compiler (ARMCC/RVCT) builds as well (e.g. Symbian build). I've filed a bug to see if we can eliminate this build system dependency - https://bugs.webkit.org/show_bug.cgi?id=50174. We're

Re: [webkit-dev] [Bug 26083] How to access formatted Java script Console message ?

2010-11-17 Thread laszlo.1.gombos
Gopal, PropertyNameArray.h is only available if the engine of choice is JavaScriptCore. Chromium is using V8 so the file included is not available - as the error indicates. Check the review comments in the bug for more details/hints. Regards, Laszlo From:

Re: [webkit-dev] Single-threaded database/storage solution

2009-08-18 Thread laszlo.1.gombos
Hi All, QtWebKit has a build time flag called ENABLE_SINGLE_THREADED to turn off ENABLE_JSC_MULTIPLE_THREADS and WebCore features that create additional threads. I'm interested to make this feature available for QtWebKit (and maybe other ports) as well, not just to the WINCE port. See