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 4/18 added webextensions.api.devtools support #24270

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions webextensions/api/devtools.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/devtools",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "4"
},
"edge": "mirror",
"firefox": {
Expand All @@ -31,7 +31,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -54,7 +54,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/eval",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -145,7 +145,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/reload",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -169,7 +169,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/inspectedWindow/tabId",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -194,7 +194,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/network",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -217,7 +217,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/network/getHAR",
"support": {
"chrome": {
"version_added": "≤64"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -240,7 +240,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/network/onNavigated",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -264,7 +264,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/network/onRequestFinished",
"support": {
"chrome": {
"version_added": "≤64"
"version_added": "18"
},
"edge": "mirror",
"firefox": [
Expand Down Expand Up @@ -294,7 +294,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -320,7 +320,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel/createSidebarPane",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -342,7 +342,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel/onSelectionChanged",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -365,7 +365,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -388,7 +388,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤59"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -407,7 +407,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -433,7 +433,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/onHidden",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -456,7 +456,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/onShown",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -479,7 +479,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setExpression",
"support": {
"chrome": {
"version_added": "≤61",
"version_added": "18",
"notes": "The expression must evaluate to a JavaScript object or a DOM node, or nothing is shown in the sidebar."
},
"edge": "mirror",
Expand All @@ -502,7 +502,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -522,7 +522,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setObject",
"support": {
"chrome": {
"version_added": "≤61",
"version_added": "18",
"notes": "If the `jsonObject` parameter is a string, it is not displayed."
},
"edge": "mirror",
Expand All @@ -546,7 +546,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ExtensionSidebarPane/setPage",
"support": {
"chrome": {
"version_added": true
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -569,7 +569,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/create",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -591,7 +591,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true,
"version_added": "18",
"notes": "URL always resolved as absolute."
},
"edge": "mirror",
Expand All @@ -617,7 +617,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true,
"version_added": "18",
"notes": "URL always resolved as absolute."
},
"edge": "mirror",
Expand All @@ -643,7 +643,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand All @@ -668,7 +668,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/elements",
"support": {
"chrome": {
"version_added": "≤61"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
Expand Down