Newsletters

Select newsletters below and click the button to sign up!

Boston News NY News
DC News Internet Daily
SiliconValley News
InternetNews Business Report




Become a Marketplace Partner



Partner With Us















Internetnews Bloggers

Recent Entries

Archives

April 2009
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Monthly Archives

Search The Blog

Netstat -vat by Sean Michael Kerner (bio)

A command line view of IT



Firefox 3.1 Beta 3 now out. Next stop Firefox 3.5

sr-firefox3.jpg
From the 'good things come to those who wait' files:

At long last, Mozilla today is releasing Firefox 3.1 Beta 3. The Beta 2 release was out out in early December, itself a month overdue.

So what's in the new Beta 3? 

Mozilla has improved the Private Browsing Mode (aka Porn Mode) to make it even more private. The general idea behind Private Browsing is to have a browser session where the cookies and history file are not saved beyond the actual session. 

On the speed front, the TraceMonkey JavaScript engine gets stability and performance improvements. TraceMonkey in my view is a critically important feature, perhaps the most important new feature in Firefox 3.1 as a whole. The general idea is that it is faster than the JavaScript engine in Firefox 3.x and is competitive with Apple Safari's  Nitro JavaScript and Google Chrome's V8 JavaScript engines. Faster JavaScript engines means faster code execution means faster web experiences.

Mozilla also claims to have made improvements to the core Gecko rendering engine that will make content rendering faster overall. It's great to have fast JavaScript, but a faster Gecko in combination is really key.

Though this is Beta 3 for Firefox 3.1, it's actually the last Firefox 3.1 release period. The next beta is going to be called Firefox 3.5 Beta 4 in order to give the release more stature with the bigger release number. Firefox 3.5 Beta 4 and is currently targeted for an April 14th release.

| Comments (2) | TrackBacks (0) | Share

0 TrackBacks

Listed below are links to blogs that reference this entry: Firefox 3.1 Beta 3 now out. Next stop Firefox 3.5.

TrackBack URL for this entry: https://swarm.jupitermedia.com/mt-tb.cgi/7614

2 Comments

Joseph Rotello said:

Is Firefox 3.1 Beta 3 able to use the Extensions and Add-Ons that work in the Firefox 3.07 ?

Usually, we always have to wait until the Extensions and Add-Ons catch up to even minor Firefox 3.xx updates, etc.

One item to encourage Firefox 3.1 adoption would be to make it easier for these Extensions and Add-Ons to just work, instead of always playing a waiting game of catch-up.

Joe
josephrot@aol.com

Matt Perkins said:

Not all add-ons are compatible with Beta builds. This is because a lot of the add-on creators only create add-ons for official releases.

You can however make incompatible add-ons compatible with any Firefox build through about:config

Create 2 Boolean and set both to false

extensions.checkCompatibility = False
extensions.checkUpdateSecurity = False

Change from 2000 to 0

security.dialog_enable_delay = 0

WARNING: Disabling Firefox compatibility works fine using Firefox 3 add-ons in Firefox 3.1 Beta 2. However it is not exactly the same using Firefox 3.0 add-ons in Firefox 3.1 Beta 3. Enabled tracemonkey and the new tab system can effect both themes and add-ons. So know what your doing ahead of time.

Leave a comment