Firefox/Projects/Jetpack
Jump to navigation
Jump to search
Summary
Make sure Jetpack's needs in Firefox and Platform are met. Facilitate communication between Firefox and Jetpack teams.
Background
Jetpack's architecture under versions 0.8 and earlier (now called the Jetpack "prototype") is being abandoned for a new architecture nicknamed the Jetpack "reboot". Check the Labs reboot wiki page for details, but briefly, the differences between the two:
- "Jetpacks" produced under the reboot are actually XPIs. They're real extensions. Under the prototype they were single JS files.
- Since jetpacks are now extensions, it no longer makes sense to say "I made a jetpack." It's more like, "I made an extension using Jetpack."
- Jetpack itself is no longer an extension. It no longer makes sense to say, "I downloaded Jetpack."
- Indeed it's an open question what "Jetpack" even means under the reboot. The reboot is basically a build toolchain, runtime, and API -- a framework.
- "Cuddlefish" is what Atul has coined this framework.
- The reboot is very loosely integrated with Firefox. The runtime is bundled in each XPI. The only significant hook that these XPIs require is a no-restart-needed mechanism.
- The reboot has a security model, the prototype didn't.
- Roughly speaking, there are two layers of APIs under the reboot. There's a low-level, chrome-privileged layer that wraps the platform. And there's a high-level, secure, low surface area, and friendly layer that builds on the lower. It's the higher layer that might be thought of as "the Jetpack API," but it's entirely possible to use the lower to build an extension.
- Contractors are working on an in-browser IDE called "FlightDeck."
Current Status
- Firefox team
- Someone on Firefox team should be working on bug 542385, the no-restart-needed mechanism. mossop? adw?
- Jetpack team
- Determining the set of APIs to expose under the reboot.
- Published a roadmap.
Next Steps
- Begin to hash out the API we want under the Jetpack reboot.
- Determine the Firefox/Platform blockers needed by that API.
- Separately, we need to work on bug 542385, the no-restart-needed mechanism.
Related Bugs
- List of Jetpack-related Firefox/Platform bugs (quicksearch [jetpack])
- Integration of runtime into Firefox/Platform:
- bug 542385, the no-restart-needed mechanism
- Enabling Jetpack APIs:
- ??? Where's Myk's bug about arbitrary content in XUL panels? bug 130078, bug 532569?
Related Links
- Jetpack reboot wiki
- Jetpack team weekly meetings wiki
- #jetpack
- There's a Jetpack drivers email list. Ping adw for info.
Team
- Lead: adw
- Sprinter: mossop
- Jetpack team contact: atul
Goals
- Make sure Jetpack has what it needs for a smooth uplift into Firefox.
- Keep an open communication channel between the Firefox and Jetpack teams.
Non Goals
- Finalize the Jetpack API.