Slashdot Mirror


Mozilla RC3 Released

pjdepasq was one of many reader to submit the news that "Those fine folks at Mozilla.org rolled out RC3 on Thursday I noted. They say it's the last planned release before 1.0, which I'm guessing is right around the corner. As a fan of the project (I'm using it on 3 platforms!), kudos to all of you!" Here are the release notes.

150 of 492 comments (clear)

  1. Netscape 7 by mbrix · · Score: 5, Insightful

    With the upcoming release of Mozilla 1.0, Netscape 7 will be based on that. I really hope reviewers, developers and users will take a new view on Netscape so Netscape can gain some of the lost market share. I'm tired of seeing websites which simply don't care about Netscape/Mozilla support...

    And don't start saying "hey, I don't need Netscape, I want plain Mozilla!". You're right, but Netscape is for (l)users. If Netscape 7 has success, you'll also have more luck surfing the internet with your Mozilla browser.

    By the way, MozillaZine is also a great source of information for Mozilla-fans.

    1. Re:Netscape 7 by oever · · Score: 2, Interesting

      Unless AOL really starts using Gecko or Linux becomes bit, there's no big chance of Mozilla regaining the market share Netscape lost.

      It's just too easy for people to use Internet Explorer. Then there's the issue of embrace and extend: it's easy for M$ to implement the same standards as Mozilla. Then they just add a few new features that are not in the standards, but in all the tools to make webpages M$ sells. And people will feel obliged to use IE.

      A few things could help (highly theoretical): lawsuits, ranting users, OSS breakthrough.

      --
      DNA is the ultimate spaghetti code.
    2. Re:Netscape 7 by visualight · · Score: 2, Interesting

      And don't start saying "hey, I don't need Netscape, I want plain Mozilla!". You're right, but Netscape is for (l)users. If Netscape 7 has success, you'll also have more luck surfing the internet with your Mozilla browser.

      Well, I need netscape anyway because some sites won't let you install a plugin for mozilla but only netscape or explorer. The installer gives you a choice of one or the other and if you pick netscape it says it couldn't find it. So I install netscape, install the plugin, then copy the files to my mozilla folder.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    3. Re:Netscape 7 by HanzoSan · · Score: 3, Informative

      AOL is using gecko. AOL 7 was switched to gecko, thats also why netscape 6.5 was renamed 7.0

      --
      If you use Linux, please help development of Autopac
    4. Re:Netscape 7 by cybermage · · Score: 2

      Well, I need netscape anyway because some sites won't let you install a plugin for mozilla but only netscape or explorer. The installer gives you a choice of one or the other and if you pick netscape it says it couldn't find it. So I install netscape, install the plugin, then copy the files to my mozilla folder.

      You might be able to save yourself a step in there somewhere with a symlink. You could either link Netscape to Mozilla or link your Netscape Plugins directory to your Mozilla Plugins directory. If you do it right, you should be able to select Netscape and have it automatically drop into Mozilla instead.

    5. Re:Netscape 7 by bunratty · · Score: 5, Informative
      Well, I need netscape anyway because some sites won't let you install a plugin for mozilla but only netscape or explorer.
      The Mozilla PluginDoc project was created to help Mozilla users with installing their plugins. Go to that website to get instructions on how to install your favorite plug-in without needing Netscape.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
    6. Re:Netscape 7 by aengblom · · Score: 3, Insightful

      (Above is incorrect). AOL 7 is NOT using gecko. AOL is testing gecko with a version of AOL 7, but the 2x million AOL members are still using IE.

      --


      So close and yet so far from the world's perfect ID number
    7. Re:Netscape 7 by mattbee · · Score: 3, Funny

      AOL is using gecko. AOL 7 was switched to gecko, thats also why netscape 6.5 was renamed 7.0

      And surely not because IE is 'only' at major version 6, and a version 7 browser has got to be better than a version 6 browser. I'm sure nobody in Netscape's marketing department would stoop to making such a facile point :-)

      --
      Matthew @ Bytemark Hosting
    8. Re:Netscape 7 by Khalid · · Score: 3, Informative

      AOL didn't start Mozilla. The Mozilla project has been started mainly thanks to Jamie Zawinsky Eric Raymond efforts, prior to the AOL take of Netscape.

    9. Re:Netscape 7 by cybermage · · Score: 3, Informative
      "You might be able to save yourself a step in there somewhere with a symlink. "

      This person is using windows.

      Windows makes symlinking of folders very obscure, but not impossible. (If anyone knows a faster way to do this under Windows 9x, feel free to follow up):
      1. Using Windows Explorer, locate the item or folder to which you want to link.
      2. Right click the item and select "Send to" then "Desktop." This will create a shortcut to the item and drop it on the desktop.
      3. Go to the desktop and right click the new shortcut. Select "Cut" from the list.
      4. Return to Windows Explorer and locate the folder in which you'd like to place the symlink.
      5. Paste the shortcut into the folder and rename it.


      Follow these steps, and you have a fully functional symlink to a folder. It's way easier with normal files. Seems Microsoft never imagined putting folder shortcuts anywhere but the desktop and start menu. But, the desktop and start menu are just file system folders at the end of the day.
    10. Re:Netscape 7 by ipfwadm · · Score: 2

      The problem isn't going to be solved by a symlink, because plugin distributions for Windows generally aren't of the tar.gz format where you just extract the plugin lib, and put it in your plugins directory. For Windows it generally comes with some sort of installation software that is of the "I know better than you do, so if I can't find Netscape I'm not going to let you have the plugin files" type. If you don't have anything to symlink to, there's not much you can do.

    11. Re:Netscape 7 by cybermage · · Score: 2

      The problem isn't going to be solved by a symlink

      Actually, I only said it could save him a step. Currently, he has Netscape installed and adds plug-ins to it and then copies the files. He could remove the netscape plugin directory and replace it with a link to the mozilla plugin directory.

      Depending on how these programs look for netscape, other things might be possible; but all I offered is a suggestion to skip a step.

    12. Re:Netscape 7 by cybermage · · Score: 2

      I've been doing that for years but I never considered that it was a symlink because you can't do "cd mylink" at the commandline level (at least I think you can't) because the 'link' is really just a file.

      I tested the first time using the browse feature of the Save window. It went right across the link, and the file was saved on the other side.

      You are right, however: you cannot 'cd' across it. Seems Windows knows what to do, but good old DOS just sees a file. I guess it's not fully functional. I wonder if this works under XP. I have typed some Linux commands at an XP prompt and have been surprised to see them working (e.g., netstat), but I haven't tried ln. Maybe someone with access to XP will chime in here...

    13. Re:Netscape 7 by doug363 · · Score: 3, Informative
      As has been said before, that's a shortcut, which does have to be interpreted on a program-by-program basis. Microsoft says that programs should follow them, but you can't type a complete path with a shortcut in it, and many programs don't support them as they should. By the way, you can also make a shortcut from one folder to another by right-dragging the target folder to the source folder in explorer, and choosing "create shortcut here" from the menu that appears. Then rename the shortcut if you want.

      On systems with NTFS v5 and above (i.e. Windows 2000 and XP), there is a symlink capability -- it's called a "reparse point". Microsoft calls them "junction points" when they're a symlink to a directory, and "volume mount points" when they're used to do something similar to Unix mounting (or the old DOS "join" command).

      They work quite well at the command line, but many programs written for Windows don't support them because they assume that a file can only have one name, for example. Or they don't correctly handle symlink loops, where a symlink in a directory refers to one of it's own parent directories. They're not very well documented or supported under Windows 2000 - you have to download some utilities from Microsoft or System Internals or someone - but they're better documented and supported under Windows XP from what I've heard.

    14. Re:Netscape 7 by Dwonis · · Score: 2
      all the features "stolen" from opera

      Heh. Except speed and small memory footprint... which are the whole point of Opera.

      Does anyone know if Mozilla has a low-memory (i.e. only-load-the-browser-not-the-whole-kitchen-sink) mode, or if one is planned?

    15. Re:Netscape 7 by Dwonis · · Score: 2
      Here at the office I am in 100% Microsoft World

      Can you provide me with some insight into the excuses IT/management people use to justify this? It doesn't make any sense to me, and I'd like to have my arguments ready for if it happens to me.

    16. Re:Netscape 7 by Dwonis · · Score: 2

      As an interesting side note, Workbench called them "drawers".

  2. Something interesting about Moz on Windows XP by Nailer · · Score: 5, Interesting

    It uses native widgets. I.e., unlike a lot of other apps - eg, Microsoft's own Office XP - Mozilla actually uses Windows XP's `styles'. If you get rid of the GreyModern / Netscape 4 themes and replace them with the IE theme, Mozilla actually looks and acts like a rather pleasant and featurefilled native looking web browser for Win32. Without the security holes of IE, plus tabbing, popup control, and lots of other goodies IE doesn't have.

    1. Re:Something interesting about Moz on Windows XP by pmsr · · Score: 2, Informative

      And without the speed of IE too. Honestly, Mozilla (and Netscape 6 for that matter), really redefine the concept of slow and bloated.

      /Pedro

    2. Re:Something interesting about Moz on Windows XP by satanami69 · · Score: 5, Informative

      Edit->Preferences
      Click on Advanced
      Click in Enable Quick Launch.
      Click ok.
      Now it'll load just as fast.

      --
      I really hate Dan Patrick.
    3. Re:Something interesting about Moz on Windows XP by Webz · · Score: 5, Insightful

      You are only partially correct. Mozilla does not and probably never will (in the near future) use native widgets for any OS because of (I think) XUL. Mozilla has its own rendering engine, controlled by JavaScript and style sheets. This allows for mucho customization, by web developers and users alike. It does not, however, earn any brownie points in usability.

      You are, however, correct in that Mozilla on XP inherits the visual style of XP's interface (anything Luna or Classic). But that's all. Mozilla does not inherit the accessibility features in XP. Should XP suddenly support a new input device for navigating sheets (or similar), Mozilla wouldn't have any part of it. The Mozilla team has had many a debate on how to mimic the keyboard shortcuts in Windows since none of the interface is native. For the majority of Windows users, however technical ye are, this is a moot point, because it just looks the same and does its job. This argument is most apparent in Mac OS X, an environment associated with pretty colors and UI guidelines provided by Apple. Many, many OS X users have not used Mozilla because it looks and functions like nothing on OS X. And of course, Linux users either don't care or don't have enough time/energy to choose a standard interface and then care. =)

      Mozilla, in all of its open source and standards-compliant glory, will always be a second-rate browser if not native to each platform of operation. Don't get me wrong, I love Mozilla to no end... I'd just like a native version. (See Internet Explorer, OmniWeb, Lynx, etc.)

      PS - I don't recall any version of Office using Windows's UI controls... Office always shipped with some new, bleeding edge control of its own, often to be reincarnated into the controls of the next version of Windows. Even Office XP, of all things, has no correlation to native Windows XP controls.

    4. Re:Something interesting about Moz on Windows XP by Nailer · · Score: 2

      *Sigh*. I think we're all aware that Mozilla is using XUL and that XUL is an alternative to real native widgets. I also think everybody that read the above comment was knew that by `use' XP vidual styles, I meant `inherit' Windows XP visual styles to the point most users wouldn't notice the difference between XUL and native.

    5. Re:Something interesting about Moz on Windows XP by pubjames · · Score: 2

      And without the speed of IE too. Honestly, Mozilla (and Netscape 6 for that matter), really redefine the concept of slow and bloated.

      Are you using an old 486? It's works fine for me. The rendering is just as quick as IE, if not quicker.

    6. Re:Something interesting about Moz on Windows XP by gnugnugnu · · Score: 3, Informative

      > I love Mozilla to no end... I'd just like a native version. (See Internet Explorer, OmniWeb, Lynx, etc

      I read that sentence it is a bit misleading, if you want a "native mozilla" rather than just a native browser check out the following gecko based browsers (gecko, the mozilla rendering engine).

      For windows Try K-meleon
      k-meleon.sf.net
      windows look and feel, gecko rendering engine

      For Mac see Fizilla: or, for the boring, "Mozilla for MacOS X"
      http://www.mozilla.org/ports/fizzilla/

      This page is quite informative
      http://www.mozilla.org/projects/distr os.html
      http://www.mozilla.org/projects/embedding /examples / ndex.html

    7. Re:Something interesting about Moz on Windows XP by Kiaser+Zohsay · · Score: 2

      Even simpler, open Mozilla Mail at startup (add a shortcut to your startup folder), and leave it open, minimized. New browser windows will open just as fast as with quick launch. Basically, quick launch opens a hidden window, and then just sits there anyway.

      --
      I am not your blowing wind, I am the lightning.
    8. Re:Something interesting about Moz on Windows XP by DrXym · · Score: 2
      That's a matter of some debate. For me, Mozilla runs at a perfectly acceptable speed, both rendering pages and the UI itself.


      I can't say I find it any more bloated than running IE and Outlook for instance.

    9. Re:Something interesting about Moz on Windows XP by astrosmash · · Score: 4, Insightful
      That only solves half the problem. So the UI is native, but the buttons / input fields / combo boxes etc on web pages are still not.
      Buttons, input fields, and combo boxes on web pages can never be native widgets, for two reasons:
      • You can't apply CSS to native widgets. (border colors and sizes, onHover and onFocus styles, etc)
      • You can't control the z-order; native widgets will always be on top of all rendered content.
      That's why mozilla and IE render their own controls, and I'm sure Opera will some day, too. (I've never used OmniWeb, so I can't say anything about that)
      --
      ENDUT! HOCH HECH!
    10. Re:Something interesting about Moz on Windows XP by WowTIP · · Score: 2

      But then again...

      Maybe I think that it is more than enough to have one browser preloaded when windows boots. If that is the case it might seem even more unnecessary to me to have two browsers preloaded at startup?

      Hm... If I could only get Moz preloaded and not IE. *sigh*

      --

      --

      "I'm surfin the dead zone
      In the twilight, unknown"
    11. Re:Something interesting about Moz on Windows XP by scrytch · · Score: 3, Informative

      XUL is merely a nifty declarative way to construct GUIs. There's java implementations of it as well, and there's really no reason XUL couldn't be used to build native GUIs. The fact that Mozilla's XUL currently only targets the gecko engine is simply a consequence of the implementation -- it should be quite possible to make it render into native widgets and have them control mozilla "from the outside" through some sort of COM/XPCOM adaptor. But they really have no reason to -- end users are getting used to applications like mp3 players and the like that look and feel nothing at all close to "standard" -- witness RealPlayer, or even MS's latest windows media player on non-XP systems, for example.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    12. Re:Something interesting about Moz on Windows XP by zerocool^ · · Score: 2

      How would i delete the themes in linux? and would i want to, or would it use native X widgets (crapwidgets)?

      ~Will

      --
      sig?
  3. Any ideas as to when... by gusnz · · Score: 3, Interesting

    ...the DHTML performance will increase?

    The current series has a bad bug in DHTML animation performance that I've noticed -- performance regressed in the 0.97 -> 0.98 release, and ever since then rapid animations etc. have often not rendered correctly.

    Read through the bugzilla entry there -- apparently some experimental builds have 450% increased JavaScript animation speed, some test are linked to try it out yourself. Does anyone more in touch with the Moz project internals than I have an idea as to when this will be integrated with the main branch of the code -- I heard 1.01 was the target a while back?

    I say this as Moz is looking more and more likely to turn up on user's desktops as part of AOL/Compuserve/whatever as they escape from MS's browser licensing terms. Bugs in release candidates are fine (that's what they're there for) but if mass-market NS7 has shortfalls like these, it could spell trouble for JavaScript developers like me.

    Anyway, more power to the Mozilla project! It's good to see a truly free, standards compliant, cross-platform browser out there. Looking back a year, I wonder what it'll be like in a year's time...

    1. Re:Any ideas as to when... by BZ · · Score: 2

      The "experimental" stuff has landed on the trunk. That happened two weeks ago. That means it will be in Mozilla 1.1. It may or may not be in 1.0.1, depending.

  4. Some Questions I can't find Answers to... by Anonymous Coward · · Score: 2, Interesting

    1) What version of Mozilla is Netscape 7.0pr1 based on?
    2) Is Mozilla ever likely to support the auto-update function that Netscape has just included? (Being a sys-admin of 50-odd M$ boxes makes it a nightmare contemplating to update them all with the latest release)
    3) I know the party for 1.0 is June 12th but what is the projected/updated release date?

    1. Re:Some Questions I can't find Answers to... by sconest · · Score: 3, Informative
      1) What version of Mozilla is Netscape 7.0pr1 based on?

      As the userAgent string says : "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1"
      Thus on the 1.0 branch.

      2) Is Mozilla ever likely to support the auto-update function that Netscape has just included? (Being a sys-admin of 50-odd M$ boxes makes it a nightmare contemplating to update them all with the latest release)

      It is in the prefs but I doubt it will happen since Mozilla releases are not targeted towards end-users.

      3) I know the party for 1.0 is June 12th but what is the projected/updated release date?

      The usual response: "when it's ready" :)
      But I think it will be ready for that date (pure speculation)

      --
      Guvf vf abg n EBG zrffntr
    2. Re:Some Questions I can't find Answers to... by Darren+Winsper · · Score: 2

      1) 1.0RC2
      2) I don't know, but I can't find anything in bugzilla about it.
      3) Judging from the article at Mozillazine, could be as early as next week.

  5. umm by martissimo · · Score: 2

    sorry to tell you this, but your link to bugzilla is pointless...

    you see they are one of the few sites out there that knows to block referrer hits from slashdot (guessin it killed em once or twice, but hey at least they learned)

    doesn't mean your point is any less valid, just that bugzilla knows better than to be slahdotted ;)

    1. Re:umm by kubrick · · Score: 2

      People can just right-click, copy link address, paste into a new tab or window (all this assumes they're using Mozilla :)

      That way Bugzilla won't get a Referer: header...

      --
      deus does not exist but if he does
  6. Its impossible to have the speed of IE by HanzoSan · · Score: 2, Redundant

    When IE is part of the OS itself, and Mozilla is just an application running on the OS.

    I suppose if you code Mozilla directly into the kernel or directly into explorer.exe, yeah it will be as fast as IE.

    Compare the rendering speed of Mozilla and IE and IE is left in the dust though.

    --
    If you use Linux, please help development of Autopac
    1. Re:Its impossible to have the speed of IE by ObviousGuy · · Score: 2, Interesting

      Nah, just stick a

      SetThreadPriority(hMainThread, THREAD_PRIORITY_TIME_CRITICAL);

      Somewhere in the startup code. That'll get rid of those pesky timeslices.

      --
      I have been pwned because my /. password was too easy to guess.
    2. Re:Its impossible to have the speed of IE by HanzoSan · · Score: 2



      Yeah it will still be slower than IE because your wholee OS will lag behind your browser thus lagging the browser itself.

      --
      If you use Linux, please help development of Autopac
  7. Re:Mac OS X version... by SimonKeogh · · Score: 5, Interesting


    Bloated? A ten meg download that includes browser, mail, news, irc client? And I don't know what machine you are using, but Moz is as snappy as anything else on my computer. I'm sorry, but nothing about this excellent peice of software seems bloated or slow to me. This is by far the best web browser I've ever used IMHO.

  8. Heres the post everyone should read first by HanzoSan · · Score: 5, Informative



    Basically, this is what posts you'll see.

    "IE is faster, Mozilla cant beat IE"

    Lets respond to this post right now. OF course IE is faster and always will be faster because its build into the damn OS. MSN msger is faster than ICQ and AIM, anything made by Microsoft should be the fastest considering Microsoft has advantages in terms of knowing the source code of the entire OS.


    "IE has won, its too late, Mozilla team should just give up"

    Isnt this exactly what the IE team should have done back in 1998 when Netscape 4 was winning 70-30 in terms of percentages?


    "Opera's done it all first, Mozilla is copying"

    Of course Mozilla and Netscape will copy Opera the same way Opera and IE copied Netscapes Bookmark system.

    "Opera is better than Mozilla and IE because its faster"

    Are you using Windows? Perhaps you should try linux on your 486, its faster. What? You arent using a 486? Well stop complaining about speed, if Mozilla is slow, its because you are too slow to upgrade

    "Mozilla/Netscape cant render page X"

    Maybe it WOULD render page X if you stopped using IE and wrote that same msg to the site owner

    "Mozilla is bloated and slow"

    Try Kmeleon, Galeon, or if both those are slow try lynx.

    "AOL isnt supporting Mozilla, why wont they put gecko into their AOL package?"

    They have. AOL 7.0 gecko beta. Also try Netscape 7


    This ends all arguements you people will have before they begin, the rest of the arguements will be about bugs in mozilla, when will 1.0 release, why mozilla isnt availble for your obscure OS, or why the mozilla team took 4 years to build the best browser.


    --
    If you use Linux, please help development of Autopac
    1. Re:Heres the post everyone should read first by HanzoSan · · Score: 2

      faster at what? and on what machine?

      --
      If you use Linux, please help development of Autopac
    2. Re:Heres the post everyone should read first by ObviousGuy · · Score: 2, Insightful

      Well, yes and no. If you know that some published standard is *not* supported by the market leading web browser (certain XHTML pages I've seen are horribly rendered by IE), why would you persist in writing the code?

      Obviously you would not want to write code that breaks on your target audience's web browser, no matter what the standard says.

      --
      I have been pwned because my /. password was too easy to guess.
    3. Re:Heres the post everyone should read first by AegisKnight · · Score: 2, Informative
      OF course IE is faster and always will be faster because its build into the damn OS.

      This is something I'm tired of hearing. IE is not built into the OS. It just happens to come with it. It also happens to use a bunch of DLLs that other pieces of Windows use, rather than writing its own (*cough* XPCOM *cough*) And just because something is "built into the OS" doesn't mean it's necessarily going to be faster. On my machine (P2 400, 640 MB of RAM, Win2K), K-Meleon loads a couple seconds *faster* than IE does. It also opens new windows faster than any web browser I can remember. Not all 3rd party software is slower than MS software.

    4. Re:Heres the post everyone should read first by Salsaman · · Score: 2
      If IE has won, then by your logic, Opera should give up too.

      So I take it you won't be using Opera any more ? After all, it would be extremely stupid to use a product that you think should die.

    5. Re:Heres the post everyone should read first by DZR · · Score: 2, Informative

      The problem is with IE NOT Mozilla. You could be referring to one of two CSS property/values pairs:

      • position : fixed;
      • background-attachment : fixed;

      Mozilla gets both right. IE/Win has no support for the first, and implements the second incorrectly. The CSS spec clearly states that background images should be fixed relative to the view-port and NOT the element box. IE/Win does the opposite. So, why not take the trouble to know what you are talking about before posting nonsense like this?

    6. Re:Heres the post everyone should read first by ortholattice · · Score: 2
      "Mozilla/Netscape cant render page X"
      Maybe it WOULD render page X if you stopped using IE and wrote that same msg to the site owner

      I have done this a number of times, and the webmaster usually responds (if he/she responds at all) that the percent of non-IE users doesn't make it worth it. However in maybe 25% of the cases they do fix the problem, especially if it's minor and especially if you show them the exact correction needed to their HTML code.

      I suspect their tune may change if and when 30 million AOL users start using Netscape... This would be the best thing to happen to Mozilla, whether you love or hate AOL.

    7. Re:Heres the post everyone should read first by SirEdward · · Score: 2, Funny

      Because it's not emacs.

    8. Re:Heres the post everyone should read first by proxima · · Score: 2

      At least on Linux the mozilla user interface is slower than opera's and I have a 1Ghz processor.
      Especially scrolling pages takes noticeably more cpu time on mozilla.


      The speed of scrolling is incredibly dependant upon which video card you are using, which version of XFree86 (3.x or 4.x), and the quality of the video drivers. If you can, try changing your hardware or software configuration a bit. It will probably make a noticable difference.

      --
      "The universe seems neither benign nor hostile, merely indifferent." --Carl Sagan
  9. Re:Solution by Tony+Hoyle · · Score: 3, Informative

    copy & paste? Too hard... :-)

    Drag the link onto the tab-bar.

  10. Mozilla/Netscape usage & anti-Netscape sentime by galaga79 · · Score: 4, Interesting

    This is not intended as flamebait by any means, but does anyone know what sort of browser share Mozilla/Netscape have? I have been following and pushing both browsers for the past year, encouraging others to try them out, but when checking the browser statistics for my website they don't have any entry at all. Right now the breakdown for my site is about 97% Internet Explorer 5+ and 3% Netscape 4, which is a real shame. Does anyone out there have any more promising browser usuage stats?

    It is also interesting guaging people response to Mozilla/Netscape on sites other than Slashdot. It seems like there is real anti-Netscape sentiment out there, an example being the response to Netscape 7 at deviantart where there is loads of "Netscape sucks" one liners. I could be wrong on this, but it seems ever since Netscape 4 a lot of people seem unprepared to give Netscape a second chance. Perhaps it is "cool" to hate Netscape because they are owned by AOL, I don't know

    Anyway that aside, Mozilla is great is most definitely stable enough for public consumption as the last few releases haven't crashed on me at all. As soon as I get home I'll download RC3.

  11. Speed by JollyTX · · Score: 2, Insightful

    When discussing a new version of a browser, someone always complains about the speed of $NEWBROWSER. I've never had any problems with browser speed, not on any machine (well, except IBrowse on ye olde Amiga, that was _slow_ ;) ).

    Come on, are you guys constantly loading multi-megabytes of HTML into your browsers? I think the biggest problem by far is compatibility and not speed (thanks to lame IE-only sites).

    --
    Can you hear me, Major Tom? I'm not the man they think I am at home...
  12. Re:Mozilla/Netscape usage & anti-Netscape sent by mce · · Score: 2, Interesting

    In some markets, there still is some hope, as I posted not so long ago. The good news is that our percentage Mozilla/NS6 using visitors is rising (albeit slowly). The "bad" news is that we definitely are atypical: yesterday we got about 16% non-Windows visitors.

  13. Re:Mozilla/Netscape usage & anti-Netscape sent by ObviousGuy · · Score: 2, Informative

    How about Google?

    --
    I have been pwned because my /. password was too easy to guess.
  14. K-Meleon by vrt3 · · Score: 2

    You might have better luck at http://kmeleon.sourceforge.net/

    --
    This sig under construction. Please check back later.
  15. Re:MOZILLA IS DYING READ THIS::: by fredrik70 · · Score: 2, Interesting

    startup time and bloat is mostly due to the XUL based UI. Gecko in it self is damn quick.

    If you want to decrease startup time just preload the app.

    Mozilla failed?? lacking support of standards??
    yeah, right, trolling aren't we?

    Mozilla might have taken far longer than expected, but it was hardly failed, AOLs switch to Gecko would be a proof of that.
    Gecko is also one of the most standards compliant engines around today

    Don't like AOL 'dirty' games with Mozilla?? Welcome to the real world, at least Mozilla is open source, you can always fork the source and do your own stuff if you think the current mozilla is tainted in some way by AOL

    --
    if (!signature) { throw std::runtime_error("No sig!"); }
  16. Their planning to release with a big bug still in! by Anonymous Coward · · Score: 5, Interesting

    Yesturday, as rc3 was released, bug ID 82534 (http://bugzilla.mozilla.org/show_bug.cgi?id=82534 copy and paste - they dont allow links from slashdot) was changed from Mozilla 1.0 to Mozilla 1.0.1

    To summarise, this bug freezes any keyboard input to mozilla under some circumstances - so its kinda major

    It only happens on windows, but is very easily reproducable (there are many examples of how to produce it in the bug thread)

    Two friends of mine tried using mozilla on windows, and both encountered this bug and were stumpped

    I cant believe they are planning to release 1.0 with this bug still in since it will for sure put a lot of people off mozilla for a long time - what with it being a point zero...

  17. Re:YAY MOZILLA! by mocktor · · Score: 2, Funny

    mmmm, lizards baby

  18. Re:YAY MOZILLA! by foniksonik · · Score: 2

    You mean the sexy 'red' Leezard right?

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  19. Re:MOZILLA IS DYING READ THIS::: by Explo · · Score: 2

    Whew. You could perhaps divide your text into several paragraphs, it's a bit heavy to read all that banged into one gigantic block of text ;)



    a) startup time is HUGE.


    Starts in about two seconds when run at the first time at my machine. For me that is pretty meaningless, because I keep the machine running quite 24/7 and thus have restarted Mozilla about three or four times during the last month anyway to upgrade between various builds.


    Then you mention that CSS is far away from completed. While it's true that there are quite a few CSS bugs present, I'd like to see some reasons why it's inferior compared to other products. If it's not, it doesn't do worse than any other product and does not deserve to be the specific target any more than the CSS support of any other browser. What are the standards which it has specifically lacking support?


    What does entry e) in your list mean? Examples?


    I do not imply that Mozilla is perfect, but IMO as an alternative browser choice, I think that it's definitely not a failure technically.

    --
    Everyone who makes generalizations should be shot.
  20. Re:MOZILLA IS DYING READ THIS::: by NeMon'ess · · Score: 2

    Please people, ITS A JOKE!. Ya know, humor. This is funny stuff. Now most of the complaints can be marked redundant.

  21. Re:YAY MOZILLA! by 3.5+stripes · · Score: 2, Interesting

    Actually, some bastard pop up ad people have already figured out a way around it. I was looking at foxtrot online (I live in Italy so these comics just aren't available in our newspapers) with my mozilla RC2 with open unrequested windows unchecked, and pow, a popunder. It has something to do with some of this code here:

    well the slashdot system won't let me post it, but if you want a look at it, have a look at the very bottom of the uclick pages right above the end body tag. copy the href and open it in a new tag.

    or I'll email it to you nick at mobilia dot it

    Maybe it's a bug, but I tried multiple times after a reboot, I restarted mozilla, etc, and this is the only site I've seen it on so far.

    --


    He tried to kill me with a forklift!
  22. Re:Mozilla/Netscape usage & anti-Netscape sent by krmt · · Score: 3, Interesting

    With all the IE holes, I've been sensing more and more of an anti-IE sentiment. In fact the only browser that I've never heard a truly disparaging remark about (although I have heard honest testaments to its shortcomings) is Opera.

    And when I show people Mozilla with disabling pop-ups and tabbed browsing, anti-IE sentiment grows where it never existed before.

    --

    "I may not have morals, but I have standards."

  23. Re:Wow.. Still no AA font support!! by riggwelter · · Score: 3, Informative

    RC3 still has zero support for anti-aliased fonts.

    Not true - the packages for Red Hat that are linked to by mozilla.org don't have it enabled by default. It's easy to enable it by editing the unix.js file in the defaults/pref directory of the Mozilla install tree, and setting these prefs:
    pref("font.FreeType2.enable", true);
    pref(font.freetype2.shared-library", "libfreetype.so.6");
    // or whatever your freetype library is

    Other packages, such as those built for SuSE (get them from ftp.suse.com/pub/projects/mozilla) have these enabled by default.

    --
    Listening for the sound of the coming rain...
  24. Re:Mozilla/Netscape usage - Charles Upsdell's site by bunratty · · Score: 2, Informative

    I've been using Charles Upsdell's Browser News for reliable browser stats. According to that site, Mozilla/Netscape/K-Meleon/etc. browsers currently have a 1.1% share of page hits, IE has about 92%, and Netscape 4 about 4%.

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  25. Re:Wow.. Still no AA font support!! by Diabolical · · Score: 2

    How about starting the development for this kind of support if you so badly need it? You could join the development team without great effort. Just start to code and turn it in to the lead developer for Mozilla or something...

    http://www.mozilla.org/get-involved.html

  26. Mozilla and acceptance by theolein · · Score: 5, Informative

    I have just read one page of trolls and flamebait and the usual anti Mozilla responses such as it is bloated, slow, non CSS compliant, buggy, no one uses it, etc.

    Consider this:
    1. It is the *one* browser that is nearly 100% standards compliant. IE's non-standard standards may be de facto standards in many cases, but those pages on the web that do in fact use those are very small in number and are usually on websites which are not heavily frequented, Microsoft's own pages being the exception to prove the rule.
    2.If you use Quick Launch with Mozilla, it loads part of itself into memory and then starts up about as fast as IE does.
    3.It is the *one* browser that renders pages in the same manner across all supported platforms. IE does not do this for example between the mac and Windows. Opera is one version behind on the Mac and it remains to be seen when they get to 6 there.
    4.It is, in my experince, more stable than IE on Win and Mac. I experience fewer crashes with the latest RC's than I do with IE on Win and mac.
    5.It is definitely more secure than IE. It has it's security bugs, but in no way as many as IE does.
    6.You can have an influence in the way this browser is developed. Do you have the same influence with IE or even Opera for that matter?
    If Netscape dies, Mozilla will carry on.
    7.For those who say that the browser share market belongs to IE, I say let's look again in a year. Netscape used to own the market and lost it because of Microsoft's tactics and a poor product that was less standards compliant than IE. This could change again.
    8.For those who troll that Mozilla is only at 1.0RC3 and in one year has only gotten here from a 0.9 version, perhaps you should realise that the Mozilla developers are not in a competition for version numbers with IE. Netscape plays this game and has released version 7.

    All that said, you're free to use whichever browser you like best on your platform.

    1. Re:Mozilla and acceptance by killmenow · · Score: 4, Informative

      1. It is the *one* browser that is nearly 100% standards compliant.
      For everything you say but this, I agree. However, this would indicate Opera is very nearly 100% standards compliant as well.

      I don't know if we should concern ourselves with a debate over which is closer to 100% compliant. It suffices to say there are at least *two* browsers that are nearly 100% standards compliant...and IE isn't one of them.
    2. Re:Mozilla and acceptance by Hard_Code · · Score: 3, Insightful

      My main complaint is that all of your points could have been accomplished much sooner, and with less bloat (Mozilla uses 17MB on my machine at fresh startup...I know memory is cheap, but *dayamn*, that will never fly on older machines...), if they had not decided to reinvent the world, and come up with some new weirdo GUI component and layout system. Mozilla is a major accomplishment, but I fear it could have done so much more if they followed the KISS rule and gotten some form of final usable product out the door long ago.

      --

      It's 10 PM. Do you know if you're un-American?
    3. Re:Mozilla and acceptance by frankie · · Score: 4, Interesting
      [opera.com] would indicate Opera is very nearly 100% standards compliant

      You should read that page more closely. For example:

      We are currently working on DOM [...] Modifying the document structure is not yet possible (ie. you cannot add or remove HTML elements). [...] Opera does not support W3C DOM Core [other than a dozen specific methods]
    4. Re:Mozilla and acceptance by scrytch · · Score: 2

      1. It is the *one* browser that is nearly 100% standards compliant.

      Hell yes, though I wonder when it'll start supporting COLGROUP in tables (it's HTML 4.01).

      2.If you use Quick Launch with Mozilla, it loads part of itself into memory and then starts up about as fast as IE does.

      Until it swaps out. Takes 30-60 seconds for it to swap back in and respond to anything at all, whereas IE is ready for use in about 10 seconds.

      I still have lots of minor annoyances with Mozilla, but they're little interface behavior bugs (like why is it always warning me on submits even when I tell it to not show me the damn alert again?). Stability's about equal now. It's not like IE doesn't have its own annoyances (like ignoring the fact that I have .java files sent as text/plain from my webserver, but IE always wants to download them anyway).

      Really, the only major complaint I have is how god-awful huge it is in memory so that it's slower than hell to swap in. This is quite an improvement from just a year ago.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    5. Re:Mozilla and acceptance by scrytch · · Score: 2

      Swapping? Perhaps you haven't checked memory prices [pricewatch.com] lately.

      Price it for a Vaio laptop. Just got a little more expensive, not to mention the bother of having to order it, since it's not something I can just walk down to Best Buy and get. I'm sick to death of people excusing waste and saying "RAM is cheap". Fact is, IE does better with RAM, so I don't have to care about price point.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    6. Re:Mozilla and acceptance by killmenow · · Score: 2

      I read that page closely. Since you mentioned DOM in particular, have you perused Mozilla's list of open DOM-related bugs of late. 709 open bugs specific to DOM, 57 of which are specific to "DOM Core".

      This is precisely why I said we probably don't want to get into a debate over which is closer to 100% compatible. Opera IS very near 100% standards compliant. One of Opera's stated goals is to BE 100% compatible with W3C standards.

      They are in the same boat as Mozilla as far as standards compliance...they both are NEAR 100% compliance, neither IS, and BOTH are more compliant than IE.

    7. Re:Mozilla and acceptance by frankie · · Score: 2

      don't want to get into a debate over which is closer to 100% compatible.

      As far as the DOM goes, there is no debate. Mozilla is much much much closer than Opera. Pretty much any DHTML effect beyond simple hovers will not work in Opera.

      Don't get me wrong, Opera is an great idea, and I'm glad it's progressing. But from a modern web design point of view, Opera is right down there with Netscape 4.

    8. Re:Mozilla and acceptance by theolein · · Score: 2

      IE on the Mac crashes about once a day to once every two days. IE (5.5) on my PC crashes about once evry two to four days. Mozilla on the Mac (OSX) goes haywire about once a week (RC2 is *much* better now and hasn't crashed on me once yet). Moz on my PC has crashed not once. I haven't noticed what you mean by slow at opening a new window because I use the Tabs in Mozilla which are instantaneous.

    9. Re:Mozilla and acceptance by frankie · · Score: 2

      Okay, let's drive this point home. Even if you don't care about DOM scripting, there are other reasons why Mozilla is considered the most compliant of all current browsers.

      FYI, the founder of Opera is also the chief author of the CSS1 standard. So you might be surprised to know that Mozilla has better CSS support than Opera.

  27. Could Mozilla beat IE if Netscape can't? by Plug · · Score: 3, Insightful

    People who started using the Internet before IE don't mind Netscape and would go back for a previous version. Most of the world see IE bundled with Windows, compared Netscape 4.77 with IE5 and say "IE is better", and don't recognize that Netscape could possibly change.

    Add one part Mozilla and shake.

    The sort of people who would use IE over Netscape because they had a bad experience with Netscape around 4.77 will be impressed with Mozilla, and they don't even need to know that it is based on Netscape! I installed Netscape 7 preview yesterday, which for most people may as well have been a Mozilla skin. Additions: IM, which closes when the browser closes and isn't important in a business environment, and no menu option to remove all those AOL popups.

    We don't need to wait for Mozilla 1.0 so Netscape 7 can come out and compete with IE; when Moz hits 1.0, we should be pitting Mozilla against IE. It doesn't feel signifigantly different, but there are improvements that grow on you quickly - tabbed browsing, being able to selectively disable Javascript - which make people stand up and watch. Netscape will have as many ads and links to AOL in it as IE has to Micrsoft. Mozilla is infinitely more pure! And when the last few bugs are ironed out, I'll look forward to seeing what new innovations the crew have in store. (Remember, as far as most people are concerned, all that changed between IE4 and IE6 was the loading logo and the widgets if you're using XP.)

    That, and maybe Mozilla could end up being the application that make people think "Wow, that open source community aren't so bad after all."

  28. Re:Mac OS X version... by Morky · · Score: 2, Funny

    ...and once I even saw Opera render a page properly.

  29. Re:Wow.. Still no AA font support!! by Bowie+J.+Poag · · Score: 2, Insightful



    Why bother.. Its pointless to even try. AA "support" for Mozilla already exists, on an "experimental" branch of the CVS tree. You're looking at a group of developers who think that anti-aliasing the friggin fonts should be relegated to an "experimental" branch!

    Now, stop and realize what that means. A feature that every mainstream browser has had, out of the box, since the mid 1990s...and the Mozilla doesnt want to bother to include it. Its like nobody can go the last fucking mile anymore and make something that actually looks good. Personally, I could care less if Mozilla goes 1.0 or not. Without AA font support, people are going to forget about it. Then what will all the work be worth? You guessed it--nothing.

    Why is it so hard for Mozilla, a project that has been going since 1998, to have AA font support, when other browser projects (like Konqueror, for example) took only a month or two to add it? You guessed it -- Retarded leadership. Theyre building a browser for programmers, not for end users. And, until they realize that, and fucking DO SOMETHING about it, people will continue to ignore their work. Then, in the end, itll all be pointless. Theyve built a 5-story catapult for a war that already ended.

    Cheers,

    --
    Bowie J. Poag

  30. Bah by kraf · · Score: 2

    Mozilla RC3 ?

    1.0 is already on Kazaa !

  31. Re:Wow.. Still no AA font support!! by Anonymous Coward · · Score: 2, Informative

    Mozilla has working AA support. It uses the same antialiasing that IE uses on Windows (only for big text, only slanted edges) and does full antialiasing on Linux and other operating systems.

  32. Re:Their planning to release with a big bug still by GnomeKing · · Score: 2, Informative

    Well, the bug is classified as severity "major" and has 79 votes saying it needs to be fixed...

    easiest way to replicate (windows only dun forget):
    open mozilla from desktop/quicklaunch icon
    minimize
    open mozilla from desktop/quicklaunch icon again
    FROZEN

  33. better than explorer by hopey · · Score: 3, Interesting

    With pinball theme it looks much nicer than with too big classic theme. Also finally I can switch javascript support and pop-ups on and off by one mouse click with this preference toolbar tool. Tabbed browsing is also great feature. New rc3 starts up and loads pages as fast as explorer. With all these additional features and equal performance with windows native browser I can finally honestly recommend using mozilla.

    hopey

  34. My problem with Mozilla on Mac OS X by jawtheshark · · Score: 3, Interesting
    I have no problem with it's bloatedness. The rendering surely feels better than IE 5.5 for OS X. However I have one *big* issue will all alternative browsers for Mac OS X.
    You know the OS X has this nice little feature calles "Location" (Apple -> Location), which allows you to switch on the fly from one network to another. Now I use my personal iBook as well as on my home network (with Firewall/NAT) as on the corporate network (with proxy). The Location "applet", allows you to specify the proxies to use (or not to use) when on a certain network. Nifty, eh? Well I love it.

    However there is only ONE browser that fetches this information and that is Internet Explorer. Why? Why? Why? Opera doesn't do it, Mozilla doesn't check it nor Chimera does. I consider all these browsers superior to IE 5.5 You always have to set the proxy information manually! I don't want to do this. Why do I have to change the preferences of the browser when I start it up on another network?

    I can understand this under Linux (no central place to get proxies), or under Windows because it has no nifty "location" feature (a central place is there, if the INTERNEL.CPL applet counts).
    Sorry, but *this* is my biggest issue with Non-IE browsers on Mac. (Posting from Moz RC2 on Mac OS X...btw)

    --
    Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  35. Re:Wrong by Anonymous Coward · · Score: 3, Informative

    http://www.mozilla.org/projects/fonts/unix/enablin g_truetype.html

  36. Re:Wow.. Still [] AA font support!! by anno1a · · Score: 3, Informative

    As stated somewhere else it's already included. Maybe you should set up your linux and read some howtos before complaining. FUI I've run with anti-aliased fonts on my mozilla since 0.9.9, when I found out it was possible. One reason I could think of, why mozilla doesn't support aa fonts on your system is that you need the damned true-type fonts. That's what did the trick for me. Why doesn't mozilla supply these? Because it isn't their responsibillity. In short: RTFM

    --
    ------- I fumbled my registration and I now must suffer
  37. I don't get it by jonr · · Score: 2

    Why would I have to write AA support into the application? Isn't that a OS feature? Am I missing something?

  38. Re:YAY MOZILLA! by gnugnugnu · · Score: 2, Informative


    You really should report this to bugzilla
    http://bugzila.mozilla.org

    Some sites have made their pop up/under advertisements even more evil and force you to click on a combination link so that to get the page you want you are forced to display both pages.
    Other sites use timer mechanisms and other tricks to display the page.

    Be under no illusion this is an arms race. Advertisers and unscrupulous page designers will conitinue to abuse browser functionality and ram every nasty dirty trick down your thoat and Mozilla
    will continue to adapt (and some days you just really gotta appreciate lynx).

  39. Sorry, but this is ridiculous! by FyRE666 · · Score: 2

    You are joking I hope? Unless you have a SERIOUSLY broken version of... well.. ANY other browser, there's just no way Moz/NS6/7 are "as snappy" as any of the other players.

    Maybe your 950 duron is super-quick, but on a dual 1ghz P3 it's still horrifyingly bad. Actions as simple as resizing the browser window result in screen corruption as it fails to reflow fast enough to keep up with the mouse. The Javascript/DHTML performance is beyond bad - STILL - in my own tests (I use DHTML heavily) it runs simple loops at less than 5% of the speed of Explorer. When moving layers on the screen IE outpaces it by such a wide margin it's not even funny. Need an example? try this with IE then NS/Moz. Bear in mind that is just raw Javascript speed, the DHTML performance is much much worse.

    I'm no MS lover - I want to see Moz succeed, but lying about its performance is not going to help anyone, and may just turn new users off: "Hey, I was told Netscape 6 was an upgrade from IE5, but it sucks!" is something I've heard from 2 people. From what I've seen of NS7, it's still no better, and neither is Moz. It's fine as an HTML/CSS only browser, but if you try to push it, there's nothing there.

  40. Re:Solution by extra88 · · Score: 2

    I hardly consider letting a site know which site a link to them was on as "spyware." If you're that paranoid, copy 'n paste.

    And Referer *does* have a use, particularly within a site itself. If you're writing a CGI and you want to return the user back to the page they came from, you use the Referer URL to Redirect them back. Very simple, very easy.

  41. Yea!! except for one little problem by RayChuang · · Score: 2

    Right now, Mozilla 1.0 Release Candidate 3 looks really good! :-)

    Well, except for one little problem: some web-based messaging systems using Jelsoft's vBulletin doesn't display correctly. :-( I'm a fan of old Disney animated movies and a regular visitor to Disneysites.com, a major discussion board for Disney fans. Unfortunately, the way Mozilla 1.0 RC2 and RC3 formats bBulletin pages causes NO display of bulletin board messages (it just displays top and bottom banner ads on the page only). I checked this against IE 6.0 and IE 6 displays all pages on Disneysites.com's vBulletin BBS correctly.

    Looks like I'll report the bug to Bugzilla and also contact the Disneysites.com webmaster about the problem. They'll have to know, especially when Netscape 7.0 and the next version of the AOL software is released.

    --
    Raymond in Mountain View, CA
  42. Mozdev.org is great! by RayChuang · · Score: 2

    I'll say this: mozdev.org is great!

    Not only did it explain how to set up various plugin programs to work with Mozilla 1.0 RC builds, but also has a lot of great explanations on other aspects of Mozilla 1.0. Whoever runs this page is a genius.

    --
    Raymond in Mountain View, CA
  43. Re:Mac OS X version... by iapetus · · Score: 2

    I'm sure you already know this, but just to clarify the matter, Mozilla has tabbed browsing too.

    --
    ++ Say to Elrond "Hello.".
    Elrond says "No.". Elrond gives you some lunch.
  44. Rock on! by abe+ferlman · · Score: 2

    This is the kind of stuff I love reading on slashdot- informative little tips that make me all googly-eyed over free software.

    That is the coolest shortcut since tabbed browsing.

    --
    microsoftword.mp3 - it doesn't care that they're not words...
  45. Wrong! (Was: Bug #22274) by dannyspanner · · Score: 3, Informative

    Read this document to find out why the spaces appear and what you can/should do to fix it. Nobody said standards compliance wouldn't hurt.

    1. Re:Wrong! (Was: Bug #22274) by BZ · · Score: 2

      See http://www.mozilla.org/docs/web-developer/quirks/d octypes.html

      Basically, a parser bug in NS6/0.9.4 and everything before made your page render in quirks mode. Removing the DTD URI from the doctype will make it render in quirks mode again.

    2. Re:Wrong! (Was: Bug #22274) by BZ · · Score: 2

      Of course the spec for HTML does not say how to handle spacing... The spec for HTML does not say how to actually _render_ anything. That's covered by CSS.

  46. Re:YAY MOZILLA! by selmer · · Score: 4, Informative
    Does the problem disappear when you add:

    user_pref("dom.disable_open_click_delay", 1000);

    From: the customizing mozilla-guide:

    When the dom.disable_open_click_delay pref is set to a non-zero number, window.open will fail when called more than that number of milliseconds after a mouse click.

  47. Mozilla 1.0 RC3 looks great in Win98 by RayChuang · · Score: 2

    I'm running Mozilla 1.0 Release Candidate 3 under Windows 98 (original release with all Microsoft patches installed).

    I have to say that the Mozilla developers really need to take a bow for four long years of hard work and taking a lot of abuse. It is now an impressively fast browser with pretty accurate page rendering; one really nice thing is that the Mail and Newsgroups module has finally got rid of a lot of the quirks that made the Messenger module in Netscape Communicator 4.x releases a major pain to use.

    Now, I hope Netscape ships Netscape 7.0 in three versions: 1) Base install, which is the web browser and Mail/Newsgroup reader module only; 2) Standard install, which adds JRE 1.4 and Flash 6.0 to the Base install; and 3) Complete install, which adds AIM, ICQ and RealOne to the Standard install.

    --
    Raymond in Mountain View, CA
  48. One thing I'd like to know... by gusnz · · Score: 2

    What's the status of this vulnerability?

    Basically, it allows reading any given local file and browsing through the local folder tree in Mozilla -- the site mentions 1.0RC1 was tested and affected, it hasn't been updated since then.

    It was discovered on the 30th of March, Netscape was informed on the 24th of April, and hadn't acknowledged the security researchers' notification within six days, so it was made public. (Cue flame war about MS's security woes...)

    Pretty nasty... anyone with the new build care to test it?

    1. Re:One thing I'd like to know... by sconest · · Score: 3, Informative

      It was fixed in RC2 (and netscape 6.2.3)

      --
      Guvf vf abg n EBG zrffntr
    2. Re:One thing I'd like to know... by Reziac · · Score: 2

      Did they fix the massive resource leak on Win9* when viewing a largish local directory tree? It can suck resources down to under 10% in a matter of seconds.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  49. Re:Mozilla/Netscape usage & anti-Netscape sent by edremy · · Score: 2

    This is not intended as flamebait by any means, but does anyone know what sort of browser share Mozilla/Netscape have?

    While not hard numbers, check out the Google Zeitgeist, which has graphs of both the types of browsers visiting Google and the OS used.

    Netscape 4 has been on a steady decline for the last year: it's well below all of MSIE 5, 5.5 and 6- totalling those 3 would indicate that Netscape 4's share is pretty minimal. Mozilla isn't even broken out: it's lumped with "Other".

    No idea of the exact algorithm used to determine this, so it's always possible folks have altered their browser ID string to mimic IE to fool sites that won't work otherwise.

    (One other neat observation: note that the % of searches in English has been steadily dropping for the past year. The web is becoming more global by the day.)

    --
    "Seven Deadly Sins? I thought it was a to-do list!"
  50. Check Chimera email list or discussion boards by MO! · · Score: 2
    Chimera does fetch the proxie settings from System Preferences. The only lacking part is re-fetching it when you change locations with the browser open. In that case, you Quit Navigator, and relaunch to pick up the new location settings. The developers are aware of this short-coming, and plan to update this functionality soon. You have to realize that Chimera is only at version 0.2.7 - there's lots of stuff that needs to be added. Neverthless, it's my primary browser on my TiBook - I use Mozilla on the few sites I visit regularly that fail on Chimera.

    --
    I AM, therefore I THINK!
  51. Re:Their planning to release with a big bug still by CynicTheHedgehog · · Score: 2

    I've been wondering about this bug since RC1...it has happened on both my Windows and Linux machines. In my opinion it's a fairly major bug, since it you have to restart the browser to correct it (and if you have quicklaunch open you have to close that as well). It's bitten me in the ass numerous times (down to the wire eBay bidding being the most annoying and costly) and I would love to see it fixed.

  52. Re:Running mozilla on NCD X Terminals by nuggz · · Score: 2

    I ran it about 18 months ago on a NCD 14b(mono 1024x768).
    It was debian/stable and the corresponding mozilla of the time.

  53. Being in the kernel isn't magic by jlusk4 · · Score: 2, Informative
    People make this fallacious assumption a lot. Sure, you get more privilege, and you don't have to worry about timeslicing and competing w/other user processes, but there ARE other kernel "things" going on you have to compete with, and you still have to service device interrupts, in a minimal sort of way.

    Plus, you can still do stupid things with locks and totally throw away your advantage.

    Case in point: I myself did a benchmark of Samba on a vendor's Unix vs. SMB on NT 4.0 SP3 a few years back (on the same hardware, duh). (It wasn't quite formal enough to publish, we didn't get written permission from ZD Labs, etc. etc., you know the drill, but I did spend a month on it.) We outperformed NT by a factor of 2 under fairly high loads (~30 workstations on 3 sublans hitting the server as hard as they could). How could that be, when SMB was a kernel process on NT, but Samba was a user process on our Unix? My only explanation (apart from the possibility that I fucked up the benchmark [pretty small, I had some assistance from our local gurus]) is that NT/SMB do some stupid locking things in the kernel and slow themselves down.

    So, the kernel ain't magic.

    John.

  54. Now all we need is... by duffbeer703 · · Score: 2

    For Linux to ship some decent fonts so we can actually read the webpages rendered by Mozilla.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  55. Re:Mac OS X version... by Rentar · · Score: 2

    I love Mozilla and use it exclusively at work, but I still have to say, that it's somewhat bloated (it got much better, but it's still bad). This bloat is not bad code or lazy programmers, but by design. A Product that works exactly the same on all platform has to be either very small or bloated. Mozilla has choosen to go the second way. They build an entire Toolkit with an XML-UI-Description language. This Toolkit works on Windows, Solaris, Linux, MacOS (Classic), Mac OS X, HP-UX, FreeBSD, QNX, BeOS and <insert-your-favourite-OS-here-except-if-it-is- CP/M>. This is very, very hard to do in a small & non-bloated way. Luckily I have a sufficiently fast PC to be able to use it nevertheless, the only time the Mozilla-Bloat still hits me is after long periods of not using Mozilla (see http://bugzilla.mozilla.org/show_bug.cgi?id=76831 for details).

  56. Re:Solution by killmenow · · Score: 2

    Or just turn of referrer support. I haven't used Mozilla since 0.97, but I thought it supported disabling referrer logging.

    I know in Opera I can just press F12, then hit the F key to toggle referrer support on|off.

  57. Re:Wow.. Still no AA font support!! by psaltes · · Score: 2

    I have AA working by default on my debian installation of mozilla rc2 and galeon whatever.

  58. The coders are getting a bit punch though. by frankie · · Score: 3, Interesting

    At least a few Mozilla programmers apparently are losing a whole lot of sleep trying to get 1.0final out the door. Take a look at bug 110112 comment 62 (paste the link to avoid the slashdot ban):

    http://bugzilla.mozilla.org/show_bug.cgi?id=1101 12 #c62

    Synopsis: there are various crashes and freezes when using the "ask me before loading an image" option. In a bad imitation of Solomon's judgement, they decided to stop the crashes by eliminating the option.

    1. Re:The coders are getting a bit punch though. by BZ · · Score: 2

      So. You have two options. You can temporarily disable the feature. Or you can rewrite the whole thing from scratch, test it, test its interaction with other components, debug it, fix the issues, test it some more.

      Guess which is more likely to happen in a freeze period right before a release?

    2. Re:The coders are getting a bit punch though. by frankie · · Score: 2

      two options. You can temporarily disable the feature. Or you can rewrite the whole thing

      Truth is a three-edged sword. They could also have removed the button from the prefs dialog, but left the code there. Power users could activate it by hand-editing, with the understanding that it's unsupported and buggy.

    3. Re:The coders are getting a bit punch though. by Fjord · · Score: 2

      Sometimes to meet a release date, you have to cut a non-working feature with the intention of putting it back in later. It seems like a good judgement call to me.

      --
      -no broken link
    4. Re:The coders are getting a bit punch though. by Mike+Shaver · · Score: 2

      If power users want to try their hands with wobbly features and additional instability risks, we have nightly builds of the wild-west trunk for them.

      Mike

    5. Re:The coders are getting a bit punch though. by GauteL · · Score: 2

      It is actually good judgement.

      The feature will most surely come back at some time, but if some features requires more work than they are worth for 1.0, then they have to go. I'd rather see them release a very solid Mozilla 1.0 instead of one with lots of half-finished features.

      This is just sane practice.

    6. Re:The coders are getting a bit punch though. by frankie · · Score: 2

      If power users want to try their hands with wobbly features and additional instability risks, we have nightly builds of the wild-west trunk

      Hmm...I've been using nightly/latest-trunk builds for the past several months. I'm using 2002052403 right now. It certainly is not my idea of "wild west". In particular, the one unsupported feature that I want (ask before loading an image) was removed from latest-trunk 10 days ago.

  59. Re:Still full of major bugs by taxman_10m · · Score: 2
    There was some bug where my back button would completely stop working after I had used RC2 for a few days. Only way to get it working again was to delete my profile. A browser without a back button is pretty large bug I think.


    I have a p200 with win2k, but god damn is the XUL UI unresponsive and slow. Hopefully, KMeleon will come out ok and I can switch to that.

  60. RC2 Bug which confused me by Dacta · · Score: 2

    There is a bug (in the windows version, although the release notes only note it in the Linux version) that might confuse you if you come across it.

    If you have a customised user agent and the java plugin installed, make sure it contains the string "Mozilla/4.0", otherwise you won't be able to start up Mozilla.

    Apparently the user agent is passed to the plug-in, and it doesn't know how to handle unknown user-agents (actually it tries to handle them as Netscape 3 and then crashes). Something (in your prefs.js) like:

    user_pref("general.useragent.override", "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98;)");

    should do the trick.

  61. Review of Mozilla vs. IE by Zelet · · Score: 2, Interesting

    On Windows boxes, I have noticed that since the RC2 Release Mozilla has become much faster than IE in every category except Jave applets. Even then the difference is minimal.

    Another problem with Mozilla that was cleared up since RC2 is plug-in support. Flash and Java were both working perfectly with little hassle (no more hassle than IE) in RC3.

    I think I found my new favorite browser. I was very sceptical about Mozilla being able to out-do IE but it happened, and it happened with an eye on security too.

    Good going Mozilla crew.

    --
    ...And when they came for me, there was no one left to speak out for me." - Martin Niemoeller (1892-1984)
  62. anyone else notice this error... by eclectric · · Score: 2

    When I add a doctype to my pages, mozilla doesn't seem to pick up on the style sheet.

    It works fine if I comment out this line in my perl script. Any thoughts? It works fine in IE, so I don't think it's a server issue, but it might be.

    Also, does anyone know when the site navigation toolbar went away? i loved that thing.

    1. Re:anyone else notice this error... by vondo · · Score: 2
      Also, does anyone know when the site navigation toolbar went away? i loved that thing.

      Because it didn't work well at all with tabbed browsing. Basically, the toolbar has to be brought inside the tab to be of any use. If you had a site with navigation links open in any tab, the bar would show up for all tabs, tricking you into thinking you could navigate where you couldn't.

      I turned it off a long time ago because of this.

    2. Re:anyone else notice this error... by BZ · · Score: 2

      Release notes are your friend. http://mozilla.org/releases/mozilla1.0/#devel second paragraph will tell you what's up.

    3. Re:anyone else notice this error... by sconest · · Score: 2

      Iirc, the main reason is that it caused an increase of the load time of a page.

      --
      Guvf vf abg n EBG zrffntr
  63. Re:1.0 Release by Gerv · · Score: 2

    Then start your own :-)
    http://www.schnitzer.at/mozparty/

    21 already in progress...

    Gerv

  64. You can't use native widgets in a standard browser by Per+Abrahamsen · · Score: 2

    because the style sheets have parameters that are not supported by the native widget sets. So if you want to support all of the standard, you have to write your own widget set.

    What Mozilla does with XUL is use that widget set for all of the browser, not just the web pages.

  65. Stats from Google by Malc · · Score: 2, Informative

    Google has some information. Netscape 6+/Mozilla is too insignificant to register in its own category.

    Off-topic aside: when I go to google.com, it redirects to google.ca (hence my link). Google's up to something. They don't know my geographical location from any cookie information, etc as this is a clean install of Mozilla 1 RC3.

  66. Wow this is FAST! by Frobozz0 · · Score: 2, Interesting

    I have liked Mozilla for a long time because of it's feature set, but as of this release the Mac OS X port is VERY FAST to resize windows and reflow text. I never thought I would say it-- but Mozilla is faster than IE on my box at work- a 500 MHz G4. I could not be happier!

    --
    "Politicians find new names for institutions which under old names have become odious to the people."
  67. Re:Solution by telbij · · Score: 2

    As a web developer it's nice to know where you get linked from, and which of those links are the most popular. I'm all for privacy, but it just doesn't seem like very personal information to me.

  68. Re:"no big chance..." by constantnormal · · Score: 2, Interesting

    I guess I get kinda weary with the all-too-common notion that things are always going to be the way they are today.

    If market-dominating products persisted in this state due to inertia, or herd behavior, or whatever, then we would still be using Apple IIs, or TRS-80s, or IBM PCs, or CP/M, or Lotus 1-2-3, or WordStar.

    Times changes, things change, fashions change.

    Bill Gates is acutely aware that Microsoft does not have any lock on the future, it's why he fights so fiercely to hang onto nearly all of the marbles.

    If we learn anything from history, its that he won't succeed. Either the crumbs of the marketplace that he does not own will grow into something unimaginable, or some totally unrelated technology will replace the existing computing segment of the economy.

    No rational person believes that 10 years from now we will be using systems and software that are just like the ones today, only fatter and faster.

    Change happens. Watch for it. Making informed choices is the best way to surf the waves of change.

    Just because we're stuck today with IE owning nearly all the browser usage amongst the computing illiterati, is no reason to expect it will be that way forever.

    I suppose you also expect .NET to be a raging success (just like the XBox), with millions of (l)users willingly ponying up annual subscription fees to use their PCs. Myself, I figure that before that happens, millions will abandon PC-based email for cellphone-based email -- all we need to dethrone IE is a viable alternative that is sufficiently attractive to the masses.

    So long as things like Mozilla/Netscape7, Opera, Konqueror, etc, continue to be developed, there is the possibility that they may catch the public fancy and pose a serious threat to IE.

  69. Trying to get sites to fix little problems by Anonymous Coward · · Score: 2, Insightful

    When I come across a site that doesn't work in Mozilla, I always send a note to the links I can find. E.g. Movietickets.com wouldn't work in Mozilla. I experimented and was able to lie to the site through Mozilla that I was using IE and the site would work. I sent many emails about the issue and now the site works without problems for Mozilla.

    The other site I just had a big fight with was Ofoto.com. They print digital photos etc. There site works perfectly in Mozilla except for a little JavaScript dropdown menu that allows you to edit your photo albums. I sent them the code to fix it and they refused to resolve the issue. I told them that I was running Mozilla on Linux and they responded by saying that they don't support Linux. Seeing that it isn't a Linux issue, the fact is that they don't want to fix their site. I could view the page source, get the URL for the link I wanted on the menu and the page would subsequently work.

    Be vigillant people and complain everytime you see little or big bugs.

  70. Re:YAY MOZILLA! by ncc74656 · · Score: 2
    You mean the sexy 'red' Leezard right?

    The one in the system tray is a bluish green (or is it greenish blue?), while the ones in all the taskbar buttons (I have 8 Mozilla windows open right now) are blue. Maybe it's really a chameleon.

    --
    20 January 2017: the End of an Error.
  71. Re:Either your system is broken or worse. by FyRE666 · · Score: 2


    This is completely bogus.

    Try here, with the Widget example or sprite demo 4, or this Donkey Kong game rendered in DHTML. Maybe the most obvious example is Video pool which is very smooth with IE and totally unplayable with NS6 despite using virtually no code forking. (BTW, I'm not plugging my site gratuitously, it's just that I've written all these scripts and tried to address Mozilla's speed problems. There are plenty of other people commenting on this topic on other sites, eg Scott Andrew who amongst other things writes articles for Apple's website.)

    Don't just take it from me though, Mozilla's OWN developers acknowledge the serious performance problems with DHTML. See here: http://bugzilla.mozilla.org/show_bug.cgi?id=129115 . I have Mac, Windows and Linux platforms here, and with the exception of Linux (for obvious reasons!) IE outperforms NS by an extremely wide margin with dynamic content.

    Of course, if anyone would provide a link to a DHTML script that runs faster in NS6/7/Moz than IE then I'd love to see it. No? Didn't think so...

  72. SVG by tomer · · Score: 2, Insightful

    The most needed feature in Mozilla/Netscape is the SVG support. It's quite terrible that it can't be exist yet in the regular binary builds due to only its license, even that there is "other" SVG plugins.

    Until now, I saw none of sites with SVG support (not including the SVG demos, SVG tutorials, etc.), which move people to think that "SVG is a bloated SWF clone for wimps", which is completly wrong way of thinking. SWF (Macromedia Flash) is good, but still, it's closed source software, dislike HTML, XML, JPEG, PNG, and others. If sites/companies will have SVG support instead of SWF, which is not a big thing to deal with (I guess there are even today SWF2SVG convertors, with full support for SWF timeline), the web will be much more happier place.

    Let's hope for SVG support in the offical 1.O, it's still possible...
    0000B4B5E831
  73. Re:OpenBSD by BZ · · Score: 2

    This will happen as soon as the OpenBSD folks (or anyone familiar with the OpenBSD kernel) write the assembly stubs needed by XPConnect. They have been approached about this repeatedly, and have repeatedly stated outright that they do not care to have Mozilla run on OpenBSD.

  74. Try GNU Emacs for Windows by yerricde · · Score: 2

    My web editor is... notepad... Which is the only editor 100% compliant with all standards

    No. Try GNU Emacs for Windows. Notepad (at least the version shipped with Windows 3.1 through ME) doesn't support any character encodings other than Windows-1252 (a variant of ISO-8859-1). Heck, it doesn't even allow editing of text files bigger than 32 KB. Emacs, on the other hand, is fully scriptable, allows editing of huge files, and supports many character encodings.

    --
    Will I retire or break 10K?
  75. In other news today.... by filmcritic · · Score: 4, Funny

    The Mozilla Project today announced Release Candidate 28, in otherwords version 0.9999999999999999999999999999. The open source community has embraced this project fully and are doing everything in their power to get it released on time.

    When asked about the timetable for 1.0 release, they stated "We are definately making progress. Look for it soon! Internet Explorer XXXV will go down in flames!!!".

    Mozilla is the open source "clone" of Netscape. Netscape, if you remember, was a pioneer in the early days of WWW browsing. After being bought by AOL-Time Warner, some hoped that the huge cash flow would help the floundering former giant. AOL declared bankruptcy in 2010, bringing down all companies underneath it, including Netscape.

    All in all, Mozilla really does look like a promising piece of software if the Mozilla team could actually release version 1.0. Just wishful thinking on my part...

  76. Re:Wow.. Still no AA font support!! by IvyMike · · Score: 4, Funny

    Wow! You manage to bring this up every time they release a "bug-fix-only, no-new-features, release candidate"! And you know it! And you complain anyway, every time! And use exclamation marks, too!

    I shall look forward to seeing your same post again when Mozilla 1.0PR1 comes out, when Mozilla 1.0PR2 comes out, and Mozilla 1.0 Final comes out, too.

    When they said "you're not getting a pony for Christmas. Maybe for Easter," they meant it. Does this suck? Maybe. Do you have to whine about it every time? Apparently.

    Cheers.

  77. OK... by Amazing+Quantum+Man · · Score: 2

    I've looked at the Bugzilla reports, and done some google searches...

    How the hell do I disable HTML rendering in the email client? There should be a bloody option for this! It's still not in RC3.

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    1. Re:OK... by sconest · · Score: 2

      It is not yet in the 1.0 branch.
      If you want that you (currently) have to use a trunk build.

      --
      Guvf vf abg n EBG zrffntr
  78. Solaris still stuck at RC1 ... by stefanlasiewski · · Score: 2

    The latest version for Solaris is Release Candidate 1. Does anyone know why they skipped both RC2 & RC3? (Maybe RC3 will be out soon, and I'm just impatient :)

    I use Mozilla as my primary browser on Linux & Windows (On a Celeron 366 with 512Mb of ram), and it's great.

    Mozilla on Solaris is about 10 times slower then Netscape 4.7 at everything except rendering an HTML page. On a Sparc 266 with 512 Mb or ram, Mozilla takes 20 seconds to start up, mouseclicks usually take 1+ second to respond,
    etc. It needs alot of work to be usable.

    And I can't get Mozilla or Galeon to compile, so I'm stuck with released version.

    --
    "Can of worms? The can is open... the worms are everywhere."
  79. Re: Disabling HTML rendering in mail by Amazing+Quantum+Man · · Score: 2

    See Bug 28327, Bug 30888, Bug 69529.

    Why should I add another one?

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
  80. Re:Mozilla/Netscape usage & anti-Netscape sent by Rupert · · Score: 2

    Thanks for the link. Obviously many /.ers use Google - Natalie Portman is the #1 search term for the month!

    --

    --
    E_NOSIG
  81. Re:Their planning to release with a big bug still by Reziac · · Score: 2

    I don't know about that bug, but I've found that js-intensive sites tend to crash Mozilla about half the time (no crashdump, it just keels over and dies). Overall, it is even less stable than NS4.74 and that's not saying much. :(

    Which is a shame because Moz is faster and overall less-annoying than any NS since the 4.0x era, and leaps and bounds faster than IE6 on the same machine.

    Tho I *still* prefer NS3.04 for sheer utility. Maybe I'll try KMeleon now that I tracked down a working download link.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  82. Re:YAY MOZILLA! by Spy+Hunter · · Score: 2

    All of these popup-blocking schemes are doomed to eventual failure. Why? Consider a site that wants to get past Mozilla's popup blocker. Right now most popups are spawned from a new page when it begins loading, so Mozilla blocks these. All a site has to do to get past this is add code to its links that pops up an ad window whenever a link is clicked on, in addition to loading the requested page. This behavior will be indistinguishable to Mozilla to the kind of popups you want, which are also popped up when you click on a link. This is why I am glad Netscape took popup blocking out of their releases - it might go under the radar of most web developers, allowing us Mozilla users to keep blocking popups for at least a while longer.

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  83. Re:Mozilla/Netscape usage & anti-Netscape sent by GauteL · · Score: 2

    Remember that Opera and Konqueror (and probably a few others as well) are _very_ often set up masking themselves as IE.
    This increases their market share quite a bit.

  84. I like by BoneFlower · · Score: 2

    Been using RC3 for about an hour... First thing in its favor is JAVA SUCCESFULLY INSTALLED! I couldn't get it to on 0.9.9 no matter what I did. It installed on RC3 without a hitch and so far things seem stable, fast, everything I expected from an improved version of 0.9.9. Mozilla is clearly the top browser on Linux. Konqueror... well... simply sucks for web browsing... Great for browsing your hard drive and useful when going through local HTML docs and on the web, but for strict web browsing, Mozilla is tops on Linux. Great job, finally Netscapes source code opening is showing something.

  85. My Mozilla's Icons are nothing like the IE by quantaman · · Score: 2

    With apologies to Willian Shakespeare

    My Mozilla's Icons are nothing like the IE;
    China is far more red than her licence red;
    If button mean down, why then she come back up?
    If html be wires, broken wires jut one of her rendering engine;
    I have seen webpages advertising other browsers;
    But no such promotions I see in her windows;
    And in some MS java there is more delight;
    Than in the broken applets that from my browser reeks;
    I love to browse her tabs, yet well I know
    That Netscape 7 hath a far more pleasing interface;
    I grant I never saw OS X though;
    My Mozilla, when she browsers, slumps through links;
    And yet, by Linux, I think my browser as rare
    As any I belied with false compare;

    --
    I stole this Sig