aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/queries.js
Commit message (Collapse)AuthorAgeFilesLines
* Really Eclipseize formatting.Matěj Cepl2011-06-051-5/+5
|
* Reformatting to MoFo coding styleMatěj Cepl2011-06-051-57/+65
|
* Use self.on and self.postMessage instead of global on and postMessage.Matěj Cepl2011-06-051-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 brokenMatěj Cepl2011-06-051-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 Cepl2011-06-051-1/+33
|
* CLeaned queries.js so that it is independent of external forces.Matěj Cepl2011-06-051-6/+11
|
* First ideas about splitting queries to separate module.Matěj Cepl2011-06-051-0/+70