aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/rhbzpage.js
Commit message (Collapse)AuthorAgeFilesLines
* Reorganization.Matěj Cepl2011-04-281-510/+0
| | | | | | | | * fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib directory, * docs directory removed ... keep documentation in JSDocs; rewrite in MD is a waste of time. * move Ehsan’s scripts to separate data/tweaks directory.
* Reformatting to MoFo coding styleMatěj Cepl2011-04-281-30/+35
|
* Two small typosMatěj Cepl2011-04-281-1/+1
| | | | | | * it is config.XorgLogAnalysis not lowercase one * timeSheetRecordsPrinter needs to be declared, otherwise it is not available inside of the logger.js module itself.
* 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-0/+5
| | | | Fixes #86
* Fixed other functions brokenMatěj Cepl2011-04-221-1/+3
| | | | | | | * not all functions are able to accept the null as return value (directly or indirectly) of filterByRegexp * finally make all logic not to affect components which shouldn't be bothered with the test.
* Make the categories work only for Xorg bugs.Matěj Cepl2011-04-221-1/+3
|
* Add the roll-down list for selection of categories.Matěj Cepl2011-04-221-0/+4
|
* Fix nvidia.Matěj Cepl2011-04-211-46/+32
| | | | | What to do when nvidia chipset is using VESA drivers or something similar. Driver names are not 100% proxy for the card type.
* Fixing "Fixing Magic" for nvidia.Matěj Cepl2011-04-211-3/+35
|
* Add better logging support.Matěj Cepl2011-04-211-2/+7
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=582760 is still unfixed.
* Don't mess with cursor.Matěj Cepl2011-03-291-2/+0
|
* Merge branch 'next' of gitorious.org:addon-sdk/bugzilla-triage-scripts into nextMatěj Cepl2011-03-251-2/+0
|\ | | | | | | | | | | Conflicts: data/lib/rhbzpage.js lib/main.js
| * Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-03-251-1/+1
| |
* | Cut out general bugzilla functions to a special module.Matěj Cepl2011-03-251-364/+5
| |
* | Starting another module ... all small embelishments to the page.Matěj Cepl2011-03-251-151/+3
| |
* | Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-03-251-1/+1
|/
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-655/+668
|
* Attempt to include kernel line in the Xorg report.Matěj Cepl2011-03-231-1/+4
|
* Allow parsing of non-timed Xorg.0.log lines.Matěj Cepl2011-03-201-2/+2
| | | | Fixes #68
* Set cursor to busy while analyzing Xorg.0.log.Matěj Cepl2011-03-181-0/+2
|
* Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-021-1/+3
|
* Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-241-32/+68
|
* Moved .js files from data/ to data/lib/ so that we don't mix data and code.Matěj Cepl2011-02-231-0/+924