Bug 153578

Summary: Expose ApplicationCache on the global Window object
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, koivisto, rniwa
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://html.spec.whatwg.org/#the-storage-interface
Attachments:
Description Flags
Patch
koivisto: review+, buildbot: commit-queue-
Archive of layout-test-results from ews102 for mac-yosemite
none
Archive of layout-test-results from ews114 for mac-yosemite none

Description Chris Dumez 2016-01-27 19:22:43 PST
Expose ApplicationCache on the global Window object as per:
https://html.spec.whatwg.org/#the-storage-interface

Chrome follows the spec, Firefox does not.
Comment 1 Chris Dumez 2016-01-27 19:25:28 PST
Created attachment 270076 [details]
Patch
Comment 2 Build Bot 2016-01-27 20:16:38 PST
Comment on attachment 270076 [details]
Patch

Attachment 270076 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/748140

New failing tests:
fast/loader/window-properties-restored-from-page-cache.html
Comment 3 Build Bot 2016-01-27 20:16:44 PST
Created attachment 270081 [details]
Archive of layout-test-results from ews102 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Build Bot 2016-01-27 20:23:20 PST
Comment on attachment 270076 [details]
Patch

Attachment 270076 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/748141

New failing tests:
fast/loader/window-properties-restored-from-page-cache.html
Comment 5 Build Bot 2016-01-27 20:23:25 PST
Created attachment 270082 [details]
Archive of layout-test-results from ews114 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews114  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 6 Chris Dumez 2016-01-27 21:33:30 PST
Committed r195729: <http://trac.webkit.org/changeset/195729>