[gwt-contrib] Re: Change GWT History to work when multiple applications are loaded within the same page. (issue1322801)

2011-01-25 Thread jgw
On 2011/01/25 00:24:52, jhollenbach wrote: LGTM http://gwt-code-reviews.appspot.com/1322801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] If some unrecoverable failure happens during validation, a ValidationException is raised. (issue1295803)

2011-01-25 Thread nchalko
Reviewers: rchandia, Description: If some unrecoverable failure happens during validation, a ValidationException is raised. [JSR 303 TCK Result] 66 of 257 (25.68%) Pass with 25 Failures and 3 Errors. Please review this at http://gwt-code-reviews.appspot.com/1295803/show Affected files: M

[gwt-contrib] Re: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-25 Thread bobv
Ready for another look. The moves in the autobean.server package don't have any interesting diffs except to change visibilities. http://gwt-code-reviews.appspot.com/1320801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. (issue1295804)

2011-01-25 Thread fmalita
Reviewers: jlabanca, Description: Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. Resubmitting with fixes for the CellViewSuite test breakage. Please review this at http://gwt-code-reviews.appspot.com/1295804/show Affected files: M

[gwt-contrib] Re: Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. (issue1295804)

2011-01-25 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1295804/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Remove experimental warning from Canvas and clean up javadoc. (issue1286802)

2011-01-25 Thread pdr
Reviewers: rjrjr, Description: Remove experimental warning from Canvas and clean up javadoc. Please review this at http://gwt-code-reviews.appspot.com/1286802/show Affected files: M user/src/com/google/gwt/canvas/client/Canvas.java M

[gwt-contrib] [google-web-toolkit] r9605 committed - Update MissingPlugin.html for FF4 support...

2011-01-25 Thread codesite-noreply
Revision: 9605 Author: con...@google.com Date: Tue Jan 25 04:39:49 2011 Log: Update MissingPlugin.html for FF4 support Review at http://gwt-code-reviews.appspot.com/1322802 http://code.google.com/p/google-web-toolkit/source/detail?r=9605 Modified:

[gwt-contrib] Re: Updates DTRF to show the use of ServiceLocators and Locators. (issue1299801)

2011-01-25 Thread rchandia
http://gwt-code-reviews.appspot.com/1299801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updates DTRF to show the use of ServiceLocators and Locators. (issue1299801)

2011-01-25 Thread rchandia
http://gwt-code-reviews.appspot.com/1299801/diff/1/2 File samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/PersonEditor.java (right): http://gwt-code-reviews.appspot.com/1299801/diff/1/2#newcode59

[gwt-contrib] [google-web-toolkit] r9606 committed - Handle deferred layout updates gracefully in SplitLayoutPanel resize l...

2011-01-25 Thread codesite-noreply
Revision: 9606 Author: fmal...@google.com Date: Tue Jan 25 05:06:56 2011 Log: Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. Resubmitting with fixes for the CellViewSuite test breakage. Review at http://gwt-code-reviews.appspot.com/1295804 Review by:

[gwt-contrib] Re: Throw an IllegalErgumentException if the property name is invalid. (issue1287802)

2011-01-25 Thread rchandia
LGTM. With nits. http://gwt-code-reviews.appspot.com/1287802/diff/1/2 File user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java (right): http://gwt-code-reviews.appspot.com/1287802/diff/1/2#newcode91

[gwt-contrib] Re: If some unrecoverable failure happens during validation, a ValidationException is raised. (issue1295803)

2011-01-25 Thread rchandia
LGTM On 2011/01/25 14:21:45, Nick Chalko wrote: http://gwt-code-reviews.appspot.com/1295803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9607 committed - Allow Editor framework to handle primitive types....

2011-01-25 Thread codesite-noreply
Revision: 9607 Author: gwt.mirror...@gmail.com Date: Tue Jan 25 08:47:13 2011 Log: Allow Editor framework to handle primitive types. Issue 5864. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/1312802 http://code.google.com/p/google-web-toolkit/source/detail?r=9607

[gwt-contrib] Re: Updates DTRF to show the use of ServiceLocators and Locators. (issue1299801)

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

[gwt-contrib] Re: AbstractPlaceHistoryMapper doesn't process tokens correctly wrt empty prefixes (issue1316801)

2011-01-25 Thread Ray Ryan
Oops, PlaceHistoryGeneratorContextTest is failing: java.lang.NullPointerException at com.google.gwt.place.rebind.PlaceHistoryGeneratorContext.getPrefixForTokenizerType(PlaceHistoryGeneratorContext.java:269) at

[gwt-contrib] Re: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-25 Thread rjrjr
One nit and one question about redundant getters. http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005 File user/src/com/google/gwt/autobean/rebind/model/JBeanMethod.java (right): http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005#newcode30

[gwt-contrib] - Use z-index to layer multiple notifications in hosted.html (issue1323801)

2011-01-25 Thread fredsa
Reviewers: knorton, Description: - Use z-index to layer multiple notifications in hosted.html - ModuleSpace.java produces well formed HTML, replacing /pre with /div Please review this at http://gwt-code-reviews.appspot.com/1323801/show Affected files: M

[gwt-contrib] Re: Remove experimental warning from Canvas and clean up javadoc. (issue1286802)

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

[gwt-contrib] Re: Updates DTRF to show the use of ServiceLocators and Locators. (issue1299801)

2011-01-25 Thread rchandia
http://gwt-code-reviews.appspot.com/1299801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9608 committed - Throw an IllegalErgumentException if the property name is invalid....

2011-01-25 Thread codesite-noreply
Revision: 9608 Author: ncha...@google.com Date: Tue Jan 25 07:30:57 2011 Log: Throw an IllegalErgumentException if the property name is invalid. [JSR 303 TCK Result] 66 of 257 (25.68%) Pass with 25 Failures and 3 Errors. Review at http://gwt-code-reviews.appspot.com/1287802 Review by:

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/diff/1/3 File user/src/com/google/gwt/jsonp/client/JsonpRequest.java (right): http://gwt-code-reviews.appspot.com/1310801/diff/1/3#newcode70 user/src/com/google/gwt/jsonp/client/JsonpRequest.java:70: } On 2011/01/24 14:31:26, bobv wrote: Extra

[gwt-contrib] Re: - Use z-index to layer multiple notifications in hosted.html (issue1323801)

2011-01-25 Thread fredsa
http://gwt-code-reviews.appspot.com/1323801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9609 committed - Updates DTRF to show the use of ServiceLocators and Locators....

2011-01-25 Thread codesite-noreply
Revision: 9609 Author: rchan...@google.com Date: Tue Jan 25 08:05:30 2011 Log: Updates DTRF to show the use of ServiceLocators and Locators. - Added editors to modify person schedules - Schedule is now a RF Entity and TimeSlot is now a VO - ScheduleLocator interfaces with non standard getKey and

[gwt-contrib] Re: Updates DTRF to show the use of ServiceLocators and Locators. (issue1299801)

2011-01-25 Thread rchandia
Submitted as of r9609 On 2011/01/25 18:39:13, rchandia wrote: http://gwt-code-reviews.appspot.com/1299801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9610 committed - Adding jscpucfg.h for the windows build

2011-01-25 Thread codesite-noreply
Revision: 9610 Author: gwt.mirror...@gmail.com Date: Tue Jan 25 11:30:28 2011 Log: Adding jscpucfg.h for the windows build http://code.google.com/p/google-web-toolkit/source/detail?r=9610 Added: /plugin-sdks/gecko-sdks/gecko-2.0.0/WINNT_x86-msvc/include/jscpucfg.h

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread jat
Reviewers: conroy, tobyr, Description: Add SSL support to DevMode. Issue: 1806 Patch by: jat Review by: conroy, tobyr Please review this at http://gwt-code-reviews.appspot.com/1324801/show Affected files: A dev/core/src/com/google/gwt/core/ext/SecureServletContainerLauncher.java M

[gwt-contrib] Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, cre... (issue1325801)

2011-01-25 Thread jlabanca
Reviewers: rjrjr, Description: Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread bobv
LGTM, nits. Once the JSONP stuff is shown to work in production, can you swing back around and remove the XHR? http://gwt-code-reviews.appspot.com/1310801/diff/24001/25002 File user/src/com/google/gwt/jsonp/client/JsonpRequest.java (right):

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/diff/24001/25002 File user/src/com/google/gwt/jsonp/client/JsonpRequest.java (right): http://gwt-code-reviews.appspot.com/1310801/diff/24001/25002#newcode39 user/src/com/google/gwt/jsonp/client/JsonpRequest.java:39: On 2011/01/25 19:49:32, bobv wrote:

[gwt-contrib] Re: Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, cre... (issue1325801)

2011-01-25 Thread rjrjr
LGTM Nice cleanup. http://gwt-code-reviews.appspot.com/1325801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9611 committed - Cherry picking r9609 into releases/2.2

2011-01-25 Thread codesite-noreply
Revision: 9611 Author: rchan...@google.com Date: Tue Jan 25 08:46:02 2011 Log: Cherry picking r9609 into releases/2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9611 Added:

[gwt-contrib] [google-web-toolkit] r9612 committed - Cherry picking r9602 into releases/2.2

2011-01-25 Thread codesite-noreply
Revision: 9612 Author: p...@google.com Date: Tue Jan 25 08:49:05 2011 Log: Cherry picking r9602 into releases/2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9612 Added: /releases/2.2/user/src/com/google/gwt/dom/client/PartialSupport.java Deleted:

[gwt-contrib] [google-web-toolkit] r9614 committed - Fixing a bug in DynaTableRf where multiple stale responses can push da...

2011-01-25 Thread codesite-noreply
Revision: 9614 Author: gwt.mirror...@gmail.com Date: Tue Jan 25 09:52:49 2011 Log: Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also

[gwt-contrib] Re: Add option to use JSONP in ExternalTextResource (issue1310801)

2011-01-25 Thread unnurg
http://gwt-code-reviews.appspot.com/1310801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generator Result Caching implementation for ClientBundle (issue1236801)

2011-01-25 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1236801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, cre... (issue1325801)

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

[gwt-contrib] Re: Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread jat
http://gwt-code-reviews.appspot.com/1324801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixing a bug in CellBrowser where the user must click on an element twice to focus on it and ena... (issue1290803)

2011-01-25 Thread jlabanca
Reviewers: rchandia, Description: Fixing a bug in CellBrowser where the user must click on an element twice to focus on it and enable keyboard support. The problem is that Element.getTabIndex() returns 0 for non-focusable divs, which causes us to assume that the div is focusable. Other

[gwt-contrib] Re: Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread conroy
LGTM + readme nits http://gwt-code-reviews.appspot.com/1324801/diff/17001/18007 File dev/core/src/com/google/gwt/dev/shell/jetty/README-SSL.txt (right): http://gwt-code-reviews.appspot.com/1324801/diff/17001/18007#newcode17 dev/core/src/com/google/gwt/dev/shell/jetty/README-SSL.txt:17: -server

[gwt-contrib] [google-web-toolkit] r9615 committed - If some unrecoverable failure happens during validation, a ValidationE...

2011-01-25 Thread codesite-noreply
Revision: 9615 Author: ncha...@google.com Date: Tue Jan 25 11:20:03 2011 Log: If some unrecoverable failure happens during validation, a ValidationException is raised. [JSR 303 TCK Result] 66 of 257 (25.68%) Pass with 25 Failures and 3 Errors. Review at

[gwt-contrib] Re: Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread jat
http://gwt-code-reviews.appspot.com/1324801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-25 Thread bobv
http://gwt-code-reviews.appspot.com/1320801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-25 Thread bobv
http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005 File user/src/com/google/gwt/autobean/rebind/model/JBeanMethod.java (right): http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005#newcode30 user/src/com/google/gwt/autobean/rebind/model/JBeanMethod.java:30: public enum JBeanMethod

[gwt-contrib] Re: Allows isBoolean() properties to be handled correctly by AutoBeanCodex. (issue1320801)

2011-01-25 Thread rjrjr
LGTM One more nit, your call, no need for re-review. http://gwt-code-reviews.appspot.com/1320801/diff/10001/11023 File user/src/com/google/gwt/requestfactory/rebind/model/RequestFactoryModel.java (right): http://gwt-code-reviews.appspot.com/1320801/diff/10001/11023#newcode240

[gwt-contrib] Re: Add Windows support to the FF4 plugin. (issue1327801)

2011-01-25 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1327801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9616 committed - In the LoadModuleMessage, send the application supplied URL rather tha...

2011-01-25 Thread codesite-noreply
Revision: 9616 Author: con...@google.com Date: Tue Jan 25 12:47:44 2011 Log: In the LoadModuleMessage, send the application supplied URL rather than the plugin's view of the URL. This fixes the devmode tab title to display 'NewWebApp' or equivalent instead of 'hosted'.

[gwt-contrib] Re: Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread jat
http://gwt-code-reviews.appspot.com/1324801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9618 committed - Fix missing line in Javadoc....

2011-01-25 Thread codesite-noreply
Revision: 9618 Author: j...@google.com Date: Tue Jan 25 13:08:09 2011 Log: Fix missing line in Javadoc. Issue: 5615 Suggested by: xerces9 Patch by: jat Review by: conroy http://code.google.com/p/google-web-toolkit/source/detail?r=9618 Modified:

[gwt-contrib] Re: Add SSL support to DevMode. (issue1324801)

2011-01-25 Thread tobyr
LGTM given changes to ServletContainerLaunch and removal of SecureServletContainerLauncher. http://gwt-code-reviews.appspot.com/1324801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix NPE in samples/expenses (issue1326801)

2011-01-25 Thread drfibonacci
LGTM http://gwt-code-reviews.appspot.com/1326801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add more TCK tests (issue1298802)

2011-01-25 Thread nchalko
Reviewers: rchandia, Description: Add more TCK tests [JSR 303 TCK Result] 90 of 257 (35.02%) Pass with 29 Failures and 12 Errors. Please review this at http://gwt-code-reviews.appspot.com/1298802/show Affected files: M user/test/com/google/gwt/validation/tck/MetadataGwtSuite.java M

[gwt-contrib] Re: Add more TCK tests (issue1298802)

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