Slashdot Mirror


Mozilla 1.4b Loosed

An anonymous reader writes "The fine Mozilla folks have decided to bless us with the release of Mozilla 1.4b this weekend. Highlights include support for NTLM authentication, usability improvements, and lots of performance, stability, and site compatibility fixes. As always, the release notes have more detailed info on changes."

15 of 354 comments (clear)

  1. NTLM for Linux? by bytes256 · · Score: 2, Interesting

    When will they support NTLM on Linux? That's one of the few reasons I still have to dual boot. (A web site required for my job uses NTLM authentication.)

    I would think it would be possible using part of Samba. Am I mistaken about this?

    --

    Slashdot, the site where everything's made up and the points don't matter
  2. Re:I used to follow mozilla by rmohr02 · · Score: 3, Interesting

    The biggest feature I've found it "Type Ahead Find". I start typing the text of a link when on a webpage, and it takes me to that link. It's still a little buggy, but not too bad.

    Also, I find the new features that keep coming in MultiZilla to be worth much better than those introduced by Mozilla.

  3. image blocking by rock_climbing_guy · · Score: 5, Interesting
    Image blocking/disabling is now more flexible and users can "view image" to see blocked or not loaded images.

    I have an idea for image blocking. Now that Mozilla uses a statistical technique to identify spam, presumable with some sort of set of words to begin the database before it is trained with our spam messages, perhaps we could apply some sort of guessing technique for image blocking.

    A central database of crap ( read Doubleclick.net ) images could be maintained. Images could be checked against the database and then blocked or allowed based on that. Perhaps the domain that the images come from could be taken into account as well.

    --
    Wh47 d1d j00 541, 31337 15n't t3h r0xor5 ne m0r3???
  4. Re:I used to follow mozilla by rodgerd · · Score: 3, Interesting

    As someone trapped behind a firewall with only an NTLM enabled proxy for Internet access, the NTLM feature is *very* interesting. I suspect there are tens of thousands of Moz users in the same boat.

  5. SVG Support by pchown · · Score: 2, Interesting

    Does anyone know what the current situation is with SVG? I see some of the Solaris builds support it. I heard that there was some licensing problem with libart, but surely they can work something out? They're both open source projects after all.

  6. Re:support for NTLM authentication by buckminster · · Score: 4, Interesting

    This is actually a great thing. I frequently work with clients who run IIS on their intranets. As it stands now I have no choice but to switch to IE when accessing areas that use NTLM authentication. This is one less reason for me to fire-up IE.

    Ultimately this could contribute to a wider deployment of Mozilla in corporate environments.

  7. Re:Hope they fixed the clear-cache problem by Brandon+Sharitt · · Score: 2, Interesting

    Why would a website clear your cache?

  8. Re:I used to follow mozilla by wossName · · Score: 2, Interesting

    The coolest new feature in 1.4 for me was the ability to specify a group of tabs that opens with the first Mozilla window, but not further windows or tabs in the current session. This enables me to start Mozilla with my regular news sites, and have empty windows when I press ctrl-n.

    And I also use "type ahead find" quite often now.

    --
    Someone is wrong on the Internet!
  9. Re:I used to follow mozilla by Apreche · · Score: 3, Interesting

    After 1.0 the improvements in Mozilla are less noticeable. That's because all the noticeable and useful improvements are happening over in the Phoenix/Firebird department.

    http://www.mozilla.org/projects/phoenix/why/

    The biggest reasons I choose it over moz are

    a) Tabbed browsing is implemented better
    b) Smaller, faster, lighter, better
    c) extensions and themes are cooler
    d) my computer is slow and crappy
    e) I prefer birds on fire to dinosaurs

    --
    The GeekNights podcast is going strong. Listen!
  10. Re:Not gonna get it.. by 91degrees · · Score: 2, Interesting

    I recently upgraded from 1.0 to 1.3. It seems most of the improvements are in the mail and newsreader, and composer. The browser seems fairly stable.

  11. Re:Phoenix by Mwongozi · · Score: 2, Interesting

    1. How on earth is my previous comment Redundant?

    2. Why bother installing seperate browser and mail components, both from the Mozilla project anyway, when I can simply install Mozilla and get both, integrated?

  12. Re:I used to follow mozilla by rowanxmas · · Score: 2, Interesting

    especially if they auto-hid seldom-used links like IE does.

    This is one of the worst features MS has. Back when I used office I turned it off immediatly. I memorize where my bookmarks ( favorites? wtf? most of mine are stuff for work, hardly my "favorite" ) are so when "smart" (i.e. really frickin annoying )software hides them I am up shit creek withou a paddle. Also don't tell me that you don't like being able to open up an entire folder in tabs.

  13. Re:I used to follow mozilla by Jucius+Maximus · · Score: 4, Interesting
    "Definitely! I love tabbed browsing, and the popup and cookie features are far superior to IE."

    Agreed! And there is a great improvement in these features that I have just noticed in 1.4b and I never saw in 1.4a. There is a little icon in the corner next to the 'lock' that appears if the site uses cookies or popups. Obviously I have popups disabled, so when I see the little popup icon, I get this lovely warm feeling inside knowing that at least 1 pop-up was annihilated. It's so much more gratifying than seeing nothing at all.

    Furthermore, you can click on that little icon and change the cookie or popup blocking customisations for that particular site. This way, if a useful popup was identified as 'unrequested' then you know it was killed and you can easily re-enable it.

  14. Does 1.4b do download manager ? by Taco+Cowboy · · Score: 2, Interesting



    Just wonder - does the 1.4 Beta contain a fully working Download Manager ?

    The 1.3 series's (including the 1.3.1) Download Manager cannot do "Resume Downloading".

    1.4 alpha's Download Manager also failed to resume downloading.

    Anyone here know the answer ?

    Thanks in advance !

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:Does 1.4b do download manager ? by db48x · · Score: 3, Interesting

      It actually can, and has been able to since the feature was introduced. If you hit the properties button on the toolbar, you'll be able to pull up an individual download window, and then pause it. Terribly annoying, I know, but at least it's possible.

      The fix involves more than just adding a button to the download manager window, however. You'd then have to add functions to the interface the manager uses for the button to call, which would then call obtain a copy of the interface the individual window uses for downloads and call functions on it to pause it. A better fix, of course, would be to finish the backend work to combine the two into a single working interface.