Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make URL for JSON file configurable (fixes #9)0.4 | Matěj Cepl | 2010-06-24 | 1 | -4/+10 |
| | |||||
* | Docs and namespace for preferences | Matěj Cepl | 2010-06-23 | 1 | -3/+5 |
| | | | | | - the first attempt (just a copy) of documentation - put all preferences into names (bugzilla-triage.setting.) | ||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -3/+3 |
| | | | | | | | | | - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway) | ||||
* | Clean up logging | Matěj Cepl | 2010-06-21 | 1 | -5/+3 |
| | | | | | - remove unnecessary logging messages - instead of dumping whole log store to stderr, give just count of items | ||||
* | Logger works and some cleanup | Matěj Cepl | 2010-06-21 | 1 | -6/+8 |
| | | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space | ||||
* | Trying to use api-utils.publicConstructor failed. | Matěj Cepl | 2010-06-20 | 1 | -1/+1 |
| | | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit. | ||||
* | Loads a bug page without crash!!! | Matěj Cepl | 2010-06-19 | 1 | -63/+46 |
| | | | | There is not jetpack. call in used modules. | ||||
* | Inheritance works, now there are jetpack-prototype-related bugs | Matěj Cepl | 2010-06-17 | 1 | -8/+740 |
| | |||||
* | Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example now | Matěj Cepl | 2010-06-17 | 1 | -2/+2 |
| | | | | works. | ||||
* | Another unsatisfactory result. | Matěj Cepl | 2010-06-13 | 1 | -2/+8 |
| | |||||
* | Trying solutions from Felipe Gomes | Matěj Cepl | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -5/+3 |
| | |||||
* | More cleanup to make a simple reproducer | Matěj Cepl | 2010-06-11 | 1 | -13/+3 |
| | |||||
* | Trying to make the simplest possible inherited objects. | Matěj Cepl | 2010-06-11 | 1 | -701/+5 |
| | |||||
* | Trying to clean-up the OO structure ... there is still something broken there | Matěj Cepl | 2010-06-10 | 1 | -38/+48 |
| | |||||
* | * clean up to make jslint happy (abandoned let and replaced with var) | Matěj Cepl | 2010-06-09 | 1 | -79/+83 |
| | | | | * cleaned up couple of crashes and missing stuff | ||||
* | First almost working version of main.js | Matěj Cepl | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Fix creation of non-existent logstore | Matěj Cepl | 2010-06-07 | 1 | -2/+2 |
| | |||||
* | Unfinished mess of everything, unworking. | Matěj Cepl | 2010-06-05 | 1 | -43/+11 |
| | |||||
* | rewrite util.js to be more compliant with SDK usage. | Matěj Cepl | 2010-05-31 | 1 | -4/+5 |
| | |||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 1 | -0/+746 |