Loading browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs +8 −0 Original line number Diff line number Diff line Loading @@ -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"], Loading Loading @@ -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"], Loading Loading
browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs +8 −0 Original line number Diff line number Diff line Loading @@ -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"], Loading Loading @@ -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"], Loading