[gwt-contrib] Re: Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-02 Thread zundel
http://gwt-code-reviews.appspot.com/1074801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] png compression

2010-11-02 Thread Paul Robinson
I've just started using this colour picker: http://code.google.com/p/auroris/wiki/ColorPicker One of the warnings its documentation provides is that when you compile it with GWT, the images it contains are compiled into a png file that is about 1MB. Whereas, if you then open that file in any im

[gwt-contrib] 2.1 - [ERROR] Duplicate declaration of field style.

2010-11-02 Thread shieldsjared
Since upgrading from the 2.1 SNAPSHOT to the full release of 2.1 - I'm now unable to have multiple tags within my UIBinder xml's. Is this an oversight, bug, or unannounced enhancement? Has anyone else seen this? Thanks!!! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Modifies the GWT compiler sharded entry points to support an alternative (issue1074801)

2010-11-02 Thread zundel
Reviewers: tobyr, scottb, Description: Modifies the GWT compiler sharded entry points to support an alternative method of sharding where multiple instances of Precompile and CompilePerms are invoked. Please review this at http://gwt-code-reviews.appspot.com/1074801/show Affected files: M dev

[gwt-contrib] Re: Restores re-working @UiField and Widget replacement to use DOM walking rather (issue1073801)

2010-11-02 Thread Thomas Broyer
On 2 nov, 18:01, rj...@google.com wrote: > This is not yet ready for review -- the problems that lead to rollback > are not yet addressed. > > http://gwt-code-reviews.appspot.com/1073801/show Eagerly looking forward to how you intend to fix this, as I do think it's (almost) impossible given the w

[gwt-contrib] Re: Overhaul the RequestFactory server code. (issue1062801)

2010-11-02 Thread rchandia
A few nits so far. Still reviewing. http://gwt-code-reviews.appspot.com/1062801/diff/1/3 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/console/HttpClientTransport.java (right): http://gwt-code-reviews.appspot.com/1062801/diff/1/3#newcode27 samples/dynatablerf/src/com/google/gwt

[gwt-contrib] Re: Issue 5512: RequestFactory add support for covariant return types on entity type hierarchy (issue1068801)

2010-11-02 Thread bobv
Thanks for the patch. I'll integrate this after the server overhaul lands. http://gwt-code-reviews.appspot.com/1068801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Restores re-working @UiField and Widget replacement to use DOM walking rather (issue1073801)

2010-11-02 Thread Ray Ryan
Oops, fixed Tom's address. On Tue, Nov 2, 2010 at 10:01 AM, wrote: > This is not yet ready for review -- the problems that lead to rollback > are not yet addressed. > > > http://gwt-code-reviews.appspot.com/1073801/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Restores re-working @UiField and Widget replacement to use DOM walking rather (issue1073801)

2010-11-02 Thread rjrjr
This is not yet ready for review -- the problems that lead to rollback are not yet addressed. http://gwt-code-reviews.appspot.com/1073801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Restores re-working @UiField and Widget replacement to use DOM walking rather (issue1073801)

2010-11-02 Thread rjrjr
Reviewers: sbrubaker, tstains_google.com, Description: Restores re-working @UiField and Widget replacement to use DOM walking rather then IDs. Microbenchmarks show ~10% speedup in Firefox/Webkit browsers. AdWords saw little change on Firefox and potential 3% improvement in startup time on chrom

[gwt-contrib] [google-web-toolkit] r9175 committed - Edited wiki page AutoBean through web user interface.

2010-11-02 Thread codesite-noreply
Revision: 9175 Author: b...@google.com Date: Tue Nov 2 05:23:24 2010 Log: Edited wiki page AutoBean through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9175 Modified: /wiki/AutoBean.wiki === --- /wiki/AutoBean.wiki Mon Nov

[gwt-contrib] Re: Bug with CellList when used with MultiSelectionModel

2010-11-02 Thread monkeyboy
I just noticed that the MultiSelectionModel does not work on CellTable which renders it pretty much useless. When I tested the MultiSelectionModel I could have sworn it worked with CellTable. Anyway, I wanted to know if the SelectionManager John mentioned earlier will make it in 2.1.1? On Oct 18,