Skip to content

Commit

Permalink
FF119 Window.sidebar (external) not supported (#20856)
Browse files Browse the repository at this point in the history
* FF119 Window.external (sidebar) not supported

* Update api/Window.json

* Fix up Android
  • Loading branch information
hamishwillee authored Oct 2, 2023
1 parent c77808b commit 3fddbf7
Showing 1 changed file with 12 additions and 33 deletions.
45 changes: 12 additions & 33 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,39 +1407,18 @@
"edge": {
"version_added": "12"
},
"firefox": [
{
"version_added": "2",
"notes": "From Firefox 78 <code>AddSearchProvider()</code> does nothing, as the specification requires."
},
{
"version_added": "102",
"alternative_name": "sidebar",
"flags": [
{
"type": "preference",
"name": "dom.window.sidebar.enabled",
"value_to_set": "true"
}
]
},
{
"version_added": "1",
"version_removed": "102",
"alternative_name": "sidebar"
}
],
"firefox_android": [
{
"version_added": "4",
"notes": "From Firefox for Android 79 <code>AddSearchProvider()</code> does nothing, as the specification requires."
},
{
"version_added": "4",
"version_removed": "102",
"alternative_name": "sidebar"
}
],
"firefox": {
"version_added": "1",
"version_removed": "102",
"alternative_name": "sidebar",
"notes": "From Firefox 78 <code>AddSearchProvider()</code> does nothing, as the specification requires."
},
"firefox_android": {
"version_added": "4",
"version_removed": "102",
"alternative_name": "sidebar",
"notes": "From Firefox for Android 79 <code>AddSearchProvider()</code> does nothing, as the specification requires."
},
"ie": {
"version_added": "4"
},
Expand Down

0 comments on commit 3fddbf7

Please sign in to comment.