[gwt-contrib] chrome broken

2010-08-18 Thread Patrick Julien
As of yesterday, using dev mode in chrome no longer works. when executing: RecordRequestUserAccountHandle login(final String userName, final String clearTextPassword); I get the following exception. IE 8 and FF, windows and linux, still work. I am unsure how to proceed on how to track this

Re: [gwt-contrib] chrome broken

2010-08-18 Thread John Tamplin
On Wed, Aug 18, 2010 at 12:15 PM, Patrick Julien pjul...@gmail.com wrote: As of yesterday, using dev mode in chrome no longer works. What exactly changed between when it was working and when it wasn't? Has Chrome been updated? The version of GWT you are using, or your app? Can you roll back

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Patrick Julien
On Wed, Aug 18, 2010 at 12:40 PM, John Tamplin j...@google.com wrote: On Wed, Aug 18, 2010 at 12:15 PM, Patrick Julien pjul...@gmail.com wrote: As of yesterday, using dev mode in chrome no longer works. What exactly changed between when it was working and when it wasn't?  Has Chrome been

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Pascal Patry
On Wednesday, August 18, 2010 12:55:04 Patrick Julien wrote: On Wed, Aug 18, 2010 at 12:40 PM, John Tamplin j...@google.com wrote: On Wed, Aug 18, 2010 at 12:15 PM, Patrick Julien pjul...@gmail.com wrote: As of yesterday, using dev mode in chrome no longer works. What exactly changed

Re: [gwt-contrib] chrome broken

2010-08-18 Thread John Tamplin
On Wed, Aug 18, 2010 at 2:02 PM, Pascal Patry i...@invalidip.com wrote: So, I know the issue is located between 8515:8553 but I'm still trying to locate the offending patch. Ok, so you know r8515 works fine with the same version of Chrome and the GWT Developer plugin? -- John A. Tamplin

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Pascal Patry
On Wednesday, August 18, 2010 14:15:55 John Tamplin wrote: On Wed, Aug 18, 2010 at 2:02 PM, Pascal Patry i...@invalidip.com wrote: So, I know the issue is located between 8515:8553 but I'm still trying to locate the offending patch. Ok, so you know r8515 works fine with the same version of

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Ray Ryan
We need a version number for Chrome. On Wed, Aug 18, 2010 at 11:28 AM, Pascal Patry i...@invalidip.com wrote: On Wednesday, August 18, 2010 14:15:55 John Tamplin wrote: On Wed, Aug 18, 2010 at 2:02 PM, Pascal Patry i...@invalidip.com wrote: So, I know the issue is located between

Re: [gwt-contrib] chrome broken

2010-08-18 Thread John Tamplin
On Wed, Aug 18, 2010 at 2:36 PM, Ray Ryan rj...@google.com wrote: We need a version number for Chrome. If the same version works before the change, it seems unlikely to be related to Chrome or the plugin. -- John A. Tamplin Software Engineer (GWT), Google --

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Pascal Patry
On Wednesday, August 18, 2010 14:36:38 Ray Ryan wrote: We need a version number for Chrome. Chrome 5.0.375.126 on Windows 7 GWT Dev plugin 1.0.7263 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Patrick Julien
On Wed, Aug 18, 2010 at 2:36 PM, Ray Ryan rj...@google.com wrote: We need a version number for Chrome. 5.0.375.126 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Ray Cromwell
I have a feeling this is actually working as its supposed to on Chrome, but silently failing on the other browsers. The stack trace indicates that a JSON payload that it thought was a JSO object turned out to be a JS Number, so the JSNI callback failed. Why this would work on other browsers beats

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Pascal Patry
On Wednesday, August 18, 2010 16:33:04 Ray Cromwell wrote: I have a feeling this is actually working as its supposed to on Chrome, but silently failing on the other browsers. The stack trace indicates that a JSON payload that it thought was a JSO object turned out to be a JS Number, so the

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Pascal Patry
On Wednesday, August 18, 2010 16:41:39 you wrote: On Wednesday, August 18, 2010 16:33:04 Ray Cromwell wrote: I have a feeling this is actually working as its supposed to on Chrome, but silently failing on the other browsers. The stack trace indicates that a JSON payload that it thought was

Re: [gwt-contrib] chrome broken

2010-08-18 Thread Ray Cromwell
Thanks, there will be a fix for this by COB today. -Ray On Wed, Aug 18, 2010 at 2:38 PM, Pascal Patry i...@invalidip.com wrote: On Wednesday, August 18, 2010 16:41:39 you wrote: On Wednesday, August 18, 2010 16:33:04 Ray Cromwell wrote: I have a feeling this is actually working as its