Skip to content

Commit

Permalink
Update Chromium data for match_patterns Web Extensions feature (mdn#2…
Browse files Browse the repository at this point in the history
…3452)

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `match_patterns` Web Extensions feature. 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#2135
  • Loading branch information
queengooborg authored Jul 10, 2024
1 parent 1fcb062 commit 95fbb6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webextensions/match_patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Match_patterns",
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand All @@ -29,7 +29,7 @@
"description": "Wildcard <code>*</code> scheme",
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -72,7 +72,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand All @@ -95,7 +95,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -156,7 +156,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand All @@ -177,7 +177,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "≤65"
},
"edge": {
"version_added": "14"
Expand Down

0 comments on commit 95fbb6a

Please sign in to comment.