Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
2d7f1544
Commit
2d7f1544
authored
Aug 14, 2024
by
Pier Angelo Vendrame
Committed by
morgan
Aug 14, 2024
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 40926: Implemented the New Identity feature
Bug 42596: Add preferences for log levels.
parent
d59634a2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
browser/app/profile/001-base-profile.js
+1
-0
1 addition, 0 deletions
browser/app/profile/001-base-profile.js
browser/components/newidentity/content/newidentity.js
+0
-1
0 additions, 1 deletion
browser/components/newidentity/content/newidentity.js
with
1 addition
and
1 deletion
browser/app/profile/001-base-profile.js
+
1
−
0
View file @
2d7f1544
...
...
@@ -648,6 +648,7 @@ pref("privacy.query_stripping.strip_on_share.enabled", true);
pref
(
"
dom.text-recognition.enabled
"
,
false
);
// Log levels
pref
(
"
browser.new_identity.log_level
"
,
"
Info
"
);
#ifdef
XP_WIN
pref
(
"
browser.taskbar.lists.enabled
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
browser/components/newidentity/content/newidentity.js
+
0
−
1
View file @
2d7f1544
...
...
@@ -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
"
,
};
...
...
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
tor-browser!1100 (merged)
·
Aug 14, 2024
mentioned in merge request
tor-browser!1100 (merged)
mentioned in merge request tor-browser!1100
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment