[gwt-contrib] Re: [google-web-toolkit] r9401 committed - Allow @Editor.Path() as a valid annotation to indicate that a sub-ed...

2010-12-10 Thread Thomas Broyer
Will this be merged to releases/2.1 ? (and if so, do you think it'll be part of the 2.1.1-rc1 ?) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: TypeOracle becomes interfaces (issue1113801)

2010-12-10 Thread Eric Ayers
Hey Alex, Unfortunately, we realize this change created a binary incompatibility. The libraries should still be source compatible if you recompile gwtext with the latest trunk. Our plan is to announce the change in the release notes for the next release. -Eric. On Fri, Dec 10, 2010 at 8:21

[gwt-contrib] Re: Expand self-closing div/ tag in SafeHtmlTemplate into separate open and close (issue1209801)

2010-12-10 Thread rice
LGTM http://gwt-code-reviews.appspot.com/1209801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: Use jsni to access private fields and methods. (issue1206801)

2010-12-10 Thread rchandia
LGTM On 2010/12/10 00:24:23, Nick Chalko wrote: http://gwt-code-reviews.appspot.com/1206801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Initial version of HTML5 Audio and Video (issue1195801)

2010-12-10 Thread rice
http://gwt-code-reviews.appspot.com/1195801/diff/1/10 File user/src/com/google/gwt/media/dom/client/MediaElement.java (right): http://gwt-code-reviews.appspot.com/1195801/diff/1/10#newcode119 user/src/com/google/gwt/media/dom/client/MediaElement.java:119: * source have been buffered locally.

[gwt-contrib] Re: Public: Use jsni to access private fields and methods. (issue1206801)

2010-12-10 Thread nchalko
Forgot to send these. notes. thanks for the lgtm. 2 more CLs waiting. http://gwt-code-reviews.appspot.com/1206801/diff/1/2 File samples/validation/src/com/google/gwt/sample/validation/shared/Person.java (right): http://gwt-code-reviews.appspot.com/1206801/diff/1/2#newcode38

Re: [gwt-contrib] Re: [google-web-toolkit] r9401 committed - Allow @Editor.Path() as a valid annotation to indicate that a sub-ed...

2010-12-10 Thread BobV
On Fri, Dec 10, 2010 at 3:35 AM, Thomas Broyer t.bro...@gmail.com wrote: Will this be merged to releases/2.1 ? (and if so, do you think it'll be part of the 2.1.1-rc1 ?) I have integrated r9401 into the GWT 2.1 branch, although it will not be part of the RC. -- Bob Vawter Google Web Toolkit

[gwt-contrib] [google-web-toolkit] r9402 committed - Integrate r9401 to the GWT 2.1 branch....

2010-12-10 Thread codesite-noreply
Revision: 9402 Author: b...@google.com Date: Fri Dec 10 06:38:12 2010 Log: Integrate r9401 to the GWT 2.1 branch. Allow @Editor.Path() as a valid annotation to indicate that a sub-editor should be aliased to the object being edited by its parent object.

[gwt-contrib] Re: Public: GWT emulation for the normal Validation Bootstrap. (issue1208801)

2010-12-10 Thread nchalko
http://gwt-code-reviews.appspot.com/1208801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9403 committed - Changing the behavior of CellBrowser so that the first child node of t...

2010-12-10 Thread codesite-noreply
Revision: 9403 Author: gwt.mirror...@gmail.com Date: Fri Dec 10 10:16:22 2010 Log: Changing the behavior of CellBrowser so that the first child node of the next level in the tree is not immediately selected in the SelectionModel when its parent is selected. In general, we no longer select a

[gwt-contrib] Re: Changing the behavior of CellBrowser so that the first child node of the next level in the tree ... (issue1198801)

2010-12-10 Thread jlabanca
committed as r9403 http://gwt-code-reviews.appspot.com/1198801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9404 committed - Public: Use jsni to access private fields and methods....

2010-12-10 Thread codesite-noreply
Revision: 9404 Author: ncha...@google.com Date: Fri Dec 10 06:31:54 2010 Log: Public: Use jsni to access private fields and methods. This allows org.hibernate.jsr303.tck.tests.constraints.application.ValidationRequirementTest .testFieldAndPropertyVisibilityIsNotConstrained() to pass. [JSR 303 TCK

[gwt-contrib] [google-web-toolkit] r9405 committed - Expand self-closing div/ tag in SafeHtmlTemplate into separate open ...

2010-12-10 Thread codesite-noreply
Revision: 9405 Author: x...@google.com Date: Fri Dec 10 06:42:34 2010 Log: Expand self-closing div/ tag in SafeHtmlTemplate into separate open and close tag. Review at http://gwt-code-reviews.appspot.com/1209801 Review by: r...@google.com

[gwt-contrib] Re: Comment on ControllingPermutationExplosion in google-web-toolkit

2010-12-10 Thread codesite-noreply
Comment by kelly40gordon: california auto warranties For more information: http://code.google.com/p/google-web-toolkit/wiki/ControllingPermutationExplosion -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creatio... (issue1210801)

2010-12-10 Thread jlabanca
Reviewers: rchandia, Description: Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creation of a RootLayoutPanel, which attaches itself to the document body and blocks other elements attached to the RootPanel. The new implenetation uses the max of the

[gwt-contrib] Re: Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creatio... (issue1210801)

2010-12-10 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1210801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Copying the DOMImplIE6 setOpacity implementation into DOMImplIE8 because IE8 does not support th... (issue1211801)

2010-12-10 Thread jlabanca
Reviewers: pdr, Description: Copying the DOMImplIE6 setOpacity implementation into DOMImplIE8 because IE8 does not support the opacity style attribute. I'm not moving it into DOMImplTrident because we will need a runtime IE9 check to support opacity in IE9, which does not support the alpha

[gwt-contrib] [google-web-toolkit] r9406 committed - Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it ...

2010-12-10 Thread codesite-noreply
Revision: 9406 Author: jlaba...@google.com Date: Fri Dec 10 10:51:39 2010 Log: Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creation of a RootLayoutPanel, which attaches itself to the document body and blocks other elements attached to the

[gwt-contrib] [google-web-toolkit] r9407 committed - Fix a problem with BigDecimal, where the bitlength of a zero value...

2010-12-10 Thread codesite-noreply
Revision: 9407 Author: j...@google.com Date: Fri Dec 10 11:30:52 2010 Log: Fix a problem with BigDecimal, where the bitlength of a zero value was not being computed properly. Patch by: jat Review by: conroy, janz http://code.google.com/p/google-web-toolkit/source/detail?r=9407 Modified:

[gwt-contrib] Public: Generate BeanDescriptors for GWT Validation. (issue1212801)

2010-12-10 Thread nchalko
Reviewers: rchandia, Description: Public: Generate BeanDescriptors for GWT Validation. Please review this at http://gwt-code-reviews.appspot.com/1212801/show Affected files: A

[gwt-contrib] Re: Public: Generate BeanDescriptors for GWT Validation. (issue1212801)

2010-12-10 Thread nchalko
[JSR 303 TCK Result] 31 of 258 (12.02%) Pass with 10 Failures and 13 Errors. http://gwt-code-reviews.appspot.com/1212801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors