Closed
Bug 1833010
Opened 2 years ago
Closed 2 years ago
SearchSuggestionController.sys.mjs tries to use UrlbarPrefs.sys.mjs which is browser only - xpcshell.ini:toolkit/components/search/tests/xpcshell/test_searchSuggest.js is failing for Thunderbird
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1826447 +++
xpcshell.ini:toolkit/components/search/tests/xpcshell/test_searchSuggest.js tries to access UrlbarPrefs.sys.mjs which Thunderbird obviously doesn't have.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
Comment hidden (Intermittent Failures Robot) |
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/integration/autoland/rev/45b1eb2169b9
Access browser.urlbar.richSuggestions.featureGate pref directly to avoid failure when UrlbarPrefs.sys.mjs not shipped by app. r=daleharvey
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•