aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary console.logMatěj Cepl2010-09-261-1/+0
|
* Fix Logger object to be self contained and use storage properlyMatěj Cepl2010-09-241-19/+53
| | | | | | | * there is really no other way than using module.storage directly Sucks! * all logger-related logic should go to the module and not be flying around (import TS, clear, isEmpty)
* Make certain that this.bugNo is really numerical value of bug number.Matěj Cepl2010-09-101-5/+0
| | | | | | | | | Fixes #45 * move getLogin and getPassword to bzpage (upstream bugzilla actually has SOME XML-RPC) * don't test for correct bug number in logger, when we have the bug no. correct in the first place.
* Getting Bug.get via XML-RPCMatěj Cepl2010-09-101-2/+4
|
* Now when we know how to load in background, do it always.Matěj Cepl2010-07-241-0/+2
|
* Allow empty Xorg log analysisMatěj Cepl2010-07-191-8/+0
|
* Create a special library prompts, add prompts.prompt, and switch bzpageMatěj Cepl2010-07-161-1/+2
| | | | and logger to use it.
* make fixMatěj Cepl2010-07-141-1/+0
| | | | | | - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one.
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-231-22/+26
| | | | bugzilla as well
* Make fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-221-2/+2
| | | | | | | | | - 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)
* Skipping over process pages && system notification.Matěj Cepl2010-06-211-4/+8
|
* Logger works and some cleanupMatěj Cepl2010-06-211-16/+25
| | | | | 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 Cepl2010-06-201-7/+10
| | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
* Loads a bug page without crash!!!Matěj Cepl2010-06-191-9/+10
| | | | There is not jetpack. call in used modules.
* Write HACKING document with coding guidelines and actually fix theMatěj Cepl2010-06-181-20/+20
| | | | code to follow it.
* Inheritance works, now there are jetpack-prototype-related bugsMatěj Cepl2010-06-171-0/+114
|
* Even more brutalMatěj Cepl2010-06-111-108/+0
|
* More cleanup to make a simple reproducerMatěj Cepl2010-06-111-4/+0
|
* * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-091-0/+1
| | | | * cleaned up couple of crashes and missing stuff
* rewrite util.js to be more compliant with SDK usage.Matěj Cepl2010-05-311-6/+9
|
* First attempt to split main script into modules.Matěj Cepl2010-05-311-0/+108