Closed
Bug 1947057
Opened 13 days ago
Closed 8 days ago
Move some async Suggest initialization so it only happens once
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(1 file)
updateFirefoxSuggestScenario()
waits for the region to be updated and some other things that only need to happen once, when Suggest is initialized. We can move those calls to QuickSuggest.init()
, which will let us simplify some things.
Updated•13 days ago
|
Assignee | ||
Comment 1•13 days ago
|
||
Depends on D237506
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/facb64e2b67e
Move some async Suggest initialization so it only happens once. r=daisuke
Status: ASSIGNED → RESOLVED
Closed: 8 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•