[gwt-contrib] [google-web-toolkit] r9717 committed - Fixes memory leak in ResourceOracleImpl under GWT Designer....

2011-02-10 Thread codesite-noreply
Revision: 9717 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 11:10:49 2011 Log: Fixes memory leak in ResourceOracleImpl under GWT Designer. While using GWT Designer the class path cache in ResourceOracleImpl never gets cleared of obsolete data.

[gwt-contrib] Contributing widgets back, how should styling be implemented?

2011-02-10 Thread Jeff Larsen
I've developed a widget similar to decoratorpanel, except it facilitates drag resizing and uses the layout panel architecture instead of the html table layout of DecoratorPanel. I've got some more javadoc and tests to write before I send it in for review (and possibly additions to showcase).

Re: [gwt-contrib] Contributing widgets back, how should styling be implemented?

2011-02-10 Thread John LaBanca
Sounds cool. Looking forward to seeing it. On Thu, Feb 10, 2011 at 2:23 PM, Jeff Larsen larse...@gmail.com wrote: I've developed a widget similar to decoratorpanel, except it facilitates drag resizing and uses the layout panel architecture instead of the html table layout of DecoratorPanel.

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread zundel
http://gwt-code-reviews.appspot.com/1357801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9718 committed - fix for IE devmode when using specific linker setting....

2011-02-10 Thread codesite-noreply
Revision: 9718 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 12:12:19 2011 Log: fix for IE devmode when using specific linker setting. Review at http://gwt-code-reviews.appspot.com/1358801 Review by: unn...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9718

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread jbrosenberg
LGTM + minor nits http://gwt-code-reviews.appspot.com/1357801/diff/2001/2004 File dev/core/src/com/google/gwt/dev/javac/Dependencies.java (right): http://gwt-code-reviews.appspot.com/1357801/diff/2001/2004#newcode41 dev/core/src/com/google/gwt/dev/javac/Dependencies.java:41: class Dependencies

[gwt-contrib] Re: Provides a CachedCompilationUnit class to serialize a CompilationUnit. (issue1357801)

2011-02-10 Thread scottb
Isn't Java serialization fun? Welcome to your Java Serialization trial-by-fire. :) http://gwt-code-reviews.appspot.com/1357801/diff/2001/2002 File dev/core/src/com/google/gwt/dev/javac/CachedCompilationUnit.java (right): http://gwt-code-reviews.appspot.com/1357801/diff/2001/2002#newcode43

[gwt-contrib] [google-web-toolkit] r9721 committed - Cherry picking r9720 into releases/2.2

2011-02-10 Thread codesite-noreply
Revision: 9721 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 14:04:06 2011 Log: Cherry picking r9720 into releases/2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9721 Added: /releases/2.2/user/test/com/google/gwt/media/public-test

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-10 Thread zundel
Scott and I noticed that the MethodArgNamesLookup did not contain all the methods we thought it should. This could result in extra parsing time if the diet parse needs to be called to resolve method argument names. http://gwt-code-reviews.appspot.com/1359801/diff/1/4 File

[gwt-contrib] [google-web-toolkit] r9722 committed - tag for the release of GWT 2.2

2011-02-10 Thread codesite-noreply
Revision: 9722 Author: mrruss...@google.com Date: Thu Feb 10 14:55:48 2011 Log: tag for the release of GWT 2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9722 Added: /tags/2.2.0/2.2 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9723 committed - firest tag was incorrect

2011-02-10 Thread codesite-noreply
Revision: 9723 Author: mrruss...@google.com Date: Thu Feb 10 15:31:37 2011 Log: firest tag was incorrect http://code.google.com/p/google-web-toolkit/source/detail?r=9723 Deleted: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9724 committed - tag for the release branch

2011-02-10 Thread codesite-noreply
Revision: 9724 Author: mrruss...@google.com Date: Thu Feb 10 15:33:22 2011 Log: tag for the release branch http://code.google.com/p/google-web-toolkit/source/detail?r=9724 Added: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9725 committed - update the documentation from the latest release build

2011-02-10 Thread codesite-noreply
Revision: 9725 Author: mrruss...@google.com Date: Thu Feb 10 16:43:23 2011 Log: update the documentation from the latest release build http://code.google.com/p/google-web-toolkit/source/detail?r=9725 Modified: /javadoc/2.2/com/google/gwt/media/client/Audio.html

[gwt-contrib] [google-web-toolkit] r9726 committed - CollectorNull should not set stack traces when stack stripping is enab...

2011-02-10 Thread codesite-noreply
Revision: 9726 Author: cromwell...@google.com Date: Thu Feb 10 14:05:42 2011 Log: CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array. Review at