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

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



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-152.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 15f72d35
    by Pier Angelo Vendrame at 2026-06-04T12:46:14+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
    ... ... @@ -3806,9 +3806,9 @@ export const SearchService = new (class SearchService {
    3806 3806
     
    
    3807 3807
           case TOPIC_JSENABLED_CHANGED:
    
    3808 3808
             lazy.logConsole.debug("_javascript_ toggled");
    
    3809
    -        this._maybeReloadEngines(
    
    3810
    -          Ci.nsISearchService.CHANGE_REASON_CONFIG
    
    3811
    -        ).catch(console.error);
    
    3809
    +        this.#maybeReloadEngines(this.CHANGE_REASON.CONFIG).catch(
    
    3810
    +          console.error
    
    3811
    +        );
    
    3812 3812
             break;
    
    3813 3813
         }
    
    3814 3814
       }
    

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