Jetpack/Modules: Difference between revisions
< Jetpack
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
* [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/misc/lib/simple-feature.js Basic menu item], by Atul | * [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/misc/lib/simple-feature.js Basic menu item], by Atul | ||
Plumbing | |||
* [https://bugzilla.mozilla.org/attachment.cgi?id=489121 Password manager API], by Mcepl | * [https://bugzilla.mozilla.org/attachment.cgi?id=489121 Password manager API], by Mcepl | ||
* [https://gist.github.com/669262 Awesomebar Search] - query the datasource that powers the Firefox awesomebar. | * [https://gist.github.com/669262 Awesomebar Search] - query the datasource that powers the Firefox awesomebar. | ||
* [https://gist.github.com/709681 Browser Commands] - search and execute browser commands (eg: reload, zoom, bookmark, open) | |||
Misc | Misc | ||
* [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/cuddlefish-lab/lib/cuddlefish-lab.js Custom protocol handler], by Atul | * [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/cuddlefish-lab/lib/cuddlefish-lab.js Custom protocol handler], by Atul | ||
Revision as of 08:46, 22 November 2010
Useful modules not in the core set.
UI
- Prompts, by Mcepl. See function promptFileOpenPicker for a file picker prompt.
- Basic menu item, by Atul
Plumbing
- Password manager API, by Mcepl
- Awesomebar Search - query the datasource that powers the Firefox awesomebar.
- Browser Commands - search and execute browser commands (eg: reload, zoom, bookmark, open)
Misc
- Custom protocol handler, by Atul
- QR code utilities, by Hernán Colmeiro (@peregrino)
Wanted
- DirectoryWatcher: polls a directory, notifies callbacks on various changes