Pier Angelo Vendrame pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 7c57b7a0 by Pier Angelo Vendrame at 2026-04-02T17:34:01+02:00 fixup! TB 42891: Set the bundled search engine for Tor Browser. TB 44648: Drop some unwanted changes in SearchService. - - - - - 1 changed file: - toolkit/components/search/SearchService.sys.mjs Changes: ===================================== toolkit/components/search/SearchService.sys.mjs ===================================== @@ -2794,10 +2794,10 @@ export const SearchService = new (class SearchService { // called in test_remove_engine_notification_box.js async _fetchEngineSelectorEngines() { let searchEngineSelectorProperties = { - locale: "en-US", + locale: Services.locale.appLocaleAsBCP47, region: lazy.Region.home || "unknown", channel: lazy.SearchUtils.MODIFIED_APP_CHANNEL, - experiment: this._experimentPrefValue, + experiment: this.#lazyPrefs.experimentPrefValue, distroID: lazy.SearchUtils.distroID ?? "", javascriptEnabled: lazy.SecurityLevelPrefs.javascriptEnabled, }; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7c57b7a0... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7c57b7a0... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)