Skip to content

Commit

Permalink
Fix compat notes for Firefox of permissions.request
Browse files Browse the repository at this point in the history
- Removed compat notes at Firefox for Android. The notes aren't
  relevant, e.g. sidebars were never supported on Android.
- Fix out-of-date claims about bugs in support on Firefox desktop.
  • Loading branch information
Rob--W committed Mar 7, 2021
1 parent 7b9b905 commit 932e031
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions webextensions/api/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,31 +168,20 @@
"firefox": [
{
"version_added": "55",
"notes": [
"The user will be prompted again for permissions that have been previously granted and then removed.",
"It's not possible to request permissions from a popup or a sidebar document."
]
"notes": "It's not possible to request permissions from a sidebar document (<a href='https://bugzil.la/1493396'>bug 1493396</a>)."
},
{
"version_added": "56",
"version_removed": "61",
"notes": "It's not possible to request permissions from an options page that's embedded in about:addons. To request permissions from an options page, set the <code>open_in_tab</code> property in the <code>options_ui</code> manifest key, so the options page opens in its own tab."
}
],
"firefox_android": [
{
"version_added": "55",
"notes": [
"The user will be prompted again for permissions that have been previously granted and then removed.",
"It's not possible to request permissions from a popup or a sidebar document."
]
"version_added": "61",
"notes": "Support for requesting permissions from an options page that's embedded in about:addons was added."
},
{
"version_added": "56",
"version_removed": "61",
"notes": "It's not possible to request permissions from an options page that's embedded in about:addons. To request permissions from an options page, set the <code>open_in_tab</code> property in the <code>options_ui</code> manifest key, so the options page opens in its own tab."
"version_added": "75",
"notes": "Support for requesting permissions from a popup was added (<a href='https://bugzil.la/1432083'>bug 1432083</a>)."
}
],
"firefox_android": {
"version_added": true
},
"opera": {
"version_added": true
},
Expand Down

0 comments on commit 932e031

Please sign in to comment.