Labs/Jetpack: Difference between revisions
< Labs
Jump to navigation
Jump to search
Dandonkulous (talk | contribs) No edit summary |
Dandonkulous (talk | contribs) No edit summary |
||
| Line 45: | Line 45: | ||
* [http://jetpackgallery.mozillalabs.com/ Jetpack Gallery] | * [http://jetpackgallery.mozillalabs.com/ Jetpack Gallery] | ||
* [[Labs/Jetpack/Talks_And_Tutorials|Jetpack Talks and Tutorials]] | * [[Labs/Jetpack/Talks_And_Tutorials|Jetpack Talks and Tutorials]] | ||
== Getting Involved == | |||
* [[Labs/Jetpack/Ambassador|Jetpack Ambassador Program]] | |||
* Discuss, debate and add to the design in the [http://groups.google.com/group/mozilla-labs-jetpack/topics Jetpack discussion group] | |||
* Attend our [[Labs/Jetpack/Weekly_Meeting|Weekly Meeting]] | |||
* [https://hg.mozilla.org/labs/jetpack Grab the source code] and fix a bug or add a feature | |||
* Checkout the "reboot", which is the "next iteration of Jetpack" documentation: [https://wiki.mozilla.org/Labs/Jetpack/Reboot_Quickstart] | |||
* Join us in #jetpack on irc.mozilla.org | |||
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20Labs&component=Jetpack Report a bug] | |||
== Historical Notes on Jetpack Platform Development == | == Historical Notes on Jetpack Platform Development == | ||
| Line 55: | Line 65: | ||
** [[Labs/Extensions2/Notes]] | ** [[Labs/Extensions2/Notes]] | ||
** [[Labs/Extensions2/Target_Add-ons]] | ** [[Labs/Extensions2/Target_Add-ons]] | ||
Revision as of 18:28, 17 February 2010
Jetpack Mission
Provide an extension development environment for the Mozilla platform that empower anyone to create powerful extensions with a set of extensible, robust APIs using the language of the web - HTML, CSS, and JavaScript.
Jetpack Long-Term Vision & Dependencies - Draft
| Firefox 3.6.1 - 3.7 | Firefox 4.0 | |
| Extension Manager | No-Restart API | Jetpack Installation API |
| Firefox Platform | Chrome Object Wrappers | Jetpack runtime integrated to Firefox |
| Security | Basic security model in place | |
| Dev Tools | Command-line SDK & Web-based tool - FlightDeck | Enhancements to existing tools |
| Packages | Generative development enabled via FlightDeck | |
| Distribution | Jetpacks are bundled as XPIs w/ embedded Jetpack runtime in each | Jetpacks are distributed in a native package format |
Jetpack Development
- Development Process
- Release Process
- Release Schedule
- Jetpack Bugzilla Resources
- Jetpack Security Requirements
- Jetpack Binary Components
- Jetpack Localization
- Jetpack Extension Proposals (JEPs) is the place to propose and catalog higher-level API enhancements to Jetpack.
Jetpack Reboot
FlightDeck
Building a Jetpack
Getting Involved
- Jetpack Ambassador Program
- Discuss, debate and add to the design in the Jetpack discussion group
- Attend our Weekly Meeting
- Grab the source code and fix a bug or add a feature
- Checkout the "reboot", which is the "next iteration of Jetpack" documentation: [1]
- Join us in #jetpack on irc.mozilla.org
- Report a bug
Historical Notes on Jetpack Platform Development
- Initial investigation into the capabilities used by top add-ons today, and in particular, which de facto API calls they rely upon.