Skip to content

Commit

Permalink
Update Chromium data for webextensions.api.windows.getAll.populate
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `getAll.populate` member of the `windows` Web Extensions interface. This sets the feature(s) to a version range based upon the date that the feature was added to BCD with the intent of replacing `true` values with ranged values to eliminate `true` values from BCD.

Commit/PR Adding the Feature: mdn#262
  • Loading branch information
queengooborg committed Jul 20, 2024
1 parent e12f01d commit 3edfdd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webextensions/api/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,11 +1112,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "≤59"
},
"edge": "mirror",
"firefox": {
"version_added": "45"
},
Expand Down

0 comments on commit 3edfdd7

Please sign in to comment.