Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Tor Browser
Commits
15d6b449
Verified
Commit
15d6b449
authored
May 23, 2023
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Base Browser's .mozconfigs.
Disable the notification server because of the upstream Bug 1782837.
parent
aae91d81
No related branches found
No related tags found
1 merge request
!641
Bug 41759: Rebase Base Browser to 115 Nightly
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mozconfig-windows-i686
+4
-0
4 additions, 0 deletions
mozconfig-windows-i686
mozconfig-windows-x86_64
+4
-0
4 additions, 0 deletions
mozconfig-windows-x86_64
with
8 additions
and
0 deletions
mozconfig-windows-i686
+
4
−
0
View file @
15d6b449
...
...
@@ -12,3 +12,7 @@ ac_add_options --disable-default-browser-agent
# See bug #41131
ac_add_options --disable-update-agent
# Bug 1782837: Not supported because Mozilla (and therefore also us) build
# libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
ac_add_options --disable-notification-server
This diff is collapsed.
Click to expand it.
mozconfig-windows-x86_64
+
4
−
0
View file @
15d6b449
...
...
@@ -12,3 +12,7 @@ ac_add_options --disable-default-browser-agent
# See bug #41131
ac_add_options --disable-update-agent
# Bug 1782837: Not supported because Mozilla (and therefore also us) build
# libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
ac_add_options --disable-notification-server
This diff is collapsed.
Click to expand it.
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