Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Storage Access API data #21336

Merged
merged 12 commits into from
Nov 28, 2023
69 changes: 13 additions & 56 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -4396,27 +4396,13 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/hasStorageAccess",
"spec_url": "https://privacycg.github.io/storage-access/#dom-document-hasstorageaccess",
"support": {
"chrome": [
{
"version_added": "113",
"partial_implementation": true,
"notes": "Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>."
},
{
"version_added": "78",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
]
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "85"
"chrome": {
"version_added": "119"
},
"chrome_android": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": "65"
},
Expand Down Expand Up @@ -6113,42 +6099,13 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/requestStorageAccess",
"spec_url": "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess",
"support": {
"chrome": [
{
"version_added": "113",
"partial_implementation": true,
"notes": [
"Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>.",
"Client-side storage access granted per-frame, as per spec updates <a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>."
]
},
{
"version_added": "78",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
],
"notes": "Client-side storage access granted per-page (<a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>)"
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": "113",
"notes": [
"Only resolves <code>requestStorageAccess()</code> calls that come from domains within a <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party set</a>.",
"Each embedded site instance must separately opt in to client-side storage access via a <code>requestStorageAccess()</code> call, as per <a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>spec updates</a>."
]
},
{
"version_added": "85",
"version_removed": "112",
"notes": "Client-side storage access granted per-page (<a href='https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works'>see explanation</a>)"
}
],
"chrome": {
"version_added": "119"
},
"chrome_android": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": "65"
},
Expand Down
28 changes: 8 additions & 20 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,27 +673,15 @@
"description": "<code>storage-access</code> permission",
"spec_url": "https://privacycg.github.io/storage-access/#permissions-integration",
"support": {
"chrome": [
{
"version_added": "113",
"partial_implementation": true,
"notes": "Only available to Google Chrome's <a href='https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/'>first-party sets</a>."
},
{
"version_added": "86",
"flags": [
{
"type": "preference",
"name": "#storage-access-api",
"value_to_set": "Enabled"
}
]
}
],
"chrome_android": "mirror",
"chrome": {
"version_added": "119"
},
"chrome_android": {
"version_added": "120"
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "117"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -712,7 +700,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down