Mozilla Firebird 0.7.1 Released For Mac OS X
An anonymous reader writes "MozillaZine is reporting that Mozilla Firebird 0.7.1 has been released for Mac OS X only. The release - coming just over a week since the last one - fixes a number of bugs that made 0.7 frankly unusable on Macs. There's more info in the release notes. All MacBeards should upgrade immediately."
Is there any reason to use FireBird over Safari?
Choice is a good thing, of course, but what are the advantages/disadvantages?
Integrate Keynote and LaTeX
I Just tried 0.7.1 and it is definitely faster for the sites I go to. It's especially faster for SSL sites (that's a big Safari complaint I have - SSL is s...l...o...w; Ive whined about it before on /.).
I use Firebird/Mozilla on WinXP/2K/2K3, Linux, BSD and Solaris and would love to see Camino base itself off of the Firebird fork and make it more Mac-like, but, until Safari get's an SLL clue, I'll take the fast rendering, good SSL performance and standards' compliance that seem to be there with 0.7.1.
One other thing it has over Safari is the ability to *not* wait for the whole stupid page to load before continuing. It's not a problem on all sites, but it happens more oft than not, again, especially on SSL sites.
Lastly, the best thing about it is that it doesn't use the brushed metal theme (it was nice for a while, but it really grates on ya over time).
I still don't know why Apple threw the KHTML folks the bone when they should have supported Mozilla.
Mind the gap...
I like camino, is there any reason to use firebird? What features does it have, not have. My basic usage is: safari, unless safari dont work right, then I use camino. last resort IE for those evil webpages.
Some drink at the fountain of knowledge. Others just gargle.
KHTML was chosen over Mozilla because it was smaller, which means it was easier for them to learn, extend, and test. Look back at the press releases and articles from back in January 2003, when the Safari beta was released; they go into their reasoning for choosing one KHTML over Mozilla.
-Ster
The question was directed at performance. I realize Mac folks (I am one, but I don't use one exclusively) tend to value other things besides performance, but I would think that having decent SSL speed would have been a big motivating factor.
I have a dual-G4 tower (867MHz) with 1.5GB RAM and just cannot believe Apple didn't bother to get that part done better.
Mind the gap...
From the pinstripe webpage:
"The Pinstripe theme uses an API provided by Mozilla called nsTheme to draw the widgets. This API allows Pinstripe to draw the widgets and some backgrounds using the Mac's Appearance Manager. So the operating system draws most of the theme."
So, its somewhat native in drawing, even if not precisely like Camino (fully native widgets). The page says that Windows and Linux are not supported because of this.
One other thing it has over Safari is the ability to *not* wait for the whole stupid page to load before continuing.
I was testing out some progress-bar code and I've discovered that Safari has a 16k buffer. It will wait until the buffer is full, then draw, then fill the buffer again.
So in order to make my progress bar update on safari, I'd have to send 16k worth of spaces every time the bar moves.
In comparison, IE and Mozilla will draw the page as soon as it receives a closing body tag.