From b3b3566ef8b3fee81ee91ea7006463ddfeb0dfd0 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 28 Nov 2023 14:08:37 +0000 Subject: [PATCH 1/3] Small tweaks to the Storage Access API data --- api/Document.json | 3 ++- api/Permissions.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/api/Document.json b/api/Document.json index b27fe5e2d0aa45..dc864c198eef50 100644 --- a/api/Document.json +++ b/api/Document.json @@ -6136,7 +6136,8 @@ "spec_url": "https://privacycg.github.io/requestStorageAccessFor/#dom-document-requeststorageaccessfor", "support": { "chrome": { - "version_added": "119" + "version_added": "119", + "notes": "Requires the calling top-level page and the embedded document storage access is being requested for to be part of the same related website set." }, "chrome_android": "mirror", "edge": "mirror", diff --git a/api/Permissions.json b/api/Permissions.json index a85e2d0fd492e2..d471cd5411affb 100644 --- a/api/Permissions.json +++ b/api/Permissions.json @@ -706,6 +706,42 @@ } } }, + "permission_top-level-storage-access": { + "__compat": { + "description": "top-level-storage-access permission", + "spec_url": "https://privacycg.github.io/requestStorageAccessFor/#permissions-integration", + "support": { + "chrome": { + "version_added": "119" + }, + "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": { + "version_added": false + } + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "permission_window-management": { "__compat": { "description": "window-management permission", From 55444d3210638fbf7d970f0128d05c79367b002b Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 28 Nov 2023 14:27:23 +0000 Subject: [PATCH 2/3] Update api/Document.json Co-authored-by: Barry Pollard --- api/Document.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Document.json b/api/Document.json index dc864c198eef50..274e6665a6e56a 100644 --- a/api/Document.json +++ b/api/Document.json @@ -6137,7 +6137,7 @@ "support": { "chrome": { "version_added": "119", - "notes": "Requires the calling top-level page and the embedded document storage access is being requested for to be part of the same related website set." + "notes": "Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set." }, "chrome_android": "mirror", "edge": "mirror", From bf8197ed64f56191d5937bdd8c1b1f9327861bc0 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 28 Nov 2023 14:30:45 +0000 Subject: [PATCH 3/3] Update to CxA support for top-level-storage-access --- api/Permissions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/Permissions.json b/api/Permissions.json index d471cd5411affb..6826f550f2d5b9 100644 --- a/api/Permissions.json +++ b/api/Permissions.json @@ -714,7 +714,9 @@ "chrome": { "version_added": "119" }, - "chrome_android": "mirror", + "chrome_android": { + "version_added": "120" + }, "edge": "mirror", "firefox": { "version_added": false