Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove notification method in utils.js, provided by the Jetpack module. | Matěj Cepl | 2010-10-08 | 1 | -35/+0 |
| | |||||
* | Massive reformatting to make Eclipse happy | Matěj Cepl | 2010-09-25 | 1 | -2/+3 |
| | |||||
* | Move notifications to prompts where it belongs. | Matěj Cepl | 2010-07-27 | 1 | -1/+36 |
| | |||||
* | undefined !== null and if (undefined) is not if (null) | Matěj Cepl | 2010-07-24 | 1 | -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 Cepl | 2010-07-21 | 1 | -0/+11 |
| | |||||
* | Add import JSON file to logs | Matěj Cepl | 2010-07-19 | 1 | -0/+20 |
| | |||||
* | Create a special library prompts, add prompts.prompt, and switch bzpage | Matěj Cepl | 2010-07-16 | 1 | -0/+82 |
and logger to use it. |