Skip to content

Commit

Permalink
Update Chromium data for webextensions.api.windows.update
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 `update` 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, mdn#307
  • Loading branch information
queengooborg committed Jul 20, 2024
1 parent e12f01d commit 184a9c3
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions webextensions/api/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -1463,11 +1463,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "≤59"
},
"edge": "mirror",
"firefox": {
"version_added": "45"
},
Expand All @@ -1486,7 +1484,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤60"
},
"edge": {
"version_added": "14"
Expand All @@ -1511,7 +1509,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤60"
},
"edge": {
"version_added": "14"
Expand All @@ -1536,11 +1534,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "≤59"
},
"edge": "mirror",
"firefox": {
"version_added": "45"
},
Expand All @@ -1561,7 +1557,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤60"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -1607,11 +1603,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "≤59"
},
"edge": "mirror",
"firefox": {
"version_added": "45"
},
Expand All @@ -1632,7 +1626,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤60"
},
"edge": {
"version_added": "14"
Expand Down

0 comments on commit 184a9c3

Please sign in to comment.