[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] 2 commits: fixup! Bug 18905: Hide unwanted items from help menu
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Sep 11 07:03:01 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
0737d82c by Henry Wilkes at 2024-09-11T06:55:48+00:00
fixup! Bug 18905: Hide unwanted items from help menu
Bug 42647: Hide the switch device menu item.
- - - - -
0002935b by Henry Wilkes at 2024-09-11T06:55:48+00:00
fixup! Firefox preference overrides.
Bug 42647: Remove unused preference
browser.device-migration.help-menu.hidden.
- - - - -
2 changed files:
- browser/app/profile/001-base-profile.js
- browser/base/content/browser-menubar.inc
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -20,9 +20,6 @@ pref("browser.aboutwelcome.enabled", false);
// Disable the Firefox View tab (tor-browser#41876)
pref("browser.tabs.firefox-view", false, locked);
-// Disable 'Switching to a new device" help menu item (tor-browser#41774)
-pref("browser.device-migration.help-menu.hidden", true);
-
#if MOZ_UPDATE_CHANNEL == release
// tor-browser#42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
pref("browser.privatebrowsing.resetPBM.enabled", false, locked);
=====================================
browser/base/content/browser-menubar.inc
=====================================
@@ -511,6 +511,7 @@
hidden="true"/>
<menuitem id="helpSwitchDevice"
oncommand="openSwitchingDevicesPage();"
+ hidden="true"
data-l10n-id="menu-help-switch-device"
appmenu-data-l10n-id="appmenu-help-switch-device"/>
<menuseparator id="aboutSeparator"/>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/941338bc5df1ab73ab73263dccac4fb242f10eef...0002935bc86f5f368e1d2e4b9740bcaa81e0e86f
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/941338bc5df1ab73ab73263dccac4fb242f10eef...0002935bc86f5f368e1d2e4b9740bcaa81e0e86f
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240911/3f74979f/attachment-0001.htm>
More information about the tbb-commits
mailing list