Skip to content

Commit

Permalink
Add Chrome/Webview Android impl_url for Permissions API & Permissions…
Browse files Browse the repository at this point in the history
… Policy (#24828)

* add permissions api & permissions policy impl_url

* correct data

* remove unrelated feature
  • Loading branch information
skyclouds2001 authored Nov 4, 2024
1 parent 64b83e2 commit 244f09d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
3 changes: 2 additions & 1 deletion api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40443309"
},
"webview_ios": {
"version_added": false
Expand Down
20 changes: 16 additions & 4 deletions http/headers/Permissions-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,10 @@
"chrome": {
"version_added": "89"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false,
"impl_url": "https://crbug.com/40628009"
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand All @@ -781,7 +784,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40163407"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -1360,7 +1366,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40740509"
},
"webview_ios": "mirror"
},
"status": {
Expand Down Expand Up @@ -1534,7 +1543,10 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_android": {
"version_added": false,
"impl_url": "https://crbug.com/40540400"
},
"webview_ios": "mirror"
},
"status": {
Expand Down

0 comments on commit 244f09d

Please sign in to comment.