[webkit-dev] new API for offline web applications

2012-01-07 Thread huangxueqing
hi all: The latest html5 specification add a API applicationCache.abort() for offline web applications. I had implement offline web app for our browser in main process this month except this interface since it need to make some modifications in WebCore. I want to know whether any guys

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

2012-01-07 Thread David Kilzer
The abort() method is defined here: http://dev.w3.org/html5/spec/Overview.html#applicationcache There is no abort() method defined in Source/WebCore/loader/appcache/DOMApplicationCache.idl. Please file a bug and attach a patch for review. See: http://www.webkit.org/coding/contributing.html

[webkit-dev] chromium image tests on lion

2012-01-07 Thread Jarred Nicholls
Hey all, I'm running the layout tests for chromium on lion, and pretty much all of them is failing. LayoutTestHelper fails to set the generic RGB color profile, but after setting it manually the image diffs are very subtle (mostly around test rendering, but not too much on color). Related to

Re: [webkit-dev] chromium image tests on lion

2012-01-07 Thread Jochen Eisinger
Here's a patch to fix the LayoutTestHelper: https://bugs.webkit.org/show_bug.cgi?id=75618, however, as you already noted, this doesn't help with the other issues -jochen On Sat, Jan 7, 2012 at 5:44 PM, Jarred Nicholls jar...@webkit.org wrote: Hey all, I'm running the layout tests for

Re: [webkit-dev] [PATCH] JSCore with GDB

2012-01-07 Thread Sanjoy Das
Hi, I uploaded the patches bugzilla a few days back, but I forgot to post the bug id here: https://bugs.webkit.org/show_bug.cgi?id=75387 Thanks! -- Sanjoy Das http://playingwithpointers.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org