Closed
Bug 1849918
Opened 2 years ago
Closed 2 years ago
Remove unnecessary send of search engine state on SearchService initialisation from ContentSearchParent
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
ContentSearchService
currently listens to the browser-search-service
notification for init-complete
.
When it gets a notification it gets the current search engine state and sends that to the content process.
This is unnecessary for a few reasons:
- The address bar hand-off code does not use the state at all.
- The legacy in-content search bar will retrieve the search engines when it initialises from the parent process.
- During the retrieve, the parent process will already wait for the search service to finish initialisation before actioning a
GetState
.
- During the retrieve, the parent process will already wait for the search service to finish initialisation before actioning a
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1dbd57edb26
Remove unnecessary send of search engine state on SearchService initialisation from ContentSearchParent. r=search-reviewers,mcheang
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•