[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 had planed to implement it? If not and this 
feature was necessary, maybe i will file a bug and implement this api in next 
month.
thanks.

huangxueqing
Baidu, Inc.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

Thanks!

Dave


On Jan 7, 2012, at 7:04 AM, huangxueqing wrote:

 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 had planed to implement it? If not and 
 this feature was necessary, maybe i will file a bug and implement this api in 
 next month.
thanks.
 
 huangxueqing
 Baidu, Inc.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 Skia
change and/or just outdated expectations?

Given that Lion isn't a core test runner for chromium and it's been red
since who knows when, I suppose this is to be expected for now.

Appreciate any comments so I can safely overlook this, thanks!
Jarred
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 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 Skia
 change and/or just outdated expectations?

 Given that Lion isn't a core test runner for chromium and it's been red
 since who knows when, I suppose this is to be expected for now.

 Appreciate any comments so I can safely overlook this, thanks!
  Jarred

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev