Closed
Bug 988997
Opened 11 years ago
Closed 10 years ago
Remove imports of Promise.jsm from the devtools server actors once protocol.js has been migrated
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Paolo, Unassigned)
References
Details
In bug 988335, the server actors have been migrated to Promise.jsm to simplify the conversion of protocol.js. Once that file is converted, it will not be necessary to import Promise.jsm locally anymore.
Comment 1•10 years ago
|
||
These days all the debugger server actors are SDK modules to which we provide promise as a built-in global, so we no longer import Promise.jsm there. I think its safe to mark this bug as fixed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•