Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 17/23 added webextensions.api.webRequest support #24280

Merged
12 changes: 6 additions & 6 deletions webextensions/api/webRequest.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/webRequest",
"support": {
"chrome": {
"version_added": "≤44"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand All @@ -29,7 +29,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/BlockingResponse",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand Down Expand Up @@ -98,7 +98,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/HttpHeaders",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand All @@ -124,7 +124,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "24"
caugner marked this conversation as resolved.
Show resolved Hide resolved
},
"edge": {
"version_added": "14"
Expand All @@ -148,7 +148,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/RequestFilter",
"support": {
"chrome": {
"version_added": "≤58",
"version_added": "17",
"notes": "If a filter contains unrecognized values in its `types` property, `addListener()` throws an exception."
},
"edge": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "17"
},
"edge": {
"version_added": "14"
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤64",
"version_added": "17",
"notes": "In Manifest V3, no longer available for most extensions (the exception being policy-installed extensions). Use the `declarativeNetRequest` API instead."
},
"edge": {
Expand Down