aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/queries.js
Commit message (Collapse)AuthorAgeFilesLines
* Add a modelineMatěj Cepl2011-10-301-0/+2
| | | | | | // vim: set ts=2 et sw=2 textwidth=80: Fixes #116
* Palmface :( made a nice endless recursion.Matěj Cepl2011-07-191-3/+3
|
* Really Eclipseize formatting.Matěj Cepl2011-05-131-5/+5
|
* Reformatting to MoFo coding styleMatěj Cepl2011-04-281-57/+65
|
* 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.
* Fixed other functions brokenMatěj Cepl2011-04-221-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-03-251-1/+33
|
* CLeaned queries.js so that it is independent of external forces.Matěj Cepl2011-03-251-6/+11
|
* First ideas about splitting queries to separate module.Matěj Cepl2011-03-251-0/+70