Pier Angelo Vendrame pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: dea5d9a8 by Pier Angelo Vendrame at 2026-03-12T17:55:26+01:00 fixup! BB 41736: Customize toolbar for base-browser. TB 44720: Move new identity to Tor Browser. Do not add the new identity button anymore on Base Browser. - - - - - aec3880c by Pier Angelo Vendrame at 2026-03-12T17:55:26+01:00 amend! BB 40926: Implemented the New Identity feature TB 40926: Implemented the New Identity feature - - - - - 5349a0bb by Pier Angelo Vendrame at 2026-03-12T17:55:26+01:00 fixup! TB 41736: Customize toolbar for tor-browser. TB 44720: Move new identity to Tor Browser. - - - - - f15ef0aa by Pier Angelo Vendrame at 2026-03-12T17:55:27+01:00 fixup! Firefox preference overrides. TB 44720: Move new identity to Tor Browser. Remove the Log levels section from 001-base-profile.js, since it is now empty. - - - - - 3 changed files: - browser/app/profile/000-tor-browser.js - browser/app/profile/001-base-profile.js - browser/components/customizableui/CustomizableUI.sys.mjs Changes: ===================================== browser/app/profile/000-tor-browser.js ===================================== @@ -131,6 +131,7 @@ pref("extensions.torlauncher.bridgedb_reflector", "https://bespoke-strudel-c243c pref("extensions.torlauncher.moat_service", "https://bridges.torproject.org/moat"); // Log levels +pref("browser.new_identity.log_level", "Info"); pref("browser.tor_provider.log_level", "Warn"); pref("browser.tor_provider.cp_log_level", "Warn"); pref("lox.log_level", "Warn"); ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -787,9 +787,6 @@ pref("privacy.globalprivacycontrol.pbmode.enabled", true); // Disable platform text recognition functionality (tor-browser#42057) pref("dom.text-recognition.enabled", false); -// Log levels -pref("browser.new_identity.log_level", "Info"); - #ifdef XP_WIN pref("browser.taskbar.lists.enabled", false); pref("browser.taskbar.lists.frequent.enabled", false); ===================================== browser/components/customizableui/CustomizableUI.sys.mjs ===================================== @@ -1002,8 +1002,8 @@ var CustomizableUIInternal = { navbarPlacements.splice(before, 1); } - // Make sure the security-level-button and new-identity-button appears - // in the toolbar. + // Make sure security-level-button and new-identity-button appear in the + // toolbar. for (const id of ["new-identity-button", "security-level-button"]) { let alreadyAdded = false; for (const placements of Object.values(gSavedState.placements)) { View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6ecff80... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6ecff80... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)