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
ee028c84
Commit
ee028c84
authored
Aug 29, 2023
by
clairehurst
Browse files
Options
Downloads
Patches
Plain Diff
fixup! TB3: Tor Browser's official .mozconfigs.
Bug 42035: update mozconfig for macos development
parent
a3e812a8
Loading
Loading
1 merge request
!752
Bug 42035: Update tools/torbrowser/ scripts to support macOS dev environment
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mozconfig-macos-dev
+11
-6
11 additions, 6 deletions
mozconfig-macos-dev
with
11 additions
and
6 deletions
mozconfig-macos-dev
+
11
−
6
View file @
ee028c84
. $topsrcdir/browser/config/mozconfigs/
base
-browser
. $topsrcdir/browser/config/mozconfigs/
tor
-browser
# This mozconfig file is not used in official builds.
# It is only intended to be used when doing incremental macOS builds
# during development.
export MOZILLA_OFFICIAL=
ac_add_options --disable-strip
ac_add_options --disable-install-strip
ac_add_options --with-base-browser-version=dev-build
ac_add_options --disable-base-browser-update
# See bug #13379
ac_add_options --enable-nss-mar
# See bug #41131
ac_add_options --disable-update-agent
ac_add_options --with-relative-data-dir=../TorBrowser-Data/Browser
#copied from the diff between mozconfig-linux-x86_64 and mozconfig-linux-x86_64-dev
export MOZILLA_OFFICIAL=
export MOZ_APP_REMOTINGNAME="Tor Browser Dev"
ac_add_options --with-branding=browser/branding/tb-nightly
ac_add_options --with-base-browser-version=dev-build
ac_add_options --disable-base-browser-update
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
register
or
sign in
to comment