Commit 9c119a86 authored by Zhi An Ng's avatar Zhi An Ng Committed by Chromium LUCI CQ

Untie Wasm SIMD and Threads from experimental web platform features

We have:

1. kExperimentalWebAssemblyFeatures, and
2. kEnableExperimentalWebPlatformFeatures

Currently, both of them will turn on Wasm SIMD and Threads.
This is slightly confusing. Change it so that only 1 will turn on these
Wasm features. (Turning on the feature specific flag will continue to
turn on these flags.)

Bug: chromium:1149796
Change-Id: I46c9a0daf248b07333a67fe3816bb3f1981b28de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583583Reviewed-by: default avatarAdam Klein <adamk@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836014}
parent a31180a7
......@@ -2121,12 +2121,12 @@
{
name: "WebAssemblySimd",
origin_trial_feature_name: "WebAssemblySimd",
status: "experimental",
status: "test",
},
{
name: "WebAssemblyThreads",
origin_trial_feature_name: "WebAssemblyThreads",
status: "experimental",
status: "test",
},
// WebAuth is disabled on Android versions prior to N (7.0) due to lack of
// supporting APIs, see runtime_features.cc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment