Closed
Bug 1110144
(serviceworker-cache)
Opened 9 years ago
Closed 8 years ago
ship Service Worker Cache in release builds
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.06 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
This is a meta bug for all SW Cache work that must be done before the feature can be pref'd on.
Assignee | ||
Comment 1•9 years ago
|
||
I guess its more typical to just make a "pref it on" bug instead of a meta bug here. Lets do that.
Assignee: nobody → bkelly
Status: NEW → ASSIGNED
Depends on: 940273
Summary: [meta] Service Worker Cache bugs required to enable pref → enable Service Worker Cache pref in nightly
Assignee | ||
Updated•9 years ago
|
Depends on: cachetests
Assignee | ||
Updated•9 years ago
|
Blocks: ServiceWorkers-v1
No longer depends on: 1119864
Updated•9 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•9 years ago
|
Summary: enable Service Worker Cache pref in nightly → ship Service Worker Cache in release builds
Updated•9 years ago
|
Alias: serviceworker
Updated•9 years ago
|
Alias: serviceworker → serviceworker-cache
Comment 2•8 years ago
|
||
Release Note Request (optional, but appreciated) [Why is this notable]: Shipping Cache API [Suggested wording]: Implemented Cache API for querying named caches that are accessible by a ServiceWorker [Links (documentation, blog post, etc)]: Standard: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects MDN docs: https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage
relnote-firefox:
--- → ?
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8626870 -
Flags: review?(ehsan)
Comment 4•8 years ago
|
||
Comment on attachment 8626870 [details] [diff] [review] Enable Cache API in release builds. r=ehsan Review of attachment 8626870 [details] [diff] [review]: ----------------------------------------------------------------- Congrats!
Attachment #8626870 -
Flags: review?(ehsan) → review+
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f71f5a88e16d
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 7•8 years ago
|
||
(In reply to Lawrence Mandel [:lmandel] (use needinfo) from comment #2) > Release Note Request (optional, but appreciated) > [Why is this notable]: Shipping Cache API > [Suggested wording]: Implemented Cache API for querying named caches that > are accessible by a ServiceWorker Caches are accessible by non-Service Workers, too. Ben, what do you think this should read?
Flags: needinfo?(lmandel)
Flags: needinfo?(bkelly)
Assignee | ||
Comment 8•8 years ago
|
||
I guess it could changed to: "Implemented Cache API for querying named caches that are accessible from window, Worker, and ServiceWorker."
Flags: needinfo?(bkelly)
Release note added to Firefox 41.0a2
Updated•8 years ago
|
Flags: needinfo?(lmandel)
Comment 10•8 years ago
|
||
I've updated browser compat information in the relevant articles: https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage (and member subpages) https://developer.mozilla.org/en-US/docs/Web/API/Cache (and member subpages) And added a note about it being exposed to window as well as worker. I've also added a note here: https://developer.mozilla.org/en-US/Firefox/Releases/41#Service_Workers
Keywords: dev-doc-needed → dev-doc-complete
Comment 11•8 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #10) > I've also added a note here: > > https://developer.mozilla.org/en-US/Firefox/Releases/41#Service_Workers Just a note, the way that's written looks like Cache is behind the "experimental Service Worker implementation", and not totally clear it's actually shipping. Maybe it should be moved outside that bulleted list?
Comment 12•8 years ago
|
||
(In reply to Matt Falkenhagen from comment #11) > (In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #10) > > I've also added a note here: > > > > https://developer.mozilla.org/en-US/Firefox/Releases/41#Service_Workers > > Just a note, the way that's written looks like Cache is behind the > "experimental Service Worker implementation", and not totally clear it's > actually shipping. Maybe it should be moved outside that bulleted list? I think you've got a good point here. I've updated it as requested.
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•