Closed
Bug 1995558
Opened 5 months ago
Closed 5 months ago
Module Service workers should reject registration in case there's script eval failures.
Categories
(Core :: DOM: Service Workers, enhancement)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: hsingh, Assigned: hsingh)
References
Details
Attachments
(1 file)
Module Service workers should reject registration in case there's script eval failures.
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → hsingh
| Assignee | ||
Comment 1•5 months ago
|
||
Pushed by hsingh@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/262e9c7f2213
https://hg.mozilla.org/integration/autoland/rev/d47c9c843e7b
Service worker module registration should be rejected in case of any evaluation errors.r=edenchuang,dom-worker-reviewers
Comment 3•5 months ago
|
||
Backed out for causing failures at browser_dbg-browser-toolbox-workers.js.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/254ce923c1e5e7c8c431340e57520f419c104d2d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=533577930&repo=autoland&task=RKebz0mVQ7--f2vH4XEIUw.0&lineNumber=5140
Flags: needinfo?(hsingh)
Pushed by hsingh@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ac602ed98c71
https://hg.mozilla.org/integration/autoland/rev/394d8de02f3b
Service worker module registration should be rejected in case of any evaluation errors.r=edenchuang,dom-worker-reviewers
Comment 5•5 months ago
|
||
Pushed by hsingh@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a9ff68075ff9
https://hg.mozilla.org/integration/autoland/rev/4212c23df1d6
Service worker module registration should be rejected in case of any evaluation errors.r=edenchuang,dom-worker-reviewers
Comment 7•5 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Comment 8•5 months ago
|
||
Backed out for causing the macOS top crash in Bug 1998332.
Backout link: https://hg-edge.mozilla.org/mozilla-central/rev/9a81a01d61b6342b237a6431865eef20ee487c20
Status: RESOLVED → REOPENED
status-firefox146:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 146 Branch → ---
Pushed by hsingh@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/19e9ef1bce3e
https://hg.mozilla.org/integration/autoland/rev/a06cecd6a32f
Service worker module registration should be rejected in case of any evaluation errors.r=edenchuang,dom-worker-reviewers
Comment 10•5 months ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 5 months ago → 5 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
| Assignee | ||
Updated•4 months ago
|
Flags: needinfo?(hsingh)
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•