Firefox 2.0 To Debut Tuesday
An anonymous reader writes "Firefox 2.0 for Tuesday, says the Seattle PI. They give a quick recap of some of the new features, and discuss the ongoing IE vs. Fox debate." From the article: "Version 2.0 also improves on the tabbed-windows interface that Mozilla innovated and that Microsoft introduced for the first time last week with IE7, its biggest upgrade since 2001. Analysts said IE7 is a significant improvement over its predecessor, but the big question is whether it will stem Firefox's growth at Microsoft's expense. Firefox's share of the browser market has grown to 9.8 percent of the U.S. market this month, from 2.9 percent in October 2004."
geez, "tabbed-windows interface that Mozilla innovated" that is beginning to sound like microsoft innovation. Long before firefox existed, I was using tabbed windows in opera. Give credit where it is due.
The war with islam is a war on the beast
The war on terror is a war for peace
Tuesday? The day when security patches for IE are released?
Not that it matters who came first, but Mozilla did actually have tabs earlier than Opera. What you were using in Opera back then was actually MDI, not tabs.
But of course other browsers had tabs far earlier than any of these two.
You know, Microsoft's street address also says a lot about their mentality.
Hey Folks,
They're both free apps under Windows! How does it really hurt MS if FF gets 100% marketshare? In fact, if FF were to take over it might actually benefit MS. How? IE has been their worst blackeye of the past couple of years. More problems with than than everything else. If MS could make all the bad IE press go away, don't you think that would be a positive? I realize this is like suggesting to Apple to let Dell build their hardware, but does that make it a bad idea? As long as FF adheres to Open Standards, everyone can compete with web-sites equally with it.
"It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
Yes there is. You can remove the close buttons from the tabs (make it look like it was in 1.5) and also tell the min width for the tabs:n sh
http://kb.mozillazine.org/Browser.tabs.closeButto
http://kb.mozillazine.org/Browser.tabs.tabMinWidt
Its Sunday after all right now, so why not pray for FireFox? This is FireFox 2.0 Beta running on my Windows XP PC.
1. Starts without maximizing itself to the full PC screen area. Always leaves space available. In contrast SeaMonkey correctly occupies the full PC screen area when starting (but SeaMonkey makes me create a new profile except for once.). FF thinks its full screen according to its maximize/window button but is mistaken.
2. FF fails CSS rendering because it uses an antique CSS engine.
http://www.webstandards.org/action/acid2/
Those are my FF issues. What are yours?
Thanks,
Jim Burke
The changes are nicely summarized in this page.
I find "Client-side session and persistent storage" to be quite interesting, and wonder if any major web apps will make use of it in the near future. There are also JavaScript 1.7 which makes JavaScript more Pythonic, SVG support, and several other features.
python>>> q="'";s='q="%c";s=%c%s%c;print s%%(q,q,s,q)';print s%(q,q,s,q)
With the built in spell checker, I expect about 12% of the web's users to look smarter by at least 50% on Tuesday, with the number expected to grow as Firefox spreads.
Oh You POS
I hope it won't leak quite so much memory. That'd be nice.
Laws do not persuade just because they threaten. --Seneca
With the new spellchecker they will also be introducing a new attribute to the input tag: http://developer.mozilla.org/en/docs/Controlling_s pell_checking_in_HTML_forms
Is this a non-standard attribute? Are we going back to each browser adding stuff and hoping the other one stays relatively compatible? I'm not saying whether this is a good or a bad thing. I was just curious.
Besides having far better CSS support than Firefox 2.0, Konqueror also uses only a fraction of the resources. Opening the exact same sites in Firefox and Konqueror will often show a major difference between the two in terms of RAM usage.
For example, when I simultaneously open about 15 of the blogs and websites I read daily, top reports Firefox 2.0 rc3 as using 149 MB of virtual memory. Konqueror, on the other hand, uses a cool 28 MB for those exact same sites. Opera uses 31 MB. So as far as I can tell, Firefox is the lame duck when it comes to effective memory usage. This is with a build right from mozilla.org, without any additional extensions installed. I also disabled the cache for all three browsers, since I've heard that Firefox has a policy that leads to excessive memory usage.
A problem I have had with the Firefox 2.0 release candidates is crashes. This doesn't happen with Konqueror, or any other application I'm using, so I doubt it's faulty RAM. These crashes aren't easily reproducible, and I frankly don't have the time to bother debugging an application that I really don't use, and that crashes the few times I do try it out.
The 1.x branch of Firefox used Gecko 1.7
Fx 1.5 uses Gecko 1.8
Fx 2 uses Gecko 1.8.1, so a much smaller change (as in no new feature in HTML/CSS, just bug fixes I think). The new features are in SVG (textPath support), JavaScript (1.7) and Client-side session and persistent storage
Fx 3 will be the next big jump to Gecko 1.9, with the reflow that will fix Acid 2 and incremental layout bugs, plus more CSS 2.1 and CSS 3 support.
Is this a non-standard attribute?
We wanted web pages to control the spellchecking defaults to some degree. For example, webmail applications will want to automatically turn it on for subject lines, even though it is normally off for <input> elements.
We discussed with the WHATWG web standards group to come up with the attribute. I'm not sure about the status of this in any of their specs, as I'm not sure there was any strong consensus. That's one of the problems coming out with a new feature not currently supported in any other browser or mentioned in any standards.
- Brett (Firefox spellcheck contributor)