Mozilla 0.9.4 Released
asa writes: "Lots of bug fixes (1,467 at last count) since 0.9.3 including the ability to disable the JavaScript window.open() method during page load and unload events. You can find more information on what's new at the release notes and mozillaZine."
I've got the new release mirrored at ftp://nerf-herder.net/pub/mozilla
-Peter
Wow, what a great release! I think that 0.9.3 really is a key step in the right direction for 1.0. See http://www.mozilla.org/roadmap.html for more details on the roadmap and plans for 1.0.
Also, as a mozilla developer, I would like to thank all those who have joined the project recently and done something to help. Even if you cannot code, there is still lots that you can do. I urge you to download 0.9.4 or even better, a nightly build, and to look at http://www.mozilla.org/start, http://www.mozilla.org/qa/help, and http://www.mozilla.org/get-involved.html. There are many things that you can do to help which will help get 1.0 out the door sooner and better.
No POPUPS whatsoever:
user_pref("capability.policy.default.Window.open"
But...if some sites need popups, make a zone for them like this:
user_pref("capability.policy.strict.sites", "http://www.evil.org http://www.annoying.com");
user_pref("capability.policy.strict.Window.alert"
user_pref("capability.policy.strict.Window.confir
user_pref("capability.policy.strict.Window.prompt
It is very cool, and there is a lot of scripting and other trickery you can do with these prefrences.
-David
# Hack the planet, it's important.
This used to be a huge issue and something that prevented lots of people from using Mozilla before. Thank you to those who have fixed this!
See this newsgroup post for details.
Everyone who complains about speed doesnt know anything about how computers work.
New software is bigger, more powerful, and NEEDS a more powerful computer, RAM IS CHEAP, dont tell me Mozilla uses too much ram when you can buy a gig of ram for under $200.
Get a faster harddrive, if mozilla is slow you are most likely using cheap IDE crap.
Now, if you have a modern computer THEN you may use modern browsers and modern software, if you have a computer which was made before Netscape 4.7 was released, then you should be using netscape 4.7, your computer will never be powerful enough to run mozilla.
If you use Linux, please help development of Autopac
If you travel over to one of the following pages on mozilla.org, you can learn all that you can do to get involved. Confirming the unconfirmed (from page number 3 below) is a great way to get involved, doesn't take much time, and is of a big help when all the many bugs come in after a big release like this.
They don't?
It's hard to be religious when certain people are never incinerated by bolts of lightning.
Thank you very much for trying Mozilla and reporting bugs. However, this is not the right place to report a bug as there is no way to track it here with the hundreds of other comments.
e r.html and follow the instructions there to report bugs. Espically, please please please search for duplicates before you file a bug. After a release, the number of bugs filed jumps by huge amounts and many of these are duplicates. Please let us who are working on Mozilla work on code and not weeding out duplicate bugs.
Please travel over to http://www.mozilla.org/quality/help/bugzilla-help
Thanks
The reason moz/nscp6 is slower than 4.x is that the entire user interface is built out of XML, CSS, and javascript (something collectively referred to as XPFE). This approach ensures that there's as little platform-specific code as possible, making mozilla available on a wide number of platforms that simply wouldn't have been plausible if everything was being done natively. It's been said many times that if not for XPFE, there wouldn't have been versions for anything but Windows and possibly Macintosh.
The good news is that UI responsiveness improves with each release, and I fully expect it to equal 4.x in time. However, I've read that GTK is a bottleneck of some sort, so that's why Windows has a performance advantage over *nix.
This seems to have been a re-occuring problem among all of the releases, but even worse with .94 (.93 seemed to be getting better). Here are my specs : 1.2 ghz athlon w/ 266 fsb, 266MB PC133, gf2 ultra, sblive 5.1...)
I started mozilla having 136 MB with the buffers & cached memory. After about an hour or so of watching realplayer videos in cnn & abc and going to various sites I had only 85 MB free with buffers & cached memory included. I noticed a very aparent slowdown in the way programs loaded. I closed the window with realplayer with no ram gain. I then clozed mozilla. and my free memory went back up to 135 or so.
This may be caused by the fact that I have 4-5 windows open at once. I later tried using the "flush memory" option which only freed up about 5-10MB. The older versions seemed to have much less of this problem, but it was still noticeable. I use opera 5.05TP1 and it not only loads in a second or two, but is much faster at loading web pages and allows you to have up to 10 or more pages open at once in one opera window. This is quite nice for the way I browse. Unfortunately It does not have real player support, but id does have java & flash suport.
Rendering pages is extremely FAST but creating windows is SLOW. The main hitch I have right now is on new window creation (which takes a long time to do). For example on a test page that uses javascript to open and close 75 windows one at a time (see the super simple code at this URL and either copy and make you own test or click on the link on that page):
http://206.191.52.79/MozTester/pagebanger.html
On a P233 running Linux I get the following (you'll likely want to try this on a faster machine - it's the relative comparisons that are interesting).
* Netscape 4.7.* takes about a minute
* Opera takes about 15 seconds
* Mozilla takes about 5 minutes !! (actually I stopped timing it's so slow)
* KFM/Konqueror ?? (old version doesn't work try it with KDE 2.0)
* Galeon ??? (not timed recently - the sort of more "native" GTK GUI might be faster??)
* Embedded Moz etc.
* Other browsers??
On MS Windows the Mozilla GUI is likely faster (haven't tested) and IE of course is very fast
Some of the slowness is due to the server so I engourage you to create your own javascript tests that just openm and close blank windows or something