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 support data for Chrome Android (API's A through F) #18359

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions api/BrowserCaptureMediaStreamTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"chrome": {
"version_added": "104"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -39,7 +41,9 @@
"chrome": {
"version_added": "104"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -72,7 +76,9 @@
"chrome": {
"version_added": "104"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
52 changes: 39 additions & 13 deletions api/CSPViolationReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://mdn-bcd-collector.appspot.com/tests/api/CSPViolationReportBody returns false on desktop as well. The problem here was the use of [NoInterfaceObject] and was recently fixed in https://bugs.chromium.org/p/chromium/issues/detail?id=1122656

We should maybe still update this data somehow, but it's not a difference between desktop and Android, so I suggest splitting out this change.

},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -47,7 +49,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -87,7 +91,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -127,7 +133,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -167,7 +175,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -207,7 +217,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -247,7 +259,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -287,7 +301,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -327,7 +343,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -367,7 +385,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -407,7 +427,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -447,7 +469,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -485,7 +509,9 @@
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
12 changes: 9 additions & 3 deletions api/CrashReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"chrome": {
"version_added": "72"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -43,7 +45,9 @@
"chrome": {
"version_added": "72"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -78,7 +82,9 @@
"chrome": {
"version_added": "72"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
4 changes: 3 additions & 1 deletion api/DOMMatrixReadOnly.json
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,9 @@
"chrome": {
"version_added": "61"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://mdn-bcd-collector.appspot.com/tests/api/DOMMatrixReadOnly/transform says no support in Chrome desktop as well. And in fact for Firefox and Safari. This appears to be a ghost feature, I can't find any information about it. Should be removed from BCD.

},
"edge": "mirror",
"firefox": {
"version_added": "33",
Expand Down
32 changes: 24 additions & 8 deletions api/DeprecationReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -41,7 +43,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -75,7 +79,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -109,7 +115,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -143,7 +151,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -177,7 +187,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -211,7 +223,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -245,7 +259,9 @@
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
6 changes: 3 additions & 3 deletions api/DragEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version_added": "3"
},
"chrome_android": {
"version_added": false
"version_added": "54"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems right, https://bugs.chromium.org/p/chromium/issues/detail?id=626773 was a flag for drag and drop on Android around that time. I didn't chase down the comment that enabled it by default.

},
"edge": {
"version_added": "12"
Expand Down Expand Up @@ -52,7 +52,7 @@
"version_added": "46"
},
"chrome_android": {
"version_added": false
"version_added": "54"
},
"edge": {
"version_added": "12"
Expand Down Expand Up @@ -94,7 +94,7 @@
"version_added": "46"
},
"chrome_android": {
"version_added": false
"version_added": "54"
},
"edge": {
"version_added": "12"
Expand Down
4 changes: 3 additions & 1 deletion api/EXT_frag_depth.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"chrome": {
"version_added": "38"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WebGL extensions are tricky. Even if you find no support on some device, it may be supported by the browser. I can't find any bug for this one:
https://bugs.chromium.org/p/chromium/issues/list?q=EXT_frag_depth%20android&can=1

So I suspect it's actually supported. To make a change I'd want to see a bug filed and triaged to confirm it's not supported.

},
"edge": {
"version_added": "12",
"version_removed": "79"
Expand Down
4 changes: 3 additions & 1 deletion api/EXT_shader_texture_lod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"chrome": {
"version_added": "38"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"edge": {
"version_added": "17",
"version_removed": "79"
Expand Down
2 changes: 1 addition & 1 deletion api/EXT_texture_compression_bptc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"chrome_android": {
"version_added": "92"
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find any bug about this and suspect it might be supported given the right hardware.

},
"edge": "mirror",
"firefox": {
Expand Down
2 changes: 1 addition & 1 deletion api/EXT_texture_compression_rgtc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"chrome_android": {
"version_added": "83"
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find any bug about this and suspect it might be supported given the right hardware.

},
"edge": "mirror",
"firefox": {
Expand Down
Loading