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

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



morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
1955d9a5 by Pier Angelo Vendrame at 2024-08-14T21:27:02+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.

- - - - -
7e9fa810 by Pier Angelo Vendrame at 2024-08-14T21:27:17+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
=====================================
@@ -649,6 +649,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/tor-browser/-/compare/e867f2ac11b27cf95b4691be5926c3ff3ba6b2db...7e9fa81020b7f131f3520fc1e2df0e14f45b0b70

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/e867f2ac11b27cf95b4691be5926c3ff3ba6b2db...7e9fa81020b7f131f3520fc1e2df0e14f45b0b70
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/9fe1061b/attachment-0001.htm>


More information about the tor-commits mailing list