Jetpack/Modules: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=615590 module for interacting with Panorama], work in progress, by Mitcho.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=615590 module for interacting with Panorama], work in progress, by Mitcho.
* [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


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

Revision as of 10:25, 22 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.