Jetpack/Modules: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
* [https://gist.github.com/669262 Awesomebar Search] - query the datasource that powers the Firefox awesomebar, by Dietrich (@dietrich)
* [https://gist.github.com/669262 Awesomebar Search] - query the datasource that powers the Firefox awesomebar, by Dietrich (@dietrich)
* [https://gist.github.com/709681 Browser Commands] - search for and execute browser commands (eg: reload, zoom, bookmark page, open URL), by Dietrich (@dietrich)
* [https://gist.github.com/709681 Browser Commands] - search for and execute browser commands (eg: reload, zoom, bookmark page, open URL), by Dietrich (@dietrich)
* [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/cuddlefish-lab/lib/cuddlefish-lab.js Custom protocol handler] by Atul, or [https://github.com/Gozala/jetpack-protocol another implementation] by Irakli (@gozala)


Async JavaScript APIs
Async JavaScript APIs
Line 22: Line 23:


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, or [https://github.com/Gozala/jetpack-protocol another implementation] by Irakli (@gozala)
 
* [https://bitbucket.org/peregrino/jetpack-packages/src/tip/packages/selection-qr-panels/ QR code utilities], by Hernán Colmeiro (@peregrinogris)
* [https://bitbucket.org/peregrino/jetpack-packages/src/tip/packages/selection-qr-panels/ QR code utilities], by Hernán Colmeiro (@peregrinogris)
* [http://bit.ly/etAs3K Module for choosing and loading an external editor], by Dietrich (@dietrich), ported from the Ubiquity add-on
* [http://bit.ly/etAs3K Module for choosing and loading an external editor], by Dietrich (@dietrich), ported from the Ubiquity add-on
Line 30: Line 31:
Wanted
Wanted
* DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
* DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
* Badging: adds a badge to a Jetpack widget. Eg: number of unread messages. ([https://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/48d4ba67a7bca790 thread on dev.platform about doing this]

Revision as of 08:32, 11 April 2011

Useful modules not in the core set.

Browser UI

Web APIs

Browser Internals

Async JavaScript APIs

Misc


Wanted

  • DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.