Closed
Bug 1553463
Opened 6 years ago
Closed 6 years ago
The source editor should use a weak PrefObserver
Categories
(DevTools :: Shared Components, task, P1)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 obsolete file)
This would potentially allow to not have to clear its destroy function when we're closing the toolbox (e.g. from Console's JsTerm).
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D32162
| Assignee | ||
Comment 2•6 years ago
|
||
Since the sourceeditor is a component (and not a panel) that may be removed even if we're not destroying the toolbox, it's probably safer to keep traditional observers that are explicitly removed.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Attachment #9066749 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•