Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Palmface :( made a nice endless recursion. | Matěj Cepl | 2011-07-19 | 1 | -3/+3 |
| | |||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-05-13 | 1 | -5/+5 |
| | |||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-04-28 | 1 | -57/+65 |
| | |||||
* | 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. | ||||
* | Fixed other functions broken | Matěj Cepl | 2011-04-22 | 1 | -0/+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. | ||||
* | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-03-25 | 1 | -1/+33 |
| | |||||
* | CLeaned queries.js so that it is independent of external forces. | Matěj Cepl | 2011-03-25 | 1 | -6/+11 |
| | |||||
* | First ideas about splitting queries to separate module. | Matěj Cepl | 2011-03-25 | 1 | -0/+70 |