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

2009-10-18 Thread codesite-noreply
Comment by tamplinjohn: @gwtdeveloper: I don't know if you can use the plugin to debug XUL or not -- if you can get hosted.html loaded in the context of your XUL app it might work. Let us know if you figure out how to make it work, but that isn't something we have time to experiment with a

[gwt-contrib] [google-web-toolkit] r6412 committed - Fix SingleJsoImpl hosted mode crash with contravariant return types in...

2009-10-18 Thread codesite-noreply
Revision: 6412 Author: j...@google.com Date: Sun Oct 18 11:48:45 2009 Log: Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual override scenario. Put simply class B extends A{} interface I { A returnsA(); } class Jso extends JavaScriptObject { B returnsA(); }

[gwt-contrib] [google-web-toolkit] r6414 committed - Fix bad error message from NumberFormat.parse....

2009-10-18 Thread codesite-noreply
Revision: 6414 Author: j...@google.com Date: Sun Oct 18 11:53:33 2009 Log: Fix bad error message from NumberFormat.parse. Patch by: jat Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=6414 Modified: /trunk/user/src/com/google/gwt/i18n/client/NumberFormat.java

[gwt-contrib] [google-web-toolkit] r6415 committed - Don't print stack trace when we lose the remote OOPHM connection....

2009-10-18 Thread codesite-noreply
Revision: 6415 Author: j...@google.com Date: Sun Oct 18 11:59:29 2009 Log: Don't print stack trace when we lose the remote OOPHM connection. Patch by: jat Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=6415 Modified: /trunk/dev/core/src/com/google/gwt/dev/shel

[gwt-contrib] [google-web-toolkit] r6413 committed - Add URL help on warning message for an old plugin....

2009-10-18 Thread codesite-noreply
Revision: 6413 Author: j...@google.com Date: Sun Oct 18 11:49:24 2009 Log: Add URL help on warning message for an old plugin. Patch by: jat Review by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6413 Modified: /trunk/dev/core/src/com/google/gwt/dev/shell/BrowserChan

[gwt-contrib] [google-web-toolkit] r6416 committed - Cleans up SOYC options: ...

2009-10-18 Thread codesite-noreply
Revision: 6416 Author: kpro...@google.com Date: Sun Oct 18 17:47:18 2009 Log: Cleans up SOYC options: - soyc detailed now also turns on standard soyc. - SOYC can now also be invoked with -compileReport. - the -soyc option has been undocumented. http://code.google.com/p/google-web-toolkit/source/

[gwt-contrib] Re: Code Review Request: Addition of the DevModeService Server

2009-10-18 Thread mmendez
http://gwt-code-reviews.appspot.com/80805/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/remoteui/DevModeServiceServer.java (right): http://gwt-code-reviews.appspot.com/80805/diff/1/2#newcode55 Line 55: public void handleRequest(Request request) { This queues a request, it doesn't necessari

[gwt-contrib] Re: Code Review Request: Implementation of RemoteUI

2009-10-18 Thread mmendez
http://gwt-code-reviews.appspot.com/80806/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/remoteui/DevModeServiceServer.java (right): http://gwt-code-reviews.appspot.com/80806/diff/1/2#newcode117 Line 117: // TODO: There might be a better abstraction that one could use here. You could have t