Commit a21e92be authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

[base] Re-enable accidently disabled BlinkMainThreadUsesSequenceManager feature

Accidently disabled as part of crrev.com/627191 and it caused a ton
of regressions (see bugs dupped into crbug.com/927619). So we should
probably ship this configuration by default, but as an emergency
bandaid I'm reenabling the feature in tests (and this CL will also
conveniently let us know of any regressions when reenabling should
disabling have improved other metrics..!).

R=skyostil@chromium.org
TBR=isherman@chromium.org

Bug: 927619, 891670, 885371
Change-Id: I9b737a786da5e589ad816827e8d52d439e785204
Reviewed-on: https://chromium-review.googlesource.com/c/1449575Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628502}
parent 1b2994b2
...@@ -4273,6 +4273,26 @@ ...@@ -4273,6 +4273,26 @@
] ]
} }
], ],
"SequenceManagerRollout": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"BlinkMainThreadUsesSequenceManager"
]
}
]
}
],
"ServiceWorkerServicification": [ "ServiceWorkerServicification": [
{ {
"platforms": [ "platforms": [
......
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