Slashdot Mirror


Mozilla 0.9.6 Released

bluephone writes: "Yessireebob. mozilla.org has released the 0.9.6 milestone. Here are Release Notes and a link of files on the FTP server. For milestones 0.9.7 and 0.9.8, the focus is on performace enhancingment, and stability of the Mail/News end of the suite. And boy, is it getting good..."

46 of 623 comments (clear)

  1. Cross-platform performance. by reaper20 · · Score: 5, Interesting

    Very nice release so far, mail/news seems to be "catching up" to the browser function.

    The tabbed browsing is almost up to galeon-level, though the speed is still slow, and its missing an (X) to close individual tabs. Use ctrl-w to close tabs in the meantime. This feature is quickly becoming my favorite.

    One thing that continually bugs me is the total lack of performance of the linux builds compared to the windows builds. On windows, moz is FAST, and getting faster, and I don't mean just the turbo-load stuff ... does anyone have a reasonable explanation on why the performance is so radically different between linux/win.

    From my daily usage, mozilla on windows is "done" as far as for what I need to do, on linux, it still has a long way to go.

    What is making mozilla slow on linux?

    go Mozilla!

    1. Re:Cross-platform performance. by Anonymous Coward · · Score: 5, Informative

      Er, nice try.

      The main reason is that Mozilla makes pretty heavy use of pthreads, and pthreads don't exactly fly on Linux. Windows threading performance is definitely superior to Linux's pthread performance, at least on single processor systems. Why?

      Windows is absolutely useless at process creation. Windows threads are about as heavyweight as Linux processes, and Windows processes are hopelessly heavyweight. So, the traditional Unix model of using many processes to complete complicated tasks completely fails on Win32. Microsoft's answer to this failing was to make threading as fast as possible, and to push multithreaded programming as a hack around a fundemental OS problem.

      Back in Linux land, the relatively low demand for mutlithreaded apps (because the Unix model really works quite well if you have fast process build up/tear down) finally pushes Linus and friends to implement clone(). The clone() system call was based on Plan9's thread model, and is actually much faster and more advanced than Win32 threads, totally beating out of almost all standard OS kernels at thread performance.

      So, now Linux has both faster processes and threads, but thread performance still sucks. Note that I said pthread performance on Linux isn't very fast. Pthreads are POSIX threads, and have very different semantics from clone(), mostly to support implementing multithreading in userspace (ick). So, the standard is a hack to say the least. Unfortunately, it's still a standard, and Linux must map pthread behaviour to clone() in userspace, which is painfully slow. It requires multiple context switches just to created a pthread on Linux. So, pthread-heavy programs like Mozilla just crawl.

      So, the moral of the story is that Linux has a much better core, but seeing that the Linux community actually cares about standards, performance isn't quite up to snuff.

    2. Re:Cross-platform performance. by anthony_baxter · · Score: 4, Informative
      I find that building with mondo optimisation makes quite a difference to how fast mozilla "feels". I also turn off mail/news - I don't care, I don't need it :)

      From my .mozconfig:

      ac_add_options --disable-mailnews
      ac_add_options --enable-optimize="-O4 -finline -fno-omit-frame-pointer -march=pentiumpro -mcpu=pentiumpro"

      I don't know what build options are used for the milestone builds...

    3. Re:Cross-platform performance. by rmathew · · Score: 5, Informative

      "JayPee" has made available Navigator-only optimised builds for Linux that you might find useful.

    4. Re:Cross-platform performance. by Simm0 · · Score: 4, Informative

      Unfortunately this high optimization (>= -O3) will not work while compiling with GCC 3.0 which currently has a strange bug which will cause mozilla to crash on startup. A patch was checked in early today that fixes this problem on the mozilla trunk.

    5. Re:Cross-platform performance. by bpowell423 · · Score: 3, Informative

      right-click on the tab, select "close tab". This will close the tab without switching to it, albeit with two clicks, not one.

    6. Re:Cross-platform performance. by BZ · · Score: 3, Informative

      Unfortunately, a lot of the work Mozilla does _is_ tight number-crunching loops of various sorts. What do you think layout is? It's a lot of recursive number-crunching. So yes, the compiler is making a large difference here. Going from -O to -O2 with gcc (the milestones use -O) leads to a 15% speed increase pretty much across the board for all operations (page loading, new window, etc)

  2. much improved! by wtmcgee · · Score: 3, Redundant

    its looking really good - every release gets a lot more reliable, and has slowly taken over #2 from opera, and is now getting close to giving IE a run for its money. one thing i wish i knew how to do is make a nice solid, simple theme for moz though - i'm not too high on any of the themes i've seen so far.

    regardless - this is not the mozilla devolpers jobs - they're doing a great job with the browser! the performance fixes they are referring to are also much anticipated - speeding this bad boy up would shut up a ton of critics.

    --
    *** For a better tommorow, change your life today ***
  3. Re:Mozilla is a great browser if... by jacoplane · · Score: 5, Informative

    If the only part of mozilla you like is Gecko, then use only gecko with a simplified interface.

    For linux, try Galeon

    For windows, try K-Meleon

  4. Re:Mozilla is a great browser if... by ihatelisp · · Score: 4, Insightful

    From the release note,

    System requirement
    * Intel Pentium-class 233 MHz (or faster) processor

    So your hardware isn't even covered by the requirement. However, Mozilla runs fine if you have a lightly loaded system, e.g. a clean install of Windows 95. I was able to run Netscape 6.2 on a Pentium 100 with 32MB RAM in Win95, and it outperforms Netscape 4.79 (try fancier pages like www.msn.com; simple pages doesn't justify what Gecko is capable of).

    Your hardware is pretty old. If you're thinking about running Mozilla on top of X in unix, well, you're pushing your computer too hard

  5. Spell Checker by Malc · · Score: 4, Interesting

    I've found every release better than the last, except for 0.95, which seemed to have gained a few more crashes. I'm excited to see how this one goes. Can anybody give me instructions on how to integrate the Netscape spell checker and change the language settings to en_GB? I tried following instructions for the spell checker before (installed the .xpi), but I couldn't figure out how to actually use it (were the UI bits removed?)

    Only comment so far on the latest build: it polls all of the news groups and servers in my Netscape profile when the news/mail client starts. This is bad as I have a load of crap in there, and a load that are only accessible from when I switch internet connections. I have to click cancel on a lot of dialogs before I can get going :(

  6. Re:Mozilla is a great browser if... by Anonymous Coward · · Score: 5, Funny
    I'm sure Gecko is a wonderful rendering engine and all that, but the performance gain is totally lost on us Pentium-120mhz users.

    Yep - it's pretty slow on my C64 as well.

  7. Re:Mozilla is a great browser if... by Milican · · Score: 4, Informative

    Well lets look at the system requirements, which as we all know are very conservative

    Windows
    * Intel Pentium-class 233 MHz (or faster)
    * 64 MB RAM
    * 26 MB of free hard disk space

    Linux
    * Intel Pentium-class 233 MHz (or faster)
    * 64 MB of RAM
    * 26 MB of free hard disk space

    Since you probably can't upgrade your processor on your board maybe you should try and bump your RAM to 128MB or so? That would definitely help out. Otherwise I recommend you give Opera a shot. It's right up your alley and it works on Linux and Windows :)

    JOhn

  8. 9.6! by JabberWokky · · Score: 3, Flamebait
    9.6 already... wow. Soon to be followed by:

    9.7 (two months)
    9.8 (six months)
    9.9 (one year)
    9.99 (two years)
    9.999 (five years)
    9.9999 (nine years)
    9.99999 (thirty-seven years)
    9.999999 (nine hundred and twenty-eight years)

    (No offense meant to the Mozilla team - the last time I poked at it, it looked like a nicely developing and nifty browser).

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  9. Export by nexex · · Score: 3, Funny

    Interesting line from export restrictions,
    "This source code is subject to the U.S. Export Administration Regulations and other U.S. law, and may not be exported or re-exported to certain countries (currently Afghanistan (Taliban controlled areas) ...". And we all know that those areas will be non-exsistant :)

    --
    Winter 2010: With Glowing Hearts
  10. It's nearly on par with IE5.5 by gruntvald · · Score: 5, Interesting

    Though I haven't checked 6.0 yet. If the Mozilla team can straighten out some of the plug in problems (for example, it takes some voodoo before java actually works), or at least come up with a definitive install procedure, we'll be rockin'. The browser is solid, but I don't want to have to be asked what MIME type an m3u file (winamp playlist) is. Heck, I don't actually know! I'm so used to it being taken care of. This kind of "plays nice with others" is something we take for granted - even if it's fake in Bill Gates' case!

  11. These are the days by Sludge · · Score: 5, Informative
    I'm going to miss these days. My favourite browser gets massive improvements every couple of months.

    Idea wishlist:

    • Ability to bring up my $EDITOR when typing in a textarea
    • Plugin missing popup isn't so annoying (I refuse to install flash)
    • A clean looking theme that isn't netscape 4-ish
    • More usability based around the tab feature. That thing is wonderful!
    • A way to delete the contents of the URL bar without destroying the contents of my clipboard. Right now, I copy a URL from somewhere else, then click in the URL bar and hit delete, just to have the contents of the URL bar copied to my clipboard.

    I'm a very busy person who does some good for the community already in his free time, so don't ask me to implement these features. I just don't have the time.

    Perhaps this would be a good time to ask... does anyone know of a proxy that allows you to rewrite packets on the fly? I think the web's got to the point where I want to start overriding some HTML arbitrarily. I know regular expressions, so some sort of regex interpreter would be quite handy.

    1. Re:These are the days by ink · · Score: 5, Informative
      A way to delete the contents of the URL bar without destroying the contents of my clipboard. Right now, I copy a URL from somewhere else, then click in the URL bar and hit delete, just to have the contents of the URL bar copied to my clipboard.

      Already done: Highlight the URL you want in some other application and then middle-click in a blank spot on any Mozilla page. You can even set this up to open a new tab with the tabbed browser by going to the new tab preferences under 'Navigator'.

      --
      The wheel is turning, but the hamster is dead.
    2. Re:These are the days by Dr.+Sp0ng · · Score: 3, Interesting

      * A way to delete the contents of the URL bar without destroying the contents of my clipboard. Right now, I copy a URL from somewhere else, then click in the URL bar and hit delete, just to have the contents of the URL bar copied to my clipboard.

      That would be nice, but Moz (and NS4) let you simply middle-click on the HTML display area and it'll go to the URL in your clipboard. Nice timesaver, except when your mouse spazzes and you end up hitting a link instead of empty space and pop up a new window instead :P

      I agree 100% with your other points... those are pretty much my main gripes too. About the $EDITOR thing, yes! Every place I *ever* have to enter text should understand vi keys if I want it that way. I already have tcsh and every decently configurable program I run using vi keys, there's no reason Mozilla and all GTK/Qt apps shouldn't be able to as well :P

      Oh well, the situation is better than it is on Windows; my vi-trained fingers have a tendancy to hit escape after typing a bunch of text, and in IE this resets the text area to the default value. Quite irritating.

  12. Re:huh? by great+throwdini · · Score: 5, Funny

    I duel boot between linux ... and Windows...

    Freudian slip?
  13. Pornzilla 0.9.1 also released today by aufbau · · Score: 3, Offtopic

    Pornzilla's goal is to turn Mozilla into a great porn browser. I started the project because I felt some important bugs were being neglected by Netscape engineers, even though they do a very good job with other bugs. (Are they not allowed to look at porn while at work?).

    The web site includes several modifications to Mozilla that make it better suited for porn browsing and a list of bugs and feature requests related to porn surfing. If you have any other bug numbers or ideas for modifications, please tell me.

    (Sorry for the duplicate message. I guess using "preview" before posting isn't a good idea when you've temporarily disabled cookies.)

  14. Fast connection to ftp.mozilla.org by rjamestaylor · · Score: 3, Interesting
    Yes, I just completed installing a nightly build (from the "stock" 0.9.5 build) and reloaded slashdot to see the announcement. According to my reading of MozillaZine earlier I wasn't expecting 0.9.6 until later this week.

    But I'm curious as to why the connection to the ftp server was so solid and fast: is it a great example of load balancing ftp?, a sign that people are happy with pre-0.9.6 versions and aren't rushing to upgrade?, or is it (*gulp*) that people aren't interested in Mozilla anymore?

    I'm not anti-Mozilla at all. I'm using it for browsing, email, IRC, etc. There are things I like about Konqueror, but I depend on Mozilla. Even my biggest "Internet Explorer"-only client is asking about recasting IE-specific development in Moz-compatible terms. Its just that the server is so fast it doesn't feel like the days of M15 - M18 when I had to fight for a connection...

    As an aside: it's perplexing to observe MSFT dropping the ball on browser development. They've got the market wrapped up, but they don't seem to have capitalized on this lead (except the recent MSN fiasco). Or perhaps I'm not giving proper credit to Mozilla developers for pressing ahead with features and usefulness... With the licensing pain with MSFT and the maturation of Mozilla+{Gnome|KDE}+Linux it's getting more and more palpable to switch the enterprise away from the child-settlers.

    --
    -- @rjamestaylor on Ello
  15. Re:Better and Better by b0r1s · · Score: 3, Insightful



    Just my $.02 on why Mozilla is better:
    - Mozilla is Open Source


    Zealots aside, why is this better? Have you modified any of the source code? Have you contributed? Have you searched through it to make sure there are no back doors that mail out your keystrokes? Or are you karma whoring?


    - Mozilla won't accept activeX or other such nonsense

    Which limit's its use on heavily scripted, harmless, usefull sites. True, it saves you from mailicious porn webmasters who want to install their dialer programs, but that's not a problem if you know how to set up your internet security zones on IE.


    - You can disable Mozilla's JS window.open()


    A nice feature, true, but what happens when you go to click on a "help" icon and it can't open a new window?


    - Mozilla has tabbled browsing


    Which slows down the quick alt+tab everyone uses to switch between browser windows...


    - Mozilla is standards compliant


    Which is again nice, but means nothing if developers dont make their sites for standards, which they dont ....


    - Mozilla doesn't redirect you to MSN (or AOL for that matter) and spill your privacy for all to see


    Nor does IE, if you configure it correctly.


    - Mozilla has a development team that cares about the end product


    More ramblings from a zealot. I'm sure the IE programmers care about IE. They just dont feel the need to sit around and pat each other on the back in public message boards.


    - Mozilla has site-specific image and cookie management


    Internet privacy zones. From your top menu in IE6: tools -> internet options -> privacy -> click the edit button. Yep, it works in IE on a site by site basis.


    - Mozilla is stable (close to 100%) and won't bring down the OS when it crashes


    Just like IE6 (which hasnt ever crashed on me, even though I use it roughly 14 hours a day, 7 days a week, for the past few months)

    So.... yea, you like mozilla. that's cool. use what you like.... just realize that every one of my arguments is absolutely true, meaning IE is "better and better" too...

    --
    Mooniacs for iOS and Android
  16. Slashdot crashes mozilla ? by stefanlasiewski · · Score: 3, Interesting

    Just upgraded to 0.96, and now I see that Slashdot articles with large number of responses crash mozila (I already sent in reports with that crash feedback thingy). This is Win98 , celeron 366 with 512M of ram.

    Only seems to happen on articles with a large number of responses (I'm a moderator and I'm trying to browse at -1 , but I can't).

    Constantly crashes on Geek Gift Ideas 2001 and Microsoft Would Settle For The Children

    I just uninstalled and reinstalled mozilla, and the crashes still happen.

    --
    "Can of worms? The can is open... the worms are everywhere."
    1. Re:Slashdot crashes mozilla ? by stefanlasiewski · · Score: 3, Informative

      Yes, and it worked fine in a clean profile, and if I view the pages anonymously in the new clean profile, it works fine.

      But when I log into slashdot, and view the page, it craps out (this is still on a clean profile).

      I'm a moderator, so i have one of those 'score' dropdown boxes by every single post. Hundreds of posts = hundreds of dropdown boxes.

      I used up that one last moderator point, the dropdown boxes no longer appear; and guess what, the page no longer crashes my browser. Works just dandy.

      Off to file a bug...

      --
      "Can of worms? The can is open... the worms are everywhere."
  17. Threads and Processes by Carnage4Life · · Score: 5, Interesting

    Microsoft's answer to this failing was to make threading as fast as possible, and to push multithreaded programming as a hack around a fundemental OS problem.

    Many OS purists think that using multiple processes is a hack around understanding multithreaded programming especially since traditionally there is a context/address switch cost from process to process versus when using different threads. Linux merely legitimizes this hack by implementing the clone system call and copy on write semantics for pages shared amongst processes which makes the worst problems with using multiple processes instead of multiple threads dissappear.

    So, now Linux has both faster processes and threads, but thread performance still sucks.

    This statement puzzles me greatly. How can Linux threads be faster yet their performance still sucks? Faster than what then?

    mostly to support implementing multithreading in userspace (ick).

    Huh? How is userland programs being able to create multiple threads a bad idea? Should creating multiple processes the only way to handle multiple tasks at once in an application?

    So, the moral of the story is that Linux has a much better core, but seeing that the Linux community actually cares about standards, performance isn't quite up to snuff.

    This statement implies that Linux has POSIX compliant threads which the last time I checked is not true especially since the primary kernel hackers (Alan Cox, Linus, etc) are against it. They specifically had issues with the inconsistent way signal handling is suposed to be implemented amongst threads in the same process if memory serves me correctly.

    1. Re:Threads and Processes by vscjoe · · Score: 3, Interesting
      When you count all the synchronization which is happening between all these threads,

      Synchronization between Java threads is a lot faster than any of the IPC mechanisms that, say, Gnome, KDE, or Mozilla are using.

      as well as the sheer amount of context switching,

      If the Linux kernel and thread libraries provided better primitives, you wouldn't need as many system calls to build threaded applications on top of them.

      memory usage

      If you run a complete desktop inside a single Java process, you end up using a lot less memory than Gnome or KDE: Java applications can share code and data a lot easier and with a lot less overhead inside a single process than C/C++-based systems. In fact, the voracious appetite of C/C++ GUI apps is one reason for abandoning that approach.

      and the number of processes which have to be scanned to find one capable of being accessed,

      I don't understand what you mean by this. If there is only a single Java process, you don't have to "scan" lots of them.

      If you mean that Java using native threads makes lots of kernel threads under Linux and that that has a bit of overhead, you are right. But that's a shortcoming of the Linux threads system and Sun's particular implementation of threads on Linux, not of the Java approach. In a well-designed thread implementation, a thread is no more expensive than an object.

      which means that you need to make threads for *everything*. Its not uncommon to have two threads per socket to handle reading and writing blocks.

      Java lacks some APIs and Sun's Java implementation has limitations, but that doesn't invalidate the approach. There are systems like Java that have better threading support. Still, a single-process approach based on JDK and Linux, with all the limitations of the JDK and of Linux, is already more efficient than the many process approach of Gnome or KDE and similar systems.

    2. Re:Threads and Processes by bgarcia · · Score: 5, Informative
      This statement puzzles me greatly. How can Linux threads be faster yet their performance still sucks?
      I think he meant to say that the linux kernel threads (clone()) are faster, but the *pthread* calls are slower.
      This statement implies that Linux has POSIX compliant threads which the last time I checked is not true especially since the primary kernel hackers (Alan Cox, Linus, etc) are against it.
      Linux does have POSIX-compliant threads. The kernel does not, but there is a pthread library that implements the pthread functions to work with linux kernel threads.
      --
      I'm a leaf on the wind. Watch how I soar.
    3. Re:Threads and Processes by hkmwbz · · Score: 3, Insightful
      "Rendering HTML is not rocket science, and it is actually kind of amazing how many megabytes people manage to expend on it."

      This would be true if everyone was to stick firmly to the standards. However, due to the sloppy web page coding out there, today's browsers need error correction. It can't just stop loading a page because it finds an error in the HTML code.

      In addition to this, the web is not only HTML anymore. You have other things like images - JPG, GIF, PNG, all of which need to be viewed correctly, and this requires an image viewer built in to the browser.

      A browser today also needs a JavaScript interpreter, which also adds to the size of the code.

      You also have plugins...

      The web isn't just about HTML anymore. It's about displaying a page even if the code is sloppy, and it is about the new technologies that offer improved interactivity and even eye candy. A browser is a complex piece of software - imagine all the different things it has to do!

      I don't think you've through the above comment through. If you look at what is actually going on, you'll see that a browser is a lot more than a HTML interpreter.

      --
      Clever signature text goes here.
    4. Re:Threads and Processes by roca · · Score: 5, Interesting

      > Rendering HTML is not rocket science

      Oh yes it is.

      Go to the W3C Web site and ingest the HTML4 and CSS2 specifications. Throw in all the I18N requirements (Bidi, charsets, etc) (Opera doesn't do them BTW). Throw in all the image formats and plugin support. Now throw in hacks to make a million differently broken pages work reasonably. NOW, in case you think you're done, make sure your engine is fully incremental so everything updates smoothly when stuff takes a while to load, or when you resize the window, or when the document modifies itself in arbitrary ways using the DOM (Opera doesn't handle the latter). Now make it all robust and fast for when some fool writes a page with 100 IFRAMEs, or 1000 combo boxes, or 10000 paragraphs all nested inside each other. And make sure you have ZERO buffer overruns or your users are toast.

      Sounds easy, huh?

    5. Re:Threads and Processes by YU+Nicks+NE+Way · · Score: 4, Insightful

      No, parsing HTML on the Web is not rocket science. It's much close to neurosurgery -- theoretically trivial (cut, cauterize, and close), really incredibly delicate.

      You see, HTML has traditionally been interpreted by parsers that will accept lots of errors: missing cell closure, misplaced tags, heaven only knows what else. That means that every real HTML renderer contains a huge error recovery routine which watches what the parser is doing, then backs up and recovers from erroneous source. If parsing HTML meant the same thing that parsing C did, it would be easy. But parsing HTML means much more than that -- and that's why it's so hard.

  18. Re:Pornzilla 0.9.1 also released today by The_Messenger · · Score: 3, Offtopic
    Speaking as someone who masturbates frequently enough to have obtained an honorary doctorate in it, I'd like to mention why IE is the superior porn browser. Are you running Windows 2000? Okay, good. Open an Explorer window, go to the View menu, and select Thumbnails. Now, thumbnails will be dynamically generated for all images in your currently-viewed directory. I have a lot of porn saved on my disks -- over 1.5GB -- so even with my excellent directory structure (categorized by race, number of participants, and insertion types), it can take a while to locate that perfect images to bring yourself to orgasm with. Explorer/IE's "thumbnail" feature has revoltionized my masturbation experience, by allowing me to quickly analyze and navigate picture series -- with one hand. Explorer/IE will even show you the first frame of AVIs and MPEGs on the sidebar with the "preview" function!

    Now you can visually scan directories -- for that perfect Akira Fubuki cumshot, Anna Nicole Smith softcore clip, or nasty nekkid ebony hoe playing with vegetables -- simply by using the arrow keys, Return, and Backspace.

    In order to enjoy a comparable masturbation experience with Linux, you must use a combination of Electric Eyes (for thumbnail browsing) and Netscape (for image viewing). Oftentimes, you will even have to use both hands to get the process started -- very inconvenient. Add in the fact that UNIX-like systems don't function very well with widespread use of spaces in directory names, and you have all the makings of an extremely poor monkey spanking.

    Hey, let's get a MacOS user in on this. TRoLLaXoR, does MacOS provide easy thumbnail image navigation like Windows?

    --

    --
    I like to watch.

  19. Re:Themes? by philipsblows · · Score: 3, Informative

    According to the nightly build comments for Nov 20, there is a new theme page. If you check out the MozillaZine build comments here, you'll see the mention and the bugzilla bug number...

    Note that I have not actually tried this myself... I'm just happy that other stuff is working as well as it is at this point with the nightly build from last thursday or so.

  20. Opera 6.0 by popeyethesailor · · Score: 3, Interesting

    This is not meant as a Troll. If you are a Windows user, checkout the latest beta from Opera, it rocks. Choice of Single/Multiple document interface,new skins, and mouse gestures too! Still retains fastest browser credits. Give it a try.

  21. An MSers take on Mozilla by Kraft · · Score: 3, Interesting

    I have tried to go over to mozilla as part of my slow conversion from Win to Linux. Thought it might be a good place to start.

    When I installed Mozilla at 0.9.5 I was impressed. This app has come a loong way!

    However, I have a couple of hickups, which someone might be able to help me with

    - Load time Compared to IE, which takes 1-2 secs to load, Mozilla take around 8 secs to load. Not that much extra, but when my short term memory is 5 seconds, I most often choose to load IE, so I don't forget what I wanted to check out.
    - Shortcuts I don't know who fucked up the shortcuts, but I must use alt-d over 100 times a day in IE, the shortcut that brings you to the address bar. I had a (not too investigative) look at the Mozilla help, and couldn't find any info on shortcuts, which brings me to
    - Help You can't search the help! Hello.
    - Search My seconds favorite feature in any program is text search, and I have found the search in Mozilla to be buggy (forgetting last search word and settings, needing to 5 click before it starts, not finding text which is there)

    The most important to me is load time. I just don't see myself, only using Mozilla until load time is decreased. But hey, good luck to the dev team, I will hang in there.

    --

    -Kraft
    Live and let live
    1. Re:An MSers take on Mozilla by Dr.+Sp0ng · · Score: 3, Informative

      I don't know who fucked up the shortcuts, but I must use alt-d over 100 times a day in IE, the shortcut that brings you to the address bar. I had a (not too investigative) look at the Mozilla help, and couldn't find any info on shortcuts

      Ctrl-L (for Location) is the keystroke you're looking for.

  22. Versions have nothing to do with the code by HanzoSan · · Score: 3, Troll



    Mozillas codebase currently is IE 6.0 level in terms of features quality, and speed.

    It took Microsoft 6-7 years to get to this point, It took Mozilla 4 years.

    4 Years is pretty good.

    Opera is about 3 years behind Mozilla so dont even mention Opera. Opera isnt nearly as powerful, Opera is a light weight browser thats nothing special, its something anyone could have written up in a year or two.

    Mozilla on the other hand has alot more features and the only browser to compete with it feature for feature is IE, currently Mozilla supports more standards, has better security and is more stable than IE 6.0 making Mozilla more complete.

    When IE 7.0 releases, it will essentially be updated to be more secure, support more standards and basically be more like Mozilla.

    As far as Mozilla 2.0, Mozilla has the base done, the base what took 4 years, once the base is done all they have to do for 2.0 is add a few new features most likely to support new standards, optimize it for speed to make sure its faster than IE and Opera, fix bugs so it never crashes, and then allow Netscape and AOL to intergrate ICQ, AOLIM, Winamp and so on into it in a way that doesnt make it seem overwelming.

    Right now AOL isnt properly intergrated, but once it is, i see it being very useful, more useful than email for sure.

    And ICQ intergration would be good too.

    From there intergrate netscape into AOLs software suite.

    Now while Microsoft fixes all their bugs and security, Mozilla will be adding new features.

    If Mozilla developes at the pace it is right now, it will be about 2 -3 years ahead in development of Microsoft when 2.0 comes out.

    --
    If you use Linux, please help development of Autopac
  23. Re:for speed... by Cardhore · · Score: 4, Funny

    I don't know about you but I use mozilla exclusively for the IRC chat program.

  24. Re:Better and Better by pthisis · · Score: 4, Informative

    - You can disable Mozilla's JS window.open()
    A nice feature, true, but what happens when you go to click on a "help" icon and it can't open a new window?

    The mozilla anti-popup feature disables popups on window open, page load, and window close (and timers). So obnoxious auto-pops don't happen, but e.g. The Onion's horoscopes still work.

    Sumner

    --
    rage, rage against the dying of the light
  25. Re:Better and Better by nathanh · · Score: 5, Informative
    [Re: Open Source nature of Mozilla] Zealots aside, why is this better? Have you modified any of the source code? Have you contributed? Have you searched through it to make sure there are no back doors that mail out your keystrokes? Or are you karma whoring?
    • No single entity (person or company) can control the distribution or ownership of the browser. This neatly avoids the problem of a single vendor trying to control standards.
    • No product lock-in: "must have" features can always be lifted and used in another piece of software, if the mozilla monster turns out to be an unwanted burden.
    • The software is not rushed to completion (2 years of delays proves this!) so I have faith that the quality is better than most other browsers.
    • Development is driven by demand not money. This means the engine implements features that people wanted, not just feature "checklists".
    • The GECKO engine is portable and has been ported widely. This means I'm not locked into a single operating system or hardware platform.
    • There is no limits on how the engine is used. This means I see the same engine rendering my help files, my email, my webpages, etc.
    • Though I might never read the code, I know somebody else can, will, and has.
  26. Build Options by Simm0 · · Score: 4, Informative

    Here are a couple of build options that I frequently use in my .mozconfig when building mozilla to keep it running extreemely well also cutting alot of the cruft out.

    These build options are for all the people that are complaining about shoddy mozilla performance under linux and people that would like to have a look at some really new features.

    ac_add_options --with-extensions=all
    Enables such things as the Chatzilla IRC client and the dom inspector(which I think is extreemely neat for debugging and viewing dynamicly changing html object model) also contains some very experimental things such as xmlterm.

    ac_add_options --enable-mathml
    Very neat standard for displaying math of all types and sizes in xml.

    ac_add_options --enable-crypto
    Great option, about a year ago this option wasnt even possible due to netscape not realeasing it's code due to US laws afaik. Now everyone that want to compile the lizard can get ssl support built right into the browser.

    ac_add_options --enable-optimize="-O3 -march=i686 -mcpu=i686"
    The main optimization part. This option has the biggest leaverage affect on the actual quickness of the browsre itself.

    ac_add_options --disable-tests
    Get rid of the unneccesary tests.

    ac_add_options --disable-debug
    We don't need any debuging symbols in th build if where not a developer do we.

    ac_add_options --disable-shared
    ac_add_options --enable-static
    A nice new enhancement of the moz build system which links all of the modules in statically, im experiencing a big speed increase and a decrease of startup times with this option probably because it doesnt need to read each individual shared object from the hard disk.

  27. Better cookie viewing before accept/refuse by weave · · Score: 4, Informative
    IE 6 now tops Moz in the cookie/privacy area because you can set IE to prompt before each cookie and remember the accept or refuse action for later (as you can with Moz), but it also allows you to see the cookie contents to help you decide what to do with it as well.

    Opera and Konq also have this nice feature.

    I'm hoping Moz steps up to that plate soon....

  28. Re:Pornzilla 0.9.1 also released today by onion2k · · Score: 5, Funny

    What i want is a secret 'porn' button that i can press

    There is one. But its secret.

  29. dhtml is worthless in mozilla by sh0rtie · · Score: 3, Informative

    Sorry but after installing mozilla and doing some performance tests with dhtml, mozilla is about 70% slower than IE6 (p4 1g ram winXP) even in simple animations making practical dhtml worthless in it and flash seems more attractive by the day as this isnt dependant on a slow javascript and rendering engine, which would be a shame.

    Load time isnt even an issue as its so slow even when its loaded.

    Javascript to plugin communication still doesnt work out of the box (contrary to what the moz site says) at least ns4 supported it.

    standards support is meaningless as no-one supports them , making it more of an "ideal" than a standard.

    quote : "standards are great because there are so many to choose from"

    i don't think m$ has anything to fear from mozilla in its current state, at least not in this decade :p

  30. Re:What is this tabbed browsing thing? by Fnkmaster · · Score: 3, Informative

    Try right-clicking on any link. The context menu that pops up has an option for opening a new tab. Likewise, right click on the newly appeared tabs and you can close them.

  31. Wow -- a place where Lynx wins out! by devphil · · Score: 3, Informative
    * Ability to bring up my $EDITOR when typing in a textarea

    Go figure. Who would have thought that Mozilla users would be asking for a feature that Lynx has had for years. :-)

    This is one of many reasons why I keep Lynx around: when I'm using a web interface to a bug-tracking system, and I want to, say, paste some code in to the "explanation" textarea before I close the report, I can just pop into my $EDITOR.

    I don't know of any other *nix browser which lets me do this (but I haven't looked very hard).

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)