Skip to content

Commit

Permalink
Chrome support for webextensions.action.openpopup correction (#22268)
Browse files Browse the repository at this point in the history
* Chrome support for webextensions.action.openpopup correction

* Chrome support note
  • Loading branch information
rebloor committed Feb 22, 2024
1 parent da07a5e commit 1b1913b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 2 additions & 8 deletions webextensions/api/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,14 +425,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/action/openPopup",
"support": {
"chrome": {
"version_added": "88",
"flags": [
{
"type": "preference",
"name": "#extension-apis",
"value_to_set": "Enabled"
}
]
"version_added": "118",
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)."
},
"edge": "mirror",
"firefox": {
Expand Down
9 changes: 8 additions & 1 deletion webextensions/api/browserAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/openPopup",
"support": {
"chrome": {
"version_added": "118"
"version_added": "67",
"flags": [
{
"type": "preference",
"name": "#extension-apis",
"value_to_set": "Enabled"
}
]
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit 1b1913b

Please sign in to comment.