[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-152.0a1-16.0-2] fixup! BB 40925: Implemented the Security Level component



Title: GitLab

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:

Changes:

  • toolkit/components/search/SearchService.sys.mjs
    ... ... @@ -3796,9 +3796,9 @@ export const SearchService = new (class SearchService {
    3796 3796
     
    
    3797 3797
           case TOPIC_JSENABLED_CHANGED:
    
    3798 3798
             lazy.logConsole.debug("_javascript_ toggled");
    
    3799
    -        this._maybeReloadEngines(
    
    3800
    -          Ci.nsISearchService.CHANGE_REASON_CONFIG
    
    3801
    -        ).catch(console.error);
    
    3799
    +        this.#maybeReloadEngines(this.CHANGE_REASON.CONFIG).catch(
    
    3800
    +          console.error
    
    3801
    +        );
    
    3802 3802
             break;
    
    3803 3803
         }
    
    3804 3804
       }
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx