Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 9ee131d9 by Pier Angelo Vendrame at 2026-06-04T11:10:54+02:00 fixup! BB 40925: Implemented the Security Level component BB 45037: Fix a potential runtime error in search service. Upstream code has been updated after our initial patch, but that code path is hard to trigger, if not impossible, so we never actually found the bug until checking that code for other reasons. - - - - - 1 changed file: - toolkit/components/search/SearchService.sys.mjs Changes: ===================================== toolkit/components/search/SearchService.sys.mjs ===================================== @@ -3796,9 +3796,9 @@ export const SearchService = new (class SearchService { case TOPIC_JSENABLED_CHANGED: lazy.logConsole.debug("JavaScript toggled"); - this._maybeReloadEngines( - Ci.nsISearchService.CHANGE_REASON_CONFIG - ).catch(console.error); + this.#maybeReloadEngines(this.CHANGE_REASON.CONFIG).catch( + console.error + ); break; } } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9ee131d9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9ee131d9... 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)