I finally got tired of the new bugzilla color scheme making it impossible to
tell visited and unvisited links apart, but the following in
userContent.css helped:
@-moz-document
url-prefix(https://bugzilla.mozilla.org/buglist.cgi),
url-prefix(https://bugzilla.mozilla.org/show_bug.cgi)
{
:link { color: #0000EE !important }
:visited { color: #551A8B !important }
:link:active, :visited:active { color: #EE0000 ! important }
}
At this point, if someone asks me for review on anything at all large or in code I don't already know well, please don't expect review until sometime in 2006. I already have enough reviews in my queue to cover all the time I'll be able to do reviews in what remains of 2005.
After my attempt to search for "nsIForm>" in LXR today gave
me a nice useless error message because I had the temerity to not want all
those instances of nsIFormContro we have in our source, I started
seriously thinking about alternatives to lxr.mozilla.org. I
wonder how hard it would be to set up glimpse locally to index one of my
trees.... Has anyone tried this yet?