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] 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] 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