Commit 5b77c883 authored by henry's avatar henry
Browse files

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



TB 44177: Remove the logins and private window urlbar actions.


(cherry picked from commit ad854cb7)

Co-authored-by: default avatarHenry Wilkes <henry@torproject.org>
parent f69a99bc
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -172,6 +172,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"],
@@ -192,6 +196,10 @@ const DEFAULT_ACTIONS = {
        private: true,
      });
    },
    // Disable in permanent private browsing. tor-browser#44177.
    disabled: () => {
      return lazy.PrivateBrowsingUtils.permanentPrivateBrowsing;
    },
  },
  refresh: {
    l10nCommands: ["quickactions-cmd-refresh"],