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

2010-10-05 Thread codesite-noreply
Comment by saglikpasaji: Genel içerik ve özgün makaleler ile a href=http://www.saglikpasaji.com;sağlık/a pasajı sizler ile burada a href=http://www.saglikpasaji.com;dengeli beslenme/aküçüklerin a href=http://www.oyuncun.com;oyun oyna/ama merağını a

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread amitmanjhi
http://gwt-code-reviews.appspot.com/959801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Package re-org in advance of 2.1 RC. (issue957801)

2010-10-05 Thread rjrjr
http://gwt-code-reviews.appspot.com/957801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Package re-org in advance of 2.1 RC. (issue957801)

2010-10-05 Thread rjrjr
Ready for re-review. Also, I forgot to call out another significant change: the separation between ValueBoxBase and TextBoxBase was pretty dirty before, with VBB depending upon the nasty pre-enum type TextBoxBase.TextAlignConstant. Added an enum and setAlignment method to VBB, and deprecated the

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread Amit Manjhi
On Tue, Oct 5, 2010 at 2:21 PM, rj...@google.com wrote: http://gwt-code-reviews.appspot.com/959801/diff/4001/5001 File user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (right): http://gwt-code-reviews.appspot.com/959801/diff/4001/5001#newcode78

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread rjrjr
http://gwt-code-reviews.appspot.com/959801/diff/5004/20001 File user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (right): http://gwt-code-reviews.appspot.com/959801/diff/5004/20001#newcode77 user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java:77:

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread rjrjr
Oops, nevermind on the Why keep the test comment, I was confused. http://gwt-code-reviews.appspot.com/959801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Package re-org in advance of 2.1 RC. (issue957801)

2010-10-05 Thread rjrjr
http://gwt-code-reviews.appspot.com/957801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread Amit Manjhi
On Tue, Oct 5, 2010 at 4:10 PM, rj...@google.com wrote: http://gwt-code-reviews.appspot.com/959801/diff/5004/20001 File user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (right): http://gwt-code-reviews.appspot.com/959801/diff/5004/20001#newcode77

[gwt-contrib] Re: Public: First take at GWT validation that actually validates on the client side. (issue863801)

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

[gwt-contrib] Re: Public: First take at GWT validation that actually validates on the client side. (issue863801)

2010-10-05 Thread nchalko
http://gwt-code-reviews.appspot.com/863801/diff/32001/33004 File samples/common.ant.xml (right): http://gwt-code-reviews.appspot.com/863801/diff/32001/33004#newcode100 samples/common.ant.xml:100: /classpath On 2010/10/04 20:52:02, bobv wrote: Low priority: Can you extract this classpath as an

[gwt-contrib] Re: Send an update notification to a stale client by comparing the incoming version (issue959801)

2010-10-05 Thread Ray Ryan
LGTM On Tue, Oct 5, 2010 at 4:21 PM, Amit Manjhi amitman...@google.com wrote: On Tue, Oct 5, 2010 at 4:10 PM, rj...@google.com wrote: http://gwt-code-reviews.appspot.com/959801/diff/5004/20001 File user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (right):

[gwt-contrib] [google-web-toolkit] r8945 committed - Send an update notification to a stale client by comparing the incomin...

2010-10-05 Thread codesite-noreply
Revision: 8945 Author: amitman...@google.com Date: Tue Oct 5 14:47:46 2010 Log: Send an update notification to a stale client by comparing the incoming version number with the version number on the server. Hacked the test harness so that the version number is only incremented on a real

[gwt-contrib] Re: Package re-org in advance of 2.1 RC. (issue957801)

2010-10-05 Thread rjrjr
http://gwt-code-reviews.appspot.com/957801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Package re-org in advance of 2.1 RC. (issue957801)

2010-10-05 Thread rjrjr
Submitted so that I'd get out of Phil's way. On 2010/10/06 01:55:20, rjrjr wrote: http://gwt-code-reviews.appspot.com/957801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2010-10-05 Thread codesite-noreply
Revision: 8947 Author: fabb...@google.com Date: Tue Oct 5 21:24:05 2010 Log: Edited wiki page DefaultLocaleBinding through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=8947 Modified: /wiki/DefaultLocaleBinding.wiki === ---

[gwt-contrib] Fixing the javadoc build breaks. One problem is that the doc/build.xml (issue963801)

2010-10-05 Thread fabbott
Reviewers: jlabanca, Description: Fixing the javadoc build breaks. One problem is that the doc/build.xml has drifted stale against user/build.xml's classpath (we should unify them, but the goal here is to fix the break); another is citing @examples that don't (yet) exist. Please review this

[gwt-contrib] Re: Fixing the javadoc build breaks. One problem is that the doc/build.xml (issue963801)

2010-10-05 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/963801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8948 committed - Fix checkstyle mess in gwt.app blow up patch.

2010-10-05 Thread codesite-noreply
Revision: 8948 Author: rj...@google.com Date: Tue Oct 5 18:38:29 2010 Log: Fix checkstyle mess in gwt.app blow up patch. http://code.google.com/p/google-web-toolkit/source/detail?r=8948 Modified: /trunk/user/test/com/google/gwt/activity/ActivitySuite.java

[gwt-contrib] [google-web-toolkit] r8949 committed - Fixing the javadoc build breaks. One problem is that the doc/build.xm...

2010-10-05 Thread codesite-noreply
Revision: 8949 Author: fabb...@google.com Date: Tue Oct 5 19:40:24 2010 Log: Fixing the javadoc build breaks. One problem is that the doc/build.xml has drifted stale against user/build.xml's classpath (we should unify them, but the goal here is to fix the break); another is citing @examples

<    1   2   3