Closed
Bug 1256411
Opened 7 years ago
Closed 7 years ago
simplify and cleanup ServiceWorkerInfo
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
Attachments
(1 file)
5.33 KB,
patch
|
ehsan.akhgari
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
While working on other bugs I noticed some things we can simplify in ServiceWorkerInfo. Some dead code and unnecessarily complex object dependencies.
Assignee | ||
Comment 1•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=69b0a31392d1
Attachment #8730343 -
Flags: review?(ehsan)
Updated•7 years ago
|
Attachment #8730343 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•7 years ago
|
status-firefox45:
--- → wontfix
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox-esr45:
--- → wontfix
Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 8730343 [details] [diff] [review] Simplify and cleanup ServiceWorkerInfo. r=ehsan Approval Request Comment [Feature/regressing bug #]: Service workers. [User impact if declined]: I'd like to uplift this to make other future uplifts easier. It also removes some code that could be theoretically lead to crashes. [Describe test coverage new/current, TreeHerder]: Existing mochitests and wpt tests. [Risks and why]: Minimal. [String/UUID change made/needed]: None
Attachment #8730343 -
Flags: approval-mozilla-beta?
Attachment #8730343 -
Flags: approval-mozilla-aurora?
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1ad42fbbe29a
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment on attachment 8730343 [details] [diff] [review] Simplify and cleanup ServiceWorkerInfo. r=ehsan While code cleanup should ideally ride the trains, given that this will help simplify future bug fixes and we have good automated test coverage, I am ok to take it in Aurora47.
Attachment #8730343 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment on attachment 8730343 [details] [diff] [review] Simplify and cleanup ServiceWorkerInfo. r=ehsan We should also uplift to Beta46.
Attachment #8730343 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•7 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/888d64f75c9d
Comment 8•7 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/56d07f9b4d61
You need to log in
before you can comment on or make changes to this bug.
Description
•