Closed
Bug 1681894
Opened 4 years ago
Closed 4 years ago
Remove defer usage in devtools/shared/protocol/tests/xpcshell/head.js
Categories
(DevTools :: Shared Components, task, P3)
DevTools
Shared Components
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: Honza, Assigned: bfmags, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
We should use new Promise instead.
Honza
Comment 1•4 years ago
|
||
These 2 lines can just be removed: https://searchfox.org/mozilla-central/rev/0eebf69d04cc0cdd252b135dda2fa9b7c2fa2bfb/devtools/shared/protocol/tests/xpcshell/head.js#11-12
They aren't any usages of this particular import AFAIK.
Mentor: ntim.bugs
Whiteboard: [lang=js]
Updated•4 years ago
|
Assignee: nobody → bfmags
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9194823 -
Attachment description: Bug 1681894 - [devtools] Remove unused Defer require. r=ntim,honza → Bug 1681894 - Remove unused `defer` require from devtools/shared/protocol/tests/xpcshell/head.js. r=ntim
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f4e77e99aa63
Remove unused `defer` require from devtools/shared/protocol/tests/xpcshell/head.js. r=ntim
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•