[gwt-contrib] debugging soooo slow

2009-12-10 Thread gedw99
Am using the new 2.0 version. When i run in debugging mode in eclipse & chrome, its takes about 3 minutes to finalise starting up. is this normal ? Ged -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
The problem here is that you're using RootLayoutPanel explicitly, which requires the use of a standards-mode doctype. * This widget will only work in standards mode, which requires that * the HTML page in which it is run have an explicit * declaration. The good news is that these da

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
[duplicating my last message because it failed to post to groups/gwt last time] On Thu, Dec 10, 2009 at 9:11 AM, Joel Webber wrote: > The problem here is that you're using RootLayoutPanel explicitly, which > requires the use of a standards-mode doctype. > > * This widget will only work in stand

Re: [gwt-contrib] debugging soooo slow

2009-12-10 Thread Scott Blum
Right now, the Chrome plugin is painfully slow, unfortunately. I suspect if you try Firefox you'll get a much faster load. On Thu, Dec 10, 2009 at 5:49 AM, gedw99 wrote: > Am using the new 2.0 version. > > When i run in debugging mode in eclipse & chrome, its takes about 3 > minutes to finalise

[gwt-contrib] Re: Refactor SessionHandler and BrowserChannelClient to allow other OOPHM clients than HtmlUnit

2009-12-10 Thread jat
Ok, I think we can work on getting this into trunk now. To do that, we need to do the cleanups you mention, such as getting rid of methods that only throw UOE from SessionHandler. http://gwt-code-reviews.appspot.com/114801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] debugging soooo slow

2009-12-10 Thread Joel Webber
To be clear, it boils down to extra overhead imposed by the multi-process architecture in Chrome. We're looking into ways to optimize this, but it may take a while. If you're using a mac, you can always try debugging in WebKit nightlies, which are like Chrome to a first approximation. On Thu, Dec

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
@jgw, Thanks for the rescue. I thought I was going crazy. Totally forgot about the effects of doctype. Nice to have: when the eclipse project wizard (or the app creator tool) is updated to create a UiBinder-style Greeting template, it would be nice if the doctype in the template html page was swi

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
Logged as issue 4331 http://code.google.com/p/google-web-toolkit/issues/detail?id=4331 On Dec 10, 9:54 am, Stuart Moffatt wrote: > @jgw, > > Thanks for the rescue. I thought I was going crazy. Totally forgot about the > effects of doctype. > > Nice to have: when the eclipse project wizard (or th

[gwt-contrib] Adds non-trivial tests and more to new webAppCreator projects

2009-12-10 Thread jlabanca
Reviewers: jgw, Description: Currently, webAppCreator creates a default TestCase that has a single, trivial testSimple method that calls assertTrue(true). This is a problem because: 1. It doesn't test anything in src/ (we almost didn't catch an error in webAppCreator because of this) 2. It doesn'

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Ray Ryan
Joel, shouldn't we put an assert to that effect somewhere in RootLayoutPanel? Perhaps even something more garrish, tied to asserts being enabled: replace its body with text saying "This panel will only work in standards mode, set your doctype like so: " On Fri, Dec 11, 2009 at 2:35 AM, Stuart Mof

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
Lex's idea as well. I'll do that. On Thu, Dec 10, 2009 at 2:39 PM, Ray Ryan wrote: > Joel, shouldn't we put an assert to that effect somewhere in > RootLayoutPanel? Perhaps even something more garrish, tied to asserts being > enabled: replace its body with text saying "This panel will only work

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
Just to be clear: Issue 4331 is not about the doctype declaration. My posts on doctype and another (very troublesome) defect regarding IE got crossed. Sorry for the confusion. Stuart On Thu, Dec 10, 2009 at 3:34 PM, Joel Webber wrote: > Lex's idea as well. I'll do that. > > > On Thu, Dec 10, 20

[gwt-contrib] [google-web-toolkit] r7291 committed - merge of runasync retry code, tr...@7281 as modified by 7290....

2009-12-10 Thread codesite-noreply
Revision: 7291 Author: fabb...@google.com Date: Thu Dec 10 13:39:08 2009 Log: merge of runasync retry code, tr...@7281 as modified by 7290. Review by: scottb http://code.google.com/p/google-web-toolkit/source/detail?r=7291 Added: /branches/snapshot-2009.11.20-r7061/user/src/com/google/gwt/cor

[gwt-contrib] Comment on NullIsUndefined in google-web-toolkit

2009-12-10 Thread codesite-noreply
Comment by jprichardson: Nice article, but I would recommend that you stay consistent on your terminology. I understand what you mean when you say "hosted mode" or "web mode"... but someone new to GWT who may have read the new GWT docs may only understand "development mode" and "production m

[gwt-contrib] [google-web-toolkit] r7292 committed - Edited wiki page through web user interface.

2009-12-10 Thread codesite-noreply
Revision: 7292 Author: j...@google.com Date: Thu Dec 10 15:16:44 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7292 Modified: /wiki/NullIsUndefined.wiki === --- /wiki/NullIsUndefined.wiki W

[gwt-contrib] [google-web-toolkit] r7293 committed - Fix checkstyle warning....

2009-12-10 Thread codesite-noreply
Revision: 7293 Author: j...@google.com Date: Thu Dec 10 15:29:47 2009 Log: Fix checkstyle warning. Patch by: jat Review by: jgw (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7293 Modified: /trunk/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java

[gwt-contrib] [google-web-toolkit] r7294 committed - Abstract out a CurrencyData interface and make it available to NumberF...

2009-12-10 Thread codesite-noreply
Revision: 7294 Author: j...@google.com Date: Thu Dec 10 15:31:32 2009 Log: Abstract out a CurrencyData interface and make it available to NumberFormat, in addition to just supplying a currency code. This allows applications to use exactly the same currency data as used on the server for consiste

Re: [gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-12-10 Thread Matt Mastracci
I got a report of a user seeing the same signature on our website. I've got a second submission in the queue to cover that one as well. They've got a testing license that I should be able to download and use to reduce when I have a second. On 2009-12-09, at 11:29 AM, Joel Webber wrote: > We

[gwt-contrib] [google-web-toolkit] r7295 committed - Fix API configs for NumberFormat changes....

2009-12-10 Thread codesite-noreply
Revision: 7295 Author: j...@google.com Date: Thu Dec 10 20:48:59 2009 Log: Fix API configs for NumberFormat changes. Patch by: jat Review by: spoon (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=7295 Modified: /trunk/tools/api-checker/config/gwt16_20userApi.conf ===

[gwt-contrib] [google-web-toolkit] r7296 committed - Edited wiki page through web user interface.

2009-12-10 Thread codesite-noreply
Revision: 7296 Author: jaime...@google.com Date: Thu Dec 10 21:41:00 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7296 Modified: /wiki/TroubleshootingOOPHM.wiki === --- /wiki/Troubleshootin

[gwt-contrib] [google-web-toolkit] r7297 committed - Remove unnecessary imports....

2009-12-10 Thread codesite-noreply
Revision: 7297 Author: j...@google.com Date: Thu Dec 10 22:21:43 2009 Log: Remove unnecessary imports. Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=7297 Modified: /trunk/user/test/com/google/gwt/i18n/client/CurrencyTest.java