[gwt-contrib] Re: Change formatter to use 100 col. comments and add a checkstyle check for it (issue1465803)

2011-06-20 Thread pdr
http://gwt-code-reviews.appspot.com/1465803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Finalizing IsRenderable API step 1: renaming wrapElement() and performDetachedInitialization(). (issue1463804)

2011-06-20 Thread rchandia
On 2011/06/19 18:17:05, rdcastro wrote: LGTM http://gwt-code-reviews.appspot.com/1463804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 11... (issue1462805)

2011-06-20 Thread rchandia
Reviewers: Frank, tobyr, Description: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 11 and beyond Please review this at http://gwt-code-reviews.appspot.com/1462805/ Affected files: M user/test/com/google/gwt/xml/client/XMLTest.java Index:

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread t . broyer
Clicked through @googledevtools' tweet and found this nit reading the javadoc. http://gwt-code-reviews.appspot.com/1451818/diff/5001/user/src/com/google/gwt/core/client/ScriptInjector.java File user/src/com/google/gwt/core/client/ScriptInjector.java (right):

[gwt-contrib] Fixing a bug in CellTree where refreshing an empty list of children causes an AssertionError tha... (issue1463805)

2011-06-20 Thread jlabanca
Reviewers: dconnelly, Description: Fixing a bug in CellTree where refreshing an empty list of children causes an AssertionError that is not captured by the console. CellTreeNodeView#loadChildState() accesses the first child element of the current node in preparation of a loop, but we didn't

[gwt-contrib] [google-web-toolkit] r10352 committed - Finalizing IsRenderable API step 1: renaming wrapElement() and perform...

2011-06-20 Thread codesite-noreply
Revision: 10352 Author: gwt.mirror...@gmail.com Date: Mon Jun 20 08:50:41 2011 Log: Finalizing IsRenderable API step 1: renaming wrapElement() and performDetachedInitialization(). Review at http://gwt-code-reviews.appspot.com/1463804 Review by: rchan...@google.com

[gwt-contrib] Mobile Scroller horizontal scrolling issue

2011-06-20 Thread Pavel Jbanov
Hi, It appears there is a typo in the com.google.gwt.mobile.client.Scroller on line 399 which breaks horizontal scrolling: http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/src/main/java/com/google/gwt/mobile/client/Scroller.java#399 private boolean

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread zundel
http://gwt-code-reviews.appspot.com/1451818/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread zundel
http://gwt-code-reviews.appspot.com/1451818/diff/5001/user/src/com/google/gwt/core/client/ScriptInjector.java File user/src/com/google/gwt/core/client/ScriptInjector.java (right):

[gwt-contrib] Re: Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties support... (issue1454808)

2011-06-20 Thread jlabanca
http://gwt-code-reviews.appspot.com/1454808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties support... (issue1454808)

2011-06-20 Thread jlabanca
http://gwt-code-reviews.appspot.com/1454808/diff/4001/user/src/com/google/gwt/safecss/shared/SafeStylesBuilder.java File user/src/com/google/gwt/safecss/shared/SafeStylesBuilder.java (right):

[gwt-contrib] Re: Fixing a bug in CellTree where refreshing an empty list of children causes an AssertionError tha... (issue1463805)

2011-06-20 Thread dconnelly
LGTM http://gwt-code-reviews.appspot.com/1463805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Use the provided key in all decisions about whether the selections have changed. (issue1465802)

2011-06-20 Thread rmcchesn
Reviewers: jlabanca, Description: Use the provided key in all decisions about whether the selections have changed. Review by: jlaba...@google.com Please review this at http://gwt-code-reviews.appspot.com/1465802/ Affected files: M user/src/com/google/gwt/view/client/MultiSelectionModel.java

[gwt-contrib] CellTable - individual cell stylenames

2011-06-20 Thread ag0ny
Hey there, to be able to individually set stylenames for cells in a CellTable I would like to add the following method to the CellTable class: public void setCellStyles(CellStylesT cellStyles) { this.cellStyles = cellStyles; } The interface CellStyles only defines a single

[gwt-contrib] Re: CellTable - individual cell stylenames

2011-06-20 Thread Thomas Broyer
On Monday, June 20, 2011 5:29:03 PM UTC+2, ag0ny wrote: Hey there, to be able to individually set stylenames for cells in a CellTable Too late ;-) http://code.google.com/p/google-web-toolkit/source/detail?r=10309 What is the process to get this added in the common GWT. See

[gwt-contrib] Re: Change formatter to use 100 col. comments and add a checkstyle check for it (issue1465803)

2011-06-20 Thread zundel
http://gwt-code-reviews.appspot.com/1465803/diff/8/build-tools/customchecks/src/com/google/gwt/checkstyle/GwtHeaderCheck.java File build-tools/customchecks/src/com/google/gwt/checkstyle/GwtHeaderCheck.java (right):

[gwt-contrib] Re: Remove stale todo about archive units (issue1466802)

2011-06-20 Thread zundel
On 2011/06/19 08:22:56, stephenh wrote: http://gwt-code-reviews.appspot.com/1466802/diff/1/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java File dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java (left):

[gwt-contrib] Re: Turns on reading from archives by default. (issue1461801)

2011-06-20 Thread tobyr
LGTM http://gwt-code-reviews.appspot.com/1461801/diff/4007/dev/core/src/com/google/gwt/dev/ArchivePreloader.java File dev/core/src/com/google/gwt/dev/ArchivePreloader.java (right):

[gwt-contrib] Re: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 11... (issue1462805)

2011-06-20 Thread tobyr
LGTM http://gwt-code-reviews.appspot.com/1462805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties support... (issue1454808)

2011-06-20 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1454808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Change formatter to use 100 col. comments and add a checkstyle check for it (issue1465803)

2011-06-20 Thread pdr
Thanks for the review! Looks like we might get this to land once and for all :) http://gwt-code-reviews.appspot.com/1465803/diff/8/build-tools/customchecks/src/com/google/gwt/checkstyle/GwtHeaderCheck.java File build-tools/customchecks/src/com/google/gwt/checkstyle/GwtHeaderCheck.java (right):

[gwt-contrib] Fixing a bug in CellTree where pushing new data that renders to the same content results in an i... (issue1466803)

2011-06-20 Thread jlabanca
Reviewers: tilmansp_google.com, Description: Fixing a bug in CellTree where pushing new data that renders to the same content results in an invalid state where child are still attached to a stale parent. For example, consider a tree contains IDs that represent objects, but renders the ID using

[gwt-contrib] Re: Change formatter to use 100 col. comments and add a checkstyle check for it (issue1465803)

2011-06-20 Thread zundel
LGTM, just show me in principle it isn't much work moving to checkstyle 5 http://gwt-code-reviews.appspot.com/1465803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread bobv
http://gwt-code-reviews.appspot.com/1451818/diff/5001/user/src/com/google/gwt/core/client/ScriptInjector.java File user/src/com/google/gwt/core/client/ScriptInjector.java (right):

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread jlabanca
http://gwt-code-reviews.appspot.com/1451818/diff/8002/user/src/com/google/gwt/core/client/ScriptInjector.java File user/src/com/google/gwt/core/client/ScriptInjector.java (right):

[gwt-contrib] Re: Update gwt-module.dtd: (issue1466801)

2011-06-20 Thread fredsa
Committed in r10350 http://gwt-code-reviews.appspot.com/1466801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Follow up to r10350. Allow collapse-all-properties in .gwt.xml module files (issue1463806)

2011-06-20 Thread fredsa
Reviewers: rjrjr, Description: Follow up to r10350. Allow collapse-all-properties in .gwt.xml module files Fixes issues: 5694 Please review this at http://gwt-code-reviews.appspot.com/1463806/ Affected files: M distro-source/core/src/gwt-module.dtd Index:

[gwt-contrib] Add a new 'SERVER' level to TreeLogger, which is to be used by the App Engine (issue1465804)

2011-06-20 Thread fredsa
Reviewers: tobyr, Description: Add a new 'SERVER' level to TreeLogger, which is to be used by the App Engine DevAppServer to log all server messages to the GWT TreeLogger, regardless of the current GWT log_level. Issues: http://code.google.com/p/googleappengine/issues/detail?id=4591 Review by:

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread zundel
http://gwt-code-reviews.appspot.com/1451818/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: A general purpose script injection class for injecting a script directly (issue1451818)

2011-06-20 Thread zundel
Updated patch with suggestions. http://gwt-code-reviews.appspot.com/1451818/diff/5001/user/src/com/google/gwt/core/client/ScriptInjector.java File user/src/com/google/gwt/core/client/ScriptInjector.java (right):

[gwt-contrib] Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. (issue1467801)

2011-06-20 Thread jbrosenberg
Reviewers: aizatsky, scottb, zundel, Description: Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. Please review this at http://gwt-code-reviews.appspot.com/1467801/ Affected files: M

[gwt-contrib] Re: Turns on reading from archives by default. (issue1461801)

2011-06-20 Thread zundel
http://gwt-code-reviews.appspot.com/1461801/diff/4007/dev/core/src/com/google/gwt/dev/ArchivePreloader.java File dev/core/src/com/google/gwt/dev/ArchivePreloader.java (right): http://gwt-code-reviews.appspot.com/1461801/diff/4007/dev/core/src/com/google/gwt/dev/ArchivePreloader.java#newcode59

[gwt-contrib] Re: Updated rpc generator result caching to support full cacheability (issue1464802)

2011-06-20 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1464802/diff/2002/user/src/com/google/gwt/user/rebind/rpc/ProxyCreator.java File user/src/com/google/gwt/user/rebind/rpc/ProxyCreator.java (right):

[gwt-contrib] [google-web-toolkit] r10353 committed - Fixing a bug in CellTree where refreshing an empty list of children ca...

2011-06-20 Thread codesite-noreply
Revision: 10353 Author: jlaba...@google.com Date: Mon Jun 20 07:33:26 2011 Log: Fixing a bug in CellTree where refreshing an empty list of children causes an AssertionError that is not captured by the console. CellTreeNodeView#loadChildState() accesses the first child element of

[gwt-contrib] [google-web-toolkit] r10354 committed - Disabling test for null on getBrowserById for DOM elements without DTD...

2011-06-20 Thread codesite-noreply
Revision: 10354 Author: rchan...@google.com Date: Mon Jun 20 09:21:01 2011 Log: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 11 and beyond Review at http://gwt-code-reviews.appspot.com/1462805

[gwt-contrib] [google-web-toolkit] r10355 committed - Turns on reading from archives by default....

2011-06-20 Thread codesite-noreply
Revision: 10355 Author: zun...@google.com Date: Mon Jun 20 09:36:25 2011 Log: Turns on reading from archives by default. Adds an optimization to CompileModule to not load multiple files. Lowers the priority of some error messages so they don't fill the screen with useless output when