Closed
Bug 1499473
Opened 7 years ago
Closed 7 years ago
TabGroup includes vestigial code to handle ThrottledEventQueue creation failure
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
Details
Attachments
(1 file)
Since bug 1452410, creating a ThrottledEventQueue always succeeds, but there is still code in TabGroup::EnsureThrottledEventQueues to handle that failure. It should be removed.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jimb
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1249680014b0
Simplify TabGroup a bit, now that ThrottledEventQueue::Create is infallible. r=smaug
Updated•7 years ago
|
Priority: -- → P2
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•