Skip to content

Commit

Permalink
Update Firefox data for ImageCapture API (#20383)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `ImageCapture` API. This fixes #9720 by updating the data based on the bug (https://bugzil.la/916643) and the source code (https://searchfox.org/mozilla-central/source/dom/webidl/ImageCapture.webidl#21).
  • Loading branch information
queengooborg authored Jul 21, 2023
1 parent ac2e517 commit 011075c
Showing 1 changed file with 36 additions and 14 deletions.
50 changes: 36 additions & 14 deletions api/ImageCapture.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": "35",
"flags": [
{
"type": "preference",
"name": "dom.imagecapture.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -46,8 +52,14 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": "35",
"flags": [
{
"type": "preference",
"name": "dom.imagecapture.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -81,8 +93,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": false
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -116,8 +127,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": false
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -155,8 +165,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": false
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -198,8 +207,14 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": "35",
"flags": [
{
"type": "preference",
"name": "dom.imagecapture.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -233,8 +248,15 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888177'>bug 888177</a>."
"version_added": "35",
"alternative_name": "videoStreamTrack",
"flags": [
{
"type": "preference",
"name": "dom.imagecapture.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 011075c

Please sign in to comment.