Skip to content

Commit

Permalink
Update Chromium data for menus Web Extensions interface (#24277)
Browse files Browse the repository at this point in the history
Chrome 6
- webextensions.api.menus [^6]

Chrome 7
- webextensions.api.menus.OnClickData [^7]

Chrome 26:
- webextensions.api.menus.ContextType [^26]
- webextensions.api.menus.ContextType [^26]

Chrome 38:
- webextensions.api.menus.ACTION_MENU_TOP_LEVEL_LIMIT [^38]
- webextensions.api.menus.ContextType.browser_action [^38]
- webextensions.api.menus.ContextType.page_action [^38]

Chrome 44:
- webextensions.api.menus.ItemType

Chrome 85:
- webextensions.api.menus.ContextType.action [^85]

[^6]: chromium/chromium@34b3680
[^7]: chromium/chromium@aefa99e
[^26]: chromium/chromium@f5ec20c
[^38]: chromium/chromium@69e1c12
[^44]: chromium/chromium@00f1fc2
[^85]: https://chromiumdash.appspot.com/commit/3232d3f93d80e62098515c300ac17bfd27d047f3

---------

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
queengooborg and caugner authored Nov 22, 2024
1 parent 791ed80 commit 8c8c292
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webextensions/api/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"support": {
"chrome": {
"alternative_name": "contextMenus",
"version_added": true
"version_added": "6"
},
"edge": "mirror",
"firefox": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"support": {
"chrome": {
"alternative_name": "contextMenus.ACTION_MENU_TOP_LEVEL_LIMIT",
"version_added": "≤53"
"version_added": "38"
},
"edge": "mirror",
"firefox": [
Expand Down Expand Up @@ -70,7 +70,7 @@
"support": {
"chrome": {
"alternative_name": "contextMenus.ContextType",
"version_added": "≤58"
"version_added": "26"
},
"edge": "mirror",
"firefox": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true,
"version_added": "85",
"notes": "Available for use in Manifest V3 or later."
},
"edge": "mirror",
Expand Down Expand Up @@ -148,7 +148,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58",
"version_added": "38",
"notes": "Available for use in Manifest V2 only."
},
"edge": "mirror",
Expand Down Expand Up @@ -177,7 +177,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "26"
},
"edge": "mirror",
"firefox": {
Expand All @@ -198,7 +198,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58",
"version_added": "38",
"notes": "Available for use in Manifest V2 only."
},
"edge": "mirror",
Expand Down Expand Up @@ -292,7 +292,7 @@
"support": {
"chrome": {
"alternative_name": "contextMenus.ItemType",
"version_added": "≤58"
"version_added": "44"
},
"edge": "mirror",
"firefox": [
Expand Down Expand Up @@ -324,7 +324,7 @@
"support": {
"chrome": {
"alternative_name": "contextMenus.OnClickData",
"version_added": "≤23"
"version_added": "7"
},
"edge": "mirror",
"firefox": [
Expand Down

0 comments on commit 8c8c292

Please sign in to comment.