Closed
Bug 715716
Opened 14 years ago
Closed 8 years ago
Provide standard API for addons to open their preferences in the same way the Add-ons Manager UI does
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Unfocused, Unassigned)
References
Details
Some addons add a menuitem/button to open their preferences. For the dialog-based preferences, it means getting the window.openDialog() options right (which depends on the platform). For inline preferences, it using Firefox's BrowserOpenAddonsMgr() (in browser.js, so not usable everywhere), or copying that entire function.
It'd be nice to have a proper API to do all that.
Comment 1•8 years ago
|
||
WebExtensions have browser.runtime.openOptionsPage() for this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•