aboutsummaryrefslogtreecommitdiffstats
path: root/lib/prompts.js
Commit message (Collapse)AuthorAgeFilesLines
* Really Eclipseize formatting.Matěj Cepl2011-05-131-6/+6
|
* Reformatting to MoFo coding styleMatěj Cepl2011-04-281-15/+16
|
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-63/+67
|
* Yes, we can have window object in main script!Matěj Cepl2011-03-021-1/+2
|
* Remove notification method in utils.js, provided by the Jetpack module.Matěj Cepl2010-10-081-35/+0
|
* Massive reformatting to make Eclipse happyMatěj Cepl2010-09-251-2/+3
|
* Move notifications to prompts where it belongs.Matěj Cepl2010-07-271-1/+36
|
* undefined !== null and if (undefined) is not if (null)Matěj Cepl2010-07-241-4/+3
| | | | | - prompts.prompt* should return null when cancelled - don't return undefined when you meant to throw an exception
* Add a alert as a prompt to prompts library and use it.Matěj Cepl2010-07-211-0/+11
|
* Add import JSON file to logsMatěj Cepl2010-07-191-0/+20
|
* Create a special library prompts, add prompts.prompt, and switch bzpageMatěj Cepl2010-07-161-0/+82
and logger to use it.