[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-23 Thread bobv
The change to AbstractRequestContext is almost entirely code-moves. Several private methods were made package-protected and makePayload() was split into smaller methods. In order to exercise the ProxySerializer as much as possible, all return values in RequestFactoryTest are serialized locally an

[gwt-contrib] Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-23 Thread bobv
Reviewers: rchandia, cramsdale, Description: Add ProxySerializer API to provide EntityProxy persistence primitives. Issue 5523. http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 Patch by: bobv Review by: rchandia, cramsdale Please review this at http://gwt-code-reviews.appsp

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

2010-11-23 Thread codesite-noreply
Revision: 9275 Author: b...@google.com Date: Tue Nov 23 18:08:23 2010 Log: Edited wiki page RequestFactory_2_1_1 through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9275 Modified: /wiki/RequestFactory_2_1_1.wiki === --- /wi

[gwt-contrib] Re: Update JUnit from DeferredCommand to Scheduler. (issue1145801)

2010-11-23 Thread scottb
Sorry, should be fixed now. http://gwt-code-reviews.appspot.com/1145801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix to allow devmode exceptions to be reported back from a client. (issue1147801)

2010-11-23 Thread scottb
http://gwt-code-reviews.appspot.com/1147801/diff/1/2 File user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/impl/GWTRunner.java (right): http://gwt-code-reviews.appspot.com/1147801/diff/1/2#newcode252 user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client

[gwt-contrib] Re: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread scottb
http://gwt-code-reviews.appspot.com/1144801/diff/6001/7001 File dev/core/src/com/google/gwt/core/ext/typeinfo/JType.java (right): http://gwt-code-reviews.appspot.com/1144801/diff/6001/7001#newcode33 dev/core/src/com/google/gwt/core/ext/typeinfo/JType.java:33: public String computeBinaryClassName

[gwt-contrib] Re: Fix to allow devmode exceptions to be reported back from a client. (issue1147801)

2010-11-23 Thread conroy
http://gwt-code-reviews.appspot.com/1147801/diff/1/2 File user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/impl/GWTRunner.java (right): http://gwt-code-reviews.appspot.com/1147801/diff/1/2#newcode252 user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client

[gwt-contrib] Re: Update JUnit from DeferredCommand to Scheduler. (issue1145801)

2010-11-23 Thread Chris Conroy
LGTM. FYI rietveld is unhappy with the patch for some reason: it's giving me "error: old chunk mismatch" if I try to view the diff there. On Tue, Nov 23, 2010 at 5:31 PM, wrote: > Reviewers: conroy, > > Message: > Because DeferredCommand is deprecated. > > > > Please review this at http://gwt-c

[gwt-contrib] Re: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread zundel
updated patch http://gwt-code-reviews.appspot.com/1144801/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/TypeUtils.java (right): http://gwt-code-reviews.appspot.com/1144801/diff/1/3#newcode28 dev/core/src/com/google/gwt/dev/javac/TypeUtils.java:28: public class TypeUtils { On 2010/11/23 21

[gwt-contrib] Re: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread zundel
http://gwt-code-reviews.appspot.com/1144801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix to allow devmode exceptions to be reported back from a client. (issue1147801)

2010-11-23 Thread scottb
Reviewers: conroy, Message: When I converted JUnit to use normal serialization to transmit exceptions, I introduced a problem. In DevMode, exceptions can get into the client space from the hosting environment, such as HostedModeException. Because these types are not visible to the client, they

[gwt-contrib] Remove the implementation from GWTTestCase checkpoints. (issue1146801)

2010-11-23 Thread scottb
Reviewers: conroy, Message: Been deprecated for a while, time to remove the implementation. Please review this at http://gwt-code-reviews.appspot.com/1146801/show Affected files: M user/src/com/google/gwt/junit/client/GWTTestCase.java M user/src/com/google/gwt/junit/client/impl/JUnitResul

[gwt-contrib] Update JUnit from DeferredCommand to Scheduler. (issue1145801)

2010-11-23 Thread scottb
Reviewers: conroy, Message: Because DeferredCommand is deprecated. Please review this at http://gwt-code-reviews.appspot.com/1145801/show Affected files: user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/impl/GWTRunner.java Index: user/super/com/google/gwt/juni

[gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-11-23 Thread jgw
On 2010/11/23 21:08:03, fredsa wrote: LGTM http://gwt-code-reviews.appspot.com/867801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread scottb
http://gwt-code-reviews.appspot.com/1144801/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/TypeUtils.java (right): http://gwt-code-reviews.appspot.com/1144801/diff/1/3#newcode28 dev/core/src/com/google/gwt/dev/javac/TypeUtils.java:28: public class TypeUtils { Shouldn't this be in com.google

[gwt-contrib] Re: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread zundel
This is a mechanical change - I am working on an alternate implementation of TypeOracleMediator and this static method is needed in lots of places, not just in building the type oracle. http://gwt-code-reviews.appspot.com/1144801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contribu

[gwt-contrib] Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. (issue1144801)

2010-11-23 Thread zundel
Reviewers: tobyr, jbrosenberg, scottb, Description: Factors out TypeOracleMediator.computeBinaryClassName() into a separate class file. This function doesn't really have anything to do with the type oracle mediator. Moving it gets rid of most code references to the TypeOracleMediator class. This

[gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-11-23 Thread fredsa
http://gwt-code-reviews.appspot.com/867801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes two DevMode issues: (issue1140801)

2010-11-23 Thread knorton
http://gwt-code-reviews.appspot.com/1140801/diff/6001/7002 File dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java (right): http://gwt-code-reviews.appspot.com/1140801/diff/6001/7002#newcode687 dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java:687: JMethod found = cls.find

[gwt-contrib] Re: Fixes two DevMode issues: (issue1140801)

2010-11-23 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/1140801/diff/6001/7002 File dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java (right): http://gwt-code-reviews.appspot.com/1140801/diff/6001/7002#newcode687 dev/core/src/com/google/gwt/core/ext/typeinfo/TypeOracle.java:687: JMethod found = cl

Re: [gwt-contrib] Re: Comment on Editors in google-web-toolkit

2010-11-23 Thread Patrick Julien
On Tue, Nov 23, 2010 at 11:18 AM, wrote: > Comment by vinays.work: > > I am seriously disappointed with the Editor framework. What we need is a > Bean Binding framework much like those that have existed in Swing. You just > associate the bean property with the widget and the interchange of UI val

[gwt-contrib] Re: IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items. (issue1116801)

2010-11-23 Thread conroy
On 2010/11/23 17:07:10, fabiomfv wrote: LGTM if LGT jat&knorton http://gwt-code-reviews.appspot.com/1116801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items. (issue1116801)

2010-11-23 Thread fabiomfv
http://gwt-code-reviews.appspot.com/1116801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on Editors in google-web-toolkit

2010-11-23 Thread codesite-noreply
Comment by vinays.work: I am seriously disappointed with the Editor framework. What we need is a Bean Binding framework much like those that have existed in Swing. You just associate the bean property with the widget and the interchange of UI value with the bean needs to be automatic. JSF h

[gwt-contrib] Re: Fixing JavaDoc warnings in Cell Widgets. (issue1143801)

2010-11-23 Thread pdr
LGTM With the theme of fixing translater->translator, could CheckboxEventTranslater be changed to CheckboxEventTranslator as well? http://gwt-code-reviews.appspot.com/1143801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: First-pass for adding HTML5's Canvas. (issue1082801)

2010-11-23 Thread pdr
http://gwt-code-reviews.appspot.com/1082801/diff/101001/102006 File user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java (right): http://gwt-code-reviews.appspot.com/1082801/diff/101001/102006#newcode54 user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java:54: * Most browser

[gwt-contrib] Re: First-pass for adding HTML5's Canvas. (issue1082801)

2010-11-23 Thread pdr
http://gwt-code-reviews.appspot.com/1082801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Enum Ordinalization Optimization (revised) (issue1133801)

2010-11-23 Thread Ray Cromwell
Ok, lgtm ( :) ) On Mon, Nov 22, 2010 at 1:09 PM, Jason Rosenberg wrote: > Ray, > > Good question, but yeah, that case will be handled too.   Leaf types > don't get visited for arrays at all (thus the root cause of this > problem).   I have added another test case with the Enum[][] > reference, I

[gwt-contrib] Re: Add support for RpcTokens, which, if set, are sent with each RPCRequest to (issue1107801)

2010-11-23 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1107801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixing JavaDoc warnings in Cell Widgets. (issue1143801)

2010-11-23 Thread jlabanca
Reviewers: pdr, Description: Fixing JavaDoc warnings in Cell Widgets. Please review this at http://gwt-code-reviews.appspot.com/1143801/show Affected files: M user/src/com/google/gwt/user/cellview/client/AbstractHasData.java M user/src/com/google/gwt/user/cellview/client/CellBasedWidgetImp

[gwt-contrib] Re: Reduces the size of the soyc report by combining many s (issue1139801)

2010-11-23 Thread kprobst
LGTM. This is another great change - thanks! http://gwt-code-reviews.appspot.com/1139801/diff/1/2 File dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java (right): http://gwt-code-reviews.appspot.com/1139801/diff/1/2#newcode789 dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm

[gwt-contrib] Re: Fixes two DevMode issues: (issue1140801)

2010-11-23 Thread knorton
http://gwt-code-reviews.appspot.com/1140801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add support for RpcTokens, which, if set, are sent with each RPCRequest to (issue1107801)

2010-11-23 Thread meder
http://gwt-code-reviews.appspot.com/1107801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add support for RpcTokens, which, if set, are sent with each RPCRequest to (issue1107801)

2010-11-23 Thread meder
http://gwt-code-reviews.appspot.com/1107801/diff/3001/4005 File user/src/com/google/gwt/user/client/rpc/ServiceDefTarget.java (right): http://gwt-code-reviews.appspot.com/1107801/diff/3001/4005#newcode43 user/src/com/google/gwt/user/client/rpc/ServiceDefTarget.java:43: RpcToken getRpcToken(); On