[gwt-contrib] Re: typo in documentation?

2011-01-14 Thread Thomas Broyer
I guess that's why it says *a* BasicPlace rather than just BasicPlace. Yes, it's up to you to define such a class. David Chandler (or was it Chris Ramsdale?) once answered about this paragraph and acknowledged it wasn't very clear… --

[gwt-contrib] Issue 5872: RequestFactory: onFailure or onViolations on one invocation prevents following Receivers (issue1290801)

2011-01-14 Thread t . broyer
Reviewers: bobv, rjrjr, Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=5872 This is a first step in the right direction, but I suppose you'd want to go farther. Noticeably: - it's using UmbrellaException from c.g.g.event.shared. Maybe it should define its own

[gwt-contrib] Re: First pass at Issue 1405 (Dialog Box header fix) (issue1149803)

2011-01-14 Thread jlabanca
@Jeff - I'm a little behind this week because of the snow in Atlanta (all four inches it took to shutdown the city for four days), but I'll review this patch next week. Thanks for submitting it. http://gwt-code-reviews.appspot.com/1149803/show --

[gwt-contrib] Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to i... (issue1291801)

2011-01-14 Thread jlabanca
Reviewers: rjrjr, Description: Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to its child. This is useful when an application needs a content container to hold a Widget that RequiresResize. Issue: 5501 Please review this at

[gwt-contrib] Issue 5563: Make it easier to implement PlaceHistoryMapper directly (issue1293801)

2011-01-14 Thread t . broyer
Reviewers: , Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=5563 Following my proposal (copied here from the issue tracker): The fix should IMO be (and I believe it was in my initial patch that introduced the handler/mapper dichotomy) to ignore classes in the

[gwt-contrib] Re: Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to i... (issue1291801)

2011-01-14 Thread rjrjr
lgtm http://gwt-code-reviews.appspot.com/1291801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9543 committed - Public (by t.broyer):...

2011-01-14 Thread codesite-noreply
Revision: 9543 Author: robertvaw...@google.com Date: Fri Jan 14 04:27:42 2011 Log: Public (by t.broyer): Don't allow exceptions escaping from RequestFactory Receiver callback methods to prevent other callbacks from being called. Issue 5872 http://gwt-code-reviews.appspot.com/1290801/show Patch

[gwt-contrib] [google-web-toolkit] r9544 committed - Public (by t.broyer):...

2011-01-14 Thread codesite-noreply
Revision: 9544 Author: gwt.mirror...@gmail.com Date: Fri Jan 14 08:50:59 2011 Log: Public (by t.broyer): Don't flush RequestFactoryEditorDelegate when its associated request is locked. Issue 5752. http://gwt-code-reviews.appspot.com/1284801/show Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r9545 committed - Integrate RequestFactory Receiver exception handling fixes into 2.2 br...

2011-01-14 Thread codesite-noreply
Revision: 9545 Author: b...@google.com Date: Fri Jan 14 04:49:07 2011 Log: Integrate RequestFactory Receiver exception handling fixes into 2.2 branch. http://code.google.com/p/google-web-toolkit/source/detail?r=9545 Added:

[gwt-contrib] Re: Fix a generics compile error on OSX java 1.6 (issue1289801)

2011-01-14 Thread nchalko
Bug report http://code.google.com/p/google-web-toolkit/issues/detail?id=5876 http://gwt-code-reviews.appspot.com/1289801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9546 committed - Integrate fix for issue 5752 into GWT 2.2 branch....

2011-01-14 Thread codesite-noreply
Revision: 9546 Author: b...@google.com Date: Fri Jan 14 05:45:45 2011 Log: Integrate fix for issue 5752 into GWT 2.2 branch. Don't flush RequestFactoryEditorDelegate when its associated request is locked. http://code.google.com/p/google-web-toolkit/source/detail?r=9546 Modified:

[gwt-contrib] [google-web-toolkit] r9547 committed - Integrate Editor fix to GWT 2.2 branch....

2011-01-14 Thread codesite-noreply
Revision: 9547 Author: b...@google.com Date: Fri Jan 14 06:09:32 2011 Log: Integrate Editor fix to GWT 2.2 branch. Ensure that Editor framework descends into LeafValueEditors that require delegates. http://code.google.com/p/google-web-toolkit/source/detail?r=9547 Modified:

[gwt-contrib] [google-web-toolkit] r9548 committed - Adding new SimpleLayoutPanel widget, which is a subclass of SimplePane...

2011-01-14 Thread codesite-noreply
Revision: 9548 Author: gwt.mirror...@gmail.com Date: Fri Jan 14 09:22:31 2011 Log: Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to its child. This is useful when an application needs a content container to hold a Widget that RequiresResize.

[gwt-contrib] Re: Adding new SimpleLayoutPanel widget, which is a subclass of SimplePanel that ProvidesResize to i... (issue1291801)

2011-01-14 Thread jlabanca
committed as r9548 http://gwt-code-reviews.appspot.com/1291801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9549 committed - Public (by t.broyer):...

2011-01-14 Thread codesite-noreply
Revision: 9549 Author: gwt.mirror...@gmail.com Date: Fri Jan 14 09:23:46 2011 Log: Public (by t.broyer): Ensure that Editor framework descends into LeafValueEditors that require delegates. Issue 5795. http://gwt-code-reviews.appspot.com/1249801/show Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r9550 committed - Fix a generics compile error on OSX java 1.6...

2011-01-14 Thread codesite-noreply
Revision: 9550 Author: ncha...@google.com Date: Fri Jan 14 06:38:38 2011 Log: Fix a generics compile error on OSX java 1.6 Review at http://gwt-code-reviews.appspot.com/1289801 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9550 Modified:

[gwt-contrib] Fix bug on IE where onload events don't fire for IFrames. (issue1294801)

2011-01-14 Thread pdr
Reviewers: jlabanca, rjrjr, Description: Fix bug on IE where onload events don't fire for IFrames. This is a bugfix for http://code.google.com/p/google-web-toolkit/issues/detail?id=1720 Please review this at http://gwt-code-reviews.appspot.com/1294801/show Affected files: M

[gwt-contrib] Re: Fix bug on IE where onload events don't fire for IFrames. (issue1294801)

2011-01-14 Thread pdr
http://gwt-code-reviews.appspot.com/1294801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9551 committed - JAR files for client-side JSR 303 validation. Matches trunk changes at...

2011-01-14 Thread codesite-noreply
Revision: 9551 Author: gwt.mirror...@gmail.com Date: Fri Jan 14 10:41:19 2011 Log: JAR files for client-side JSR 303 validation. Matches trunk changes at r9233. http://code.google.com/p/google-web-toolkit/source/detail?r=9551 Added: /tools/lib/hibernate/validator/tck

[gwt-contrib] [google-web-toolkit] r9552 committed - Rolling back r9549 due to downstream build breaks.

2011-01-14 Thread codesite-noreply
Revision: 9552 Author: b...@google.com Date: Fri Jan 14 07:30:53 2011 Log: Rolling back r9549 due to downstream build breaks. http://code.google.com/p/google-web-toolkit/source/detail?r=9552 Modified: /trunk/user/src/com/google/gwt/editor/rebind/model/EditorModel.java

[gwt-contrib] Issue 5563: Make it easier to implement PlaceHistoryMapper directly (issue1292801)

2011-01-14 Thread drfibonacci
LGTM I tested in a sample app with a concrete class TestPlaceHistoryMapper extends TestAbstractPlaceHistoryMapper, which implements PlaceHistoryMapper. Works fine. Thank you, Thomas! http://gwt-code-reviews.appspot.com/1292801/show --

[gwt-contrib] [google-web-toolkit] r9553 committed - create a tag for the 2.2-M1 release

2011-01-14 Thread codesite-noreply
Revision: 9553 Author: mrruss...@google.com Date: Fri Jan 14 11:06:02 2011 Log: create a tag for the 2.2-M1 release http://code.google.com/p/google-web-toolkit/source/detail?r=9553 Added: /tags/2.2-M1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix bug on IE where onload events don't fire for IFrames. (issue1294801)

2011-01-14 Thread jlabanca
http://gwt-code-reviews.appspot.com/1294801/diff/3001/4002 File user/test/com/google/gwt/dom/client/FrameTests.java (right): http://gwt-code-reviews.appspot.com/1294801/diff/3001/4002#newcode49 user/test/com/google/gwt/dom/client/FrameTests.java:49: final Timer timer = new Timer() { Do you need

[gwt-contrib] Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. (issue1295801)

2011-01-14 Thread bobv
Reviewers: rjrjr, tbroyer, Description: Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. Patch by: t.broyer, bobv Review by: bobv, rjrjr Please review this at http://gwt-code-reviews.appspot.com/1295801/show Affected files: M

[gwt-contrib] Re: Move the TCK report task to user/build.xml and (issue1288801)

2011-01-14 Thread rchandia
I do not think moving countMarkedTests.sh into the build is a good idea. Would you mind leaving the script out until there is a platform agnostic alternative? On 2011/01/14 00:47:40, Nick Chalko wrote: http://gwt-code-reviews.appspot.com/1288801/show --

[gwt-contrib] Re: Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. (issue1295801)

2011-01-14 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1295801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix a generics compile error on OSX java 1.6 (issue1289801)

2011-01-14 Thread rchandia
Submitted as of r9550 On 2011/01/14 17:19:46, Nick Chalko wrote: Bug report http://code.google.com/p/google-web-toolkit/issues/detail?id=5876 http://gwt-code-reviews.appspot.com/1289801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9554 committed - Cherry picking r9550 for Issue 5876

2011-01-14 Thread codesite-noreply
Revision: 9554 Author: rchan...@google.com Date: Fri Jan 14 08:49:42 2011 Log: Cherry picking r9550 for Issue 5876 http://code.google.com/p/google-web-toolkit/source/detail?r=9554 Modified: /releases/2.2/user/test/com/google/gwt/requestfactory/client/RequestFactoryTestBase.java

[gwt-contrib] [google-web-toolkit] r9555 committed - Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueE...

2011-01-14 Thread codesite-noreply
Revision: 9555 Author: b...@google.com Date: Fri Jan 14 08:57:14 2011 Log: Re-roll r9549 with a fix that ensures that sub-editors of a LeafValueEditor will be ignored. Patch by: t.broyer, bobv Review by: bobv, rjrjr Review at http://gwt-code-reviews.appspot.com/1295801

[gwt-contrib] [google-web-toolkit] r9556 committed - Integrate EditorModel LeafValueEditor+CompositeEditor fix into GWT 2.2...

2011-01-14 Thread codesite-noreply
Revision: 9556 Author: b...@google.com Date: Fri Jan 14 09:32:27 2011 Log: Integrate EditorModel LeafValueEditor+CompositeEditor fix into GWT 2.2 branch. http://code.google.com/p/google-web-toolkit/source/detail?r=9556 Modified:

[gwt-contrib] Re: GWT 2.2 ?

2011-01-14 Thread Thomas Broyer
Awesome! Thanks a lot Ray and Bob for the fast reviews (and fix). I can't wait for 2.2 to be released! (well, now I have 5 open issues with RequestFactory assigned to me by my team, let's see if they're RF issues of –much more likely– issues with either user code or my heavy use of

[gwt-contrib] Improve canvas for browsers (and permutations) with partial canvas support. (issue1296801)

2011-01-14 Thread pdr
Reviewers: jlabanca, rice, Description: Improve canvas for browsers (and permutations) with partial canvas support. Please review this at http://gwt-code-reviews.appspot.com/1296801/show Affected files: M user/src/com/google/gwt/canvas/client/Canvas.java M

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

2011-01-14 Thread codesite-noreply
Revision: 9557 Author: fre...@google.com Date: Fri Jan 14 16:09:06 2011 Log: Edited wiki page WebModeExceptions through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9557 Modified: /wiki/WebModeExceptions.wiki === ---

[gwt-contrib] Re: Move the TCK report task to user/build.xml and (issue1288801)

2011-01-14 Thread nchalko
http://gwt-code-reviews.appspot.com/1288801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Move the TCK report task to user/build.xml and (issue1288801)

2011-01-14 Thread nchalko
On 2011/01/15 00:19:29, Nick Chalko wrote: Done http://gwt-code-reviews.appspot.com/1288801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors