Skip to content

Commit

Permalink
Support for tabs.captureTab for Firefox for Android 82 (#6716)
Browse files Browse the repository at this point in the history
Landed in https://bugzilla.mozilla.org/show_bug.cgi?id=1664522

Co-authored-by: Agi Sferro <agi@sferro.dev>
  • Loading branch information
agi and agi committed Sep 24, 2020
1 parent 0977898 commit 787485b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions browsers/firefox_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@
"status": "beta",
"engine": "Gecko",
"engine_version": "81"
},
"82": {
"status": "nightly",
"engine": "Gecko",
"engine_version": "82"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@
"version_added": "59"
},
"firefox_android": {
"version_added": false
"version_added": "82"
},
"opera": {
"version_added": false
Expand Down

0 comments on commit 787485b

Please sign in to comment.