author | Cosmin Sabou <csabou@mozilla.com> |
Thu, 10 Feb 2022 20:16:51 +0200 | |
changeset 607410 | db496a69c2292ff760eadec6d7649aad10bee47e |
parent 607409 | dd2a5e78827a8f47c43121014aac7b72c98c0646 |
child 607411 | 52b536f08640059d1cadae24156eaa99714ee669 |
push id | 157645 |
push user | csabou@mozilla.com |
push date | Thu, 10 Feb 2022 18:18:14 +0000 |
treeherder | autoland@db496a69c229 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1752206 |
milestone | 99.0a1 |
backs out | bc0d7fc3a4729dbd763b5fcaa88ea8bfba3cef4d 5c89f3f10d0ecfba11d93f8376da04f5f417f8bb |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/config/mozconfigs/linux64/domstreams +++ b/browser/config/mozconfigs/linux64/domstreams @@ -1,7 +1,6 @@ . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt" -# Keep JS Streams working until we are ready to remove it from the tree. -ac_add_options --disable-dom-streams +ac_add_options --enable-dom-streams ac_add_options --enable-debug . "$topsrcdir/build/mozconfig.common.override"
--- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -1840,17 +1840,17 @@ linux64-gcp/opt: - linux64-dump_syms - linux64-sccache - linux64-nasm - linux64-node - sysroot-x86_64-linux-gnu - sysroot-wasm32-wasi linux64-domstreams/debug: - description: "Linux64 Debug - DOM Streams disabled" + description: "Linux64 Debug - DOM Streams enabled" index: product: firefox job-name: linux64-domstreams-debug treeherder: platform: linux64/debug symbol: B-ds worker-type: b-linux worker:
--- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -2603,18 +2603,18 @@ wine = check_prog( ["wine64", "wine"], when=want_wine, bootstrap="wine/bin", ) # DOM Streams # ============================================================== option( - "--disable-dom-streams", - help="Disable DOM Streams (use JS Streams)", + "--enable-dom-streams", + help="Enable the DOM Streams prototype", ) set_config("MOZ_DOM_STREAMS", True, when="--enable-dom-streams") set_define("MOZ_DOM_STREAMS", True, when="--enable-dom-streams") # libevent # ============================================================== with only_when(compile_environment):