Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving ahead ... storing the progress for future. | Matěj Cepl | 2011-06-05 | 1 | -1/+24 |
| | |||||
* | Working on analysis of bug-page-mod module. | Matěj Cepl | 2011-06-05 | 1 | -2/+6 |
| | | | | | * Add some notes * remove getBugNumber and replaced with my getBugNo. | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 1 | -33/+33 |
| | |||||
* | Another massive cleanup and simplification of tweak scripts. | Matěj Cepl | 2011-06-05 | 1 | -0/+3 |
| | | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88 | ||||
* | Make my console.myDebug configurable via about:config preference. | Matěj Cepl | 2011-06-05 | 1 | -5/+4 |
| | | | | That is the Boolean variable bugzilla-triage.setting.debug | ||||
* | Make filterByRegexp more tolerant to different configurations. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | | | | * filterByRegexp shouldn’t crash when list is undefined * also be more tolerant for nonexistent some RH-specific functions Fixes #91. | ||||
* | All XML-RPC calls are rewritten as JSON-RPC ones. | Matěj Cepl | 2011-06-05 | 1 | -6/+2 |
| | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. | ||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-06-05 | 1 | -63/+86 |
| | |||||
* | Use self.on and self.postMessage instead of global on and postMessage. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | | | | | The reason is https://bugzilla.mozilla.org/show_bug.cgi?id=635748 and effort to save the world from global variables in content scripts. | ||||
* | Make the categories work only for Xorg bugs. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | |||||
* | Fix nvidia. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | | What to do when nvidia chipset is using VESA drivers or something similar. Driver names are not 100% proxy for the card type. | ||||
* | debugFlag must be in util.js as well. | Matěj Cepl | 2011-06-05 | 1 | -0/+3 |
| | |||||
* | Add better logging support. | Matěj Cepl | 2011-06-05 | 1 | -0/+6 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=582760 is still unfixed. | ||||
* | Working on analysis of bug-page-mod module. | Matěj Cepl | 2011-06-05 | 1 | -2/+6 |
| | | | | | * Add some notes * remove getBugNumber and replaced with my getBugNo. | ||||
* | Fix order of covering elements in createDeadLink. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | |||||
* | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-06-05 | 1 | -0/+13 |
| | |||||
* | Working on cutting down lines from bug-page-mod.js | Matěj Cepl | 2011-06-05 | 1 | -2/+6 |
| | |||||
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 1 | -144/+149 |
| | |||||
* | Removing apply in createDeadLink was a bad idea. | Matěj Cepl | 2011-03-17 | 1 | -2/+2 |
| | |||||
* | Fix local query, the first table is numbered 0, not 1. | Matěj Cepl | 2011-03-16 | 1 | -1/+2 |
| | |||||
* | Separate logging front-end into special content script. | Matěj Cepl | 2011-03-02 | 1 | -0/+50 |
| | |||||
* | Logger at least creates new records. | Matěj Cepl | 2011-03-01 | 1 | -2/+0 |
| | |||||
* | 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/+282 |