Jetpack/Modules: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Browser Internals: mentioning my userstyles module)
Line 4: Line 4:


* [http://gitorious.org/addon-sdk/bugzilla-triage-scripts/blobs/master/lib/prompts.js Prompts], by Mcepl. See function promptFileOpenPicker for a file picker prompt.
* [http://gitorious.org/addon-sdk/bugzilla-triage-scripts/blobs/master/lib/prompts.js Prompts], by Mcepl. See function promptFileOpenPicker for a file picker prompt.
* [http://hg.mozilla.org/users/avarma_mozilla.com/atul-packages/file/793c25db8523/packages/misc/lib/simple-feature.js Basic menu item], by Atul
* [http://bit.ly/fODIfs set new-tab page content], by @dietrich
* [http://bit.ly/fODIfs set new-tab page content], by @dietrich
* [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.

Revision as of 07:20, 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.