Mozilla 1.5 Beta Released 674
asa writes "Today mozilla.org released Mozilla 1.5 Beta, available for Linux,
Mac OS X, and Windows. This beta release features lots of bugfixes, the inclusion of a spellchecker for Messenger and Composer, and lots of minor feature improvements to Navigator, Messenger, Composer and Chatzilla. More information is available at the Mozilla Release Notes."
speed (Score:4, Insightful)
Re:speed (Score:3, Informative)
They were both created to work on the speed and bloat. They are both stand alone applications, and both faster than Mozilla. Firebird is fast enough that it starts up almost as fast as IE for me.
I use them both as my browser and email client 100%. Yes there are a couple bugs still, but nothing really major.
Eventually they are going to take over from the Mozilla suite.
Re:speed (Score:5, Interesting)
Re:speed (Score:3, Interesting)
The biggest difference for me though is that Mozilla at some random time interval... usually after a window had been open a couple hours although sometimes sooner, would seem to bog the system severely on window or linux... even if you killed of Moz and it's processes things would be bogged severly until the next reboot.
If I used konqueror this didn't happen
Wait a while (Score:5, Interesting)
Note that, on the same hardware, the bogging down that you describe doesn't happen when you run Mozilla under Linux.
To be fair, though, there is an explanation that does not involve sabotage (at least, not directly). In order to give their own applications (IE, Office) an advantage, Microsoft locks portions of the executable code used by those applications into memory. This leaves less memory for everything else, including Mozilla. Thus, after a while, running other programs will cause Mozilla to get paged out to disk. The same thing doesn't happen to IE, because it stays in memory, even when you're not using it.
Re:Wait a while (Score:5, Interesting)
P.S. On windows you can get most of that memory back. Simply take the office startup out with msconfig or regedit... that will give you back up to 30% of your total system resources on boot.
Actually in my experience with windows EVERYTHING is paged. Even when you've booted with all startup applications removed swap is in use for the OS! It's really pretty sick. The more memory you have, the more swap the system uses.
It makes me sick that I have to spend my days fixing windows crap (we sell and support linux as well... but alas, although we have lots and lots of linux out there, I rarely have to touch a linux machine, except patching which I can do from our office.).
Nonetheless this particular problem with the full blown mozilla occurs on multiple systems and occurs on linux as well as windows. Some day I'll track it down, there must be memory leak or some such.
Re:speed (Score:5, Interesting)
Yet, I haven't tried Firebird in linux for a while so I may give it another shot.
Re:speed (Score:5, Informative)
If you only use Mozilla for the browser, or only for email, then there isn't a significant difference in memory usage between Mozilla and *bird. *bird will use a little less memory though due to all the features removed from the UI. If you use Mozilla for both browsing and email, then you're actually going to get a large increase in memory usage by using *bird, as you will have seperate copies of the Gecko core for each app.
Firebird starts a little faster than Mozilla, but not as fast as Mozilla with preload turned on. Thunderbird starts noticably slower than Mozilla. Once the apps are started, they all run
The big difference between Mozilla and *bird is the design of the interface. The Mozilla UI is modeled after the Netscape 4.x interface. *bird is modeled after Internet Explorer and Outlook Express. You're also going to need to install a lot of extensions to get all the functionality out of *bird as you can out of Mozilla.
Re:Hello? It's 1991 calling! (Score:3, Informative)
The whole point of Firebird and Thunderbird was people complained Mozilla was too big. So Firebird was created to strip out everything but the browser. Fine, that was good. It resulted in a significantly smaller browser. But then Thunderbird came along. It includes almost all the code that's in Firebird, but adds in a bunch more for the mail support. But it doesn't share the code with Firebird. So if you use both, you end up using up significantly more disk space and R
I don't think .sos work like that (Score:3, Insightful)
I believe that when two applications load libgecko.so (or whatever) they both memory map the same code section. The only copies that are made are for library storage, what you would get if you declare a variable "static" in C. This is probably a very small percentage of the total library size. Like 1%.
But I'm just guessing. And if you d/l different versions of libgecko.so (or whatever) then obviously all bets are off.
Re:I don't think .sos work like that (Score:5, Informative)
I do seem to remember that a splitting out libgecko was part of the 1.0 plan...does anyone know what happened to this (or if my memory is just completely faulty)?
It's hard to win a rigged game. (Score:3, Informative)
The former means that you are ALWAYS dealing with the bloat of MSIE, even if you aren't browsing. The latter is invalidated by the effects of most routers. MSIE at work is pathetically slow, and no other browser compares the blinding speed of lynx.
Opera is my current browser, for no particular reason other than its conveniant mail client.
Re:It's hard to win a rigged game. (Score:4, Informative)
Mozilla does it too. Check Edit -> Preferences -> Advanced -> HTTP Networking. There's a checkbox for keepalive there.
Re:It's hard to win a rigged game. (Score:5, Informative)
Everything does HTTP keepalives. IE+IIS does something dodgier at the TCP layer where it doesn't send the FIN-ACK to tear down the connection, and can thus skip the SYN at the beginning of the next connection.
Re:It's hard to win a rigged game. (Score:5, Informative)
It's not "HTTP - Keep-Alive" which is similar. The difference is that Keep-Alive doesn't close a connection between files which is fine. IE on the other hand make a request without creating a connection (Like UDP) and at the end doesn't close it. This makes IIS faster (less overhead) but other servers slower as the broswer times out before it gets the page and the server has to time out before it closes the connection.
Why IE Is So Fast
Article it linked to [grotto11.com]
Summary:
this isn't the same deal. based on the TCP specs, here is what a server (or client, for that matter) is supposed to do when it wants to close the connection: 1) send FIN 2) wait for ACK 3) wait for FIN 4) send an ACK if the server never receives the FIN in step 3, it assumes that the client wants to keep the connection open for some reason. this is _correct behaviour_ with regards to the TCP spec. if this article is correct, MS is merely exploiting the TCP spec to its advantage. yes, it's dirty and wastes resources, but it works. the thing that bothers me tho, is this is what should be happening on the server end (a non-IIS server, that is): 1) send FIN 2) wait for ACK 3) ok, got ACK, now wait for FIN 4) (after timeout) hmm, no FIN, must have been lost, so we'll resend our FIN 5) client ACKs that FIN, but doesn't send its FIN 6) server thinks the response FIN is lost again, so probably resends its FIN
Re:It's hard to win a rigged game. (Score:4, Funny)
Open up preferences in mozilla. Go to appearance->colors and choose "Use my chosen colors, ignoring the colors and background image specified".
Under privacy and security->Images turn off images.
Voila a superfast browser a-la lynx or netscape 3.x but with HTML support.
If you want you can even specify a black background and white text
Re:It's hard to win a rigged game. (Score:4, Funny)
View -> Styles -> User Mode -> Emulate Text Browser.
View -> Styles -> User Mode -> Nostalgia.
Re:speed (Score:3, Informative)
It seems that everytime Mozilla comes up in the news here at Slashdot, clueless posters come in and start complaining about Mozilla's speed. Mozilla is not just a browser (and other utils like a mailer and so forth). Mozilla is built as an application platform. Yes, it's much more.
Basically, with XUL and JavaScript, Mozilla provides a facility very similar to Java on the client. You can build a complete set of applications with Mozill as the foundation. O'Reilly has a book on the subject [oreilly.com] that goes in
Re:speed (Score:5, Interesting)
We didn't look at what webservers the pages we tested were running on though. There aren't too many IIS servers out there compared with *nix and I know IE and IIS break http standards to implement speed hacks on page loading in IE and slow it down in other browsers.
The difference was remarkable, even a page as clean as google actually chopped a second or so off when rendered in firebird.
Re:speed (Score:3, Insightful)
Take a look at two identitcal pages, one produced in frontpage, one produced in publisher, one hand-coded, and one produced with the built in mozilla editor.
the largest of all will be the publisher output, pretty much everytime. If you actually break this code down and analyze it (should
Re:speed (Score:3, Insightful)
Once it's loaded up though, IE is not that fast loading and rendering pages. O
Re:speed (Score:5, Informative)
And the last time I used Konqueror, it sucked major ass and couldn't render basic CSS correctly. Ooooh! What does that say about Konq now? NOTHING!
Opera's Javascript implementation has been good for years. The problem is more with doing actual scripting in JavaScript. Internet Explorer and Mozilla both have very different "API"s for DOM scripting. Opera 6 was pretty poor in that regard - didn't render much. Opera 7 renders about 90%, maybe more, of either Mozilla or Internet Explorer's JavaScript, depending on which browser string you send (identify as Internet Explorer and pretty much every IE-specific pages render perfectly)
When identifying as Opera, usually only the most IE-centric pages won't render.
Re:MOZILLA IS TRYING TO KILL MNG (Score:5, Informative)
You completely misrepresent the facts. MNG support was TEMPORARILY removed from Mozilla because it had been without a maintainer for a long span of time, was terribly buggy, and extremely bloated (300KB just for MNG support). The code was no longer viable. The project now has a new maintainer, and will be remerged when repair work has been completed.
For those that really care, the old code is still available for use in the form of an extension.
Off-road (Score:5, Informative)
Re:Off-road (Score:3, Interesting)
I use Firebird regularly, and I think its far, far better than regular Mozilla. The bookmarks sidebar, for example, is something I find myself using all the time. And I never use sidebars or drag-and-drop, but this is just so convenient that its hard not to. The Extension mechanism's also cool, especially since it allows you to install Extensions in your profile directory. And the interface is just generally consistant.
But you're right, its far too buggy for ordinary use. There's the startup script proble
Re:Off-road (Score:5, Interesting)
Great, but.. (Score:3, Insightful)
Firebird is where the action is, and by the time corporations get around to switching to 1.5 final, Fire/Thunderbird 1.0 will be the default Mozilla browser/e-mail clients anyway.
Re:Great, but.. (Score:5, Insightful)
Re:Great, but.. (Score:3, Interesting)
Beta with bugfixes?? (Score:3, Interesting)
Re:Beta with bugfixes?? (Score:3, Informative)
Neded feechor. (Score:4, Funny)
Spell checker (Score:5, Insightful)
Re:Spell checker (Score:5, Funny)
related to bug #85799 (Score:3, Informative)
Also, check out the latest Thunderbird (Score:4, Informative)
is the image resize still active? (Score:4, Insightful)
Re:is the image resize still active? (Score:5, Informative)
viola.
Re:is the image resize still active? (Score:5, Insightful)
- Chris
Re:is the image resize still active? (Score:3, Insightful)
Whereas if I turn OFF image resizing, I can't even see the store!
Well, that's a useability improvement.
- Chris
And they call this an upgrade? (Score:5, Insightful)
The Linux binaries distributed by mozilla.org are now compiled with GCC 3.2. If you're using these binaries then popular plug-ins like RealPlayer, compiled with previous versions of GCC, will not work. See bug 213234 and 158385.
This is a classic example of why Linux is still not quite ready for prime time on the desktop.
Download a new version of a web browser, break all your old plugins because of a compiler incompatibility.
I'd hope this will be fixed before Mozilla 1.5 goes out of beta. It's clearly a major hurdle to widespread adoption.
Re:And they call this an upgrade? (Score:5, Informative)
Re:And they call this an upgrade? (Score:3, Interesting)
You're more likely to expect broken compatibility with a point release, as opposed to an incremental release. But your point is valid, most software vendors have sacrificed compatibility for various reasons when users least expect it.
The difference with UNIX(TM)-ish tool-based OSS (vs monolithic software packages) is that because of the decentralized nature of development, point releases are unlikely to be coordinated into a convenient upgrade. At any given moment, one package or another is moving up
The amusing part (Score:5, Insightful)
Every single time someone writes one of those annoying "here's what's wrong with Windows" posts, I have to laugh because of much, much worse stuff like this.
Re:The amusing part (Score:5, Insightful)
With Microsoft, you can do nothing! You have no access to the source, and cannot change things if you don't agree with their direction. Now THAT is evil!
Furthermore, the real evil lies with the fact that RealPlayer don't have a gcc 3.2 version of their plugin (I assume). Hopefully they will release a new version of the plugin, and this will be OK.
Lastly, have a closer look at the release notes
Your complaint is a non-event. Please post something a little more constructive in future.
Re:The amusing part (Score:5, Insightful)
Nor do they have to. (Score:4, Informative)
Installing Mozilla + Realplayer + Java + Acrobat + Flash is easier on my Linux PC than it is on Windows because I can simply get it all from the same place in one easy hit, no need to hunt around individual sites, navigating download mirrors or trying to work out where Real have put the link that actually goes to the free version.
Re:The amusing part (Score:4, Insightful)
Moreover, if the RealPlayer plugin was open source, we could simply recompile it with gcc 3.2, and this whole thing would be a total nonissue.
Instead, we've got to wait for Real to release a new version of the plugin for us. I see this as a failing of the closed source development model. If everything was open source, there would be no problem here.
Re:The amusing part (Score:3, Funny)
Hey Overly Critical Guy, I was going to write a nice, well thought-out response but then I thought, so what?
so my response is: so what?
Re:And they call this an upgrade? (Score:5, Funny)
Until Linux gets more stable, not changing libraries willy-nilly, it is still just a hobbyist's OS.
Re:And they call this an upgrade? (Score:5, Interesting)
Actually, while it may break RealPlayer (which AFAIK hasn't been updated in ages), this is actually absolutely necessary in order to use the latest Flash and JRE plugins, which being targeted to the latest version of Red Hat, are compiled with that gcc 3.2.
This is just moving in the direction that every distribution has been going in for some time. Basically all Linux Mozilla binaries in regular use, aside from those provided by mozilla.org, have been compiled with this for quite a while, because it is the standard compiler on every distribution. It is very sensible for mozilla to make this switch, since every distribution is using gcc 3.2 as its compiler anyway, and it is what proprietary plugin makers should be targeting.
Re:And they call this an upgrade? (Score:4, Informative)
Well, its pretty simple. gcc had some standards-compliance and performance issues. In order to address them, they made some changes which broke binary compatibility with older versions. Every linux distribution switches to the newer version, because, well, its better. Most third-party binary packages, like Mozilla, also switch to match the evolving standard Linux platform. This is overwhelmingly positive, except for some barely-maintained proprietary software whose developers can't manage to recompile it every few years to keep up with the times.
It would be a major impediment to the development of the platform if it was required to keep the kind of binary compatibility that would be necessary to keep ancient proprietary plugins working. What if the last release of RealPlayer was compiled with gcc 2.7, or required libc5, or used a.out libraries? Would you expect Mozilla to base their releases on those ancient technologies? I hope not. If you really want to use realplayer, you can compile Mozilla with gcc 2.95 yourself, but for the overwhelming majority of users, keeping up with modern standards makes the most sense (even if proprietary plugins are most important, it is much more likely that Real will eventually rebuild their plugin with a modern compiler, than Java or Flash will be recompiled with an older one).
Re:And they call this an upgrade? (Score:4, Insightful)
This has no large effect on most Linux software since they're open source. Most distributions are already fully compiled with GCC 3.2. Sun's JRE is already compiled with GCC 3.2. The *only* plugin I know that hasn't, is RealPlayer. Real should recompile their plugin and get over with it.
"What if Real or Adobe decide that this is it and no GCC 3.x compilation of their product will be brought out? Will Mozilla step back to GCC 2.95, will they fix the problem,"
They'd be fools to not bring out GCC 3.2 versions of their products. It's extremely trival: a recompile is all that's needed. Or in case your code isn't standards compliant (GCC 3.2 is more strict), just fix your code. All of this takes at most a few days. Sun and Real can have a new version ready in less than a week.
WinXP broke Easy CD Creator. Are you going to tell Microsoft to put back the MS-DOS cruft in XP just to make Easy CD Creator work? Or should Adaptec port their software to XP instead?
"or will they just kill their browser product by saying "sorry guys, no more Acrobat PDF viewing!"???"
This wouldn't be a bad idea at all. Replace Adobe's PDF plugin with an open source PDF plugin and viola.
Re:And they call this an upgrade? (Score:3, Interesting)
If they're going to break plugin compatibility, I'd rather they broke it properly.
The plugin "architecture" (or perhaps it's just the implementation. See below) as it exists right now is horribly broken. This is proven whenever a plugin causes the browser to crash. That sh
Wow (Score:4, Interesting)
From now on, I'm going to make sure that the sites I design are firebird-compliant. Along that line, are there any good places to look for mozilla/mozilla firebird's CSS2 compliance?
I'll try mozilla 1.5 here soon, too. Mozilla - you may have just found yourself a convert.
Re:Wow (Score:5, Informative)
Very good.. if you don't realize already, IE is terrible with CSS2. Nothing (yet) beats gecko's (mozilla renderer) CSS 1/2 compliance.
The most complete list I'm currently aware of is at macedition check it out here [macedition.com]
You don't get it, do you? (Score:5, Insightful)
No, you most definitely should not make sites that are Firebird-compliant. Make sites that are STANDARDS-compliant. It's by designing for a specific browser that we got into this morass of browser-specific tags and browser incompatibilities.
Use the standards that exist, and test using Firebird and IE and Opera and Galeon and Safari. But don't design with a specific browser in mind.
Re:You don't get it, do you? (Score:3, Insightful)
A site can be "Firebird-compliant" and be fully "standards-compliant" simultaneously. I'm pretty sure this is obvious.
Furthermore, he/she asked about testing for CSS2 compliance, which I believe implies he/she does "get it" when it comes to standards compliance.
I don't mean to sound antagonistic, but you don't get it, do you? You don't understand the ideas and concepts by "standards", do you?
I'm sure you're a nice guy and all, but this makes yo
Re:Wow (Score:5, Insightful)
Congratulations for giving Moz/Firebird a try. The best advice I can give for making cross-browser scripting:
forget about document.all
instead use getElementByID()
Despite the funky capitialization, it's the key to making cross browser DHTML. I think you'll find that Mozilla supports at least as much of the CSS2 spec that IE does. The main problem is IE's box model, which can be worked around. Unless you're pushing the envelope, CSS compatibility shouldn't be a problem. If you really need a cross reference, I recommend Osborne's CSS 2.0 Programmer's Reference.
I still doesn't have the feature I want (Score:5, Interesting)
I don't want to spit in the soup, I think Moz rocks the boat, but apart from the oh-so-welcome stability issues, it's more or less functionally equivalent to Netscape Communicator 4.7 to me (yes I know about popup blocking and cookie control, but I did that with Junkbuster before and it worked just fine too).
Unfortunately, Mozilla is one of the two key software pieces I use (the other one being KDE) that contribute to making my otherwise perfectly working laptop more and more unusable as they mature. Too bad
Re:I still doesn't have the feature I want (Score:5, Funny)
Here, this one [browser.org] might work better for you.
Re:I still doesn't have the feature I want (Score:5, Funny)
Go buy a packet of Raisin Wheats, dude. They're giving away Athlon XPs in every packet just now. Oh, and they actually changed the formula of the cereal from wheat-wrapped raisins to sticks of special edible DDR RAM because it's cheaper to produce.
- Chris
Re:I still doesn't have the feature I want (Score:5, Interesting)
I'll tell you what : Microsoft and hardware vendors have managed to convince people that computers have a finite lifetime because there's a universal intangible rule that says software gets more and more bloated. And Linux people, in true I-copy-Microsoft, are doing exactly the same thing. It's pathetic.
I'd like that big projects like Moz or KDE be modular in terms of speed vs. functionalities : if I have a powerful machine, I'll want the super 3D web-o-matic, and if I run it on an old machine, I have an option to do without and I can stay at a level of niceties and support corresponding to the speed of the machine. Is that unreasonable? It should be easier to downgrade than the reverse.
You wouldn't accept it if gas stations used a new gasoline for cars every 5 years and you had to buy a new car and junk the previous one for nothing, I don't see why you mock the same thing with software. if you have money to throw in new machines every 3 to 5 years, I prefer using my investment for as long as I can.
Re:I still doesn't have the feature I want (Score:3)
Stick with Netscape 3. So it won't display modern pages properly - tough. At least it's fast. In order to make it a better browser, and easier to hack in the future, its requirements have increased. Firebird loads faster on my machine (by about thirty seconds, if memory serves) now than Netscape did in 1996 on whatever mechanical adding device I was using to access the web at the time. It's also a far more capable application.
Computer parts
Re:I still doesn't have the feature I want (Score:5, Informative)
$ cat
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 5
model name : Pentium II (Deschutes)
stepping : 2
cpu MHz : 348.491
Startup time < 5s
Multi Computer Bookmark Management (Score:4, Informative)
This is the last bit most of my coworkers need to switch from IE to Mozilla. Next I try to move them to Linux.
Problem with browsers that aren't IE. (Score:3, Interesting)
Re:Problem with browsers that aren't IE. (Score:5, Informative)
http://googlebar.mozdev.org/
Opera? (Score:3, Informative)
Re:Problem with browsers that aren't IE. (Score:5, Informative)
1) Set google as your default search.
2) Highlight any word on a page and right click.
3) Choose web search for "Word I Just Highlighted"
Voila a google search.
BTW moz1.5 has a spell checker and 1.4 users can install one here [mozdev.org]
Mozilla has so many ways to have fun there is never any need to use IE. Have you played around with profiles yet?
Let's not take Mozilla for granted... (Score:5, Insightful)
Mozilla (+derivatives) is our only full featured OSS browser. Many people keep complaining about it's lack of speed, or large number of bugs - but in some ways, this is besides the point. It's amazing it has gotten this far and fortunately it looks like it has enough steam to keep going well into the future.
Let's not take it for granted.
Ahem... (Score:4, Insightful)
Pardon? [konqueror.org]
color in HR and BR tags? (Score:5, Interesting)
I may be stupid, but I can't think of any reson to have a colored linebreak. A colored horizontal bar kinda makes sense, but doesn't sound very useful. Nobody uses those these days anyway. But a colored linebreak... thats... someone please explain.
Re:color in HR and BR tags? (Score:5, Informative)
what a long strange trip its been ... (Score:5, Interesting)
I have sampled firebird and I am very excited on this new direction. It is a shame AOL has sealed a deal with MS. They don't really understand what they have!
Great products like this and the community surrounding them have made me appriciate free software more and more.
Thanks Mozilla
Not as exciting, but it's a good thing! (Score:4, Informative)
I'm glad for the work to add more features, however, so long as they don't fall prey to the bloatware effect. Perhaps I will upgrade one more time, but only out of curiosity because I'm very satisfied with Mozilla 1.4
Question: Building Firebird from CVS? (Score:4, Interesting)
I like the new features. Are there any important changes I should make to
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --enable-optimize=-O2
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
#ac_add_options --enable-extensions=default,-inspector,-irc,-venk
ac_add_options --enable-extensions=cookie,wallet,xml-rpc,xmlextr
ac_add_options --enable-plaintext-editor-only
ac_add_options --enable-xft
#ac_add_options --enable-svg
ac_add_options --disable-installer
#ac_add_options --without-libIDL
ac_add_options --with-pthreads
Re:Question: Building Firebird from CVS? (Score:3, Insightful)
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --disable-toolkit-xlib
ac_add_options --disable-toolkit-qt
how about a spell checker for (Score:3, Interesting)
I have gotten very used to Safari checking spelling as I type into a
Oh brother (Score:3, Interesting)
I wouldn't mind, but we're not talking about earth-shattering news here. There's more catching up than innovating going on here so why blast everybody about it? If that's not acceptable, then how about giving other browsers some press time too? Opera's a great example. It's ahead of Mozilla UI wise, plus it's the best browser you can get for the Linux based Zaurus, and it works with Symbian so modern cell phones can use it.
C'mon guys, the pro-Mozilla zealousy is nauseating. I know you want IE to have some competition again, heck I want that too, but don't put all your eggs in one basket.
Crappy Mozilla Desktop Icon! (Score:4, Insightful)
Ruined bookmark groups :( (Score:5, Interesting)
Bookmark groups used to open in new tabs, not closing all existing tabs like they do now. That really sucks, I cant keep page X open and press my bookmark that opens page A B and C in separate tabs without having the tab with page X closed
The MNG Controversy (Score:5, Informative)
In the 1.4 release of Mozilla, the previously complete support for the open MNG image format was removed in order to shave a 100-300 kilobytes from the Mozilla download.
MNG is an extension to PNG, a W3C-backed standard, that adds animation capabilities equal or superior to those in GIF. For example, the Phoenix MNG throbber was about 30 kilobytes smaller and looked far better than any GIF alternative due to alpha transparency and 24-bit colour.
Despite a great reduction in size and optimization of the main library, the authorities have only agreed to put in the MNG-VLC subset back into the 1.5 release.
MNG-VLC is basically useless because it doesn't even support offsets. Putting it back in does not help any of the early MNG adopters at all because their images won't display.
I highly encourage Mozilla maintainers to put the full MNG back in. The code is being actively supported and the feature is something that cutting-edge web developers are eyeing with great enthusiam for eventual adoption.
Note: Further discussion of that particular bug in Bugzilla is discouraged, but every vote helps.;)
voting is no needed. (Score:4, Informative)
second, look at the discussion of bug:
http://bugzilla.mozilla.org/show_bug.cgi?id
Also a very high voted bug. (360 votes i believe)
note this comment there:
"mozilla.org is not a corporation nor is it a democracry (there's actually text on mozilla.org that talks about democracy) and you aren't paying most of the developers who volunteer their time and effort to contribute to this project. now it might be the case that there are ways for you to hire someone to do work for this project, in which case you are welcome to seek out such avenues, but you will not find them in this bug.
Please read: http://bugzilla.mozilla.org/page.cgi?id=etiquette
the part about no obligation.
If you think that this bug is important (perhaps because it has so many votes) then you are welcome to and encoraged to create a solution. once you've written the code to solve the bug you can attach it to the bug and seek reviews. at that point your comments in the bug are valid and worthy of note. until then please consider that you might not have anything useful o say. for example, i shouldn't have to write this comment, it's a waste of everyone's time. but people asked. "
So put your money/time where your mouth is.
Mozilla Annoyances (Score:5, Interesting)
-FavIcon's in bookmarks/Toolbars either doesn't work or only works sometimes. They seem to work all the time in Firebird/Phoenix
-Under Linux the 'Save As...' dialogs are all butt ugly, they should integrate with the Gnome/KDE Dialogs that do the same thing. I know we all don't use those desktops so it should probably be a compile time option...
-Under Linux the 'Download Manager' dialog is borked. For instance 'Show File Location' doesn't work. Why? We have file manager's under linux. Make it a definable option so people can define something like 'nautlius %s' or 'konqueror %s' or ' %s', etc..
-Under Linux
-MNG Support is dying/dead!
-Under Linux
-I'm sure there are others
P.S. I use Mozilla everyday, all day long
P.S.S. I'm not a C/C++ developer so I can't, at the moment contribute patches to do any of the above. Nor do I have the money to sponsor the work or I would.
Re:Thunderbird (Score:3, Informative)
Re:Thunderbird (Score:5, Informative)
Re:Thunderbird (Score:4, Informative)
Actually, it was a release candidate for 0.2. Anyhow, 0.2 is certainly close.
Re:Thunderbird (Score:4, Funny)
Re:Thunderbird (Score:4, Informative)
In the new roadmap [mozilla.org] they clearly specified that Firebird in Thunderbird must have been included in 1.5, but then, they patched the roadmap to say that 1.5 will be the standard AppSuite.
I was having high hopes on 1.5, but now, is just another release for me. Meantime, I using Firebird every day and will start using Thunderbird too soon. Since MailNews is my primary mailreader, I want it more support in Thunderbird from mozilla developers before I switch.
Re:Thunderbird (Score:5, Insightful)
> it into 1.5
If you've been testing Firebird and Thunderbird this is good news.
They're not ready. Firebird is getting there, and hopefully will
be ready to replace Navigator by 1.6 time, but SeaMonkey really
can't be put out to pasture if only Navigator has been adequately
replaced. Thunderbird... well, it still needs a lot of work.
Also, Sunbird needs to be working before SeaMonkey can be dropped.
Actually, Firebird has most of the features Navigator has, *if* you
install a metric tonne of Extensions. (This is a major issue,
however; it takes considerably longer and *many* times more
clicking to download and install all those extensions as compared
to just downloading and installing the entire SeaMonkey suite. A
solution needs to be worked out wherein many extensions can be
downloaded and installed in one go.) Even with all of the
extensions, though, FB is still missing a couple of very major
features, like the DOM inspector (which is dogfood, or should
be -- it's painful to do any work on themes without it; it's quite
handy for web development also).
Re:Thunderbird (Score:4, Informative)
But that is precisely why extensions exist. So that you don't have to have all of those features installed. I run Firebird every day, and I only install 2 extensions: Tabbrowser Preferences and Nuke Image. That's all I need to make Firebird fit the way I browse the web. Do I need the hundreds of other things found in the Seakmonkey releases? Not at all. And I'm sure other people don't either.
The point of extensions is so that Mozilla.org can ship a small, lean browser, and then the user can customize it however they want. Seamonkey, on the other hand, gives you everything you could possibly ever want and more, including the kitchen sink (literally, in Moz 1.3+).
Now then, possibly having some sort of queue for extensions where you select the ones you want installed, then click one button, that would be very cool. However, I'm not sure how much work it would take to deliver that type of functionality.
Lastly, the DOM inspector is available as an XPI add-on for existing Firebird installations here: http://www.mozilla.gr.jp/~mal/inspector-mozfb-ahm
Re:Wow, Moz is still alive? (Score:5, Insightful)
From memory what happened is that AOL laid off the Netscape developers who were working on Moz. A non-profit foundation [mozillafoundation.org] was set up to fund continued development and AOL made the first donation ($1 million). Red Hat, Sun etc have also donated to the foundation, but they still need a lot more $ from users if the pace of development is to be maintained.
Re:Wow, Moz is still alive? (Score:4, Funny)
Re:Wow, Moz is still alive? (Score:4, Informative)
The Mozilla Foundation has been set up to manage the project. It's a non profit organisation so you can make a donation to them if you wish.
Also a lot of the developers who worked for Netscape and on the Mozilla project are continuing to work on mozilla still.
Re:Wow, Moz is still alive? (Score:4, Informative)
"To help launch the new organization, America Online has pledged $2 million in cash to the Mozilla Foundation over the next two years. AOL will also contribute additional resources through equipment, domain names and trademarks, and related intellectual property, as well as providing some transitional assistance for key personnel as they move into the new organization."
Looks like AOL is still supporting Mozilla quite a bit. In my eyes this is a good thing for the whole Mozilla project (Firebird, Thunderbird, etc.) as it gives the team more freedom to operate. I can't live without Mozilla Firebird anymore ;)
'Der Spiegel' logs show Mozilla+Netscape at 15% (Score:4, Interesting)
According to Der Spiegel (one of Germany's largest general news magazines), Mozilla's usage share may be rising:
> In an article about the latest set of Internet Explorer security flaws, the German newsweekly reports that out of 125 million accesses to their website, 15.1% came from users of Mozilla and Netscape, a notable increase since the releases of Mozilla 1.4 and Netscape 7.1. Meanwhile, Internet Explorer usage appears to have declined, with the browser from Redmond now accounting for 83.8% of page requests.
Re:Good (Score:3, Informative)
Re:Good (Score:3, Informative)
Re:and the googlebar (Score:3, Informative)
And I don't really need the keyword highlighting when CTRL-F works just fine for me most of the time (and when not, google cache will do the highlighting).
Different strokes...
--