Slashdot Log In
Mozilla 0.9.1 Out
Posted by
timothy
on Thu Jun 07, 2001 08:56 PM
from the gettin'-there dept.
from the gettin'-there dept.
MatriXOracle writes: "mozilla.org released milestone 0.9.1 today. New features include Bi-directional text support, LDAP Autocomplete in mail, new combined taskbar, an overhaul of the Modern skin with all new colors and buttons, and lots of performance and stability fixes, with over 30 of the topcrash bugs fixed." I'm using today's build right now, and it's very pretty, especially with the (brilliant!) modern theme. However, it's also segfaulted repeatedly for me already, so I hope you have better luck.
This discussion has been archived.
No new comments can be posted.
Mozilla 0.9.1 Out
|
Log In/Create an Account
| Top
| 319 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
KMeleon (Score:4)
Oh, and I'm using Opera [opera.com] to post this, which is also an excellent browser for Windows - always fast and usually stable. Its main advantage to all other browsers is its killer UI with mouse gesture recognition, lots of hotkeys, excellent bookmark management etc.
Also, if you filter JavaScripts and animated GIFs using a local proxy like Proxomitron [cjb.net], even Netscape 4.7 becomes rock stable (I can use it for days without a single crash). Really, if you don't want to use IE, don't use it.
Code length (Score:5)
I happened to have the mozilla 0.9 and linux kernel 2.4.5 sources on my hard drive. I decided to find out how big they are in comparison of each other. The command I used to test was: xargs cat | find -iname *.[ch] I used a slight modification of that for Mozilla which has .cpp sources. This doesn't even count any of that XUL stuff.
Here are the results:
Mozilla is currently some 22,000 lines of code bigger than the most recent kernel release.
Holy hell that's a large project.
\\\ SLUDGE
Give the browser a work out (Score:5)
Fizzilla - Mozilla for OS/X - already 0.9.1+ (Score:3)
David E. Weekly [weekly.org]
Re:Animated Gif anarchy since 0.9 (AAARGH!!) (Score:3)
Re:About Mozilla's performance (Score:4)
If we are going to waste computer time, I think Mozilla should continuously guess at any missing data (ie guess that images are the same size as the last image, add missing close tags, whatever) and continuously redraw the window while it is downloading. Ie if it has got data in memory and is not busy reading more data it should do as much as possible to get it on the screen. Perhaps it does do this?
PGP support (Score:5)
If you want PGP support in Mozilla, please vote for bug 22687 [mozilla.org].
To quote Eran Tromer from that bug page:
"I'd like to express my personal opinion on the matter. Context: I'm not a Mozilla developer, but I'm well-versed in relevant security issues and I've been following this bug with interest.
"In terms of security, e-mail is currently one of the weakest facilities on the Internet. HTTP/SSL, SSH and SCP provide encrypted and authenticated protocols for the respective needs, but e-mail by and large still relies on plaintext messages passed in the clear by POP3 and SMTP. The implications are obvious and frequently experienced. This is paradoxical, considering the vast popularity of e-mail and its frequent use for sensitive information.
"This grave situation persists mainly because of lack of functionality in common e-mail software. Encrypted e-mail ought to become the *default* format, and it must become trivial to import public keys, to send standard-compliant signed and encrypted messages, and verify their validity upon receipt. None of this is possible without e-mail software support. And Mozilla is in the position to change this situation.
"It is my opinion that in this case, clean architecture should be sacrified for functionality. Yes, providing this functionality in Mozilla 1.0 (i.e., anytime soon) may necessitate unmodular, specialized and hard-to-maintain changes in the codebase. It is not possible to do the Right Thing with the given resources and timeframe. Then go ahead and just do a Working Thing and fix it later, because this one is too important.
"Mozilla.org is spending an inordinate amount of time on building a fantastic infrastructure, to-the-letter compliance with numerous standards and owe-inspriring customizability. But as a practical web user, site administrator, programmer and consultant, I'd rather give up all of these than have my e-mails show up in the wrong hands.
"Hence, I urge you to reconsider your decision."
(end quote)
- Tal CohenFirst 5 Minutes (Score:4)
Dropping down the bookmarks menu and then clicking in the browser window to pop it up sometimes makes it start scrolling up and down like crazy.
Dragging bookmarks to and from the shell works now. So does IE Favorites.
CPU usage is dramatically lower. Startup time is about the same.
No longer behaves badly on slow loading pages.
Still can't easily sort in threaded mode in the newsreader.
Still doesn't recognize external mailers, probably never will
--
Re:KMeleon (Score:3)
That doesn't change the fact that it's rendering engine still sucks sweaty donkey balls.
I can't think of one reason to keep using the dinosaur that is NS4 now that Moz is fairly stable.
C-X C-S
Re:No right to complain (Score:4)
--
Re:Ok, I have a news flash for you (Score:3)
Mozilla is open access, everyone gets a shot, if you don't like something, get some people who know what they are doing and agree with you to change it.
-Shieldwolf
Re:KMeleon (Score:3)
// Use configurable security policies to override popups, see
// http://www.mozilla.org/projects/security/componen
// Turn window.open off for particular sites:
user_pref("capability.policy.popupsites.sites", "http://www.annoyingsite1.com http://www.popupsite2.com");
user_pref("capability.policy.popupsites.windowi
// Or turn it off everywhere:
user_pref("capability.policy.default.windowinte
// Override popping up new windows on target=anything
user_pref("browser.target_new_blocked", true);
--Asa
Re:Whats New & Why you should get it (Score:3)
If you have a profile which was created before about March 11 and you used the workaround between about March 11 and May 23 then you will have to use the workaround again. If you have a profile which was created between about March 11 and May 23 then you will have to use the workaround now.
Workaround:
1. open browser
2. view sidebar
3. click "Tabs" button at top right of sidebar
4. select "Customize Sidebar" menuitem
5. select "Bookmarks" from "Tabs in My Sidebar" list
6. click the "Remove" button below the list of "Tabs in My sidebar"
7. click OK
8. click "Tabs" button at top right of sidebar
9. select "Customize Sidebar" menuitem
10 select "Bookmarks" from "Available Tabs" list
11 click the "Add" button below the list of "Available Tabs" list
12 click OK
note: just unchecking the tab from the "Tabs>" menu and rechecking it will not fix the problem. --Asa
Re:Source? (Score:4)
--Asa
Re:First 5 Minutes (Score:4)
"Still doesn't recognize external mailers, probably never will"
We're accepting patches. If it matters enough to you to post to slashdot then why not organize an effort to fix it.
--Asa
Give credit where credit is due (Score:4)
--Asa
Re:The Mozilla Bug that Bugs Me (Score:5)
--Asa
--Asa
Re:IE6b Vs. Mozilla 0.9.1 (Score:4)
You say that for rendering speed, Mozilla 0.9.1 would beat IE 6. That's not what the Mozilla developers are saying tho. For network loading, I don't know, but pure rendering speed should still be faster in IE.
Interface speed.. IE is *WAY* faster than Mozilla. On a fast computer, you may not notice much difference but on a slower one like some laptops, the difference is huge.
Sidebar. IE ripped Mozilla? Hello? The sidebar in Mozilla is based on the sidebar that appeared in IE 4. It has gone through several iterations of development, first being called Aurora, then having these "flash notification" thingies that would show you that you have a new email etc., and now finally, the version we see in Mozilla now. Microsoft has said that it will drop the content-panes (news, media player etc.) for the release of IE6 because the public didn't like it in usuability testing. But to say that Microsoft ripped the idea from Mozilla is just wrong as Mozilla really ripped the idea from IE4.
Re:Give credit where credit is due (Score:5)
Re:Animated Gif anarchy since 0.9 (AAARGH!!) (Score:3)
The best setting is:
user_pref("image.animation_mode", "none");
since that way it only will show you the starting frame and not even loop once
This should really have a pref, because it's darn useful. It's the next best thing to installing junkbuster, and doesn't make you feel guilty of depriving sites of money.
WARNING: (Score:4)
Auto complete email? (Score:3)
Does this mean I don't have to write my email anymore?
I knew if Slashdot kept on talking about it, it'd be smart enough to do something useful for me...
Mozilla finally arrives! (Score:5)
First of all, a confession. I've been using IE5.x for quite some time now. It's always been faster than Netscape by far and more standards-compliant. (Even if tainted by embrace-and-extend.) Mozilla's never been fast or stable enough to compete.
.9.1 changes all of that.
This baby is *fast*, and I mean extremely fast. Pages pop right up on broadband, even those damned table layouts from the dark days of the 4.0 browsers, broken CSS, and terrible DOMs. Not only that, but it appears as stable as .9 was, which was far more stable than any previous Netscape release since it was called Mosaic.
First of all, a big thanks to the developers who finally proved that Open Source can deliver. It's been a massive undertaking, several years in the making, but Mozilla's OSS development model have kept it at the cutting edge.
Second of all, download this sucker right now. Make sure all your friends do as well. The faster we get standards-compliant browsers the quicker web developers can leverage CSS to make cool sites faster. Believe me, I'm sick of coding for Netscape 4.x and the steaming pile of feces that is it's CSS support. Perhaps this won't be enough to keep Netscape's market share, but the 7% or so of us that use Netscape should upgrade ASAP.
Re:pretty nice (Score:3)
Mozilla is distributed with two themes, Classic and Modern. The Classic theme, which is the default, is designed to look like 4.x. You can switch themes from the View menu or from preferences.
0.9.2 (Score:3)
Also of note, the Mozilla main page [mozilla.org] doesn't reflect the new milestone and the roadmap [mozilla.org] also fails to mention the release or the news about 0.9.2.
Version 0.9.9.9..., or priority problems. (Score:5)
Why are new features going in when it's not stable? When will there be a feature freeze? There really needs to be a "stable" release of this thing.
DDE? That's dead for ages on win32. (Score:3)
Erm... since a year or 3 people use 'automation' with COM on win32 instead of DDE/OLE. I don't think it's really 'visionary' to include DDE code in an application TODAY. To say the least.
Personally I think including an own 'COM' variant in an application for win32 is a bad decision. If they had, the win32 version whould have been finished by now.
--
Re:IE no longer a clear winner (Score:4)
Yes, this happens in my office also. The machine running Windos is a 386sx16, with 8 mb of RAM and a 240 mb MFM hard drive, running W2K and an IE 6 pre-alpha build I snagged from my latest 'leet hack of hotmail. Since the powersupply gave out on this machine three years ago, I forced to allow an autistic four year old child draw on the 10-year old 14" monitor, in crayon, what he thinks a webpage might look. I only give him brown and green crayons.
The other machine is a screaming fast dual athalon running linux, with the latest nightly build of mozilla (you have to get the nightly builds, every night). It still loads much slower than I'd like, and doesn't render tables quite as fast as the four year old child, but my soft and fragile ego as a wanna-be geek forces me to point out to everyone who comes by my office just how 'leet and skinnable and cool mozilla is, and how much more featureful it is than IE. They always pretend to be impressed, just before they leave.
I'm going to submit a story to ask Slashdot: "Why doesn't anyone ever vist my cube anymore?"
Re:About Mozilla's performance (Score:4)
Re:Code length (Score:3)
Holy hell that's a large project.
Are you referring to the Linux Kernel or Mozilla?
In other news, the Linux Kernel is being renamed to "the Linux Corncob."
IE6b Vs. Mozilla 0.9.1 (Score:5)
I have been using Microsoft's IE6 Beta on my parent's PC (my Mac doesn't have a modem) for the past while for my browsing. I just downloaded Mozilla 0.9.1 and I'll do a quick comparison:
Disclaimer: IE6 is in Beta. But so is Mozilla.
Startup Speed: IE6. But IE Programmers probably know a bit more about Windows than Moz Developers... And someone else said Moz now has an IE like always on mode now.
Winner: IE6
Interface: I used to hate the Old Modern theme. The new one is 10x better. I can say Moz wins by a long shot.
Winner: Moz 0.9.1
Rendering Speed: When I downloaded IE6 I thought nothing could get faster than it. There was next to no waiting for a page to render. Even my copy of Moz at the time (I think 0.8.1) wasn't as fast. This new copy of Moz is just a tiny bit faster, but it is faster.
Winner: Moz 0.9.1 but not by much
Image Rendering: With Moz's new libpr0n it beat's IE6 by a small->meduim amount.
Winner: Moz 0.9.1
Interface Speed: I no longer notice the "XUL Lag" I did with older Mozillas. But as IE6 is Win32 native it is a little faster.
Winner: IE6 but not by much
Download & Install: I have a 56k modem because I live in the middle of nowhere, so I can tell you that downloading big stuff sucks. IE6 brings up this smart installer like NS6 so you can select what more Microsoft software you want. I chose Outlook Express and Internet Explorer. Rougly what is included in the Mozilla .EXE installer. Moz is about 9MB while IE6+OE6 was something like 13MB. Plus IE rebooted my PC and updated a bunch of stuff which took like 10 minutes alltogether. Moz installed easily and with out a reboot.
Winner: Moz 0.9.1
Editable Text Boxes: About the only thing that I hate about Mozilla is the Slashdot comment box type thing. IE6 uses a native embedded notepad type thing while Moz uses the horrible XUL Text Box. The XUL Box sometimes doesn't catch my keystrokes and it is horrible for navigating with the mouse. It take me about three trys to get where I want it the XUL box.
Winner: IE6 by a long, long shot.
Stability: I haven't used Moz 0.9.1 long enough to get an opinion, but the IE6 beta has only crashed about 4 times in about 3 months of heavy use.
Winner: Probably IE6
Loading Cached Pages: Mozilla loads and renders cached pages instantly or near instanly. IE6 takes a second to load it from my disk.
Winner: Moz 0.9.1
Sidebar: IE6 ripped off Moz's sidebar. There are more stuff for the Moz sidebar but for the two things I look at the most (stocks & weather (no I don't own any stocks, I'm 13...)) Moz always want's me to log back into NS's Server. Yes I know this is NS's Fault but I have to count it. Plus when the Browser-With-90%-Market-Share(tm) debuts in non-beta for with sidebars everyone will make an IE6 sidebar, mark my words...
Winner: Tie For Now
Overall Winner: Moz 0.9.1! But IE6 has some yet unimplemented features such as privacy protection (gasp!) and a bunch of other stuff. I will try to give a Browser comparison every few browser releases to keep up.
I've Tried to give an unbiased opinion. I don't really hate MS that much as I use MS Office 6 on my Power Mac 6100 and I like it. And I can say that IE6 is very good. But Moz just tied/exceeded IE6 for now. But any new features will be assimilated, see My SideBar.
--Volrath50
IE no longer a clear winner (Score:5)
My only complaint so far is that Mozilla has a tendency to barf and die on sites with a lot of Javascript or large PDFs; invariably I end up with an orphaned runaway mozilla-bin process that needs killing after that happens. It's a gripe, sure, but not any more of a problem really than IE when it hopelessly locks up. Both instances are rare, thankfully.
As soon as I can get the chance, I'll see if 0.91 fixes any of this. It's been a really good product lately, much better than any Netscape I've ever had to use on my UNIX workstations. Thanks, Moz-dev-guys. I appreciate it. Lots.
Ok, I have a news flash for you (Score:3)
Free software's biggest advantage is that anyone can nab the code, sit down, and turn an existing project into whatever they want. However this also proves to be a weakness in that many free software authors have the mindset that people SHOULD do this. When J. Random User bugs you about a feature your program doesn't have he wants you to think about adding it. If you tell him "add it yourse;f" he'll probably just wander off and find other software that does what he wants. Kind of like if you go to a restraunt and wnat to order a slight modification on a meal. You expect the cook to do that and if you got told "do it yourself" you'd probably leave.
Now, this is not to say that programmers are obliged to act on every suggestion that comes their way. Just as commerical companies make decisions about what and what not to include, so can free software authors. However telling the person to do it themselves is a very bad idea. Simply acknowledge their suggestion and act on it if you want to.
Re:Good brower (Score:4)
I've had good luck with the automatic installation only when running the browser as root.
To get java working (in Linux at least) manually:
Re:Whats New & Why you should get it (Score:3)
getting it to work in linux with .9.1 was much easier than it was with .8, but i'm still sure you can do it manually if you can't get the automatic install to work. just make sure it's in your home directory - this will solve a lot of problems for you.
let me know if you need any help.
by the way, ssl connections work fine for me - i use mozilla to check my work email through our web-based email system, and i can only connect through ssl - and it works great.
Whats New & Why you should get it (Score:5)
First up and the one most people will knowtice right away is Page Loadin