Skip to content

Commit

Permalink
Chrome 19 added webextensions.api.browsingData support (#24324)
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 `browsingData` 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.

Commit: https://source.chromium.org/chromium/chromium/src/+/006236a292a8dec7b134b3db35bc1d9ea7767513
  • Loading branch information
queengooborg authored Nov 26, 2024
1 parent 19a8aea commit 32323a4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions webextensions/api/browsingData.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -411,7 +411,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤60"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -443,7 +443,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/remove",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -474,7 +474,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeCache",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -505,7 +505,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeCookies",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -533,7 +533,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeDownloads",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand All @@ -556,7 +556,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeFormData",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand All @@ -579,7 +579,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeHistory",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand All @@ -602,7 +602,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeLocalStorage",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -649,7 +649,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removePasswords",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand All @@ -671,7 +671,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removePluginData",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "19"
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit 32323a4

Please sign in to comment.