Closed
Bug 1679538
Opened 5 years ago
Closed 4 years ago
[META] Move usage of Promise.jsm to regular DOM Promises
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1387128
People
(Reporter: nchevobbe, Unassigned)
Details
(Keywords: meta)
There are a few places where we can probably use regular Promises instead of Promise.jsm (loaded via require("promise") (See usages: https://searchfox.org/mozilla-central/search?q=require%28%22promise%22%29&path=devtools%2F&case=false®exp=false)
Comment 1•4 years ago
|
||
Other relevant bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1384527
- https://bugzilla.mozilla.org/show_bug.cgi?id=1387128
- https://bugzilla.mozilla.org/show_bug.cgi?id=1378173
Might want to link or close some of them?
Updated•4 years ago
|
Component: Inspector → General
| Reporter | ||
Comment 2•4 years ago
|
||
Ah, I'll mark this one as dupe and use Bug 1387128 as the meta for handling those
You need to log in
before you can comment on or make changes to this bug.
Description
•