zotero/chrome/content/scaffold
Dan Stillman 6f965251ed Add FilePicker module to replace nsIFilePicker
`nsIFilePicker::show()` is removed in Firefox 60 in favor of `open()`,
which takes a callback (and apparently has been preferred for a long
time).

There's no point switching to that, so this module is a version of
nsIFilePicker with an async `show()` that returns a promise and some
XPCOM-isms replaced (e.g., string paths instead of nsIFile).
2019-08-27 00:47:39 -04:00
..
ace Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00
templates Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00
aceWrapper.js Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00
load.js Scaffold: Load translator on double-click 2019-08-10 08:40:24 -04:00
load.xul Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00
scaffold.js Add FilePicker module to replace nsIFilePicker 2019-08-27 00:47:39 -04:00
scaffold.xul Support Cmd-= for zooming in Scaffold code editor 2019-08-07 01:03:45 -04:00
translators.js Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00