Slashdot Mirror


User: caillon

caillon's activity in the archive.

Stories
0
Comments
29
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 29

  1. Re:but HOW? on DHTML Bug Found in Mozilla 1.2 · · Score: 5, Interesting

    Long story short, a patch got checked in on the trunk before we branched, it caused problems, we noticed it and asked that it got backed out on both the trunk and the 1.2 branch. It got backed out OK on the trunk, but somehow it didn't get fully backed out on the branch...

    From the bug: "It looks like the 1.2-branch backout was done incorrectly. The 9 was not changed to an 8."

  2. Re:Prefetch paranoia on Mozilla 1.2 Unleashed · · Score: 1

    Sure.

  3. Re:Prefetch paranoia on Mozilla 1.2 Unleashed · · Score: 2, Informative
    But I really don't like the idea that I could be tricked into prefetching stuff I don't want by a simple HTML tag (goatse, copyrighted material and other illegal stuff).

    Well, blocking link prefetching from other hosts would not help you any: there are other ways to do that sort of thing. You can load stuff from other hosts via <img>, <script>, <object>, etc. elements. If someone is intent on pushing content to you, they can do it.

  4. Re:Immediate theme change? on Mozilla 1.2 Unleashed · · Score: 2, Informative
    It never worked quite right. Either things would get confused and give you hybrid skins (bug 115940), or cause you to crash (bugs 125518, 98359). There are various other bugzilla bugs regarding this, but basically it will be disabled until it works.

    Wanna volunteer to fix it?