Closed
Bug 1437064
Opened 7 years ago
Closed 6 years ago
Remove mTrackingTimeouts from TimeoutManager
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → afarre
Assignee | ||
Updated•7 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Try seems to be ok with this: https://treeherder.mozilla.org/#/jobs?repo=try&revision=20f76cffafd5d77447f4d8b4ed105d19055d12ef&group_state=expanded
QA Contact: overholt
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
QA Contact: overholt
Updated•6 years ago
|
Attachment #9014792 -
Attachment description: Bug 1437064 - Remove tracking timeouts list from TimeoutManager → Bug 1437064 - Remove tracking timeouts list from TimeoutManager.
Updated•6 years ago
|
Attachment #9014792 -
Attachment description: Bug 1437064 - Remove tracking timeouts list from TimeoutManager. → Bug 1437064 - Remove tracking timeouts list from TimeoutManager. data-review=chutten
Updated•6 years ago
|
Attachment #9014792 -
Attachment description: Bug 1437064 - Remove tracking timeouts list from TimeoutManager. data-review=chutten → Bug 1437064 - Remove tracking timeouts list from TimeoutManager.
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a230b07f0cb
Remove tracking timeouts list from TimeoutManager. r=chutten,Ehsan
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 5•6 years ago
|
||
In Thunderbird, we're seeing test failures as a result of this change. The failures are around timeouts and around the time when this landed. Related: bug 1499316, bug 1499240, bug 1499286. Thus, bug 1501138 filed to fix this.
I've also noticed very strange behavior in my code, that an exception from inside the setTimeout function was thrown outside by the setTimeout(). Makes no sense, I know. I haven't found a reduced testcase case.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•