aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/logging-front.js
Commit message (Collapse)AuthorAgeFilesLines
* Add a modelineMatěj Cepl2011-10-301-0/+2
| | | | | | // vim: set ts=2 et sw=2 textwidth=80: Fixes #116
* Better MVC separation ... generating time sheet in content script.Matěj Cepl2011-09-011-1/+64
|
* Reformatting to MoFo coding styleMatěj Cepl2011-04-281-35/+31
|
* Use self.on and self.postMessage instead of global on and postMessage.Matěj Cepl2011-04-281-4/+4
| | | | | The reason is https://bugzilla.mozilla.org/show_bug.cgi?id=635748 and effort to save the world from global variables in content scripts.
* Setup logging of submits only when asked for.Matěj Cepl2011-04-261-4/+0
| | | | Fixes #86
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-61/+62
|
* Make script working with Mozilla bugzilla.Matěj Cepl2011-03-031-1/+3
| | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas
* Remove unnecessary logging.Matěj Cepl2011-03-021-4/+1
|
* Separate logging front-end into special content script.Matěj Cepl2011-03-021-0/+88