Closed
Bug 1241531
Opened 9 years ago
Closed 9 years ago
fix some job queue issues found through code inspection
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
Attachments
(4 files)
776 bytes,
patch
|
ehsan.akhgari
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
2.26 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
1.34 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
959 bytes,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
I see a few issues in the service worker job queue code. I don't have any failing tests, but it would be nice to close these up.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8710515 -
Flags: review?(ehsan)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8710517 -
Flags: review?(ehsan)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8710518 -
Flags: review?(ehsan)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8710519 -
Flags: review?(ehsan)
Updated•9 years ago
|
Attachment #8710515 -
Flags: review?(ehsan) → review+
Updated•9 years ago
|
Attachment #8710517 -
Flags: review?(ehsan) → review+
Updated•9 years ago
|
Attachment #8710518 -
Flags: review?(ehsan) → review+
Updated•9 years ago
|
Attachment #8710519 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 5•9 years ago
|
||
On my mobile so I can't star in treeherder easily, but all the try orange looks like known intermittent to me.
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/cca3ee01a862
https://hg.mozilla.org/integration/mozilla-inbound/rev/62452453a636
https://hg.mozilla.org/integration/mozilla-inbound/rev/9979b9c3314a
https://hg.mozilla.org/integration/mozilla-inbound/rev/ae7300dbece6
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cca3ee01a862
https://hg.mozilla.org/mozilla-central/rev/62452453a636
https://hg.mozilla.org/mozilla-central/rev/9979b9c3314a
https://hg.mozilla.org/mozilla-central/rev/ae7300dbece6
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8710515 [details] [diff] [review]
P1 Only pop jobs from the queue when the correct job completes. r=ehsan
For all 4 patches.
Approval Request Comment
[Feature/regressing bug #]: service workers
[User impact if declined]: Possible crash if certain code paths are hit.
[Describe test coverage new/current, TreeHerder]: Current mochitests ensure no regressions, but we don't have a test that provokes the crash.
[Risks and why]: Minimal. Only affects service workers.
[String/UUID change made/needed]: None
Attachment #8710515 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•9 years ago
|
status-firefox44:
--- → wontfix
status-firefox45:
--- → affected
Comment 9•9 years ago
|
||
Comment on attachment 8710515 [details] [diff] [review]
P1 Only pop jobs from the queue when the correct job completes. r=ehsan
Fix a crash, taking it.
Attachment #8710515 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•9 years ago
|
||
bugherder uplift |
Updated•9 years ago
|
Blocks: CVE-2016-1959
You need to log in
before you can comment on or make changes to this bug.
Description
•