Skip to content

Commit 244f09d

Browse files
Add Chrome/Webview Android impl_url for Permissions API & Permissions Policy (#24828)
* add permissions api & permissions policy impl_url * correct data * remove unrelated feature
1 parent 64b83e2 commit 244f09d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

api/Permissions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@
603603
"safari_ios": "mirror",
604604
"samsunginternet_android": "mirror",
605605
"webview_android": {
606-
"version_added": false
606+
"version_added": false,
607+
"impl_url": "https://crbug.com/40443309"
607608
},
608609
"webview_ios": {
609610
"version_added": false

http/headers/Permissions-Policy.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,10 @@
764764
"chrome": {
765765
"version_added": "89"
766766
},
767-
"chrome_android": "mirror",
767+
"chrome_android": {
768+
"version_added": false,
769+
"impl_url": "https://crbug.com/40628009"
770+
},
768771
"edge": "mirror",
769772
"firefox": {
770773
"version_added": false
@@ -781,7 +784,10 @@
781784
},
782785
"safari_ios": "mirror",
783786
"samsunginternet_android": "mirror",
784-
"webview_android": "mirror",
787+
"webview_android": {
788+
"version_added": false,
789+
"impl_url": "https://crbug.com/40163407"
790+
},
785791
"webview_ios": "mirror"
786792
},
787793
"status": {
@@ -1360,7 +1366,10 @@
13601366
},
13611367
"safari_ios": "mirror",
13621368
"samsunginternet_android": "mirror",
1363-
"webview_android": "mirror",
1369+
"webview_android": {
1370+
"version_added": false,
1371+
"impl_url": "https://crbug.com/40740509"
1372+
},
13641373
"webview_ios": "mirror"
13651374
},
13661375
"status": {
@@ -1534,7 +1543,10 @@
15341543
},
15351544
"safari_ios": "mirror",
15361545
"samsunginternet_android": "mirror",
1537-
"webview_android": "mirror",
1546+
"webview_android": {
1547+
"version_added": false,
1548+
"impl_url": "https://crbug.com/40540400"
1549+
},
15381550
"webview_ios": "mirror"
15391551
},
15401552
"status": {

0 commit comments

Comments
 (0)