Closed
Bug 1174110
Opened 10 years ago
Closed 10 years ago
The service worker still remains registered when uninstalling the service-worker-enabled application
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
FxOS-S1 (26Jun)
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: noemi, Assigned: ferjm)
References
Details
Attachments
(1 file)
2.89 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
STR required b2g:
1. In the browser app, opens appA
2. appA registers a SW1
3. about:sw in b2g shows up SW1
3. Install appA
4. Open appA directly, appA registers SW2
5. Uninstall appA
6. about:sw in b2g shows up both SW1 and SW2
Expected:
Once Bug 1169249 has been landed we expect about:sw in b2g just showing up SW1
Currently:
Both SW1 and SW2 show up in about:sw in b2g. Even closing/opening settings or restarting the device
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ferjmoreno
Whiteboard: [s4]
Updated•10 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → NGA S3 (26Jun)
Assignee | ||
Comment 1•10 years ago
|
||
Works for apps installed via WebIDE, but it seems that it doesn't work for self-installed apps. I'll look at this on the next sprint.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [s4]
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8623044 -
Flags: review?(fabrice)
Updated•10 years ago
|
Attachment #8623044 -
Flags: review?(fabrice) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Reporter | ||
Comment 5•10 years ago
|
||
Just checked in m-c and the service worker is unregistered when uninstalling the service-worker-enabled application in case of self-installed applications. Thanks for fixing it so quickly!
Comment 6•10 years ago
|
||
As NGA Program Manager suggested, let's replace the NGA-X milestones with FxOS-Sx ones (more generic ones), once Bug 1174794 has already landed
Updated•10 years ago
|
Target Milestone: NGA S3 (26Jun) → FxOS-S1 (26Jun)
You need to log in
before you can comment on or make changes to this bug.
Description
•