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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0a1-16.0-2] fixup! BB 43864: Modify the urlbar for Base Browser.



Title: GitLab

henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • c1b5bd1b
    by Henry Wilkes at 2026-07-15T10:24:31+00:00
    fixup! BB 43864: Modify the urlbar for Base Browser.
    
    BB 44439: Remove translate action from urlbar.
    

1 changed file:

Changes:

  • browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs
    ... ... @@ -318,6 +318,12 @@ const DEFAULT_ACTIONS = {
    318 318
             )
    
    319 319
           );
    
    320 320
         },
    
    321
    +    // Remove the translate action. Bugzilla bug 1989252 means that the actions
    
    322
    +    // still appears in the full list, despite isVisible being `false`. So we
    
    323
    +    // explicitly remove it from the list instead. tor-browser#43864.
    
    324
    +    disabled() {
    
    325
    +      return !this.isVisible();
    
    326
    +    },
    
    321 327
         onPick: async (_queryContext, controller) => {
    
    322 328
           await lazy.TranslationsParent.openAboutTranslationsPage({
    
    323 329
             browserWindow: controller.browserWindow,
    

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