Jetpack/Modules: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Adding link to sync-for-panorama)
(→‎Browser UI: mentioning toolbarbutton, menuitems, and xulkeys modules that I created.)
Line 9: Line 9:
* [http://autonome.wordpress.com/2011/03/27/badged-widgets-with-the-firefox-4-add-on-sdk/ Badged Widgets], by @dietrich
* [http://autonome.wordpress.com/2011/03/27/badged-widgets-with-the-firefox-4-add-on-sdk/ Badged Widgets], by @dietrich
* [http://j.mp/ifQZFp Extend the awesomebar], by @dietrich
* [http://j.mp/ifQZFp Extend the awesomebar], by @dietrich
* [https://github.com/erikvold/toolbarbutton-jplib Toolbar Buttons] by @erikvold
* [https://github.com/erikvold/menuitems-jplib Menuitems] by @erikvold
* [https://github.com/erikvold/xulkeys-jplib XUL Hotkeys] by @erikvold


== Web APIs ==
== Web APIs ==

Revision as of 05:44, 24 June 2011

This page lists some community-developed libraries not included in the SDK. Feel free to link to yours!

Browser UI

Web APIs

Browser Internals

Async JavaScript APIs

Miscellaneous

Wanted

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