Skip to content

Commit

Permalink
Small tweaks to the Storage Access API data (#21379)
Browse files Browse the repository at this point in the history
* Small tweaks to the Storage Access API data

* Update api/Document.json

Co-authored-by: Barry Pollard <[email protected]>

* Update to CxA support for top-level-storage-access

---------

Co-authored-by: Barry Pollard <[email protected]>
  • Loading branch information
chrisdavidmills and tunetheweb authored Dec 12, 2023
1 parent 8e11aa5 commit 1905b67
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -6160,7 +6160,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 (that the storage access is being requested for) to be part of the same <a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API/Related_website_sets'>related website set</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
38 changes: 38 additions & 0 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,44 @@
}
}
},
"permission_top-level-storage-access": {
"__compat": {
"description": "<code>top-level-storage-access</code> permission",
"spec_url": "https://privacycg.github.io/requestStorageAccessFor/#permissions-integration",
"support": {
"chrome": {
"version_added": "119"
},
"chrome_android": {
"version_added": "120"
},
"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": "<code>window-management</code> permission",
Expand Down

0 comments on commit 1905b67

Please sign in to comment.