Closed
Bug 1208560
Opened 9 years ago
Closed 9 years ago
Unship service workers and push notifications in Firefox 42
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
firefox43 | --- | unaffected |
relnote-firefox | --- | 42+ |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
774 bytes,
patch
|
nsm
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Since we aren't shipping push in 42, there is no reason to support service workers.
Comment on attachment 8666110 [details] [diff] [review] Unship service workers in Firefox 42 Review of attachment 8666110 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/app/profile/firefox.js @@ +1949,2 @@ > // Enable Push API. > pref("dom.push.enabled", true); Also this this in that case, since without serviceworkers, push is useless.
Attachment #8666110 -
Flags: review?(nsm.nikhil) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8666110 [details] [diff] [review] Unship service workers in Firefox 42 Approval Request Comment Service workers and push will not ship on 42. This patch disables them. Note that this will only land on beta.
Attachment #8666110 -
Flags: approval-mozilla-beta?
Updated•9 years ago
|
status-firefox42:
--- → affected
status-firefox43:
--- → unaffected
Comment 5•9 years ago
|
||
Comment on attachment 8666110 [details] [diff] [review] Unship service workers in Firefox 42 ok, let's disable it. Ehsan, we had "Ship Push messaging with disabled web notifications from ServiceWorkers" in the release notes, I guess we should remove it, right?
Flags: needinfo?(ehsan)
Attachment #8666110 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #5) > Ehsan, we had "Ship Push messaging with disabled web notifications from > ServiceWorkers" in the release notes, I guess we should remove it, right? Yes please. I'm setting the relnote flag as a reminder.
relnote-firefox:
--- → ?
Flags: needinfo?(ehsan)
Assignee | ||
Updated•9 years ago
|
Summary: Unship service workers in Firefox 42 → Unship service workers and push notifications in Firefox 42
Comment 9•9 years ago
|
||
If I understand well here, this means that SW and Push API will be enable by default in Fx 43 (unless the same patch that has been applied here to Fx 42 Beta is applied to Fx 43 when it will reach beta) [If this happens, will it happens here or in another bug?]
Flags: needinfo?(sledru)
Comment 10•9 years ago
|
||
Exactly. If this happens again, it might be in this bug or in a new bug (sorry about that). We will try to update this bug if this happens in another bug.
Flags: needinfo?(sledru)
Comment 11•9 years ago
|
||
What is the the problem in having SW without push nofications? SW is useful even without it.
Assignee | ||
Comment 12•9 years ago
|
||
(In reply to Arthur Stolyar [:nekr] from comment #11) > What is the the problem in having SW without push nofications? SW is useful > even without it. Our service worker implementation can only deal with fetch and push events, neither of which are available in 42. Without those two, service workers are useless.
Comment 15•9 years ago
|
||
(In reply to Jean-Yves Perrier [:teoli] from comment #9) > If I understand well here, this means that SW and Push API will be enable by > default in Fx 43 (unless the same patch that has been applied here to Fx 42 > Beta is applied to Fx 43 when it will reach beta) > > [If this happens, will it happens here or in another bug?] See bug 1215230
Comment 16•9 years ago
|
||
Again, see bug 1215230 for updates on SW compat info.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•