[gwt-contrib] Re: Fix TreeMap and TreeSet emulation tests to pass with JDK 7. (issue1793803)

2012-07-24 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1793803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix TreeMap and TreeSet emulation tests to pass with JDK 7. (issue1793803)

2012-07-24 Thread skybrian
Reviewers: cromwellian, Description: Fix TreeMap and TreeSet emulation tests to pass with JDK 7. No changes to prod mode. In JavaScript, we will keep the somewhat more lax behavior of JDK 6. Developers moving to JDK 7 who rely on the JDK 6 TreeMap/TreeSet behavior will see new exceptions in dev

[gwt-contrib] Re: Firefox 14 DevMode Plugin (issue1792803)

2012-07-24 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h File plugins/xpcom/JavaObject.h (right): http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h#newcode55 plugins/xpcom/JavaObject.h:55: static void finalize(JSFreeOp* fop, JSObject* obj);

[gwt-contrib] Re: Add "multiple" attribute to InputElement / FileUpload widget to enable the HTML5 multiple attribute. (issue1786803)

2012-07-24 Thread skybrian
I'd like to get the untested tests into the test suite, but not if they're broken or hanging. It sounds like a separate CL to me. http://gwt-code-reviews.appspot.com/1786803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Firefox 14 DevMode Plugin (issue1792803)

2012-07-24 Thread acleung
http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h File plugins/xpcom/JavaObject.h (right): http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h#newcode55 plugins/xpcom/JavaObject.h:55: static void finalize(JSFreeOp* fop, JSObject* obj); On 201

[gwt-contrib] Re: Introduce a flag that explicitly turns coverage on/off (default off). (issue1786805)

2012-07-24 Thread skybrian
On 2012/07/24 23:19:54, cromwellian wrote: I don't understand why the dual flags, but I would not make it a proper compiler flag because there are some static clinit inits in compiler classes that need to know whether coverage is enabled when the classes are loaded. I was thinking it would

Re: [gwt-contrib] Re: Introduce a flag that explicitly turns coverage on/off (default off). (issue1786805)

2012-07-24 Thread Ray Cromwell
I don't understand why the dual flags, but I would not make it a proper compiler flag because there are some static clinit inits in compiler classes that need to know whether coverage is enabled when the classes are loaded. On Tue, Jul 24, 2012 at 4:13 PM, wrote: > > http://gwt-code-reviews.**

[gwt-contrib] Re: Introduce a flag that explicitly turns coverage on/off (default off). (issue1786805)

2012-07-24 Thread isbadawi
On 2012/07/24 23:13:32, skybrian wrote: http://gwt-code-reviews.appspot.com/1786805/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java (right): http://gwt-code-reviews.appspot.com/1786805/diff/1/dev/c

[gwt-contrib] Re: Introduce a flag that explicitly turns coverage on/off (default off). (issue1786805)

2012-07-24 Thread skybrian
http://gwt-code-reviews.appspot.com/1786805/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java (right): http://gwt-code-reviews.appspot.com/1786805/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaSc

[gwt-contrib] Re: Firefox 14 DevMode Plugin (issue1792803)

2012-07-24 Thread skybrian
Thanks Alan. http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h File plugins/xpcom/JavaObject.h (right): http://gwt-code-reviews.appspot.com/1792803/diff/1/plugins/xpcom/JavaObject.h#newcode55 plugins/xpcom/JavaObject.h:55: static void finalize(JSFreeOp* fop, JSObjec

[gwt-contrib] Firefox 14 DevMode Plugin (issue1792803)

2012-07-24 Thread acleung
Reviewers: skybrian, Description: Firefox 14 DevMode Plugin Please review this at http://gwt-code-reviews.appspot.com/1792803/ Affected files: M plugins/xpcom/JavaObject.cpp M plugins/xpcom/JavaObject.h M plugins/xpcom/Makefile A plugins/xpcom/VisualStudio/ff130-xpcom.vcproj A plugin

[gwt-contrib] Introduce a flag that explicitly turns coverage on/off (default off). (issue1786805)

2012-07-24 Thread isbadawi
Reviewers: cromwellian, skybrian, Description: Introduce a flag that explicitly turns coverage on/off (default off). Please review this at http://gwt-code-reviews.appspot.com/1786805/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java Index: dev/core/src/co

[gwt-contrib] Re: Add compilation progress logging, visible in dev mode when log level set to TRACE. This is helpf... (issue1749803)

2012-07-24 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1749803/diff/12001/dev/core/src/com/google/gwt/dev/javac/ProgressLogger.java File dev/core/src/com/google/gwt/dev/javac/ProgressLogger.java (right): http://gwt-code-reviews.appspot.com/1749803/diff/12001/dev/core/src/com/google/gwt/dev/javac/ProgressLog

[gwt-contrib] Re: Added support for ConstraintFinder. (issue1789803)

2012-07-24 Thread nchalko
LGTM http://gwt-code-reviews.appspot.com/1789803/diff/2004/user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java File user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java (right): http://gwt-code-reviews.appspot.com/1789803/diff/2004/user/src/com/googl

[gwt-contrib] Re: Added support for ConstraintFinder. (issue1789803)

2012-07-24 Thread idol
http://gwt-code-reviews.appspot.com/1789803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add "multiple" attribute to InputElement / FileUpload widget to enable the HTML5 multiple attribute. (issue1786803)

2012-07-24 Thread heinberg
I tried running the tests, but they appeared to hang. I also realized that I actually need to get access to the FileList and Files of the HTML5 File API. So maybe it pays to abandon this, as you suggested, and instead access the Element myself. What do you think? If I do indeed abandon this, shou

[gwt-contrib] Re: Fixes issue 6653: Activity interface should use the new EventBus (issue1786804)

2012-07-24 Thread t . broyer
On 2012/07/23 18:56:03, manolo.carrasco wrote: Agree, we should not introduce breaking changes. Actually people were forced in 2.4 to use both versions (gwt and bindering) unless they use deprecated methods (Places), and using mvp+gin is a pain. Not at all! Use web.bindery everywhere (abso