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

2011-07-29 Thread codesite-noreply
Comment by getmay...@gmail.com: Is this functionality already implemented. How can I get gwt-pb.sh and use it For more information: http://code.google.com/p/google-web-toolkit/wiki/ProtocolBuffers -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: [google-web-toolkit] r10459 committed - JsoNormalizer did not give unique names to devirtualized...

2011-07-29 Thread Raziel
Hi, I'd like to know what are the implications of this issue. I just updated from GWT 2.1 to 2.3, and I'm having an error where the xxx__devirtual$ function is undefined for one of my JSO objects methods. The hierarchy of my JSO is as follows: InterfaceA + getId InterfaceB extends

[gwt-contrib] Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread bobv
Reviewers: rjrjr, Message: Review requested. Description: Prevent an AutoBean property named property from causing a compilation error. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/1505804/ Affected files: M

[gwt-contrib] Re: Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread rjrjr
LGTM On 2011/07/29 16:59:28, bobv wrote: Review requested. http://gwt-code-reviews.appspot.com/1505804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Prevent an AutoBean property named property from causing a compilation error. (issue1505804)

2011-07-29 Thread rjrjr
http://gwt-code-reviews.appspot.com/1505804/diff/1/user/src/com/google/web/bindery/autobean/gwt/rebind/AutoBeanFactoryGenerator.java File user/src/com/google/web/bindery/autobean/gwt/rebind/AutoBeanFactoryGenerator.java (right):

[gwt-contrib] Reduce the visiblity of a UiBinderWriter method. (issue1500807)

2011-07-29 Thread rjrjr
Reviewers: hermes, Description: Reduce the visiblity of a UiBinderWriter method. Please review this at http://gwt-code-reviews.appspot.com/1500807/ Affected files: M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java Index:

[gwt-contrib] [google-web-toolkit] r10475 committed - Fixes a bug in AbstractPager where clearing the display and resetting ...

2011-07-29 Thread codesite-noreply
Revision: 10475 Author: jlaba...@google.com Date: Thu Jul 28 04:00:59 2011 Log: Fixes a bug in AbstractPager where clearing the display and resetting it causes an NPE. Review at http://gwt-code-reviews.appspot.com/1500803 Review by: andych...@google.com

[gwt-contrib] [google-web-toolkit] r10477 committed - Reverting behavior in AbstractCellTable so it calls Column#onBrowserEv...

2011-07-29 Thread codesite-noreply
Revision: 10477 Author: jlaba...@google.com Date: Thu Jul 28 08:15:51 2011 Log: Reverting behavior in AbstractCellTable so it calls Column#onBrowserEvent() if the target Cell is in a Column. AbstractCellTable now supports any HasCell implementation, not just Columns, and a

[gwt-contrib] [google-web-toolkit] r10478 committed - Javadoc tweak for SafeUri.

2011-07-29 Thread codesite-noreply
Revision: 10478 Author: rj...@google.com Date: Thu Jul 28 13:18:05 2011 Log: Javadoc tweak for SafeUri. http://code.google.com/p/google-web-toolkit/source/detail?r=10478 Modified: /trunk/user/src/com/google/gwt/safehtml/shared/SafeUri.java ===

[gwt-contrib] Re: Introducing a new CellTableBuilder API, which allows users to customize the structure of a CellT... (issue1501803)

2011-07-29 Thread jlabanca
committed as r10476 http://gwt-code-reviews.appspot.com/1501803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a bug in AbstractPager where clearing the display and resetting it causes an NPE. (issue1500803)

2011-07-29 Thread jlabanca
committed as r10475 http://gwt-code-reviews.appspot.com/1500803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-07-29 Thread codesite-noreply
Comment by kandula@gmail.com: Is there a build configuration change I have to do for using AutoBean API? I'm using gwt-maven-plugin and I see this error when I try to compile my GWT module [ERROR] Errors in

[gwt-contrib] Eliminates the code for the long deprecated urn:with feature. (issue1500808)

2011-07-29 Thread rjrjr
Reviewers: hermes, Description: Eliminates the code for the long deprecated urn:with feature. Please review this at http://gwt-code-reviews.appspot.com/1500808/ Affected files: D user/src/com/google/gwt/uibinder/attributeparsers/BundleAttributeParser.java D