[gwt-contrib] [google-web-toolkit] r9901 committed - Serialize GWT ASTs with CompilationUnits....

2011-03-26 Thread codesite-noreply
Revision: 9901 Author: sco...@google.com Date: Fri Mar 25 16:48:01 2011 Log: Serialize GWT ASTs with CompilationUnits. When we persist CompilationUnits, persist the GWT AST too. http://gwt-code-reviews.appspot.com/1384807/ Review by: zun...@google.com http://code.google.com/p/google-

[gwt-contrib] [google-web-toolkit] r9900 committed - DiskCacheToken wrapper type for easier serialization....

2011-03-26 Thread codesite-noreply
Revision: 9900 Author: sco...@google.com Date: Fri Mar 25 16:15:23 2011 Log: DiskCacheToken wrapper type for easier serialization. http://gwt-code-reviews.appspot.com/1391802/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9900 Added: /trunk

[gwt-contrib] [google-web-toolkit] r9899 committed - Add missing tests to JavaCompilationSuite...

2011-03-26 Thread codesite-noreply
Revision: 9899 Author: sco...@google.com Date: Fri Mar 25 16:04:45 2011 Log: Add missing tests to JavaCompilationSuite http://gwt-code-reviews.appspot.com/1385808/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9899 Modified: /trunk/dev/core

[gwt-contrib] [google-web-toolkit] r9898 committed - Adds flag to enable EnumOrdinalizer result stats...

2011-03-26 Thread codesite-noreply
Revision: 9898 Author: jbrosenb...@google.com Date: Fri Mar 25 12:11:48 2011 Log: Adds flag to enable EnumOrdinalizer result stats Review at http://gwt-code-reviews.appspot.com/1386802 Review by: cromwell...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9898

[gwt-contrib] [google-web-toolkit] r9897 committed - Better error handling when the cache is initialized with a directory...

2011-03-26 Thread codesite-noreply
Revision: 9897 Author: zun...@google.com Date: Fri Mar 25 11:27:04 2011 Log: Better error handling when the cache is initialized with a directory that does not exist and it cannot create. Review at http://gwt-code-reviews.appspot.com/1380808 http://code.google.com/p/google-web-tool

[gwt-contrib] Re: Adding a new SimpleCheckboxCell and LabeledCheckboxCell cells, and a Checkbox widget backed by t... (issue1383810)

2011-03-26 Thread t . broyer
Is the lack of a CellWidget based on a native checkbox because of the already existing Checkbox and SimpleCheckbox widgets? and the lack of a labelled version of the native checkbox because you can use a CompositeCell (to add the label) and DefaultSelectionEventManager (to handle the selection on