Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
No edit summary |
No edit summary |
||
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://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 | * [http://bit.ly/fODIfs set new-tab content], by @dietrich | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=615590 module for interacting with Panorama], work in progress, by Mitcho. | |||
Plumbing | Plumbing | ||
* [https://bugzilla.mozilla.org/attachment.cgi?id=489121 Password manager API], by Mcepl | * [https://bugzilla.mozilla.org/attachment.cgi?id=489121 Password manager API], by Mcepl | ||
* [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, open), 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) | ||
Misc | Misc | ||
Line 17: | Line 18: | ||
Wanted | Wanted | ||
* DirectoryWatcher: polls a directory, notifies | * DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc. |