Skip to content

Commit ed2048c

Browse files
authored
Clear-Site-Data: record Chromium bugs (#29333)
* `Clear-Site-Data`: set partial for cache hit bug in Chromium Issue: https://crbug.com/364634040 Issue: #12788 * `Clear-Site-Data`: add note for hang in Chromium Issue: https://crbug.com/40233601 * Move partials to `cache` and `wildcard`
1 parent 0f303ac commit ed2048c

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

http/headers/Clear-Site-Data.json

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,28 @@
7979
],
8080
"support": {
8181
"chrome": [
82+
{
83+
"version_added": "127",
84+
"partial_implementation": true,
85+
"notes": [
86+
"Some requests may still be taken from the cache unless the tab is reloaded or the page is requested in a new tab. See [bug 364634040](https://crbug.com/364634040).",
87+
"Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)."
88+
]
89+
},
8290
{
8391
"version_added": "65",
84-
"notes": "Setting this value may increase response duration (see [bug 40233601](https://crbug.com/40233601)."
92+
"version_removed": "127",
93+
"partial_implementation": true,
94+
"notes": "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)."
8595
},
8696
{
8797
"version_added": "61",
8898
"version_removed": "63",
89-
"notes": "Setting this value may prevent a page from fully load (see [bug 41343050](https://crbug.com/41343050)."
99+
"partial_implementation": true,
100+
"notes": [
101+
"Setting this value may prevent a page from fully loading. See [bug 41343050](https://crbug.com/41343050).",
102+
"Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)."
103+
]
90104
}
91105
],
92106
"chrome_android": "mirror",
@@ -346,9 +360,22 @@
346360
"web-features:clear-site-data"
347361
],
348362
"support": {
349-
"chrome": {
350-
"version_added": "117"
351-
},
363+
"chrome": [
364+
{
365+
"version_added": "127",
366+
"partial_implementation": true,
367+
"notes": [
368+
"Some requests may still be taken from the cache unless the tab is reloaded or the page is requested in a new tab. See [bug 364634040](https://crbug.com/364634040).",
369+
"Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)."
370+
]
371+
},
372+
{
373+
"version_added": "117",
374+
"version_removed": "127",
375+
"partial_implementation": true,
376+
"notes": "Setting this value may cause seconds-long hangs. See [bug 40233601](https://crbug.com/40233601)."
377+
}
378+
],
352379
"chrome_android": "mirror",
353380
"edge": "mirror",
354381
"firefox": {

0 commit comments

Comments
 (0)