Closed
Bug 1777637
Opened 3 years ago
Closed 3 years ago
Use plain object for lazy getter in browser/components/urlbar/
Categories
(Firefox :: Address Bar, task)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(3 files)
Assignee | ||
Updated•3 years ago
|
Blocks: esm-ification
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D150932
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D150933
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/a3edd7170967
Part 1: Eagerly import symbols immediately used at the top-level in browser/components/urlbar/. r=adw
https://hg.mozilla.org/integration/autoland/rev/bd04c7fba583
Part 2: Do not use lazy getter if the other symbol is eagerly imported in browser/components/urlbar/. r=adw
https://hg.mozilla.org/integration/autoland/rev/a2793949ba5f
Part 3: Use plain object for lazy getter in browser/components/urlbar/. r=adw
https://hg.mozilla.org/mozilla-central/rev/a3edd7170967
https://hg.mozilla.org/mozilla-central/rev/bd04c7fba583
https://hg.mozilla.org/mozilla-central/rev/a2793949ba5f
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•