Firefox/Projects/Jetpack Uplift Exploration/Notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
* Management through Extension Manager [[Firefox/Sprints/Extension_Manager_API|API]] and [[Extension_Manager:UI_Update|UI]]
* Management through Extension Manager [[Firefox/Sprints/Extension_Manager_API|API]] and [[Extension_Manager:UI_Update|UI]]
* Install & update comparable to current addons
* Install & update comparable to current addons
== Platform requirements ==
* JavaScript memory tracker
* Object.freeze() ({{bug|492844}})

Revision as of 23:53, 19 July 2009

Draft-template-image.png THIS PAGE IS A WORKING DRAFT Pencil-emoji U270F-gray.png
The page may be difficult to navigate, and some information on its subject might be incomplete and/or evolving rapidly.
If you have any questions or ideas, please add them as a new topic on the discussion page.

Uplift Scope

Note: This assumes many things!

Included

  • Runtime

Not Included

  • Development environment (separate addon)
  • Development documentation (to be put on MDC)
  • Subscription UI (managed via new Extension Manager)

Uplifted separately

  • Slidebar (replace/improve current sidebar functionality)
  • JS security code (eg, securable membrane)

Browser UI

Areas where browser.xul/browser.js should provide simple APIs:

Subscription / Installation / Management

  • Management through Extension Manager API and UI
  • Install & update comparable to current addons

Platform requirements

  • JavaScript memory tracker
  • Object.freeze() (bug 492844)