diff --git a/api/Document.json b/api/Document.json index acbc369d8fd4a3..b27fe5e2d0aa45 100644 --- a/api/Document.json +++ b/api/Document.json @@ -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 first-party sets." - }, - { - "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" }, @@ -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 first-party sets.", - "Client-side storage access granted per-frame, as per spec updates see explanation." - ] - }, - { - "version_added": "78", - "flags": [ - { - "type": "preference", - "name": "#storage-access-api", - "value_to_set": "Enabled" - } - ], - "notes": "Client-side storage access granted per-page (see explanation)" - } - ], - "chrome_android": "mirror", - "edge": [ - { - "version_added": "113", - "notes": [ - "Only resolves requestStorageAccess() calls that come from domains within a first-party set.", - "Each embedded site instance must separately opt in to client-side storage access via a requestStorageAccess() call, as per spec updates." - ] - }, - { - "version_added": "85", - "version_removed": "112", - "notes": "Client-side storage access granted per-page (see explanation)" - } - ], + "chrome": { + "version_added": "119" + }, + "chrome_android": { + "version_added": "120" + }, + "edge": "mirror", "firefox": { "version_added": "65" }, diff --git a/api/Permissions.json b/api/Permissions.json index ac5aa0a5d6b532..a85e2d0fd492e2 100644 --- a/api/Permissions.json +++ b/api/Permissions.json @@ -673,27 +673,15 @@ "description": "storage-access 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 first-party sets." - }, - { - "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": { @@ -712,7 +700,7 @@ } }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false }