Closed
Bug 1075217
Opened 10 years ago
Closed 7 years ago
Promisify content/newtab/updater.js
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: evold, Unassigned)
References
Details
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
The apis in this file do not provide promises, but instead use the old fashioned callback approach. Also the few promises that are in the file are not caught.
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → evold
Reporter | ||
Updated•10 years ago
|
Assignee: evold → nobody
Comment 2•7 years ago
|
||
Code was removed in bug 1433133 https://hg.mozilla.org/mozilla-central/rev/fc80dd3e4fae
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Depends on: 1433133
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
You need to log in
before you can comment on or make changes to this bug.
Description
•