Mozilla bolting Tab Candy on to Firefox 4 today

Aza Raskin's Tab Candy is one of the slickest additions to Firefox we've seen in quite some time -- you may remember Erez stating that it's going to revolutionize tabbed browsing. Mozilla's certainly excited about the project, and they had previously announced that it would be added to the Firefox 4 code at some point in the future.
Today's the day, according to a tweet from Mozilla's Mike Beltzner: Tab Candy is becoming part of mozilla-central and should be making its debut in one of the upcoming FF4 beta releases.
If you'd like to play with the new builds early (as always, these are for intrepid testers only), you'll find them in the latest-mozilla-central directory on Mozilla's server.
Today's the day, according to a tweet from Mozilla's Mike Beltzner: Tab Candy is becoming part of mozilla-central and should be making its debut in one of the upcoming FF4 beta releases.
If you'd like to play with the new builds early (as always, these are for intrepid testers only), you'll find them in the latest-mozilla-central directory on Mozilla's server.













Comments
6
Subscribe to commentsChrisSskAug 12th 2010 4:22PM
Firefox Sync is also merging to mozilla-central today
Mozilla QA is having a test day tomorrow to test them both
http://quality.mozilla.org/events/2010/08/11/testday-mozmill-firefox-sync-and-tab-candy-friday-august-13th/
kojo87Aug 12th 2010 4:37PM
anyone else having troubles updating 4b2 to 4b3? the update keeps failing and now 4b2 keeps randomly closing on me.
dougAug 12th 2010 5:30PM
Just get the installer and use it that way, It's how I did it.
kojo87Aug 12th 2010 6:31PM
of course right after i posted that i tried it again and it worked. go figure. shame that adblock doesn't work with 4b3 though...
KualaBeeAug 12th 2010 9:18PM
It works with a little tweak. This is from the adblock plus forum
YourProfilePath\extensions\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}\modules\ContentPolicy.jsm
in line 395
under
// nsIChannelEventSink interface implementation
add this
asyncOnChannelRedirect: function(oldChan, newChan, flags, redirectCallback) {
this.onChannelRedirect(oldChan, newChan, flags);
redirectCallback.onRedirectVerifyCallback(0);
},
so it looks like
// nsIChannelEventSink interface implementation
//
asyncOnChannelRedirect: function(oldChan, newChan, flags, redirectCallback) {
this.onChannelRedirect(oldChan, newChan, flags);
redirectCallback.onRedirectVerifyCallback(0);
},
onChannelRedirect: function(oldChannel, newChannel, flags)
{
ishidaAug 12th 2010 9:32PM
You can get the TabCandy build by going here:
http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/edward.lee@engineering.uiuc.edu-c8ee0c411f5e/
I found this while looking through Aza's blog, that's the direct link to the Tab Candy Beta 4 preview builds.