This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser.
from 5293cbaea3eb fixup! Base Browser's .mozconfigs. new 04a76db04926 fixup! Base Browser's .mozconfigs. new cbb8519e4368 fixup! Bug 41340: Enable TOR_BROWSER_NIGHTLY_BUILD features for dev and nightly builds
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: modules/libpref/init/all.js | 2 +- mozconfig-linux-x86_64-dev | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser.
commit 04a76db0492674971eccca4fc82cc78747c0865b Author: Henry Wilkes henry@torproject.org AuthorDate: Wed Oct 12 16:57:29 2022 +0100
fixup! Base Browser's .mozconfigs. --- mozconfig-linux-x86_64-dev | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/mozconfig-linux-x86_64-dev b/mozconfig-linux-x86_64-dev index 491fc507362f..658883d9f1ee 100644 --- a/mozconfig-linux-x86_64-dev +++ b/mozconfig-linux-x86_64-dev @@ -4,6 +4,8 @@ # It is only intended to be used when doing incremental Linux builds # during development.
+export MOZILLA_OFFICIAL= + ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --disable-strip
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser.
commit cbb8519e4368fa3eba1b7eeb56a6365d7eebad36 Author: Henry Wilkes henry@torproject.org AuthorDate: Wed Oct 12 16:58:56 2022 +0100
fixup! Bug 41340: Enable TOR_BROWSER_NIGHTLY_BUILD features for dev and nightly builds --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 94726098b214..9f820061f897 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4324,7 +4324,7 @@ pref("devtools.policy.disabled", false); // Enable deprecation warnings. pref("devtools.errorconsole.deprecation_warnings", true);
-#ifdef NIGHTLY_BUILD +#if defined(NIGHTLY_BUILD) || defined(TOR_BROWSER_NIGHTLY_BUILD) // Don't show the Browser Toolbox prompt on local builds / nightly. pref("devtools.debugger.prompt-connection", false, sticky); #else
tor-commits@lists.torproject.org