Closed Bug 1196714 Opened 9 years ago Closed 9 years ago

Convert sdk/core/promise require to require(promise) in devtools codebase

Categories

(DevTools :: General, defect)

defect
Not set
normal

Tracking

(firefox43 fixed)

RESOLVED FIXED
Firefox 43
Tracking Status
firefox43 --- fixed

People

(Reporter: ochameau, Assigned: ochameau)

References

Details

Attachments

(1 file)

Some code are still using SDK promise module, via:
  const promise = require("sdk/core/promise");

They should be using require("promise") instead, or use DOM Promises.
https://hg.mozilla.org/mozilla-central/rev/da241f433452
Assignee: nobody → poirot.alex
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: