[Webkit-unassigned] [Bug 76270] Implement offline web applications abort API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 14 04:32:18 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76270





--- Comment #19 from huangxueqing <huangxueqing at baidu.com>  2012-01-14 04:32:17 PST ---
(In reply to comment #14)
> As for the chromium port, please make it compile with a noop abort() method and skip any new tests that rely on this method.
> 
> To make it compile, add something like the following to WebKit\chromium\src\ApplicationCacheHost.cpp
> 
> void ApplicationCacheHost::abort()
> {
>     // FIXME: See https://bugs.webkit.org/show_bug.cgi?id=76270
> }
> 
> To skip tests, add lines to WebKit\LayoutTests\platform\chromium\test_expectations.txt that looks like...
> 
> BUGWK76270 SKIP : http/tests/appcache/<each-newly-added-tests> = FAIL

Done

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list