[gwt-contrib] Fix inconsistent use of finishTest() in RequestFactoryTest. (issue1421808)

2011-04-28 Thread bobv
Reviewers: zundel, Description: Fix inconsistent use of finishTest() in RequestFactoryTest. Patch by: bobv Review by: zundel Please review this at http://gwt-code-reviews.appspot.com/1421808/ Affected files: M

[gwt-contrib] [google-web-toolkit] r10095 committed - Making ui:style builders always called in the Widgets ctor. Also add a...

2011-04-28 Thread codesite-noreply
Revision: 10095 Author: gwt.mirror...@gmail.com Date: Thu Apr 28 03:49:08 2011 Log: Making ui:style builders always called in the Widgets ctor. Also add a final clause in field builders. Review at http://gwt-code-reviews.appspot.com/1422814

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

2011-04-28 Thread schenney
http://gwt-code-reviews.appspot.com/1424801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-04-28 Thread schenney
I have removed the out-of-date comment and ran a smoke test with a fresh pull of GWT. Everything is checking out. 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

[gwt-contrib] Moving back missing clauses from previous changes. (issue1425812)

2011-04-28 Thread hermes
Reviewers: rjrjr, rdcastro, Description: Moving back missing clauses from previous changes. Please review this at http://gwt-code-reviews.appspot.com/1425812/ Affected files: M user/src/com/google/gwt/uibinder/rebind/AbstractFieldWriter.java M

[gwt-contrib] [google-web-toolkit] r10096 committed - changed the mime-type

2011-04-28 Thread codesite-noreply
Revision: 10096 Author: mrruss...@google.com Date: Thu Apr 28 08:32:25 2011 Log: changed the mime-type http://code.google.com/p/google-web-toolkit/source/detail?r=10096 Modified: /javadoc/2.3/allclasses-frame.html /javadoc/2.3/allclasses-noframe.html

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

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

[gwt-contrib] Re: Moving back missing clauses from previous changes. (issue1425812)

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

[gwt-contrib] Re: Fixing TODOs; rename UiBinderWriter methods for generating tokens for SafeHtml instances and saf... (issue1420813)

2011-04-28 Thread rjrjr
lgtm Rafa, your patches keep missing Google-Web-Toolkit-Contributors@googlegroups.com on the cc line. http://gwt-code-reviews.appspot.com/1420813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-04-28 Thread Ray Ryan
Thanks guys! On Wed, Apr 27, 2011 at 9:36 PM, Daniel Bell daniel.r.b...@gmail.comwrote: 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

[gwt-contrib] Re: Additional infrastructure for generating source code outside of a (issue1421805)

2011-04-28 Thread jat
http://gwt-code-reviews.appspot.com/1421805/diff/1/user/src/com/google/gwt/codegen/server/AbortablePrintWriter.java File user/src/com/google/gwt/codegen/server/AbortablePrintWriter.java (right):

Re: [gwt-contrib] HasRequestContext and 2.3.0rc1

2011-04-28 Thread BobV
On Wed, Apr 27, 2011 at 10:56 PM, Patrick Julien pjul...@gmail.com wrote: How does this actually work? class MyEditor implements HasRequestConextFoo { // HasRequestContext extends the Editor interface } If I implement HasRequestContextT anywhere, the containing request factory editor driver

Re: [gwt-contrib] Re: Fixing TODOs; rename UiBinderWriter methods for generating tokens for SafeHtml instances and saf... (issue1420813)

2011-04-28 Thread Rafael Castro
Sorry, I think it's my fault for adding --cc orkut-latency-eng (Rietveld probably replaces the default instead of appending). I'll pay attention to that enxt next time. cheers, rafa On Thu, Apr 28, 2011 at 1:28 PM, rj...@google.com wrote: lgtm Rafa, your patches keep missing

[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-28 Thread unnurg
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: Phase 1 of GWT Dashboard. This includes an interface in gwt-dev for posting to a dashboard (defa... (issue1427807)

2011-04-28 Thread jhumphries
http://gwt-code-reviews.appspot.com/1427807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-04-28 Thread zundel
Thanks for the review. 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] [google-web-toolkit] r10098 committed - Handle ClassFormatException in JDTCompiler when creating NameEnvironme...

2011-04-28 Thread codesite-noreply
Revision: 10098 Author: zun...@google.com Date: Thu Apr 28 06:57:23 2011 Log: Handle ClassFormatException in JDTCompiler when creating NameEnvironmentAnswer objects. Review at http://gwt-code-reviews.appspot.com/1425810

[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-28 Thread Ray Ryan
LGTM++ On Thu, Apr 28, 2011 at 10:27 AM, unn...@google.com wrote: 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] [google-web-toolkit] r10099 committed - Fix inconsistent use of finishTest() in RequestFactoryTest....

2011-04-28 Thread codesite-noreply
Revision: 10099 Author: gwt.mirror...@gmail.com Date: Thu Apr 28 07:35:39 2011 Log: Fix inconsistent use of finishTest() in RequestFactoryTest. Review at http://gwt-code-reviews.appspot.com/1421808 Patch by: bobv Review by: zundel

Re: [gwt-contrib] HasRequestContext and 2.3.0rc1

2011-04-28 Thread Patrick Julien
The log is this: Compiling module net.odgn.plasma.Plasma Scanning for additional dependencies: file:/C:/Users/pjulien/Documents/odgn/bin/plasma/src/net/odgn/plasma/client/presenter/admin/game/ui/EditGameView.java Adding '17' new generated units Validating newly compiled units

[gwt-contrib] [google-web-toolkit] r10100 committed - Add ability to include SafeHtml objects in dom based UI's if the laay ...

2011-04-28 Thread codesite-noreply
Revision: 10100 Author: unn...@google.com Date: Thu Apr 28 07:48:08 2011 Log: 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) Review at

Re : Re: [gwt-contrib] HasRequestContext and 2.3.0rc1

2011-04-28 Thread Thomas Broyer
I believe you're experiencing this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6016 You're probably running into it because you implement both IsEditor and Editor (through HasRequestContext), so the link between the parent editor and an instance of

[gwt-contrib] [google-web-toolkit] r10101 committed - EnumOrdinalizer cleanup, and fix ICE on empty enums....

2011-04-28 Thread codesite-noreply
Revision: 10101 Author: sco...@google.com Date: Thu Apr 28 08:18:20 2011 Log: EnumOrdinalizer cleanup, and fix ICE on empty enums. - Change to MethodInliner removes spurious casts and the need for special-case code in EnumOrdinalizer. - Fix a case in EnumOrdinalizer were we'd try

[gwt-contrib] Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread unnurg
Reviewers: rjrjr, Description: Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder Please review this at http://gwt-code-reviews.appspot.com/1421809/ Affected files: M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java Index:

Re: [gwt-contrib] Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Nick Chalko
I will patch this and test it in raptical On Thu, Apr 28, 2011 at 11:59 AM, unn...@google.com wrote: Reviewers: rjrjr, Description: Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder Please review this at http://gwt-code-reviews.appspot.com/1421809/

[gwt-contrib] Re : Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Thomas Broyer
It looks like that would fix http://code.google.com/p/google-web-toolkit/issues/detail?id=5662 and http://code.google.com/p/google-web-toolkit/issues/detail?id=5744 (and possibly http://code.google.com/p/google-web-toolkit/issues/detail?id=5509 but I'm not so sure) --

[gwt-contrib] [google-web-toolkit] r10102 committed - Fixing TODOs; rename UiBinderWriter methods for generating tokens for ...

2011-04-28 Thread codesite-noreply
Revision: 10102 Author: rdcas...@google.com Date: Thu Apr 28 08:49:13 2011 Log: Fixing TODOs; rename UiBinderWriter methods for generating tokens for SafeHtml instances and safe constants. Review at http://gwt-code-reviews.appspot.com/1420813 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r10103 committed - Rolling back due to test failures...

2011-04-28 Thread codesite-noreply
Revision: 10103 Author: gwt.mirror...@gmail.com Date: Thu Apr 28 09:13:20 2011 Log: Rolling back due to test failures Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10103 Deleted:

Re: [gwt-contrib] Re : Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Stephen Haberman
It looks like that would fix Huh. Yeah, that is interesting. Is the widgets must extend Widget restriction being loosened? Per WhyWidgetIsAClass, I thought that was pretty set in stone. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re : Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Unnur Gretarsdottir
Just to clarify - this patch was a proposed fix to some issues which resulted from http://gwt-code-reviews.appspot.com/1425811. For now, we actually just rolled back that patch to figure out exactly how we want to fix it. - Unnur On Thu, Apr 28, 2011 at 12:33 PM, Stephen Haberman

[gwt-contrib] Changes the policy for how to behave when the persistent unit cache can't (issue1426807)

2011-04-28 Thread zundel
Reviewers: scottb, Description: Changes the policy for how to behave when the persistent unit cache can't be created. Prior to this change, the program would thrown an UnableToComplete exception and you'd have to start over. Now, a warning is printed and the process continues, reverting back

Re: Re : Re: [gwt-contrib] HasRequestContext and 2.3.0rc1

2011-04-28 Thread Patrick Julien
Thanks Thomas, I'm starting to think you know all 6000~ tickets in the issue tracker from memory. However, I was only pointing it out here, this is a nice feature to have since this was a 2.2 code base where I was propagating the RequestContext myself On Thu, Apr 28, 2011 at 2:44 PM, Thomas

[gwt-contrib] [google-web-toolkit] r10104 committed - Changes the policy for how to behave when the persistent unit cache ca...

2011-04-28 Thread codesite-noreply
Revision: 10104 Author: zun...@google.com Date: Thu Apr 28 09:54:26 2011 Log: Changes the policy for how to behave when the persistent unit cache can't be created. Prior to this change, the program would thrown an UnableToComplete exception and you'd have to start over. Now, a

Re: [gwt-contrib] Re : Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Ray Ryan
It is already the case that you can use IsWidget interfaces as elements in a ui.xml file. On Thu, Apr 28, 2011 at 12:33 PM, Stephen Haberman stephen.haber...@gmail.com wrote: It looks like that would fix Huh. Yeah, that is interesting. Is the widgets must extend Widget restriction being

Re: [gwt-contrib] Re : Check for IsWidget rather than Widget when determining if a class is a Widget in UiBinder (issue1421809)

2011-04-28 Thread Stephen Haberman
It is already the case that you can use IsWidget interfaces as elements in a ui.xml file. Wow, I'm surprised. I'll have to retract a few comments in those bugs then. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10105 committed - Moving back missing clauses from previous changes....

2011-04-28 Thread codesite-noreply
Revision: 10105 Author: gwt.mirror...@gmail.com Date: Thu Apr 28 10:23:18 2011 Log: Moving back missing clauses from previous changes. Review at http://gwt-code-reviews.appspot.com/1425812 http://code.google.com/p/google-web-toolkit/source/detail?r=10105 Modified:

[gwt-contrib] Add ability to include SafeHtml objects in dom based UI's if the lazy (issue1420814)

2011-04-28 Thread rjrjr
Reviewers: unnurg, Description: Add ability to include SafeHtml objects in dom based UI's if the lazy widget option is being used (this is the only way that the setters will work correctly). Adds missing integration test for @UiChild, covering bug exposed by the first shot at this change.

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

2011-04-28 Thread scottb
Addressed style nites, see delta between patchset 3 4. 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):

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the lazy (issue1420814)

2011-04-28 Thread unnurg
LGTM http://gwt-code-reviews.appspot.com/1420814/diff/1/user/test/com/google/gwt/uibinder/test/client/UiChildTest.java File user/test/com/google/gwt/uibinder/test/client/UiChildTest.java (right):

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the lazy (issue1420814)

2011-04-28 Thread rjrjr
http://gwt-code-reviews.appspot.com/1420814/ -- 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 lazy (issue1420814)

2011-04-28 Thread rjrjr
http://gwt-code-reviews.appspot.com/1420814/ -- 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 lazy (issue1420814)

2011-04-28 Thread Ray Ryan
Okay, done, now with passing JRE tests. On Thu, Apr 28, 2011 at 2:35 PM, rj...@google.com wrote: http://gwt-code-reviews.appspot.com/1420814/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Additional infrastructure for generating source code outside of a (issue1421805)

2011-04-28 Thread unnurg
LGTM once you upload the most recent changes I saw http://gwt-code-reviews.appspot.com/1421805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options (issue1421810)

2011-04-28 Thread zundel
Reviewers: fabbott, scottb, Description: Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options Please review this at http://gwt-code-reviews.appspot.com/1421810/ Affected files: M dev/core/src/com/google/gwt/dev/CompileOnePerm.java M

[gwt-contrib] [google-web-toolkit] r10107 committed - Add ability to include SafeHtml objects in dom based UI's if the lazy...

2011-04-28 Thread codesite-noreply
Revision: 10107 Author: rj...@google.com Date: Thu Apr 28 15:24:12 2011 Log: Add ability to include SafeHtml objects in dom based UI's if the lazy widget option is being used (this is the only way that the setters will work correctly). Adds missing integration test for @UiChild,

[gwt-contrib] Re: Add ability to include SafeHtml objects in dom based UI's if the lazy (issue1420814)

2011-04-28 Thread rjrjr
r10107 http://gwt-code-reviews.appspot.com/1420814/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

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

[gwt-contrib] [google-web-toolkit] r10108 committed - Allows CompileOnePerm and ComponePerms to accept all of Precompile's O...

2011-04-28 Thread codesite-noreply
Revision: 10108 Author: zun...@google.com Date: Thu Apr 28 12:40:31 2011 Log: Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options Review at http://gwt-code-reviews.appspot.com/1421810 http://code.google.com/p/google-web-toolkit/source/detail?r=10108

[gwt-contrib] Re: Additional infrastructure for generating source code outside of a (issue1421805)

2011-04-28 Thread jat
http://gwt-code-reviews.appspot.com/1421805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows CompileOnePerm and ComponePerms to accept all of Precompile's Options (issue1421810)

2011-04-28 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/1421810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Additional infrastructure for generating source code outside of a (issue1421805)

2011-04-28 Thread unnurg
LGTM ++ On 2011/04/28 23:35:48, jat wrote: http://gwt-code-reviews.appspot.com/1421805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10110 committed - Rollback of r10107 due to broken ui binder templates...

2011-04-28 Thread codesite-noreply
Revision: 10110 Author: rj...@google.com Date: Thu Apr 28 13:42:59 2011 Log: Rollback of r10107 due to broken ui binder templates Was Add ability to include SafeHtml objects in dom based UI's if the lazy widget option is being used (this is the only way that the setters will work

[gwt-contrib] Do not remove type information before final prune. (issue1425813)

2011-04-28 Thread scottb
Reviewers: jbrosenberg, cromwellian, Message: If you use -XdisableCastChecking, CastNormalizer REMOVES cast operations from the AST entirely; this causes loss of type information just before final prune, which is really bad. We should never lose information that way. Ordinarily, CastNormalizer

[gwt-contrib] Re: Do not remove type information before final prune. (issue1425813)

2011-04-28 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1425813/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-04-28 Thread pdr
On 2011/04/28 15:57:22, jlabanca wrote: 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):

[gwt-contrib] Re: Do not remove type information before final prune. (issue1425813)

2011-04-28 Thread jbrosenberg
LGTM with a couple questions http://gwt-code-reviews.appspot.com/1425813/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java File dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java (right):

[gwt-contrib] Re: Do not remove type information before final prune. (issue1425813)

2011-04-28 Thread scottb
Gracias. http://gwt-code-reviews.appspot.com/1425813/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java File dev/core/src/com/google/gwt/dev/jjs/impl/CastNormalizer.java (right):

[gwt-contrib] [google-web-toolkit] r10111 committed - Do not remove type information before final prune....

2011-04-28 Thread codesite-noreply
Revision: 10111 Author: sco...@google.com Date: Thu Apr 28 15:00:16 2011 Log: Do not remove type information before final prune. If you use -XdisableCastChecking, CastNormalizer REMOVES cast operations from the AST entirely; this causes loss of type information just before final

[gwt-contrib] make CompositeCell.onBrowserEventImpl protected

2011-04-28 Thread Stephen Haberman
Hi, It was mentioned that private methods could be nominated for potential loosening to protected based on need/usage. One method I'd like to see made protected is CompositeCell.onBrowserEventImpl. I have a CompositeCell subclass with different DOM walking logic in its overridden onBrowserEvent

[gwt-contrib] Adds ability to include SafeHtml objects in dom based UI's if the lazy (issue1421811)

2011-04-28 Thread rjrjr
Reviewers: unnurg, Description: Adds ability to include SafeHtml objects in dom based UI's if the lazy widget option is being used (this is the only way that the setters will work correctly). Adds missing integration test for @UiChild, covering bugs exposed by the first couple of shots at this

[gwt-contrib] Re: Adds ability to include SafeHtml objects in dom based UI's if the lazy (issue1421811)

2011-04-28 Thread rjrjr
Third time's the charm, right? http://gwt-code-reviews.appspot.com/1421811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors