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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 13:01:23 PST 2012


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


Michael Nordman <michaeln at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaeln at google.com




--- Comment #14 from Michael Nordman <michaeln at google.com>  2012-01-13 13:01:23 PST ---
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

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