Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Compiled project doesn't recognize Gears installed on Chrome browser #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: 1.1 RC1

Detailed description:
Compiled project doesn't recognize Gears installed on Chrome browser. But 
it works fine with IE7.

Workaround if you have one:
Tested with DatabaseDemo project from samples directory.

OS: Windows Vista Basic SP1

Browser: Google Chrome 0.2.149.27 
Build 1583
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, 
like Gecko) Chrome/0.2.149.27 Safari/525.13

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by arthur2...@gmail.com on 5 Sep 2008 at 9:37

GoogleCodeExporter commented 9 years ago
When you run the DatabaseDemo does it come up with the red text telling you 
that the browser does not 
support Gears?  If so it could be the property provider in the Gears.gwt.xml 
module or it could be that we need 
a new gears_init.js although the one that we ship matches the currently 
available version.

Original comment by mmendez+personal@google.com on 5 Sep 2008 at 12:18

GoogleCodeExporter commented 9 years ago
Yes, I see the red text. Here is the full message:

DatabaseDemo

This example demonstrates how to use the Gears Database API to save the last 
three 
entries into the text box. Note that the entries are preserved across browser 
restarts.

ERROR: This browser does not support Google Gears. Please install Gears and 
reload 
the application. Note that GWT Gears applications can only be debugged in 
hosted mode 
on Windows.

I saw that it comes from DatabaseDemoNoGears class.

I've tested this code from gwt-gears-1.1.0.zip distribution: 
samples/DatabaseDemo/www/com.google.gwt.gears.sample.database.DatabaseDemo/Datab
aseDe
mo.html

It works fine in IE7 and FF3

Original comment by arthur2...@gmail.com on 5 Sep 2008 at 12:30

GoogleCodeExporter commented 9 years ago
Okay.  That leads me to believe that it is related to the rebind rule in 
Gears.gwt.xml.  We'll nee to look into it.

Original comment by mmendez+personal@google.com on 5 Sep 2008 at 12:37

GoogleCodeExporter commented 9 years ago
1) Go to gears.google.com and make sure that the version number displays 
correctly. I 
had to re-install my version of chrome to get it to work.

2) A change was made to support webkit based browsers post gwt-gears 1.1.0 
(RC1). 
That change was committed at r725.   You can get this fix by building a .jar 
file 
from the release branch of subversion at: svn/releases/gears/1.0 

Original comment by galgwt.reviews@gmail.com on 5 Sep 2008 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 8 Oct 2008 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 6 Nov 2008 at 6:39