Slashdot Mirror


Mozilla Jumps on 'Lean Browser' Bandwagon

fader writes "Following in the footsteps of fast (and often fantastic) wrappers around Gecko (the Mozilla rendering engine), Mozilla has just released their own lightweight browser, Phoenix. Only Phoenix will still use XUL, the cross-platform markup language used for the current Mozilla interface. Will it still be fast enough to overcome the final gripe about Mozilla, namely that it's just too slow?"

8 of 579 comments (clear)

  1. Gripe by MagPulse · · Score: 5, Insightful

    My main gripe is that it doesn't look or act like my other Windows applications. The buttons are different sizes, the keyboard shortcuts aren't the same, and a lot of other things I don't want to think about. If they can skin/change Mozilla's behavior to act just like IE, they'll have a lot of converts.

  2. Light Weight by skrowl · · Score: 4, Insightful

    How is an 8 MB install file light weight or lean? Opera is only 3.4 megs! Load times are still slow, but not nearly as bad as regular slowzilla. DEFINITELY a step in the right direction, this is one project to keep your eye on.

    --

    Prevent linux based DDOS's!
    http://linux.denialofservice.org/
    1. Re:Light Weight by asa · · Score: 5, Insightful

      Phoenix will probably never be as small a download as Opera. You can't cram better standards support than opera into an opera-sized package. We can, however, easily trim another MB or two from our download size without much difficulty. I was able to get a local package down 1 full MB smaller just removing a few test files and unused bits and samples. We're working on some build-config changes that will allow us to pull and build less (we're still carrying the weight of Composer even though we're not using it). I expect that Phoenix could get under 7MB without too much difficulty. But it's not going to get down to the neighborhood (2-5MB) of Opera unless we throw away a lot of standards support like our DOM support and other standards that we just do more of than Opera.

      That being said, Phoenix download for windows is about 8.4 MB. Mozilla download for Windows is about 11MB, IE6 typical download for win2K is 17MB. Phoenix is by no means the biggest of that group. Opera is to be praised for it's small download size. I just wish they had the same level of support for other W3C standards as they do for CSS.

      --Asa

  3. Slow at what? by bdowne01 · · Score: 4, Insightful
    Will it still be fast enough to overcome the final gripe about Mozilla, namely that it's just too slow?"


    Slow at what?

    I agree that under Linux mozilla takes forever to come up.

    Under OS X its worse.

    But under Windows, if allowed to load itself into memory pre-launch (which IE does. Only fair to let Mozilla do it as well) it is as fast or faster than IE.

    But as far as rendering, mozilla on my computers tends to be quicker than other browsers I've tried. Under OS X, mozilla (once its loaded ;) just runs circles around IE. On Windows, it's just about the same...maybe only slightly slower. And on linux...well, I don't use anything else!
    --
    -brain
  4. Mozilla's Biggest Problem -- Poor Branding. by ClarkEvans · · Score: 4, Insightful

    Mozilla is a great chunk of software. I don't think that another "browser" is required, in fact this will only help to dillute Mozilla's brandname.

    Microsoft's stuff has been just great for along time. The Mozilla group should just focus on making their HTML rendering engine, Gecko, completely useable by as many application developers as possible... for example a wxWindows binding would be a great boon.

    And what's this with changing the icons? Either it's a Dragon, Sea-Monkey, a big M, or a Square thingy that is hald blue and half read. I've got four icons on my page for the same thing...

    In short... Mozilla needs some marketing oriented types instead of more nerds. For example, it needs help making Chatzilla work for people like my gf who can use AIM but get confused when chatzilla doesn't find a server and complains.

  5. Re:Skinned Apps by spitzak · · Score: 5, Insightful
    Unfortunatly your goals would prevent any innovation in GUI design. That is the problem with toolkits. For instance you cannot use the Windows API to make a pop-up menu that pops up with the cursor pre-pointing at an item. Therefore you cannot use it to make a Motif/Mac style choice (oh, I'm sorry, a "combo box"...), You cannot put buttons into the menu bar. These are all simple things but they are primitive stupid mistakes from 1985 or earlier and we are still living with them because of the inability to modify the toolkit without breaking the programs that use it.

    Now it may be possible if, instead of "widgets", people would come up with some "drawing" code. Some elements are pretty consistent: "draw a raised box", "draw a raised box I can press", "draw it pressed", etc. Then maybe systems could use it, most toolkits have calls like this inside them. Then again, even at this level I worry about a complexity and forced design, for instance the obvious implementations would not let you make non-square widgets, while a non-square one would be complex and could be rightly claimed to be too much overhead.

    Also NONE of this has anything to do with enforcing consistent shortcuts between applications. From a programming point of view it is impossible. Imagine that they said Ctrl+C will ALWAYS do "cut". Then they say you must write a program with the function cut() and Ctrl+C will call that and you cannot do anything about it. That is what enforcing a consistent set of shortcuts means (Ignore the fact that you could make cut() do anything you wanted, I'm not assumming malicious programmers here). Imagine now you make up a new function, blorg, and you want Ctrl+E to call it. They know nothing about blorg so they cannot possibly call it. Okay, perhaps there is an interface that says "make Ctrl+E call blorg()". Great but what happens when they decide that Ctrl+E means a new standard (say go-to-end-of-line). Does your program stop working in that Ctrl+E stops calling blorg()? What if you relied on this fact? Or does Ctrl+E still call blorg()? Then you have an inconsistent user interface!

    The fact is that ALL systems allow the shortcuts to be arbitrarily arranged. The fact is that programs, especially on Windows, are consistent is because the programmers have an incentive to make them consistent. This incentive is always ignored by the people who keep yelling for "single toolkit".

  6. Re:Skinned Apps by iangoldby · · Score: 5, Insightful

    Mozilla is about web standards, right?

    One of the major points about web standards is that a page isn't supposed to look exactly the same regardless of the software used to display it. HTML is not supposed to control presentation. CSS is itself only supposed to be a guide. The sooner we can abandon the obsession with controlling every last pixel the better.

  7. One-UI mind by rlowe69 · · Score: 4, Insightful

    "... the biggest trade off for your end users is that your application will never fully conform to the native user interface of the operating system it is run on."

    For the life of me I can't understand why people can't handle remembering/using more than one user interface. Are software developers going to have to make everything plain vanilla just so brain-dead web surfers can use their product?

    Turn on your brains while you use your computers, folks and take the 5 minutes to learn a new user interface. Maybe you'll see something you like better (like tabbed browsing) that's not available on your interface. Maybe you'll appreciate your "primary" interface more. If anything, it keeps your brain moving and the progressive evolution to better software going!

    Ryan

    --
    ----- rL