From 2ba55dfd070291eed3b60e74ace20bd39ba4165b Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 7 Dec 2022 16:20:09 +0000 Subject: [PATCH 1/4] add compat data for Critical-CH --- http/headers/Critical-CH.json | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 http/headers/Critical-CH.json diff --git a/http/headers/Critical-CH.json b/http/headers/Critical-CH.json new file mode 100644 index 0000000000000..e79b13700bd64 --- /dev/null +++ b/http/headers/Critical-CH.json @@ -0,0 +1,40 @@ +{ + "http": { + "headers": { + "Critical-CH": { + "__compat": { + "description": "Critical-CH request header", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Critical-CH", + "support": { + "chrome": { + "version_added": "91" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": false, + "deprecated": false + } + } + } + } + } +} From 600e46138bb0472e12a999c16bbb3bbfe4c5fca9 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 14 Dec 2022 11:24:45 +0000 Subject: [PATCH 2/4] Update http/headers/Critical-CH.json Co-authored-by: Florian Scholz --- http/headers/Critical-CH.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/headers/Critical-CH.json b/http/headers/Critical-CH.json index e79b13700bd64..b5a30c752f2e7 100644 --- a/http/headers/Critical-CH.json +++ b/http/headers/Critical-CH.json @@ -30,7 +30,7 @@ }, "status": { "experimental": true, - "standard_track": false, + "standard_track": true, "deprecated": false } } From 0ac1c64a927d26e31f289fa4add584798cacee42 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 14 Dec 2022 11:24:56 +0000 Subject: [PATCH 3/4] Update http/headers/Critical-CH.json Co-authored-by: Florian Scholz --- http/headers/Critical-CH.json | 1 + 1 file changed, 1 insertion(+) diff --git a/http/headers/Critical-CH.json b/http/headers/Critical-CH.json index b5a30c752f2e7..e50b71bdce657 100644 --- a/http/headers/Critical-CH.json +++ b/http/headers/Critical-CH.json @@ -5,6 +5,7 @@ "__compat": { "description": "Critical-CH request header", "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Critical-CH", + "spec_url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability", "support": { "chrome": { "version_added": "91" From bd7c56a0ddfc7a4633b53adb9a3f24709ad9c48f Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Wed, 14 Dec 2022 12:37:03 +0100 Subject: [PATCH 4/4] Apply suggestions from code review --- http/headers/Critical-CH.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/headers/Critical-CH.json b/http/headers/Critical-CH.json index e50b71bdce657..56060aead229b 100644 --- a/http/headers/Critical-CH.json +++ b/http/headers/Critical-CH.json @@ -3,9 +3,8 @@ "headers": { "Critical-CH": { "__compat": { - "description": "Critical-CH request header", "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Critical-CH", - "spec_url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability", + "spec_url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability#name-the-critical-ch-response-he", "support": { "chrome": { "version_added": "91"