Bug 153578 - Expose ApplicationCache on the global Window object
Summary: Expose ApplicationCache on the global Window object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/#the-sto...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-01-27 19:22 PST by Chris Dumez
Modified: 2016-01-27 21:33 PST (History)
4 users (show)

See Also:


Attachments
Patch (23.59 KB, patch)
2016-01-27 19:25 PST, Chris Dumez
koivisto: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews102 for mac-yosemite (754.87 KB, application/zip)
2016-01-27 20:16 PST, Build Bot
no flags Details
Archive of layout-test-results from ews114 for mac-yosemite (796.00 KB, application/zip)
2016-01-27 20:23 PST, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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>