Closed
Bug 1268976
Opened 9 years ago
Closed 9 years ago
Assert that the micro-task queues are empty upon destruction of CycleCollectedJSRuntime
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
Details
Attachments
(1 file)
|
1023 bytes,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
While digging into bug 1261106, I thought that maybe we were leaving promises in
the micro-task queue, and I disproved that hypothesis, but I think this may be a
good assertion to keep around in general.
Attachment #8747271 -
Flags: review?(continuation)
| Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8747271 [details] [diff] [review]
Assert that the micro-task queues are empty upon destruction of CycleCollectedJSRuntime
Review of attachment 8747271 [details] [diff] [review]:
-----------------------------------------------------------------
I don't know anything about this code, but what's the worst that could happen with a couple of asserts...
Attachment #8747271 -
Flags: review?(continuation) → review+
Comment 4•9 years ago
|
||
FWIW, you should probably get reviews from khuey for these task queue things.
Looks fine.
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•