Closed
Bug 1906541
Opened 4 months ago
Closed 14 days ago
Ensure Searchmode Switcher works when Search Services fails
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: daleharvey, Assigned: yazan)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sng])
Attachments
(1 file)
No description provided.
Updated•4 months ago
|
Whiteboard: [sng]
Updated•4 months ago
|
Comment 1•3 months ago
|
||
One thing to check here is that when UrlbarSearchUtils fails, engine will be null in many cases.
getDisplayedEngineDetails
still tries to use engine.name
.
When invoking this.searchModeSwitcher.onSearchModeChanged()
errors may cause an exception that would break external code.
Probably the onSearchModeChanged call should either be in a try/catch or catched internally.
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → yalmacki
Reporter | ||
Updated•1 month ago
|
Summary: Ensure Searchmode Switcher works when Search Services fails + keyword.enabled = false → Ensure Searchmode Switcher works when Search Services fails
Assignee | ||
Comment 2•1 month ago
|
||
Pushed by yalmacki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88669d7958cf
Ensure Searchmode Switcher works when Search Services fails. r=daleharvey,urlbar-reviewers,fluent-reviewers,mak
Comment 4•19 days ago
|
||
Backed out for causing bc failure on browser_searchModeSwitcher_basic.js
Flags: needinfo?(yalmacki)
Pushed by yalmacki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e8849b9f46f2
Ensure Searchmode Switcher works when Search Services fails. r=daleharvey,urlbar-reviewers,fluent-reviewers,mak
Assignee | ||
Updated•14 days ago
|
Flags: needinfo?(yalmacki)
Status: NEW → RESOLVED
Closed: 14 days ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•