Closed
Bug 1131322
(ServiceWorkers-B2G)
Opened 10 years ago
Closed 9 years ago
Service Workers for Gaia
Categories
(Core :: DOM: Service Workers, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nsm, Unassigned)
References
Details
Tracking bug for various followups that bring the Gecko implementation up to speed with the ServiceWorker spec, that is still undergoing revision.
ServiceWorkers-v1 focuses more on capturing the semantics of ServiceWorkers and the key expectations of allowing ServiceWorkers to:
1) Intercept network requests.
2) Interact with controlled windows.
3) Allow deterministic, programmatic caching (via Cache API)
4) Implement basic scoping restrictions.
The intent of this bug is to capture ServiceWorker APIs and behaviours that do not affect the semantics of ServiceWorkers, but do add APIs or increase the capabilities of ServiceWorkers, such as:
1) Allowing Workers to be controlled too.
2) Immediate stealing of controlled clients via skipWaiting() and claim()
3) Access to ServiceWorkerRegistration and friends on workers.
| Reporter | ||
Updated•10 years ago
|
Alias: ServiceWorkers-v2
| Reporter | ||
Updated•10 years ago
|
Blocks: ServiceWorkers
Updated•10 years ago
|
See Also: → ServiceWorkers-v1
Updated•10 years ago
|
Updated•10 years ago
|
Component: DOM → DOM: Service Workers
Comment 1•10 years ago
|
||
We've been using this bug to track B2G-specific SW issues so I'm clarifying the summary to reflect that.
Summary: ServiceWorkers v2 → Service Workers for B2G
Updated•10 years ago
|
Priority: -- → P2
Target Milestone: --- → FxOS-S8 (02Oct)
Updated•10 years ago
|
Priority: P2 → --
Target Milestone: FxOS-S8 (02Oct) → ---
Comment 2•10 years ago
|
||
Let's keep this bug as the "Service Workers for Gaia" bug and use bug 1207265 for "Service Workers for Web content on Firefox OS". Feel free to move things there as needed.
Comment 3•10 years ago
|
||
Sorry for changing the alias but -v2 was confusing. This bug tracks work for shipping Service Workers on B2G.
Alias: ServiceWorkers-v2 → ServiceWorkers-B2G
Updated•10 years ago
|
Summary: Service Workers for B2G → Service Workers for Gaia
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•