Commit 38669f86 authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

Enable V8ConcurrentInlining fieldtrial for ios and webview

Also reorder the experiments so that Enabled is first and gets tested
by the perf bots and the waterfall.

Fixes the field trial config as required for cl/285382195

Bug: chromium:1031988
Change-Id: I824a4ef052d694e790e8261377ff920ea49ef2f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010843Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733555}
parent 20de4c19
...@@ -7361,6 +7361,8 @@ ...@@ -7361,6 +7361,8 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"android_webview",
"ios",
"chromeos", "chromeos",
"linux", "linux",
"mac", "mac",
...@@ -7368,14 +7370,14 @@ ...@@ -7368,14 +7370,14 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Disabled", "name": "Enabled",
"disable_features": [ "enable_features": [
"V8ConcurrentInlining" "V8ConcurrentInlining"
] ]
}, },
{ {
"name": "Enabled", "name": "Disabled",
"enable_features": [ "disable_features": [
"V8ConcurrentInlining" "V8ConcurrentInlining"
] ]
} }
......
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