[gwt-contrib] Re: Fix issue 6710: entities referenced from list of value proxies (issue1646803)

2012-04-09 Thread rdayal
Generally, looks good, but wouldn't mind hearing your comments to my questions before the submit. https://gwt-code-reviews.appspot.com/1646803/diff/1/user/src/com/google/web/bindery/requestfactory/server/Resolver.java File user/src/com/google/web/bindery/requestfactory/server/Resolver.java (righ

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-09 Thread rdayal
Generally looks good, just a couple of suggestions. Let's go one more round on this. http://gwt-code-reviews.appspot.com/1601806/diff/1015/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/Abstra

[gwt-contrib] Re: Issue 6331: Let AutoBean accept numbers for dates and longs (issue1601805)

2012-04-08 Thread rdayal
Ping. Brian, can you take a final look at this? http://gwt-code-reviews.appspot.com/1601805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add missing DOMImplIE8.cssClearOpacity (issue1615805)

2012-04-08 Thread rdayal
On 2012/04/06 18:44:50, rdayal wrote: LGTM. Submitted. http://gwt-code-reviews.appspot.com/1615805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2012-04-08 Thread rdayal
Looks like this one is not going to be accepted. @portersi: If you could close this issue, that would be great. http://gwt-code-reviews.appspot.com/1503806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add StyleInjector.flush (issue1614806)

2012-04-08 Thread rdayal
LGTM http://gwt-code-reviews.appspot.com/1614806/diff/1/user/src/com/google/gwt/dom/client/StyleInjector.java File user/src/com/google/gwt/dom/client/StyleInjector.java (right): http://gwt-code-reviews.appspot.com/1614806/diff/1/user/src/com/google/gwt/dom/client/StyleInjector.java#newcode219 u

[gwt-contrib] Re: Fix initialization of non-final fields (issue1618807)

2012-04-08 Thread rdayal
@cromwellian: Can you take another look so we can get this in? http://gwt-code-reviews.appspot.com/1618807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add assert for null provided fields, fixes #7024 (issue1602805)

2012-04-08 Thread rdayal
Great, thanks! http://gwt-code-reviews.appspot.com/1602805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add assert for null provided fields, fixes #7024 (issue1602805)

2012-04-08 Thread rdayal
Rodrigo, has this been submitted? http://gwt-code-reviews.appspot.com/1602805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix PopupPanel.center when content has changed (issue1573803)

2012-04-08 Thread rdayal
Looks good to me, but I'd like John to take a look. http://gwt-code-reviews.appspot.com/1573803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix dtd for collapse-property (issue1580804)

2012-04-08 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1580804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix dtd for collapse-property (issue1580804)

2012-04-08 Thread rdayal
On 2012/04/05 21:55:42, rdayal wrote: LGTM. Submitted. http://gwt-code-reviews.appspot.com/1580804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make form event getTypes public. (issue1582803)

2012-04-08 Thread rdayal
Submitted. http://gwt-code-reviews.appspot.com/1582803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-04-08 Thread rdayal
On 2012/04/05 18:59:13, rdayal wrote: Jason, can you look at this one more time? Sorry about the delay. Had to make a couple of changes: 1) You can't map null values in a ConcurrentHashMap. Bad suggestion on my part. 2) It's a change in behavior to pass null into readContent. Chang

[gwt-contrib] Add missing DOMImplIE8.cssClearOpacity (issue1615805)

2012-04-08 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1615805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix PopupPanel.center when content has changed (issue1573803)

2012-04-08 Thread rdayal
On 2012/04/06 15:00:31, rdayal wrote: Thanks! On Fri Apr 06 10:52:30 GMT-400 2012, <mailto:jlaba...@google.com> wrote: > LGTM > > http://gwt-code-reviews.appspot.com/1573803/%3Chttps://www.google.com/url?sa=D&q=http://gwt-code-reviews.appspot.com/1573803/> >

[gwt-contrib] Re: Make HasScrollHandlers extend HasHandlers. (issue1610804)

2012-04-08 Thread rdayal
On 2011/12/11 18:32:26, Jim Douglas wrote: LGTM. submitted. http://gwt-code-reviews.appspot.com/1610804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix SC_GATEWAY_TIMEOUT typo (issue1618805)

2012-04-08 Thread rdayal
On 2012/04/06 18:30:56, rdayal wrote: On 2011/12/17 07:00:31, stephenh wrote: LGTM. Submitted. http://gwt-code-reviews.appspot.com/1618805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-04-08 Thread rdayal
http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix SC_GATEWAY_TIMEOUT typo (issue1618805)

2012-04-08 Thread rdayal
On 2011/12/17 07:00:31, stephenh wrote: LGTM. http://gwt-code-reviews.appspot.com/1618805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add support for @font-face CSS declarations. (issue1679803)

2012-04-08 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1679803/diff/1/user/src/com/google/gwt/resources/css/ast/CssFontFace.java File user/src/com/google/gwt/resources/css/ast/CssFontFace.java (right): http://gwt-code-reviews.appspot.com/1679803/diff/1/user/src/com/google/gwt/resources/css/ast/CssFontFace.j

[gwt-contrib] Re: Fixup class literals across fragments (issue1513803)

2012-04-08 Thread rdayal
Ping. Can we get this review wrapped up? I'd like to push this into GWT 2.5 (or close the issue completely, if not). http://gwt-code-reviews.appspot.com/1513803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: scheglov pointed out a leak in compilation units in dev mode after a refresh (issue1490801)

2012-04-08 Thread rdayal
Ping. Is this patch dead, or do we still want to get this in? http://gwt-code-reviews.appspot.com/1490801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-04-08 Thread rdayal
On 2012/04/05 19:27:55, Jason Terk wrote: LGTM Thanks, submitted. http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix ListBox UiBinder parsing. (issue1629803)

2012-02-10 Thread rdayal
LGTM, with a couple of nits. http://gwt-code-reviews.appspot.com/1629803/diff/1/user/src/com/google/gwt/uibinder/rebind/GetEscapedInnerTextVisitor.java File user/src/com/google/gwt/uibinder/rebind/GetEscapedInnerTextVisitor.java (right): http://gwt-code-reviews.appspot.com/1629803/diff/1/user/s

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-01-31 Thread rdayal
http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-01-30 Thread rdayal
On 2012/01/30 22:31:09, rdayal wrote: http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-01-30 Thread rdayal
http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. (issue1632803)

2012-01-30 Thread rdayal
Reviewers: Jason Terk, tbroyer_gmail.com, skybrian_gmail.com, Description: Avoid Java bottleneck by using explicit Charset for byte[] <-> String conversions. Repost of Rietveld issue 158803. Patch By: Jason Terk Please review this at http://gwt-code-reviews.appspot.com/1632803/ Affected files

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[]<->String conversions (issue1588803)

2012-01-23 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1588803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: When encoding the payload, make sure that we're using the JSONified version of the object with n... (issue1628803)

2012-01-19 Thread rdayal
http://gwt-code-reviews.appspot.com/1628803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] When encoding the payload, make sure that we're using the JSONified version of the object with n... (issue1628803)

2012-01-19 Thread rdayal
Reviewers: tbroyer, Description: When encoding the payload, make sure that we're using the JSONified version of the object with non-collection encodes; otherwise we'll end up encoding a String as [Object] in web mode. Also remove the toString() on JsonSplittable; the proper implementation of toS

[gwt-contrib] Re: Fix issue 6834. (issue1609804)

2012-01-04 Thread rdayal
http://gwt-code-reviews.appspot.com/1609804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-21 Thread rdayal
Based on Thomas' comments, I'm inclined to leave it, but I agree that unit tests need to be put in place. Those will be in a forthcoming CL. http://gwt-code-reviews.appspot.com/1618806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-20 Thread rdayal
On 2011/12/20 22:31:52, rdayal wrote: On 2011/12/20 20:21:45, skybrian wrote: > http://gwt-code-reviews.appspot.com/1618806/diff/1003/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java > File > user/src/com/google/web/bindery/requestfactory/sh

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-20 Thread rdayal
On 2011/12/20 20:21:45, skybrian wrote: http://gwt-code-reviews.appspot.com/1618806/diff/1003/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right): http://g

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-20 Thread rdayal
(to be clear, the patch with test will be part of a separate issue). http://gwt-code-reviews.appspot.com/1618806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-20 Thread rdayal
Thanks very much for the review! Your point is taken on tests; I'm currently in the process of writing some rudimentary tests for JSON-RPC in RequestFactory. As you mention, these tests will not be integration-level tests at first, as there is no RF server side in the testing infrastructure (as y

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-20 Thread rdayal
http://gwt-code-reviews.appspot.com/1618806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-19 Thread rdayal
http://gwt-code-reviews.appspot.com/1618806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Properly encode request parameters that use Collections when in JSON-RPC mode. (issue1618806)

2011-12-19 Thread rdayal
Reviewers: tbroyer, jasonhall, Jeff Larsen, Description: Properly encode request parameters that use Collections when in JSON-RPC mode. Please review this at http://gwt-code-reviews.appspot.com/1618806/ Affected files: M user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRe

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[]<->String conversions (issue1588803)

2011-12-14 Thread rdayal
Thanks for doing this! A few comments. http://gwt-code-reviews.appspot.com/1588803/diff/2001/src/com/google/gwt/user/server/rpc/RPCServletUtils.java File src/com/google/gwt/user/server/rpc/RPCServletUtils.java (right): http://gwt-code-reviews.appspot.com/1588803/diff/2001/src/com/google/gwt/us

[gwt-contrib] Fix issue 6834. (issue1609804)

2011-12-14 Thread rdayal
Reviewers: rice, Daniel Kurka, Description: Fix issue 6834. Repost of Rietveld issue 1563803. Patch by: Daniel Kurka Please review this at http://gwt-code-reviews.appspot.com/1609804/ Affected files: M user/src/com/google/gwt/geolocation/client/Geolocation.java Index: user/src/com/google/

[gwt-contrib] Re: Issue 6834 Geolocation API Bug (issue1563803)

2011-12-08 Thread rdayal
Hi Daniel, Did you sign the GWT CLA? I was about to submit your patch, but I noticed that you're not on the list.. Rajeev http://gwt-code-reviews.appspot.com/1563803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add Closure compiler jar to the classpath. (issue1610803)

2011-12-08 Thread rdayal
Reviewers: johnlenz_google.com, Description: Add Closure compiler jar to the classpath. Please review this at http://gwt-code-reviews.appspot.com/1610803/ Affected files: M eclipse/dev/.classpath Index: eclipse/dev/.classpath

[gwt-contrib] Avoid bottlenecks by using ConcurrentHashMap instead of a synchronized IdentityHashMap. (issue1609803)

2011-12-08 Thread rdayal
Reviewers: unnurg, Description: Avoid bottlenecks by using ConcurrentHashMap instead of a synchronized IdentityHashMap. Repost from Rietveld issue 1582804 Thanks to Jason Terk for the original patch! Please review this at http://gwt-code-reviews.appspot.com/1609803/ Affected files: M user/sr

[gwt-contrib] Re: Add assert for null provided fields, fixes #7024 (issue1602805)

2011-12-07 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1602805/diff/1/user/test/com/google/gwt/uibinder/test/client/UiProvidedNullTest.java File user/test/com/google/gwt/uibinder/test/client/UiProvidedNullTest.java (right): http://gwt-code-reviews.appspot.com/1602805/diff/1/user/test/com/google/gwt/uibinder

[gwt-contrib] Re: Issue 6331: Let AutoBean serialize dates as numbers when possible. (issue1601805)

2011-12-05 Thread rdayal
Brian, can you review this CL? http://gwt-code-reviews.appspot.com/1601805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix docs for getOffsetWidth/Height (issue1586803)

2011-11-07 Thread rdayal
LGTM. Thanks for doing this! http://gwt-code-reviews.appspot.com/1586803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix testShardsAreSomewhatBalanced to only check for shards that are too big. (issue1578810)

2011-11-07 Thread rdayal
LGTM http://gwt-code-reviews.appspot.com/1578810/diff/3001/dev/core/test/com/google/gwt/dev/util/StringInternerTest.java File dev/core/test/com/google/gwt/dev/util/StringInternerTest.java (right): http://gwt-code-reviews.appspot.com/1578810/diff/3001/dev/core/test/com/google/gwt/dev/util/String

[gwt-contrib] Re: Make form event getTypes public. (issue1582803)

2011-11-02 Thread rdayal
http://gwt-code-reviews.appspot.com/1582803/diff/1/user/src/com/google/gwt/user/client/ui/FormPanel.java File user/src/com/google/gwt/user/client/ui/FormPanel.java (right): http://gwt-code-reviews.appspot.com/1582803/diff/1/user/src/com/google/gwt/user/client/ui/FormPanel.java#newcode138 user/sr

[gwt-contrib] Re: Fix testShardsAreSomewhatBalanced to only check for shards that are too big. (issue1578810)

2011-11-02 Thread rdayal
http://gwt-code-reviews.appspot.com/1578810/diff/1/dev/core/test/com/google/gwt/dev/util/StringInternerTest.java File dev/core/test/com/google/gwt/dev/util/StringInternerTest.java (right): http://gwt-code-reviews.appspot.com/1578810/diff/1/dev/core/test/com/google/gwt/dev/util/StringInternerTest

[gwt-contrib] Re: Reroll of r10726 (issue1578809)

2011-10-28 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1578809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: r10697 is back! It was falsely accused last time. Fingers crossed: (issue1578806)

2011-10-26 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1578806/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderGenerator.java File user/src/com/google/gwt/uibinder/rebind/UiBinderGenerator.java (right): http://gwt-code-reviews.appspot.com/1578806/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBind

[gwt-contrib] Re: Updated header of web.xml files to use XSD version 2.5 (issue1529804)

2011-08-24 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1529804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds support for runtime evaluation of JavaScriptObject methods from a debugger. Primarily inten... (issue1453808)

2011-06-08 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1453808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds support for runtime evaluation of JavaScriptObject methods from a debugger. Primarily inten... (issue1453808)

2011-06-08 Thread rdayal
http://gwt-code-reviews.appspot.com/1453808/diff/1/dev/core/src/com/google/gwt/core/ext/debug/JsoEval.java File dev/core/src/com/google/gwt/core/ext/debug/JsoEval.java (right): http://gwt-code-reviews.appspot.com/1453808/diff/1/dev/core/src/com/google/gwt/core/ext/debug/JsoEval.java#newcode47 de

[gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-16 Thread rdayal
Thanks for looking into this. A couple of questions/comments before I give the LGTM.. http://gwt-code-reviews.appspot.com/1224801/diff/1/2 File user/src/com/google/gwt/junit/client/GWTTestCase.java (right): http://gwt-code-reviews.appspot.com/1224801/diff/1/2#newcode445 user/src/com/google/gwt

[gwt-contrib] Re: Added error handling for exceptions that can occur when logging messages are sent over the wire ... (issue1149801)

2010-11-26 Thread rdayal
http://gwt-code-reviews.appspot.com/1149801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added error handling for exceptions that can occur when logging messages are sent over the wire ... (issue1149801)

2010-11-26 Thread rdayal
Thanks for the review; updated as per your comments. http://gwt-code-reviews.appspot.com/1149801/diff/1/3 File dev/core/src/com/google/gwt/dev/shell/remoteui/RemoteUI.java (right): http://gwt-code-reviews.appspot.com/1149801/diff/1/3#newcode139 dev/core/src/com/google/gwt/dev/shell/remoteui/Rem

[gwt-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-24 Thread rdayal
I think that jat is right - if you have a builder defined on your project that Eclipse does not know about, it will throw an exception. For now, let's go with this update to the README. I think, as a future step, we should add the natures and builders to the gwt-user and gwt-dev project, and make

[gwt-contrib] Added error handling for exceptions that can occur when logging messages are sent over the wire ... (issue1149801)

2010-11-24 Thread rdayal
Reviewers: scottb, Description: Added error handling for exceptions that can occur when logging messages are sent over the wire from DevMode to GPE. Review by: sco...@google.com Please review this at http://gwt-code-reviews.appspot.com/1149801/show Affected files: M dev/core/src/com/google/gw

[gwt-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-17 Thread rdayal
Looks good to me. I wonder why we haven't taken the step of adding the GWT Nature to the gwt-user project's .eclipse file... http://gwt-code-reviews.appspot.com/966802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Drop the bikeshed jar from the GWT distribution. (issue665801)

2010-06-25 Thread rdayal
LGTM - I'm guessing that the appropriate classes have now been merged into gwt-user proper? Side note: The plugin code can now be modified so that it doesn't have special handling for the bikeshed jar (i.e. putting it at the top of the container). http://gwt-code-reviews.appspot.com/665801/show

[gwt-contrib] Re: Fixes pathological slowness in remote UI logger (GPE) (issue550801)

2010-06-11 Thread rdayal
f/1/2 File dev/core/src/com/google/gwt/dev/shell/remoteui/MessageTransport.java (right): http://gwt-code-reviews.appspot.com/550801/diff/1/2#newcode240 dev/core/src/com/google/gwt/dev/shell/remoteui/MessageTransport.java:240: class FutureTaskExtension extends FutureTask { On 2010/06/10 23:06:48, r

[gwt-contrib] Re: Fixes pathological slowness in remote UI logger (GPE) (issue550801)

2010-06-10 Thread rdayal
I like the cleanup you've done here - however, there are a few things that I'd like you to take a look at before I give the LGTM. Let's go for one more round on this one; we can discuss this stuff f2f if it's easier. Side note: When these changes to MessageTransport land, we should update GPE so

[gwt-contrib] Re: Produces the gwt-bikeshed.jar from the dist target. In GPE, the GWT (issue541801)

2010-05-17 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/541801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: ServletValidate disable external DTDs (issue371801)

2010-04-26 Thread rdayal
LGTM. Though, I wonder if a better solution would be delegating the validation of web.xml to the SCL, as opposed to doing it in GWT. http://gwt-code-reviews.appspot.com/371801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE... (issue323801)

2010-04-16 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/323801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE... (issue323801)

2010-04-07 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/323801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors To unsubscribe, reply using "remove me" as the subject.

[gwt-contrib] Re: Ignore permission denied selenium errors and don't request title after tests stop (issue264801)

2010-03-24 Thread rdayal
I think this still needs some work. I'd suggest that we meet up and discuss the general threading pattern here; I think there could be a few pitfalls, so let's discuss the way that we want this class to work, and then re-work the threading/synchronization around that. http://gwt-code-reviews.app

[gwt-contrib] Fix flaky MessageTransport test (again). (issue250802)

2010-03-23 Thread rdayal
Reviewers: kjin, Description: Fix flaky MessageTransport test (again). It is possible that an IOException can occur in this test. Also, get rid of a redundant test. Review by: k...@google.com Please review this at http://gwt-code-reviews.appspot.com/250802/show Affected files: M dev/core/

[gwt-contrib] Fix flaxy MessageTransport test.

2010-03-18 Thread rdayal
Reviewers: kjin, Description: Fix flaxy MessageTransport test. Review by: k...@google.com Please review this at http://gwt-code-reviews.appspot.com/234801 Affected files: M dev/core/test/com/google/gwt/dev/shell/remoteui/MessageTransportTest.java Index: dev/core/test/com/google/gwt/dev

[gwt-contrib] Re: Code Review Request: Fix flaxy MessageTransport test

2010-03-15 Thread rdayal
ping http://gwt-code-reviews.appspot.com/111808 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Customize warning about missing startup URLs, remove from JUnitShell

2010-01-27 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/134805 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add -bindAddress option, clean up SCL interface

2010-01-22 Thread rdayal
, rdayal wrote: > Why is this necessary? Won't this cause the termination of the DevMode process? Why would it terminate anything? The effect of this is to tell the UI you are no longer interested in RestartServer events, so presumably the UI won't show the button. If we fail

[gwt-contrib] Re: Add -bindAddress option, clean up SCL interface

2010-01-21 Thread rdayal
http://gwt-code-reviews.appspot.com/130806/diff/1/2 File dev/core/src/com/google/gwt/core/ext/ServletContainerLauncher.java (right): http://gwt-code-reviews.appspot.com/130806/diff/1/2#newcode70 Line 70: public boolean processArguments(TreeLogger logger, String arguments) { Another way to do thi

[gwt-contrib] Re: Update JreDocTool to output EZT

2009-12-14 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/124803 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix benchmark-viewer

2009-12-09 Thread rdayal
LGTM with a nit - I only reviewed the JettyLauncher change. http://gwt-code-reviews.appspot.com/120801/diff/1/4 File dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java (right): http://gwt-code-reviews.appspot.com/120801/diff/1/4#newcode479 Line 479: private TreeLogger.Type baseLogLev

[gwt-contrib] Re: UI cleanups

2009-11-24 Thread rdayal
LGTM, with a few nits. Also, I didn't understand why you changed a bunch of things in SwingUI to run on the UI thread. What was the specific reason for this? http://gwt-code-reviews.appspot.com/111809/diff/1/6 File dev/core/src/com/google/gwt/dev/SwingUI.java (right): http://gwt-code-reviews.app

[gwt-contrib] Code Review Request: Fix flaxy MessageTransport test

2009-11-24 Thread rdayal
Reviewers: mmendez, Description: Add a delay to make sure the stream is closed before executing the request. Please review this at http://gwt-code-reviews.appspot.com/111808 Affected files: M dev/core/test/com/google/gwt/dev/shell/remoteui/MessageTransportTest.java Index: dev/core/test/

[gwt-contrib] Re: Code Review Request: Send startup URLs over the wire to GPE

2009-11-23 Thread rdayal
Thanks for the review. Committed as tr...@r7150 and cherry-picked into releases/2.0 at r7151. http://gwt-code-reviews.appspot.com/111807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Send startup URLs over the wire to GPE

2009-11-23 Thread rdayal
Thanks for the review! http://gwt-code-reviews.appspot.com/111807/diff/1/5 File dev/core/src/com/google/gwt/dev/shell/remoteui/RemoteUI.java (right): http://gwt-code-reviews.appspot.com/111807/diff/1/5#newcode169 Line 169: public void setStartupUrls(Map urls) { On 2009/11/24 05:14:07, mmendez wr

[gwt-contrib] Code Review Request: Send startup URLs over the wire to GPE

2009-11-23 Thread rdayal
Reviewers: jat, mmendez, Description: Send startup URLs over the wire to GPE. The initialization code has now been moved from RemoteUI.initialize to RemoteUI.setStartupURLs. Please review this at http://gwt-code-reviews.appspot.com/111807 Affected files: M dev/core/src/com/google/gwt/dev/DevM

[gwt-contrib] Re: Code Review Request: Add better handling of failure to connect to remote UI

2009-11-23 Thread rdayal
Thanks for the review. Committed as tr...@r7112 and cherry-picked into releases/2.0 at r7113. http://gwt-code-reviews.appspot.com/111802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-23 Thread rdayal
Committed as tr...@r7109 and cherry-picked into releases/2.0 at r7110. http://gwt-code-reviews.appspot.com/112802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-23 Thread rdayal
Ended up going with "Module xxx has been loaded." John, I agree with your point, but I think those other messages should be changed to be more specific. http://gwt-code-reviews.appspot.com/112802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-23 Thread rdayal
http://gwt-code-reviews.appspot.com/112802/diff/1/2 File dev/core/src/com/google/gwt/dev/shell/OophmSessionHandler.java (right): http://gwt-code-reviews.appspot.com/112802/diff/1/2#newcode186 Line 186: "Module " + moduleName + " loaded"); Lets go with "Module xxx has been started.". Truly, that i

[gwt-contrib] Code Review Request: Add better handling of failure to connect to remote UI

2009-11-22 Thread rdayal
Reviewers: mmendez, jat, Description: Add better handling of failure to connect to remote UI. Instead of printing out the exception, we print out a user-friendly error message. Please review this at http://gwt-code-reviews.appspot.com/111802 Affected files: M dev/core/src/com/google/gwt/dev/D

[gwt-contrib] Code Review Request: Add Info Message To Indicate When a Module Load is Complete

2009-11-22 Thread rdayal
Reviewers: jat, mmendez, Description: Adds an info message to indicate when a module has loaded successfully. As I was writing the code, I noticed that the SwingUI actually has the "loading module xxx" message in the call to getModuleLogger(). Technically, this logging information should be in OO

[gwt-contrib] Re: Code Review Request: Tweaks to enable restart server functionality

2009-11-20 Thread rdayal
Thanks for the review. Committed as tr...@r7089 and cherry-picked into releases/2.0 at r7090. http://gwt-code-reviews.appspot.com/109801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Code Review Request: Tweaks to enable restart server functionality

2009-11-20 Thread rdayal
Reviewers: kplatfoot, mmendez, Message: Tweaks to get restart server up and running. We now always indicate that we support the RESTART_SERVER capability (checking it was problematic, because it had not been registered at the time of capability exchange). Fixed an issue in MessageTransport where

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread rdayal
Committed as tr...@r7406 and cherry-picked into releases/2.0 at r7407. http://gwt-code-reviews.appspot.com/103812 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread rdayal
Thanks for the review. http://gwt-code-reviews.appspot.com/103812/diff/2002/2003 File dev/core/src/com/google/gwt/dev/DevMode.java (right): http://gwt-code-reviews.appspot.com/103812/diff/2002/2003#newcode359 Line 359: ((JettyLauncher) scl).setBaseLogLevel(getBaseLogLevelForUI()); On 2009/11/19

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread rdayal
Thanks for the reviews guys! Updated patch based on both of your comments. I've ditched the system property in favor of exposing a setter on JettyLauncher for the base log level. While this is still not ideal, it's less hacky than the previous solution. http://gwt-code-reviews.appspot.com/103812

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-18 Thread rdayal
Updated this issue based on our face-to-face descriptions. Please re-read the description and check out patch set #2. http://gwt-code-reviews.appspot.com/103812 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Code Review Request: Drop Request/Response Logging Levels down to TRACE

2009-11-18 Thread rdayal
Reviewers: jat, mmendez, Description: Drop Request/Response Logging Levels down to TRACE. Please review this at http://gwt-code-reviews.appspot.com/103812 Affected files: M dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java Index: dev/core/src/com/google/gwt/dev/shell/jetty/Jett

[gwt-contrib] Re: Tweak log levels; don't log launch URLs if using remote UI

2009-11-18 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/104810 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Renamed portHosted to codeServerPort

2009-11-18 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/103810/diff/1/2 File dev/core/src/com/google/gwt/dev/DevModeBase.java (right): http://gwt-code-reviews.appspot.com/103810/diff/1/2#newcode272 Line 272: return new String[] {CODE_SERVER_PORT_TAG, "9997"}; Could extract a constant for this, since you use i

[gwt-contrib] Re: Code Review Request: Add start() method to MessageTransport

2009-11-12 Thread rdayal
Thanks for the review. Ran the unit tests and updates against the plugin, everything checked out. Committed into trunk at r6880. Cherry-picked into releases/2.0 at r6881. http://gwt-code-reviews.appspot.com/102813 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

<    1   2   3   >