Jetpack/Modules: Difference between revisions
< Jetpack
Jump to navigation
Jump to search
(→Browser UI: mentioning toolbarbutton, menuitems, and xulkeys modules that I created.) |
(→Miscellaneous: mentioning my l10n module) |
||
Line 36: | Line 36: | ||
* [https://github.com/Gozala/jetpack-net Socket API] Lib implementing nodejs's [http://nodejs.org/docs/v0.4.0/api/net.html#net.Socket Socket API] by Irakli (@gozala) | * [https://github.com/Gozala/jetpack-net Socket API] Lib implementing nodejs's [http://nodejs.org/docs/v0.4.0/api/net.html#net.Socket Socket API] by Irakli (@gozala) | ||
* [https://gist.github.com/1002838 Smarter console.log()] that pretty-prints objects, by [http://twitter.com/ongaeshi @ongaeshi] ([http://d.hatena.ne.jp/tuto0621/20110606/1307372130 blog post]) | * [https://gist.github.com/1002838 Smarter console.log()] that pretty-prints objects, by [http://twitter.com/ongaeshi @ongaeshi] ([http://d.hatena.ne.jp/tuto0621/20110606/1307372130 blog post]) | ||
* [https://github.com/erikvold/l10n-jplib Localization (l10n)] by @erikvold | |||
== 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. |
Revision as of 05:45, 24 June 2011
This page lists some community-developed libraries not included in the SDK. Feel free to link to yours!
Browser UI
- Prompts, by Mcepl. See function promptFileOpenPicker for a file picker prompt.
- Basic menu item, by Atul
- set new-tab page content, by @dietrich
- module for interacting with Panorama, work in progress, by Mitcho.
- Badged Widgets, by @dietrich
- Extend the awesomebar, by @dietrich
- Toolbar Buttons by @erikvold
- Menuitems by @erikvold
- XUL Hotkeys by @erikvold
Web APIs
- Add APIs to web content (ie: extending the navigator object), from Mozilla F1
Browser Internals
- Awesomebar Search - query the datasource that powers the Firefox awesomebar, by Dietrich (@dietrich)
- Browser Commands - search for and execute browser commands (eg: reload, zoom, bookmark page, open URL), by Dietrich (@dietrich)
- Custom protocol handler by Atul, or another implementation by Irakli (@gozala)
- Sync for Panorama - show synchronized devices as dedicated groups in Panorama (by @ttaubert)
Async JavaScript APIs
- Actors Generators based implementation of scala like Actor's for writing calbackless async code. by Irakli (@gozala)
- Promises Promises library by kriskowal
- Experimental implementation of promises on top of ES Harmony Proxies by Irakli (@gozala)
Miscellaneous
- QR code utilities, by Hernán Colmeiro (@peregrinogris)
- Module for choosing and loading an external editor, by Dietrich (@dietrich), ported from the Ubiquity add-on
- Socket API Lib implementing nodejs's Socket API by Irakli (@gozala)
- Smarter console.log() that pretty-prints objects, by @ongaeshi (blog post)
- Localization (l10n) by @erikvold
Wanted
- DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.