Extension Manager:Projects:Embedded Add-on Preferences: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
== Non-Goals == | == Non-Goals == | ||
* Remove the need or support of full add-on preferences dialogs | * Remove the need or support of full add-on preferences dialogs | ||
== Documentation == | |||
* [https://developer.mozilla.org/en/Extensions/Inline_Options Developer documentation] on MDC | |||
== Testplan == | == Testplan == |
Revision as of 22:06, 5 July 2011
Feature | Status | ETA | Owner |
Simple options for add-ons embedded in the main UI | landed | 2011-06-03 | Mossop |
Summary
Add-on developers should be able to create a series of simple preference options that can be embedded in the detail view of their add-on similar to mobile.
Team
- Module owner: Mossop
- Development lead: Geoff Lankow
- UX lead: Boriss
- Reviewers: Mossop, mfinkle
- QA: Henrik Skupin
- L10n: ?
- Accessibility: ?
Release Requirements
- Developed UI must pass UI review
- Feature should be covered by automated tests
Next Steps
Related Bugs & Dependencies
Designs
Goals/Use Cases
- Display preferences in the add-on's detail view
- Expose this to normal add-ons and add-ons developed through the SDK
Non-Goals
- Remove the need or support of full add-on preferences dialogs
Documentation
- Developer documentation on MDC