Open
Bug 1456893
Opened 5 years ago
Updated 4 months ago
factor DETH global binding out into a separate GlobalObjectBindable class
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
Details
In bug 1456466 I am adding a helper class called DOMMozPromiseRequestHolder that auto-disconnects MozPromise Thenables when the global is closed. To do this its extending DETH even though its not really an event target. This bug is to split the global binding logic out into a separate class so things like this helper class can use it without incurring all the DETH event listener baggage.
Reporter | ||
Comment 1•5 years ago
|
||
I need to wait to do this until the tree thaws after the FF61 soft freeze.
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
This would be nice code cleanup, but I did not get to it. Sorry.
Assignee: ben → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
Updated•4 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•