[Webkit-unassigned] [Bug 76270] New: offline web applications abort
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 13 06:14:01 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=76270
Summary: offline web applications abort
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: huangxueqing at baidu.com
CC: ddkilzer at webkit.org
Implement offline web applications API(applicationCache.abort()<http://dev.w3.org/html5/spec/Overview.html#application-cache-api>).
The abort API was different from update and swapCache, it do nothing rather than throw an InvalidStateError exception while no such applicationCache or if does not have a current application cache download process. Thus the abort() defined in DOMApplicationCache.idl without |raises(DOMException)|.
--
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