Commit 1d49845d authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! BB 43864: Modify the urlbar for Base Browser.

TB 44177: Remove the logins and private window urlbar actions.
parent a153f299
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -182,6 +182,10 @@ const DEFAULT_ACTIONS = {
    l10nCommands: ["quickactions-cmd-logins"],
    label: "quickactions-logins2",
    onPick: openUrlFun("about:logins"),
    // Disabled in base browser since saved passwords is not well supported in
    // Tor Browser, and should be disabled in Mullvad Browser.
    // tor-browser#44177.
    disabled: () => true,
  },
  print: {
    l10nCommands: ["quickactions-cmd-print"],
@@ -209,6 +213,10 @@ const DEFAULT_ACTIONS = {
        private: true,
      });
    },
    // Disable in permanent private browsing. tor-browser#44177.
    disabled: () => {
      return lazy.PrivateBrowsingUtils.permanentPrivateBrowsing;
    },
  },
  refresh: {
    l10nCommands: ["quickactions-cmd-refresh"],