aboutsummaryrefslogtreecommitdiffstats
path: root/data/mozlib
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken subsequent calls to message handlers.Matěj Cepl2011-06-051-2/+2
| | | | | | | Fixes #104 But really, this is whole broken, and we need to eliminate direct calls and use event handlers internally.
* Make one nice closure mozFlags instead of spreading yet another group of ↵Matěj Cepl2011-06-051-34/+60
| | | | | | functions. Fixes #103.
* First draft of the flags handling for Mozilla bugzilla.Matěj Cepl2011-06-051-0/+73
Will fix #103 (when reviewed)