tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 82b6d07b8f25677997aada620d8a7a2b590d4386
parent 7c3fe85c3af707fd08ae8abb417be11bb8080cad
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed,  5 Nov 2025 10:53:23 +0000

Bug 1996979 - Stop setting _lastLowResultsSearchSuggestion in UrlbarProviderPlaces.sys.mjs. r=urlbar-reviewers,jteow

In bug 1623637 the checks using _lastLowResultsSearchSuggestion were moved to UrlbarProviderSearchSuggestions, but removing
the setting of the property was missed.

Differential Revision: https://phabricator.services.mozilla.com/D270412

Diffstat:
Mbrowser/components/urlbar/UrlbarProviderPlaces.sys.mjs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/browser/components/urlbar/UrlbarProviderPlaces.sys.mjs b/browser/components/urlbar/UrlbarProviderPlaces.sys.mjs @@ -1504,8 +1504,6 @@ export class UrlbarProviderPlaces extends UrlbarProvider { if (!search) { return; } - this._lastLowResultsSearchSuggestion = - search._lastLowResultsSearchSuggestion; if (!notify || !search.pending) { return;