[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.1.0esr-14.0-1] 2 commits: fixup! Firefox preference overrides.

morgan (@morgan) git at gitlab.torproject.org
Wed Aug 14 21:29:37 UTC 2024



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/bcba1079c35f9a9f6e234c0d7d0a8adbf6ded942...2d7f15448066bc0de0bead112c623921267a8d5c

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/bcba1079c35f9a9f6e234c0d7d0a8adbf6ded942...2d7f15448066bc0de0bead112c623921267a8d5c
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/tor-commits/attachments/20240814/a120aa84/attachment-0001.htm>


More information about the tor-commits mailing list