[gwt-contrib] Re: Add new CSS FunctionValue type as a first-class representation of value functions, hook it up in... (issue1735804)

2012-06-09 Thread t . broyer
LGTM (provided you address the comments below) http://gwt-code-reviews.appspot.com/1735804/diff/1/user/src/com/google/gwt/resources/css/GenerateCssAst.java File user/src/com/google/gwt/resources/css/GenerateCssAst.java (right):

[gwt-contrib] Re: Add GWT CSS compiler support for RTL flipping of many CSS3 properties (border-image, border-radi... (issue1727803)

2012-06-09 Thread t . broyer
LGTM http://gwt-code-reviews.appspot.com/1727803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Customizable Place delimiter (issue1710803)

2012-06-09 Thread t . broyer
Thinking about it, the 'separator' in WithTokenizers makes it mandatory to provide a 'value' for the annotation, even if you're only using PlaceTokenizers from a factory (would @WithTokenizers(value={}, separator=/) even work?) The configuration-property wouldn't have that drawback. Also,

[gwt-contrib] Changed comments within code generator to better mirror the actual output code. (issue1729804)

2012-06-09 Thread idol
Reviewers: Nick Chalko, Description: Changed comments within code generator to better mirror the actual output code. Review by: ncha...@google.com Please review this at http://gwt-code-reviews.appspot.com/1729804/ Affected files: M

Re: [gwt-contrib] Re: Move Super Dev Mode to the open source repository. (issue1727804)

2012-06-09 Thread Stefano Ciccarelli
My app is 60 lines of code and compiles in 120 seconds: a lot of uibinder, a lot of classes in rpc, gin… so a lots of generators. -- Sent with Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno venerdì 8 giugno 2012, alle ore 22:38, Ray Cromwell ha scritto: I just checked

[gwt-contrib] Fixed testValidIsNotHonoredValidateProperty by allowing shallow property validation (not honorin... (issue1727806)

2012-06-09 Thread idol
Reviewers: Nick Chalko, Description: Fixed testValidIsNotHonoredValidateProperty by allowing shallow property validation (not honoring the @Valid annotation) in the bean-specific validateProperty methods. Fixes issues: 5804 Please review this at http://gwt-code-reviews.appspot.com/1727806/

Re: [gwt-contrib] Re: Move Super Dev Mode to the open source repository. (issue1727804)

2012-06-09 Thread Ray Cromwell
How long does a regular compile take? We've identified an issue with the RPC and ClientBundle generators running every time. We may have to add an option to Recompile without re-running generators option until we fix the caching. -Ray On Fri, Jun 8, 2012 at 1:41 PM, Stefano Ciccarelli

Re: [gwt-contrib] Re: Move Super Dev Mode to the open source repository. (issue1727804)

2012-06-09 Thread Ray Cromwell
BTW, can you send me the speedtracer.html file in your /tmp/*codeserver/* directory? On Fri, Jun 8, 2012 at 1:41 PM, Stefano Ciccarelli sciccare...@gmail.com wrote: My app is 60 lines of code and compiles in 120 seconds: a lot of uibinder, a lot of classes in rpc, gin… so a lots of

[gwt-contrib] Add max-height and max-width support to Style (issue1736804)

2012-06-09 Thread tuckerpmt
Reviewers: , Description: Style does not currently support the max-height and max-width CSS 2 properties. Please review this at http://gwt-code-reviews.appspot.com/1736804/ Affected files: user/src/com/google/gwt/dom/builder/client/DomStylesBuilder.java

[gwt-contrib] Use Node.contains in IE9/Webkit for isOrHasChild (issue1725808)

2012-06-09 Thread stephen . haberman
Reviewers: jlabanca, tbroyer_gmail.com, Please review this at http://gwt-code-reviews.appspot.com/1725808/ Affected files: M user/src/com/google/gwt/dom/client/DOMImplMozilla.java M user/src/com/google/gwt/dom/client/DOMImplStandardBase.java Index:

[gwt-contrib] Re: Use Node.contains in IE9/Webkit for isOrHasChild (issue1725808)

2012-06-09 Thread stephen . haberman
John, your name was around in some of the these files, but feel free to nominate someone else to review. http://gwt-code-reviews.appspot.com/1725808/diff/1/user/src/com/google/gwt/dom/client/DOMImplStandardBase.java File user/src/com/google/gwt/dom/client/DOMImplStandardBase.java (left):

[gwt-contrib] Re: Use Node.contains in IE9/Webkit for isOrHasChild (issue1725808)

2012-06-09 Thread stephen . haberman
http://gwt-code-reviews.appspot.com/1725808/diff/1/user/src/com/google/gwt/dom/client/DOMImplMozilla.java File user/src/com/google/gwt/dom/client/DOMImplMozilla.java (left): http://gwt-code-reviews.appspot.com/1725808/diff/1/user/src/com/google/gwt/dom/client/DOMImplMozilla.java#oldcode71

[gwt-contrib] tests

2012-06-09 Thread Stephen Haberman
Hey, So, is ant test supposed to run to completion on a reasonable dev machine? I don't know that I've ever had it work, and so don't generally run it. But I was feeling guilty tonight, so tried again, went away for awhile, and came back to my RAM (12gb) and CPUs both pegged. And lots of these

Re: [gwt-contrib] tests

2012-06-09 Thread John Tamplin
On Sat, Jun 9, 2012 at 10:26 PM, Stephen Haberman stephen.haber...@gmail.com wrote: So, is ant test supposed to run to completion on a reasonable dev machine? I don't know that I've ever had it work, and so don't generally run it. I don't run it that often (we have a distributed test farm