Skip to content

Commit e2c17c1

Browse files
authored
Chrome 29/33 added webextensions.api.identity support (#24343)
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `identity` Web Extensions interface. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp. Commits: - https://source.chromium.org/chromium/chromium/src/+/499d1d369ad8d87efec1f09834bddaaa93eeea56 - https://source.chromium.org/chromium/chromium/src/+/aee340ad704c00a9b2dafe52353a5e55bb1f9e09 - https://source.chromium.org/chromium/chromium/src/+/7b7b186bb995cac8d9ef216b96be1a5718d8ac3e
1 parent 32323a4 commit e2c17c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webextensions/api/identity.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/identity",
77
"support": {
88
"chrome": {
9-
"version_added": "≤58"
9+
"version_added": "29"
1010
},
1111
"edge": "mirror",
1212
"firefox": {
@@ -29,7 +29,7 @@
2929
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/identity/getRedirectURL",
3030
"support": {
3131
"chrome": {
32-
"version_added": "≤58"
32+
"version_added": "33"
3333
},
3434
"edge": "mirror",
3535
"firefox": {
@@ -53,7 +53,7 @@
5353
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/identity/launchWebAuthFlow",
5454
"support": {
5555
"chrome": {
56-
"version_added": "≤58"
56+
"version_added": "29"
5757
},
5858
"edge": "mirror",
5959
"firefox": {

0 commit comments

Comments
 (0)