
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: d59634a2 by Pier Angelo Vendrame at 2024-08-14T21:28:29+00:00 fixup! Firefox preference overrides. Bug 42596: Add preferences for log levels. Added a comment to start a section where we can put the various default log levels. - - - - - 2d7f1544 by Pier Angelo Vendrame at 2024-08-14T21:28:29+00:00 fixup! Bug 40926: Implemented the New Identity feature Bug 42596: Add preferences for log levels. - - - - - 2 changed files: - browser/app/profile/001-base-profile.js - browser/components/newidentity/content/newidentity.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -647,6 +647,9 @@ pref("privacy.query_stripping.strip_on_share.enabled", true); // Disable platform text recogniition 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/newidentity/content/newidentity.js ===================================== @@ -8,7 +8,6 @@ ChromeUtils.defineLazyGetter(this, "NewIdentityButton", () => { // Logger adapted from CustomizableUI.jsm const logger = (() => { const consoleOptions = { - maxLogLevel: "Info", maxLogLevelPref: "browser.new_identity.log_level", prefix: "NewIdentity", }; View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/bcb... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/bcb... You're receiving this email because of your account on gitlab.torproject.org.