Enable srcdoc service worker support feature
As the intent to ship for the feature is approved, enable the feature by default. See https://chromestatus.com/feature/5128675425779712 for more details of the feature status. Bug: 41411856 Change-Id: I197600056d1d0e318acfaabe632907256b86bc9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306143 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Liang Zhao <lzhao@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1425813}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
faab96f518
commit
8d6a8c1473
@ -416,7 +416,7 @@ const base::FeatureParam<std::string>
|
||||
// same service worker that controls their parent.
|
||||
BASE_FEATURE(kServiceWorkerSrcdocSupport,
|
||||
"ServiceWorkerSrcdocSupport",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
// (crbug.com/340949948): Killswitch for the fix to address the ServiceWorker
|
||||
// main and subreosurce loader lifetime issue, which introduces fetch() failure
|
||||
|
@ -21957,27 +21957,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"ServiceWorkerSrcdocSupport": [
|
||||
{
|
||||
"platforms": [
|
||||
"android",
|
||||
"android_webview",
|
||||
"chromeos",
|
||||
"fuchsia",
|
||||
"linux",
|
||||
"mac",
|
||||
"windows"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"ServiceWorkerSrcdocSupport"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ServiceWorkerStaticRouterRaceNetworkRequestPerformanceImprovement": [
|
||||
{
|
||||
"platforms": [
|
||||
|
Reference in New Issue
Block a user