[gwt-contrib] Re: Decentralize JClassLiterals. (issue1375801)

2011-03-02 Thread scottb
Adding Ray also since he's been looking at some of this. http://gwt-code-reviews.appspot.com/1375801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread Scott Blum
On Wed, Mar 2, 2011 at 7:21 PM, Eric Ayers wrote: > @Scott: I was not planning to revert the diff cheese. This uses the > recently updated official gwt-format.xml autoformatting for Eclipse. I've > already volunteered to go through and run the autoformatter to bring > existing source up to date.

[gwt-contrib] Re: Phase 1 of I18n Rewrite - support extended plurals/etc for export to property/etc files (issue1355802)

2011-03-02 Thread rjrjr
http://gwt-code-reviews.appspot.com/1355802/diff/10001/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java File user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java (right): http://gwt-code-reviews.appspot.com/1355802/diff/10001/user/src/com/google/gwt/i18n/client/impl

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread Eric Ayers
@Scott: I was not planning to revert the diff cheese. This uses the recently updated official gwt-format.xml autoformatting for Eclipse. I've already volunteered to go through and run the autoformatter to bring existing source up to date. On Wed, Mar 2, 2011 at 7:12 PM, wrote: > You'll want to

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread zundel
updated patch http://gwt-code-reviews.appspot.com/1369805/diff/3001/dev/core/src/com/google/gwt/dev/javac/typemodel/TypeOracle.java File dev/core/src/com/google/gwt/dev/javac/typemodel/TypeOracle.java (right): http://gwt-code-reviews.appspot.com/1369805/diff/3001/dev/core/src/com/google/gwt/dev

[gwt-contrib] Decentralize JClassLiterals. (issue1375801)

2011-03-02 Thread scottb
Reviewers: zundel, jbrosenberg, Description: This change allows JClassLiterals to be created apart from a JProgram. A new normalization pass runs before optimizations and creates all the ClassLiteralHolder implementation fields. Please review this at http://gwt-code-reviews.appspot.com/1375801/

[gwt-contrib] Re: Adding a constructor overload to CellTable that takes a loading indicator widget. For legacy sup... (issue1371805)

2011-03-02 Thread rjrjr
It seems like a shame that this is opt in. Is there anything lighter weight we can use for the default indicator? http://gwt-code-reviews.appspot.com/1371805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread scottb
You'll want to revert your diff-cheese anyhow before committing, but yes, that help. LG except for TypeOracle hack. Just make your tests use the correct FQTN for JavaScriptObject. http://gwt-code-reviews.appspot.com/1369805/diff/3001/dev/core/src/com/google/gwt/dev/javac/typemodel/TypeOracle.j

[gwt-contrib] Adding a constructor overload to CellTable that takes a loading indicator widget. For legacy sup... (issue1371805)

2011-03-02 Thread jlabanca
Reviewers: rchandia, Description: Adding a constructor overload to CellTable that takes a loading indicator widget. For legacy support, CellTable uses the Resources.cellTableLoading() ImageResource to create a loading indicator. However, the default loading animation adds 20KB to the compiled cod

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread Eric Ayers
In TypeOracleMediatorTestBase, the only thing I changed was to add new unit tests, and add a tearDown() method. The rest is reformatting cheese. Does that help? On Wed, Mar 2, 2011 at 6:56 PM, wrote: > I'm getting lost in the diff cheese. Can you post a review sans > auto-format diffs? > > > h

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread scottb
I'm getting lost in the diff cheese. Can you post a review sans auto-format diffs? http://gwt-code-reviews.appspot.com/1369805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtml Rendering for UiBinder (issue1305801)

2011-03-02 Thread rjrjr
http://gwt-code-reviews.appspot.com/1305801/diff/48001/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java File user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java (right): http://gwt-code-reviews.appspot.com/1305801/diff/48001/user/src/com/google/gwt/uibinder/rebind/UiBinderWrit

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread jaimeyap
I will let Scott have the final word. Tests look good. Just a nit on on exposing a public setter for the value of JSO. http://gwt-code-reviews.appspot.com/1369805/diff/3001/dev/core/src/com/google/gwt/dev/javac/typemodel/TypeOracle.java File dev/core/src/com/google/gwt/dev/javac/typemodel/TypeO

[gwt-contrib] Re: Artificial rescue should not explicitly rescue class literals. (issue1370806)

2011-03-02 Thread bobv
LGTM, if the smoke tests pass. http://gwt-code-reviews.appspot.com/1370806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Artificial rescue should not explicitly rescue class literals. (issue1370806)

2011-03-02 Thread scottb
Reviewers: bobv, Please review this at http://gwt-code-reviews.appspot.com/1370806/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/ArtificialRescueRecorder.java M dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java Index: dev/core/src/com/google/gwt/dev/jjs/Artificia

[gwt-contrib] Re: Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread zundel
http://gwt-code-reviews.appspot.com/1369805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread jat
Ok, LGTM. It is a pretty odd formulation to have a static initializer only call an external method, but it is in generated code so I don't guess it matters as long as it works. http://gwt-code-reviews.appspot.com/1368803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Adds unit tests for extending JavaScriptObject. Tests a loosening of the (issue1369805)

2011-03-02 Thread zundel
Reviewers: jaimeyap, scottb, Description: Adds unit tests for extending JavaScriptObject. Tests a loosening of the restriction for mulitple JSOs implementing the same interface added in http://gwt-code-reviews.appspot.com/1373803/ Please review this at http://gwt-code-reviews.appspot.com/1369

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread jat
BTW, you should probably put your explanation in a comment for the next guy to edit this code. http://gwt-code-reviews.appspot.com/1368803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Fixes a bug in TypeOracle for computing information about single JSO impls. (issue1373803)

2011-03-02 Thread Eric Ayers
Unit test up for review at: http://gwt-code-reviews.appspot.com/1369805 On Wed, Mar 2, 2011 at 11:32 AM, wrote: > On 2011/03/02 16:30:22, knorton wrote: > >> lgtm >> > > me too > > > http://gwt-code-reviews.appspot.com/1373803/ > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contribu

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread jlabanca
http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java File user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java (right): http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/s

[gwt-contrib] Re: Switching to the junit4 jars, although the @annotation stuff isn't (issue1374801)

2011-03-02 Thread fabbott
Yep, the tools update just happened at r9794. http://gwt-code-reviews.appspot.com/1374801/diff/1/user/test/org/hibernate/jsr303/tck/util/TckTestSuiteWrapper.java File user/test/org/hibernate/jsr303/tck/util/TckTestSuiteWrapper.java (left): http://gwt-code-reviews.appspot.com/1374801/diff/1/user

[gwt-contrib] [google-web-toolkit] r9795 committed - Add a dummy appengine-web.xml file to Showcase....

2011-03-02 Thread codesite-noreply
Revision: 9795 Author: gwt.mirror...@gmail.com Date: Wed Mar 2 13:21:33 2011 Log: Add a dummy appengine-web.xml file to Showcase. This makes it easy to run Showcase from the command line, using App Engine's development server. For example: cd samples/showcase ant build cd ../.. $SDK/bin/dev_apps

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread jat
http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java File user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java (right): http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/s

[gwt-contrib] Re: Switching to the junit4 jars, although the @annotation stuff isn't (issue1374801)

2011-03-02 Thread jat
LGTM, assuming the JUnit jar is committed to tools. http://gwt-code-reviews.appspot.com/1374801/diff/1/user/test/org/hibernate/jsr303/tck/util/TckTestSuiteWrapper.java File user/test/org/hibernate/jsr303/tck/util/TckTestSuiteWrapper.java (left): http://gwt-code-reviews.appspot.com/1374801/diff/

[gwt-contrib] [google-web-toolkit] r9794 committed - Adding junit 4.8.2 jars

2011-03-02 Thread codesite-noreply
Revision: 9794 Author: fabb...@google.com Date: Wed Mar 2 13:15:19 2011 Log: Adding junit 4.8.2 jars http://code.google.com/p/google-web-toolkit/source/detail?r=9794 Added: /tools/lib/junit/junit-4.8.2-src.jar /tools/lib/junit/junit-4.8.2.jar === --- /dev/

[gwt-contrib] Switching to the junit4 jars, although the @annotation stuff isn't (issue1374801)

2011-03-02 Thread fabbott
Reviewers: jat, Description: Switching to the junit4 jars, although the @annotation stuff isn't going to work. Review by: j...@google.com Please review this at http://gwt-code-reviews.appspot.com/1374801/ Affected files: M build-tools/ant-gwt/build.xml M common.ant.xml M dev/build.xml

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread jlabanca
http://gwt-code-reviews.appspot.com/1368803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9793 committed - Fix EZT formatting...

2011-03-02 Thread codesite-noreply
Revision: 9793 Author: r...@google.com Date: Wed Mar 2 08:46:52 2011 Log: Fix EZT formatting Review at http://gwt-code-reviews.appspot.com/1367803 Review by: d...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9793 Modified: /trunk/build-tools/doctool/src/com/google/do

[gwt-contrib] Re: Improve AutoBean code generation by reducing the total number of types declared by the generated... (issue1369803)

2011-03-02 Thread rjrjr
LGTM Just nits. http://gwt-code-reviews.appspot.com/1369803/diff/1/user/src/com/google/gwt/autobean/client/impl/ClientPropertyContext.java File user/src/com/google/gwt/autobean/client/impl/ClientPropertyContext.java (right): http://gwt-code-reviews.appspot.com/1369803/diff/1/user/src/com/googl

[gwt-contrib] Re: Improve AutoBean code generation by reducing the total number of types declared by the generated... (issue1369803)

2011-03-02 Thread rjrjr
And I won't review them. Doing the real review now. On 2011/03/01 22:29:04, bobv wrote: The changes to the old DynaTable sample are just to have a trivially simple app to work with while reducing code size. I won't commit them. http://gwt-code-reviews.appspot.com/1369803/ -- http://grou

[gwt-contrib] [google-web-toolkit] r9792 committed - To prevent infinite loops, the Bean Validation implementation must ign...

2011-03-02 Thread codesite-noreply
Revision: 9792 Author: ncha...@google.com Date: Wed Mar 2 06:32:23 2011 Log: To prevent infinite loops, the Bean Validation implementation must ignore the cascading operation if the associated object instance has already been validated in the current navigation path (starting from the root obj

[gwt-contrib] [google-web-toolkit] r9791 committed - Only validate a constraint annotation once....

2011-03-02 Thread codesite-noreply
Revision: 9791 Author: ncha...@google.com Date: Wed Mar 2 06:09:17 2011 Log: Only validate a constraint annotation once. [JSR 303 TCK Result] 106 of 257 (41.25%) Pass with 24 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1373802 Review by: rchan...@google.com http://code

[gwt-contrib] [google-web-toolkit] r9790 committed - Fixes a bug in TypeOracle for computing information about single JSO i...

2011-03-02 Thread codesite-noreply
Revision: 9790 Author: jaime...@google.com Date: Wed Mar 2 06:04:24 2011 Log: Fixes a bug in TypeOracle for computing information about single JSO impls. If you have an interface (lets call it B) that doesn't declare any new methods, but implements some other interface (lets call it A) that

[gwt-contrib] Fix EZT formatting (issue1367803)

2011-03-02 Thread rice
Reviewers: doog, Description: Fix EZT formatting Please review this at http://gwt-code-reviews.appspot.com/1367803/ Affected files: M build-tools/doctool/src/com/google/doctool/custom/EztDoclet.java Index: build-tools/doctool/src/com/google/doctool/custom/EztDoclet.java ===

[gwt-contrib] Re: More autoformatter tweaks. Allow wrapping on assignments, do not (issue1371802)

2011-03-02 Thread Ray Ryan
On Wed, Mar 2, 2011 at 6:41 AM, wrote: > LGTM: oops, looks like I never sent this comment > > > > http://gwt-code-reviews.appspot.com/1371802/diff/1/eclipse/settings/code-style/gwt-format.xml > File eclipse/settings/code-style/gwt-format.xml (right): > > > http://gwt-code-reviews.appspot.com/13

[gwt-contrib] Re: To prevent infinite loops, the Bean Validation implementation must ignore (issue1367802)

2011-03-02 Thread rchandia
LGTM On 2011/03/01 05:40:57, Nick Chalko wrote: http://gwt-code-reviews.appspot.com/1367802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a bug in TypeOracle for computing information about single JSO impls. (issue1373803)

2011-03-02 Thread jgw
On 2011/03/02 16:30:22, knorton wrote: lgtm me too http://gwt-code-reviews.appspot.com/1373803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a bug in TypeOracle for computing information about single JSO impls. (issue1373803)

2011-03-02 Thread knorton
lgtm http://gwt-code-reviews.appspot.com/1373803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixes a bug in TypeOracle for computing information about single JSO impls. (issue1373803)

2011-03-02 Thread jaimeyap
Reviewers: jgw, Description: Fixes a bug in TypeOracle for computing information about single JSO impls. If you have an interface (lets call it B) that doesn't declare any new methods, but implements some other interface (lets call it A) that may or may not declare methods, then it should be per

[gwt-contrib] Re: Adding a BlacklistEventTranslator and WhitelistEventTranslator to DefaultSelectionEventManager t... (issue1368804)

2011-03-02 Thread jlabanca
committed as r9788 http://gwt-code-reviews.appspot.com/1368804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: More autoformatter tweaks. Allow wrapping on assignments, do not (issue1371802)

2011-03-02 Thread zundel
LGTM: oops, looks like I never sent this comment http://gwt-code-reviews.appspot.com/1371802/diff/1/eclipse/settings/code-style/gwt-format.xml File eclipse/settings/code-style/gwt-format.xml (right): http://gwt-code-reviews.appspot.com/1371802/diff/1/eclipse/settings/code-style/gwt-format.xml

[gwt-contrib] Re: Only validate a constraint annotation once. (issue1373802)

2011-03-02 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1373802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix bug for IE frames where onload events don't fire. (issue1353801)

2011-03-02 Thread pdr
Step-by-step how I was running the tests: 1) Open Eclipse and go to Run->Run Configurations 2) Select "GWT JUnit Test" on the left and click the new test icon. 3) Put anything for the name, but for the Project put gwt-user and for the Test Class put com.google.gwt.user.client.ui.ImageTest 4) Click

[gwt-contrib] Re: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unuse... (issue1368803)

2011-03-02 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/1368803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors