Skip to content

Commit

Permalink
Removed unnecessary wrapper from webextensions.api.tabs.highlight.pop…
Browse files Browse the repository at this point in the history
…ulate (#22147)
  • Loading branch information
rebloor authored Feb 20, 2024
1 parent 17762c2 commit b6e4a19
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2241,26 +2241,24 @@
"safari_ios": "mirror"
}
},
"highlightInfo": {
"populate": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "63"
},
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
"populate": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "63"
},
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
}
Expand Down

0 comments on commit b6e4a19

Please sign in to comment.