tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit eb34cb05f7430ca0c930a4e7d2c9cc88933803fa
parent 2ffc25def47ca208d9247c71838598359600b817
Author: Dan Baker <dbaker@mozilla.com>
Date:   Wed, 19 Nov 2025 16:08:16 -0700

Bug 2000941 - updated default_config_env for v142

Diffstat:
Mdom/media/webrtc/third_party_build/default_config_env | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dom/media/webrtc/third_party_build/default_config_env b/dom/media/webrtc/third_party_build/default_config_env @@ -5,35 +5,35 @@ export MOZ_LIBWEBRTC_SRC=$STATE_DIR/moz-libwebrtc # The previous fast-forward bug number is used for some error messaging. -export MOZ_PRIOR_FASTFORWARD_BUG="1993083" +export MOZ_PRIOR_FASTFORWARD_BUG="1995393" # Fast-forwarding each Chromium version of libwebrtc should be done # under a separate bugzilla bug. This bug number is used when crafting # the commit summary as each upstream commit is vendored into the # mercurial repository. The bug used for the v106 fast-forward was # 1800920. -export MOZ_FASTFORWARD_BUG="1995393" +export MOZ_FASTFORWARD_BUG="2000941" # MOZ_NEXT_LIBWEBRTC_MILESTONE and MOZ_NEXT_FIREFOX_REL_TARGET are # not used during fast-forward processing, but facilitate generating this # default config. To generate an default config for the next update, run # bash dom/media/webrtc/third_party_build/update_default_config_env.sh -export MOZ_NEXT_LIBWEBRTC_MILESTONE=141 -export MOZ_NEXT_FIREFOX_REL_TARGET=147 +export MOZ_NEXT_LIBWEBRTC_MILESTONE=142 +export MOZ_NEXT_FIREFOX_REL_TARGET=148 # For Chromium release branches, see: # https://chromiumdash.appspot.com/branches -# Chromium's v140 release branch was 7339. This is used to pre-stack +# Chromium's v141 release branch was 7390. This is used to pre-stack # the previous release branch's commits onto the appropriate base commit # (the first common commit between trunk and the release branch). -export MOZ_PRIOR_UPSTREAM_BRANCH_HEAD_NUM="7339" +export MOZ_PRIOR_UPSTREAM_BRANCH_HEAD_NUM="7390" -# New target release branch for v141 is branch-heads/7390. This is used +# New target release branch for v142 is branch-heads/7444. This is used # to calculate the next upstream commit. -export MOZ_TARGET_UPSTREAM_BRANCH_HEAD="branch-heads/7390" +export MOZ_TARGET_UPSTREAM_BRANCH_HEAD="branch-heads/7444" # For local development 'mozpatches' is fine for a branch name, but when # pushing the patch stack to github, it should be named something like -# 'moz-mods-chr141-for-rel147'. +# 'moz-mods-chr142-for-rel148'. export MOZ_LIBWEBRTC_BRANCH="mozpatches"