[gwt-contrib] Re: Fixing setInnerHTML calls on attach/detach sections. (issue1422811)

2011-04-27 Thread rdcastro
LGTM http://gwt-code-reviews.appspot.com/1422811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Using the Editor framework to edit tasks in the MobileWebApp sample. The DateButton widget is li... (issue1425808)

2011-04-27 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1425808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds cache of CollectClassData to make refresh faster. (issue1420809)

2011-04-27 Thread scheglov
http://gwt-code-reviews.appspot.com/1420809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds cache of CollectClassData to make refresh faster. (issue1420809)

2011-04-27 Thread zundel
http://gwt-code-reviews.appspot.com/1420809/diff/4006/dev/core/src/com/google/gwt/dev/javac/CompiledClass.java File dev/core/src/com/google/gwt/dev/javac/CompiledClass.java (right):

[gwt-contrib] Re: Adds cache of CollectClassData to make refresh faster. (issue1420809)

2011-04-27 Thread scheglov
http://gwt-code-reviews.appspot.com/1420809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10086 committed - Fixing setInnerHTML calls on attach/detach sections....

2011-04-27 Thread codesite-noreply
Revision: 10086 Author: her...@google.com Date: Wed Apr 27 03:02:03 2011 Log: Fixing setInnerHTML calls on attach/detach sections. Review at http://gwt-code-reviews.appspot.com/1422811 http://code.google.com/p/google-web-toolkit/source/detail?r=10086 Modified:

[gwt-contrib] Re: EnumOrdinalizer cleanup (issue1426804)

2011-04-27 Thread jbrosenberg
I am noticing that while unnecessary casts of an EnumType to (Enum) no longer happen, there is still a cast generated, for the EnumType itself. Is that necessary? E.g., I'm seeing code like this: Fruit fruit = Fruit.APPLE; int i = fruit.ordinal(); ending up in the AST like this (from

[gwt-contrib] Re: Handle SafeHtml as return type in ui:text (issue1409802)

2011-04-27 Thread sbrubaker
http://gwt-code-reviews.appspot.com/1409802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds some diagnostics to an exception thrown in CompiledClass. (issue1425810)

2011-04-27 Thread zundel
http://gwt-code-reviews.appspot.com/1425810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds some diagnostics to an exception thrown in CompiledClass. (issue1425810)

2011-04-27 Thread zundel
http://gwt-code-reviews.appspot.com/1425810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Handle SafeHtml as return type in ui:text (issue1409802)

2011-04-27 Thread sbrubaker
http://gwt-code-reviews.appspot.com/1409802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds some diagnostics to an exception thrown in CompiledClass. (issue1425810)

2011-04-27 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1425810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds cache of CollectClassData to make refresh faster. (issue1420809)

2011-04-27 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1420809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. (issue1380806)

2011-04-27 Thread xtof
LGTM http://gwt-code-reviews.appspot.com/1380806/diff/25001/user/src/com/google/gwt/safehtml/shared/UriUtils.java File user/src/com/google/gwt/safehtml/shared/UriUtils.java (right):

[gwt-contrib] Re: First step of isolating a bunch of code that is used for generating (issue1422807)

2011-04-27 Thread xtof
LGTM http://gwt-code-reviews.appspot.com/1422807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10088 committed - Removed unecessary @Override

2011-04-27 Thread codesite-noreply
Revision: 10088 Author: zun...@google.com Date: Wed Apr 27 07:16:38 2011 Log: Removed unecessary @Override http://code.google.com/p/google-web-toolkit/source/detail?r=10088 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/testing/JavaSource.java

[gwt-contrib] Re: Using the Editor framework to edit tasks in the MobileWebApp sample. The DateButton widget is li... (issue1425808)

2011-04-27 Thread jlabanca
committed as r10087 http://gwt-code-reviews.appspot.com/1425808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. (issue1380806)

2011-04-27 Thread jat
LGTM with nits. http://gwt-code-reviews.appspot.com/1380806/diff/29005/user/src/com/google/gwt/resources/client/ImageResource.java File user/src/com/google/gwt/resources/client/ImageResource.java (right):

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-04-27 Thread larsenje
On 2011/04/26 21:10:21, jlabanca wrote: On Tue, Apr 26, 2011 at 4:57 PM, Jeff Larsen mailto:larse...@gmail.com wrote: Drag n Drop doesn't work in ie8 (expected). Perhaps use deferred binding to get rid of the templates portion for all versions of ie9. Otherwise those templates are pretty

[gwt-contrib] Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread unnurg
Reviewers: rjrjr, Description: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being used (this is the only way that the setters will work correctly) Please review this at http://gwt-code-reviews.appspot.com/1425811/ Affected files: M

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread Ray Cromwell
As long as the JsInliner can still clean it up, I'm fine, otherwise, it seems like it would introduce some bloat by having trivial delegations. I'm actually wondering if we should detect the case when a static method ONLY is referenced by the instance method it was created from via delegation, and

[gwt-contrib] Re: Handle SafeHtml as return type in ui:text (issue1409802)

2011-04-27 Thread rjrjr
Good news and bad news. The bad news is that there is much too much copy and paste in this patch. But the good news is that your task is basically impossible, so it's not worth trying to fix that. Or is that bad news too? See below.

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread Scott Blum
If the Java MethodInliner kept call counts, I would have special-cased it to allow inlining the static into the instance when it's the only caller. But since call counts aren't already computed, I decided it would be best to try it out as is and see if it actually increases code size in practice.

Re: [gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread John Tamplin
On Wed, Apr 27, 2011 at 2:57 PM, Scott Blum sco...@google.com wrote: If the Java MethodInliner kept call counts, I would have special-cased it to allow inlining the static into the instance when it's the only caller. But since call counts aren't already computed, I decided it would be best

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread jbrosenberg
If I understand correctly, part of staticification is that all call-sites to myVar.foo(x) will be replaced by $foo(myVar, x), and thus foo(x) will be unused, and thus pruned. So, the delegation issues goes away, no? http://gwt-code-reviews.appspot.com/1428804/ --

[gwt-contrib] Re: Handle SafeHtml as return type in ui:text (issue1409802)

2011-04-27 Thread sbrubaker
This (unfortunately) makes perfect sense:) On the bright side, implementing a new tag will be much easier than getting ui:text to do double duty. One note on your comments: UiTextInterpreter can't verify attribute#hasComputedValue if it runs downstream of ComputedAttributeInterpreter, because

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread rjrjr
http://gwt-code-reviews.appspot.com/1425811/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java File user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java (right):

[gwt-contrib] [google-web-toolkit] r10089 committed - Adds cache of CollectClassData to make refresh faster....

2011-04-27 Thread codesite-noreply
Revision: 10089 Author: scheg...@google.com Date: Wed Apr 27 09:34:06 2011 Log: Adds cache of CollectClassData to make refresh faster. This gives about 10% performance gain on big projects. Review at http://gwt-code-reviews.appspot.com/1420809 Review by: sco...@google.com

[gwt-contrib] Remove FieldWriter.setAttachable() and find out automatically whether the callbacks should be cr... (issue1421807)

2011-04-27 Thread rdcastro
Reviewers: rjrjr, Description: Remove FieldWriter.setAttachable() and find out automatically whether the callbacks should be created. Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/1421807/ Affected files: M

[gwt-contrib] Re: Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. (issue1380806)

2011-04-27 Thread skybrian
http://gwt-code-reviews.appspot.com/1380806/diff/25001/user/src/com/google/gwt/safehtml/shared/UriUtils.java File user/src/com/google/gwt/safehtml/shared/UriUtils.java (right):

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread jbrosenberg
It looks like there might be some logic in ControlFlowAnalyzer.RescueVisitor.Rescue, which can also be removed if inlining staticImpl's is not an issue. http://gwt-code-reviews.appspot.com/1428804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Discards the jar file name in the resource location. It isn't necessary, and (issue1428805)

2011-04-27 Thread zundel
Reviewers: tobyr, jbrosenberg, Description: Discards the jar file name in the resource location. It isn't necessary, and will cause detritus to build up in the cache if a resource changes from being in one jar to another or moves in/out of a .jar file. Please review this at

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread jbrosenberg
I see now (looking at MakeCallsStatic.RewriteCallSites) that not all call sites get replaced, there are a few edge cases, relating to split points, etc., where the call sites are not replacedBut I'm guessing it won't be a large number of cases. http://gwt-code-reviews.appspot.com/1428804/

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread Scott Blum
On Wed, Apr 27, 2011 at 3:20 PM, jbrosenb...@google.com wrote: If I understand correctly, part of staticification is that all call-sites to myVar.foo(x) will be replaced by $foo(myVar, x), and thus foo(x) will be unused, and thus pruned. So, the delegation issues goes away, no? Yes, as

[gwt-contrib] Re: Remove FieldWriter.setAttachable() and find out automatically whether the callbacks should be cr... (issue1421807)

2011-04-27 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1421807/diff/1/user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java File user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java (right):

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread scottb
New patch, removed the unneeded code from CFA. http://gwt-code-reviews.appspot.com/1428804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix a class of compiler bugs related to staticImpl. (issue1428804)

2011-04-27 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1428804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread unnurg
http://gwt-code-reviews.appspot.com/1425811/diff/1/user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java File user/src/com/google/gwt/uibinder/elementparsers/HtmlInterpreter.java (right):

[gwt-contrib] Re: Adds some diagnostics to an exception thrown in CompiledClass. (issue1425810)

2011-04-27 Thread scottb
LGTM w/ nits http://gwt-code-reviews.appspot.com/1425810/diff/6/dev/core/src/com/google/gwt/dev/javac/JdtCompiler.java File dev/core/src/com/google/gwt/dev/javac/JdtCompiler.java (right):

[gwt-contrib] Adds a ui:safehtml tag to UiBinder (issue1422812)

2011-04-27 Thread sbrubaker
Reviewers: rjrjr, Description: Adds a ui:safehtml tag to UiBinder Review by: rj...@google.com Please review this at http://gwt-code-reviews.appspot.com/1422812/ Affected files: M user/src/com/google/gwt/uibinder/elementparsers/ComputedAttributeInterpreter.java M

[gwt-contrib] [google-web-toolkit] r10090 committed - Remove FieldWriter.setAttachable() and find out automatically whether ...

2011-04-27 Thread codesite-noreply
Revision: 10090 Author: rdcas...@google.com Date: Wed Apr 27 11:32:54 2011 Log: Remove FieldWriter.setAttachable() and find out automatically whether the callbacks should be created. Review at http://gwt-code-reviews.appspot.com/1421807 Review by: rj...@google.com

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread unnurg
http://gwt-code-reviews.appspot.com/1425811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: EnumOrdinalizer cleanup (issue1426804)

2011-04-27 Thread scottb
On 2011/04/27 15:12:57, jbrosenberg wrote: I am noticing that while unnecessary casts of an EnumType to (Enum) no longer happen, there is still a cast generated, for the EnumType itself. Is that necessary? E.g., I'm seeing code like this: Fruit fruit = Fruit.APPLE; int i =

[gwt-contrib] Re: EnumOrdinalizer cleanup (issue1426804)

2011-04-27 Thread scottb
New (hopefully final?) patch. http://gwt-code-reviews.appspot.com/1426804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Model JGwtCreate/JReboundEntryPoint request/result types as strings (issue1427808)

2011-04-27 Thread scottb
Reviewers: jbrosenberg, cromwellian, Message: The actual types aren't important, the rebind logic is all about matching up request/result type. Removing the types here makes things simpler. Please review this at http://gwt-code-reviews.appspot.com/1427808/ Affected files: M

[gwt-contrib] Re: Doing TODOs: make precedence detection automatic which also fixes a bug in the original approach... (issue1422813)

2011-04-27 Thread rjrjr
+ gwt contrib http://gwt-code-reviews.appspot.com/1422813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread rjrjr
I'll patch this in and try to figure out the TextBox thing. http://gwt-code-reviews.appspot.com/1425811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread rjrjr
http://gwt-code-reviews.appspot.com/1425811/diff/5001/user/test/com/google/gwt/uibinder/test/client/LazyWidgetBuildersTest.java File user/test/com/google/gwt/uibinder/test/client/LazyWidgetBuildersTest.java (right):

[gwt-contrib] Re: Doing TODOs: make precedence detection automatic which also fixes a bug in the original approach... (issue1422813)

2011-04-27 Thread rdcastro
http://gwt-code-reviews.appspot.com/1422813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Doing TODOs: make precedence detection automatic which also fixes a bug in the original approach... (issue1422813)

2011-04-27 Thread rdcastro
http://gwt-code-reviews.appspot.com/1422813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the laay widget option is being use... (issue1425811)

2011-04-27 Thread rjrjr
LGTM TextBox isn't in the fake widget set defined by com.google.gwt.uibinder.test.UiJavaResources, and Label is. Your new code reports such errors now, which is great. http://gwt-code-reviews.appspot.com/1425811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Doing TODOs: make precedence detection automatic which also fixes a bug in the original approach... (issue1422813)

2011-04-27 Thread rdcastro
Thanks, Ray. Submitting via SQ http://gwt-code-reviews.appspot.com/1422813/diff/1/user/src/com/google/gwt/uibinder/elementparsers/WidgetInterpreter.java File user/src/com/google/gwt/uibinder/elementparsers/WidgetInterpreter.java (right):

[gwt-contrib] Making ui:style builders always called in the Widgets ctor. Also add a (issue1422814)

2011-04-27 Thread hermes
Reviewers: rjrjr, rdcastro, Description: Making ui:style builders always called in the Widgets ctor. Also add a final clause in field builders. Please review this at http://gwt-code-reviews.appspot.com/1422814/ Affected files: M

[gwt-contrib] Re: Doing TODOs: make precedence detection automatic which also fixes a bug in the original approach... (issue1422813)

2011-04-27 Thread rdcastro
http://gwt-code-reviews.appspot.com/1422813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10091 committed - Fix a class of compiler bugs related to staticImpl....

2011-04-27 Thread codesite-noreply
Revision: 10091 Author: sco...@google.com Date: Wed Apr 27 13:35:10 2011 Log: Fix a class of compiler bugs related to staticImpl. Ran into this general class of issue... originally I set out to add staticImpl handling logic to a couple more places, such as ImplicitUpcastAnalyzer.

[gwt-contrib] Re: Adds a ui:safehtml tag to UiBinder (issue1422812)

2011-04-27 Thread rjrjr
Where is UiSafeHtmlInterpreter? I imagine it's a copy / paste clone of UiTextInterpreter, and will have the same bugs that one does. Instead, please make it a subclass of UiTextInterpreter, overriding a protected createComputedAttributeInstructor() method. Please add the unit tests for both

[gwt-contrib] Re: Making ui:style builders always called in the Widgets ctor. Also add a (issue1422814)

2011-04-27 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1422814/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Model JGwtCreate/JReboundEntryPoint request/result types as strings (issue1427808)

2011-04-27 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1427808/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java File dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java (right):

[gwt-contrib] Re: Adding additional testing for GWT RPC. Some custom serialized objects (issue1424801)

2011-04-27 Thread unnurg
Hmm - I just noticed this review - sorry! http://gwt-code-reviews.appspot.com/1424801/diff/1/user/test/com/google/gwt/user/client/rpc/CoreJavaTest.java File user/test/com/google/gwt/user/client/rpc/CoreJavaTest.java (right):

[gwt-contrib] Re: Adding the SourceElement for use with Audio and Video, and adding convenience methods in those w... (issue1423810)

2011-04-27 Thread pdr
http://gwt-code-reviews.appspot.com/1423810/diff/1/user/src/com/google/gwt/dom/client/SourceElement.java File user/src/com/google/gwt/dom/client/SourceElement.java (right): http://gwt-code-reviews.appspot.com/1423810/diff/1/user/src/com/google/gwt/dom/client/SourceElement.java#newcode67

[gwt-contrib] Re: Adding the SourceElement for use with Audio and Video, and adding convenience methods in those w... (issue1423810)

2011-04-27 Thread pdr
http://gwt-code-reviews.appspot.com/1423810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Making ui:style builders always called in the Widgets ctor. Also add a (issue1422814)

2011-04-27 Thread rdcastro
LGTM http://gwt-code-reviews.appspot.com/1422814/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Model JGwtCreate/JReboundEntryPoint request/result types as strings (issue1427808)

2011-04-27 Thread scottb
http://gwt-code-reviews.appspot.com/1427808/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java File dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java (right): http://gwt-code-reviews.appspot.com/1427808/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JGwtCreate.java#newcode68

[gwt-contrib] [google-web-toolkit] r10093 committed - Model JGwtCreate/JReboundEntryPoint request/result types as strings....

2011-04-27 Thread codesite-noreply
Revision: 10093 Author: sco...@google.com Date: Wed Apr 27 14:46:52 2011 Log: Model JGwtCreate/JReboundEntryPoint request/result types as strings. The actual types aren't important, the rebind logic is all about matching up request/result type. Removing the types here makes

Re: [gwt-contrib] GWT SDK 2.3.0.RC1

2011-04-27 Thread Patrick Julien
Since you asked so nicely, I can confirm that changing imports and the gwt.xml file was all I needed to do to fix 2 large gwt applications. On Tue, Apr 26, 2011 at 8:48 PM, Chris Ramsdale cramsd...@google.com wrote: Hey GWTC folks, We have a GWT SDK 2.3.0.RC1 build that we would love feedback

[gwt-contrib] Re: Model JGwtCreate/JReboundEntryPoint request/result types as strings (issue1427808)

2011-04-27 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1427808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10094 committed - Ups a timeout from the requestfactory suite from 10 seconds to 30 seco...

2011-04-27 Thread codesite-noreply
Revision: 10094 Author: zun...@google.com Date: Wed Apr 27 15:42:18 2011 Log: Ups a timeout from the requestfactory suite from 10 seconds to 30 seconds in hopes of eliminating spurious timeouts during unit testing. http://code.google.com/p/google-web-toolkit/source/detail?r=10094

[gwt-contrib] HasRequestContext and 2.3.0rc1

2011-04-27 Thread Patrick Julien
How does this actually work? If I implement HasRequestContextT anywhere, the containing request factory editor driver that is generated no longer compiles, saying that there is a missing constructor -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re-architect how overrides are handled. (issue1422810)

2011-04-27 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1422810/diff/1003/dev/core/src/com/google/gwt/core/ext/soyc/HasOverrides.java File dev/core/src/com/google/gwt/core/ext/soyc/HasOverrides.java (left):

Re: [gwt-contrib] GWT SDK 2.3.0.RC1

2011-04-27 Thread Daniel Bell
We just upgraded 3 apps too, with one gotcha: it turns out that you need to do a find/replace on com.google.gwt.requestfactory.client. - com.google.web.bindery.requestfactory.gwt.client. before you do com.google.gwt.requestfactory. - com.google.web.bindery.requestfactory.. After that, it seems to

[gwt-contrib] Correctly handle graph navigation determinism. (issue1420812)

2011-04-27 Thread nchalko
Reviewers: rchandia, Description: Correctly handle graph navigation determinism. [JSR 303 TCK Result] 122 of 257 (47.47%) Pass with 10 Failures and 7 Errors. Please review this at http://gwt-code-reviews.appspot.com/1420812/ Affected files: M