Newsletters Select newsletters below and click the button to sign up!
Internetnews BloggersRecent Entries
ArchivesMonthly ArchivesSearch The Blog
« Sendmail going to the cloud |
Sean Michael Kerner Blog
| ROME 1.0 : Open source Java feed tool is done. »
Firefox 3.1 Beta 3 now out. Next stop Firefox 3.5 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. 0 TrackBacksListed 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 CommentsLeave a comment |
||
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
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.