36 messages in com.googlegroups.google-gearsRe: [google-gears] Re: Google Gears c...
FromSent OnAttachments
Ari05 Mar 2008 14:27 
Aaron Boodman05 Mar 2008 14:37 
Ari05 Mar 2008 16:23 
ajkessel20 Mar 2008 09:28 
Aaron Boodman20 Mar 2008 09:42 
ajkessel20 Mar 2008 11:09 
Aaron Boodman20 Mar 2008 12:10 
defcon01 Apr 2008 05:33 
defcon01 Apr 2008 05:34 
cfont05 Apr 2008 11:23 
arkannis13 Apr 2008 21:17 
Bob Rowlands14 Apr 2008 04:43 
Nostril Damus21 Apr 2008 02:52 
jonlink27 Apr 2008 20:49 
Rathlan29 Apr 2008 17:01 
Karsten W. Rohrbach09 May 2008 06:52 
jh31...@googlemail.com13 May 2008 15:31 
xamox18 May 2008 19:06 
Pkid22 May 2008 08:33 
jonlink28 May 2008 20:02 
cfont29 May 2008 06:33 
Bob Rowlands29 May 2008 10:18 
Jeremy Moskovich29 May 2008 11:26 
Bob Rowlands29 May 2008 11:31 
Matt Rodkey11 Jun 2008 21:37 
Aaron Boodman11 Jun 2008 22:03 
cfont12 Jun 2008 06:55 
Aaron Boodman12 Jun 2008 09:39 
cfont13 Jun 2008 12:17 
cfont13 Jun 2008 14:56 
shoofy14 Jun 2008 23:01 
Chris Prince15 Jun 2008 03:47 
shoofy15 Jun 2008 10:58 
cenda19 Jul 2008 20:28 
Ben Lisbakken21 Jul 2008 13:48 
Ben Lisbakken21 Jul 2008 14:07 
Subject:Re: [google-gears] Re: Google Gears crashes Firefox 3 Beta 3
From:Aaron Boodman (a.@google.com)
Date:03/20/2008 09:42:09 AM
List:com.googlegroups.google-gears

On Thu, Mar 20, 2008 at 9:28 AM, ajkessel <ajke@gmail.com> wrote:

FYI, many people are using the "portable" Firefox 3 beta installer (<http://portableapps.com/apps/internet/firefox_portable/test>) as well as these lifehacker tips as to how to disable extension version testing (<http://lifehacker.com/355973/make-your-extensions-work-with- the-firefox-3-betax>). Thus far, Google Gears is the only one of my 20- odd "non-compatible" extensions that doesn't work fine with FF3.

Yup, Mozilla does a really good job of being kind to extension developers and being careful not to break them. Usually it is pretty trivial to update an extension to be compatible with a new version of Firefox, especially if the extension is written in JavaScript (as most of them are).

However, Gears goes quite a long way beyond what typical extensions do, and it is written in C++, so things are more complex. Many of the internal interfaces that we must use to do what we do have changed. There is also a deployment issue since C++ components for FF2 are not compatible with FF3 and vice versa. We don't want to have to deploy two different versions of Gears because many users will not know which version of Firefox they use, or will not understand if Gears breaks when they upgrade from FF2 to FF3.

So, we're working as quickly as possible to solve these issues and will have FF3 support done before FF3 ships and probably even sooner than that.

We all understand that FF3 is much better than FF2, so there are lots of people upgrading to it before it's officially been released.

We'll post here, and on the Gears blog (http://gearsblog.blogspot.com/) when FF3 support is complete.

Thanks,

- a