aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks/viewSource.js
Commit message (Collapse)AuthorAgeFilesLines
* Make check link working again.Matěj Cepl2011-06-061-1/+1
|
* Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-4/+4
| | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList.
* Really Eclipseize formatting.Matěj Cepl2011-06-051-9/+10
|
* Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-06-051-39/+19
| | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88
* Reorganization.Matěj Cepl2011-06-051-0/+104
* fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib directory, * docs directory removed ... keep documentation in JSDocs; rewrite in MD is a waste of time. * move Ehsan’s scripts to separate data/tweaks directory.