Skip to content

Commit

Permalink
131 tab updates (#24069)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor authored Sep 20, 2024
1 parent 0f5c922 commit fd864cc
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2925,6 +2925,25 @@
}
}
},
"openerTabId": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "131"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"pinned": {
"__compat": {
"support": {
Expand Down Expand Up @@ -3039,7 +3058,8 @@
},
"edge": "mirror",
"firefox": {
"version_added": "61"
"version_added": "61",
"notes": "Support for <code>openTabID</code> in <code>properties</code> added in Firefox 131."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -4080,9 +4100,16 @@
"version_added": "18"
},
"edge": "mirror",
"firefox": {
"version_added": "57"
},
"firefox": [
{
"version_added": "131",
"notes": "Set to -1 to clear <code>openerTabId</code>."
},
{
"version_added": "57",
"version_removed": "131"
}
],
"firefox_android": {
"version_added": false
},
Expand Down

0 comments on commit fd864cc

Please sign in to comment.