Slashdot Mirror


Mozilla 0.9.4 Released

asa writes: "Lots of bug fixes (1,467 at last count) since 0.9.3 including the ability to disable the JavaScript window.open() method during page load and unload events. You can find more information on what's new at the release notes and mozillaZine."

4 of 388 comments (clear)

  1. How to manage popup windows in the new Mozilla by davidu · · Score: 5, Informative
    Ok folks, here is a really cool feature: The Ability to manage, on a site by site basis, which sites can give you popups and which can't. A very effective way to manage pop up ads. Here's how:

    No POPUPS whatsoever:
    user_pref("capability.policy.default.Window.open", "noAccess");

    But...if some sites need popups, make a zone for them like this:
    user_pref("capability.policy.strict.sites", "http://www.evil.org http://www.annoying.com");
    user_pref("capability.policy.strict.Window.alert", "noAccess");
    user_pref("capability.policy.strict.Window.confirm ", "noAccess");
    user_pref("capability.policy.strict.Window.prompt" , "noAccess");
    ... you get the idea....

    It is very cool, and there is a lot of scripting and other trickery you can do with these prefrences.
    Btw, this is all from: Configurable Security Policies

    -David
    --

    # Hack the planet, it's important.
    1. Re:How to manage popup windows in the new Mozilla by Spy+Hunter · · Score: 5, Informative
      Actually, what is in Mozilla now is much cooler yet, which is the ability to disable 99.9% of advertising popups while letting 99% of wanted popups through, with no user intervention necessary ! No need to maintain a list of sites that need popups to function. It disables popups during page load and unload, but lets through popups that happen due to an actual mouse click.

      Of course, if this feature ever gets widespread use we'll just see javascript links that open up advertisements in addition to their targets, but that won't happen unless IE gets this feature, which is unlikely. So download Mozilla and free yourself from evil automatic popups!

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  2. Re:Wow! by Gerv · · Score: 5, Funny

    Wow, what a great release! I think that 0.9.3 really is a key step in the right direction for 1.0.

    Has someone been cutting and pasting out of their "Slashdot comments" file? ;-)

    Gerv

  3. Re:Speed issues. Moz 9.3/9.4 by zachlipton · · Score: 5, Insightful

    In my mind, I don't think of Mozilla or Netscape 6.x to be an upgrade to Netscape 4.x, I think of it as a completely different product. Any time that you rewrite 100% of the product, you can expect the new version to be slower, more infested with bugs, and just "feel" worse than the older version which has been tended for many years.

    However, if Netscape decided not to do the 5.0 rewrite, disaster would be the only end. The old code was not mantainible and doesn't allow for the powerful new features and embedding that seamonkey allows for.

    Speed is something that is being worked on and is significantly better than before. I won't mention full names here on /. without permission from the people involved, but someone at Netscape (d. hy.) did a lot of work on page loading and a new contributor did a lot of proformence work as well recently (jes.). Mail/news also uses the widget in the folder-paine, which has great speed increases as well.

    So we are trying the best we can. As always, patches are welcome.

    Zach