Closed
Bug 1760637
Opened 3 years ago
Closed 3 years ago
Upgrade initPanel in instantEditBookmark.js to async
Categories
(Firefox :: Bookmarks & History, task, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
Details
Attachments
(1 file)
initPanel
in editBookmark.js was made async
.
For consistency and future re-usability, we should also convert initPanel
in instantEditBookmark.js to async
.
Comment 1•3 years ago
•
|
||
we should check re-entrancy, by the usual let instance = this._instance = {}
trick and checking after each await to avoid double initialization work.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e81d3826042
Upgrade initPanel in instantEditBookmark.js to async r=mak
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•