commit 13539cf32df79b5829f0ac949cb52cdcf3db548e
parent e2e91539047e030b956e01fd5e8c28c074ae3f88
Author: Michael Froman <mfroman@mozilla.com>
Date: Wed, 8 Oct 2025 11:01:56 -0500
Bug 1993083 - updated default_config_env for v140
Diffstat:
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="1980479"
+export MOZ_PRIOR_FASTFORWARD_BUG="1985396"
# 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="1985396"
+export MOZ_FASTFORWARD_BUG="1993083"
# 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=139
-export MOZ_NEXT_FIREFOX_REL_TARGET=143
+export MOZ_NEXT_LIBWEBRTC_MILESTONE=140
+export MOZ_NEXT_FIREFOX_REL_TARGET=146
# For Chromium release branches, see:
# https://chromiumdash.appspot.com/branches
-# Chromium's v138 release branch was 7204. This is used to pre-stack
+# Chromium's v139 release branch was 7258. 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="7204"
+export MOZ_PRIOR_UPSTREAM_BRANCH_HEAD_NUM="7258"
-# New target release branch for v139 is branch-heads/7258. This is used
+# New target release branch for v140 is branch-heads/7339. This is used
# to calculate the next upstream commit.
-export MOZ_TARGET_UPSTREAM_BRANCH_HEAD="branch-heads/7258"
+export MOZ_TARGET_UPSTREAM_BRANCH_HEAD="branch-heads/7339"
# 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-chr139-for-rel143'.
+# 'moz-mods-chr140-for-rel146'.
export MOZ_LIBWEBRTC_BRANCH="mozpatches"