Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganization. | Matěj Cepl | 2011-04-28 | 1 | -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 style | Matěj Cepl | 2011-04-28 | 1 | -30/+35 |
| | |||||
* | Two small typos | Matěj Cepl | 2011-04-28 | 1 | -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 Cepl | 2011-04-28 | 1 | -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 Cepl | 2011-04-26 | 1 | -0/+5 |
| | | | | Fixes #86 | ||||
* | Fixed other functions broken | Matěj Cepl | 2011-04-22 | 1 | -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 Cepl | 2011-04-22 | 1 | -1/+3 |
| | |||||
* | Add the roll-down list for selection of categories. | Matěj Cepl | 2011-04-22 | 1 | -0/+4 |
| | |||||
* | Fix nvidia. | Matěj Cepl | 2011-04-21 | 1 | -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 Cepl | 2011-04-21 | 1 | -3/+35 |
| | |||||
* | Add better logging support. | Matěj Cepl | 2011-04-21 | 1 | -2/+7 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=582760 is still unfixed. | ||||
* | Don't mess with cursor. | Matěj Cepl | 2011-03-29 | 1 | -2/+0 |
| | |||||
* | Merge branch 'next' of gitorious.org:addon-sdk/bugzilla-triage-scripts into next | Matěj Cepl | 2011-03-25 | 1 | -2/+0 |
|\ | | | | | | | | | | | Conflicts: data/lib/rhbzpage.js lib/main.js | ||||
| * | Working on cutting down lines from bug-page-mod.js | Matěj Cepl | 2011-03-25 | 1 | -1/+1 |
| | | |||||
* | | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-03-25 | 1 | -364/+5 |
| | | |||||
* | | Starting another module ... all small embelishments to the page. | Matěj Cepl | 2011-03-25 | 1 | -151/+3 |
| | | |||||
* | | Working on cutting down lines from bug-page-mod.js | Matěj Cepl | 2011-03-25 | 1 | -1/+1 |
|/ | |||||
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 1 | -655/+668 |
| | |||||
* | Attempt to include kernel line in the Xorg report. | Matěj Cepl | 2011-03-23 | 1 | -1/+4 |
| | |||||
* | Allow parsing of non-timed Xorg.0.log lines. | Matěj Cepl | 2011-03-20 | 1 | -2/+2 |
| | | | | Fixes #68 | ||||
* | Set cursor to busy while analyzing Xorg.0.log. | Matěj Cepl | 2011-03-18 | 1 | -0/+2 |
| | |||||
* | Add unknown PCI ID to the clipboard. | Matěj Cepl | 2011-03-02 | 1 | -1/+3 |
| | |||||
* | Nouveau doesn't dedicated data, so just the Chipset line is parsed. | Matěj Cepl | 2011-02-24 | 1 | -32/+68 |
| | |||||
* | Moved .js files from data/ to data/lib/ so that we don't mix data and code. | Matěj Cepl | 2011-02-23 | 1 | -0/+924 |