Commit 32a68dac authored by Ben Kelly's avatar Ben Kelly Committed by Commit Bot

CacheStorage: Add CacheStorageEagerReading to fieldtrial_testing_config.json.

Bug: 1010624
Change-Id: Iae9dbbef3ef98a46abc6ecc2c3ef8908d8a4fc9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884930
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710163}
parent a82e71b8
......@@ -1443,6 +1443,25 @@
]
}
],
"CacheStorageEagerReading": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "Enabled2",
"enable_features": [
"CacheStorageEagerReading"
]
}
]
}
],
"CacheStorageSequence": [
{
"platforms": [
......
......@@ -1099,7 +1099,7 @@
{
"prefix": "cache-storage-eager-reading",
"base": "external/wpt/service-workers",
"args": ["--enable-features=CacheStorageEagerReading"]
"args": ["--disable-features=CacheStorageEagerReading"]
},
{
"prefix": "conditional-appcache-delay",
......
This suite runs the ServiceWorker and CacheStorage tests with the
CacheStorageEagerReading feature enabled. This makes CacheStorage immediately
read response bodies when cache.match() called within a FetchEvent handler.
See crbug.com/1010624.
CacheStorageEagerReading feature disabled. This feature makes
CacheStorage immediately read response bodies when cache.match()
called within a FetchEvent handler. See crbug.com/1010624.
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