[gwt-contrib] [google-web-toolkit] r10508 committed - Fixing a bug in HasDataPresenter where paging to a negative row index ...

2011-08-08 Thread codesite-noreply
Revision: 10508 Author: jlaba...@google.com Date: Mon Aug 8 11:12:35 2011 Log: Fixing a bug in HasDataPresenter where paging to a negative row index causes an IndexOutOfRange exception. We now properly trim the keyboard selected row to a non-negative value. Issue: 6383 Review

[gwt-contrib] [google-web-toolkit] r10509 committed - Reduce the # of Column.getValue() getting called. Sometimes this inclu...

2011-08-08 Thread codesite-noreply
Revision: 10509 Author: pengzhu...@google.com Date: Mon Aug 8 12:01:09 2011 Log: Reduce the # of Column.getValue() getting called. Sometimes this includes localization logic which could be slow. Review at http://gwt-code-reviews.appspot.com/1516803 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10505 committed - Public:...

2011-08-07 Thread codesite-noreply
Revision: 10505 Author: mrruss...@google.com Date: Sun Aug 7 15:09:29 2011 Log: Public: Tagging the 2.4.0 release http://code.google.com/p/google-web-toolkit/source/detail?r=10505 Added: /tags/2.4.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10497 committed - Add Traversable Resolver and UnknownProviderBootstrapCompile tests...

2011-08-05 Thread codesite-noreply
Revision: 10497 Author: gwt.mirror...@gmail.com Date: Fri Aug 5 12:18:39 2011 Log: Add Traversable Resolver and UnknownProviderBootstrapCompile tests [JSR 303 TCK Result] 154 of 257 (59.92%) Pass with 26 Failures and 7 Errors. Review at http://gwt-code-reviews.appspot.com/1510804

[gwt-contrib] [google-web-toolkit] r10498 committed - Cherry picking r10458 into releases/2.4 for issue 1483804

2011-08-05 Thread codesite-noreply
Revision: 10498 Author: gwt.mirror...@gmail.com Date: Fri Aug 5 12:51:03 2011 Log: Cherry picking r10458 into releases/2.4 for issue 1483804 http://code.google.com/p/google-web-toolkit/source/detail?r=10498 Modified:

[gwt-contrib] [google-web-toolkit] r10499 committed - Support chained requests where the returned proxy type is not reachabl...

2011-08-05 Thread codesite-noreply
Revision: 10499 Author: gwt.mirror...@gmail.com Date: Fri Aug 5 09:53:30 2011 Log: Support chained requests where the returned proxy type is not reachable from the canonical RequestContext. Issue 6641. Patch by: bobv Review by: rjrjr Review at

[gwt-contrib] [google-web-toolkit] r10500 committed - Integrate r10499 into GWT 2.4 branch.

2011-08-05 Thread codesite-noreply
Revision: 10500 Author: b...@google.com Date: Fri Aug 5 10:19:40 2011 Log: Integrate r10499 into GWT 2.4 branch. http://code.google.com/p/google-web-toolkit/source/detail?r=10500 Added:

[gwt-contrib] [google-web-toolkit] r10501 committed - remove temporary support of deprecated ui:baseInterface attribute....

2011-08-05 Thread codesite-noreply
Revision: 10501 Author: gwt.mirror...@gmail.com Date: Fri Aug 5 13:47:17 2011 Log: remove temporary support of deprecated ui:baseInterface attribute. Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10501 Modified:

[gwt-contrib] [google-web-toolkit] r10502 committed - Fixed build to add requestfactory jars to the gwt jar file

2011-08-05 Thread codesite-noreply
Revision: 10502 Author: mrruss...@google.com Date: Fri Aug 5 11:06:48 2011 Log: Fixed build to add requestfactory jars to the gwt jar file http://code.google.com/p/google-web-toolkit/source/detail?r=10502 Modified: /releases/2.4/distro-source/build.xml

[gwt-contrib] [google-web-toolkit] r10503 committed - fixed build to add requestfactory jars to the gwt jar file. Philip th...

2011-08-05 Thread codesite-noreply
Revision: 10503 Author: gwt.mirror...@gmail.com Date: Fri Aug 5 14:19:58 2011 Log: fixed build to add requestfactory jars to the gwt jar file. Philip thought that the requestfactory*.jar files were renamed to bindery. I'm looking for some help figuring this out.

[gwt-contrib] [google-web-toolkit] r10504 committed - Remove escaped HTML from devevelopment mode glass panel...

2011-08-05 Thread codesite-noreply
Revision: 10504 Author: fre...@google.com Date: Fri Aug 5 11:53:17 2011 Log: Remove escaped HTML from devevelopment mode glass panel Review at http://gwt-code-reviews.appspot.com/1514803 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10504

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

2011-08-04 Thread codesite-noreply
Comment by a.korzhe...@gmail.com: Would really like to see smth like that: @sprite .myClass { gwt-image: url(image.png); } because if i have external css with this class i would like to define image there and not in UiBinder via ui:image .../ For more information:

[gwt-contrib] [google-web-toolkit] r10493 committed - Remove CompilationUnit.getSource()....

2011-08-04 Thread codesite-noreply
Revision: 10493 Author: gwt.mirror...@gmail.com Date: Thu Aug 4 11:07:02 2011 Log: Remove CompilationUnit.getSource(). No longer needed with GwtAstBuidler. http://gwt-code-reviews.appspot.com/1462807/ Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r10494 committed - Fix typo...

2011-08-04 Thread codesite-noreply
Revision: 10494 Author: gwt.mirror...@gmail.com Date: Thu Aug 4 11:18:23 2011 Log: Fix typo Fixes issues: 5912 Review at http://gwt-code-reviews.appspot.com/1497807 Review by: unn...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10494 Modified:

[gwt-contrib] [google-web-toolkit] r10495 committed - Remove temporary support of deprecated ui:baseInterface attribute....

2011-08-04 Thread codesite-noreply
Revision: 10495 Author: gwt.mirror...@gmail.com Date: Thu Aug 4 12:48:44 2011 Log: Remove temporary support of deprecated ui:baseInterface attribute. Review by: rjrjr http://code.google.com/p/google-web-toolkit/source/detail?r=10495 Modified:

[gwt-contrib] [google-web-toolkit] r10496 committed - Add test for Invalid Constraint Definitions....

2011-08-04 Thread codesite-noreply
Revision: 10496 Author: gwt.mirror...@gmail.com Date: Thu Aug 4 14:49:14 2011 Log: Add test for Invalid Constraint Definitions. [JSR 303 TCK Result] 152 of 257 (59.14%) Pass with 23 Failures and 7 Errors. Review at http://gwt-code-reviews.appspot.com/1505806 Review by:

[gwt-contrib] [google-web-toolkit] r10491 committed - Include enclosing class in generated class name...

2011-08-03 Thread codesite-noreply
Revision: 10491 Author: ncha...@google.com Date: Wed Aug 3 12:02:05 2011 Log: Include enclosing class in generated class name Review at http://gwt-code-reviews.appspot.com/1499804 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10491

[gwt-contrib] [google-web-toolkit] r10485 committed - Eliminates the code for the long deprecated urn:with feature....

2011-08-02 Thread codesite-noreply
Revision: 10485 Author: rj...@google.com Date: Mon Aug 1 13:27:49 2011 Log: Eliminates the code for the long deprecated urn:with feature. Review at http://gwt-code-reviews.appspot.com/1500808 Review by: her...@google.com

[gwt-contrib] [google-web-toolkit] r10486 committed - Simplify the use of TckCompileTestCase by always using the module name...

2011-08-02 Thread codesite-noreply
Revision: 10486 Author: gwt.mirror...@gmail.com Date: Tue Aug 2 05:56:59 2011 Log: Simplify the use of TckCompileTestCase by always using the module named TckTest.gwt.xml. Add asserts for generator compile time errors. Review at http://gwt-code-reviews.appspot.com/1467811 Review

[gwt-contrib] [google-web-toolkit] r10487 committed - Adding a spot for database column name in Column. Allows us to create ...

2011-08-02 Thread codesite-noreply
Revision: 10487 Author: porte...@google.com Date: Tue Aug 2 07:46:31 2011 Log: Adding a spot for database column name in Column. Allows us to create an updated SQL statement when the sort column changes, using only the Column itself. Review at

[gwt-contrib] [google-web-toolkit] r10488 committed - Created wiki page through web user interface.

2011-08-02 Thread codesite-noreply
Revision: 10488 Author: b...@google.com Date: Tue Aug 2 17:49:09 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10488 Added: /wiki/RequestFactoryInterfaceValidation.wiki === ---

[gwt-contrib] [google-web-toolkit] r10489 committed - Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367...

2011-08-02 Thread codesite-noreply
Revision: 10489 Author: gwt.mirror...@gmail.com Date: Tue Aug 2 20:51:04 2011 Log: Fix: http://code.google.com/p/google-web-toolkit/issues/detail?id=6367 Create shared utils package and include it in gwt-dev and gwt-servlet Review at http://gwt-code-reviews.appspot.com/1508802

[gwt-contrib] [google-web-toolkit] r10484 committed - Remove option to turn off GwtAstBuilder....

2011-08-01 Thread codesite-noreply
Revision: 10484 Author: gwt.mirror...@gmail.com Date: Mon Aug 1 10:04:24 2011 Log: Remove option to turn off GwtAstBuilder. Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10484 Modified:

[gwt-contrib] [google-web-toolkit] r10482 committed - Improve error message when a RequestFactory 2.3 request is received....

2011-07-30 Thread codesite-noreply
Revision: 10482 Author: b...@google.com Date: Sat Jul 30 02:03:17 2011 Log: Improve error message when a RequestFactory 2.3 request is received. Issue 6628. http://gwt-code-reviews.appspot.com/1503803/ Patch by: bobv Review by: rjrjr

[gwt-contrib] [google-web-toolkit] r10483 committed - Integrate r10482 into GWT 2.4 branch....

2011-07-30 Thread codesite-noreply
Revision: 10483 Author: b...@google.com Date: Sat Jul 30 02:20:04 2011 Log: Integrate r10482 into GWT 2.4 branch. Issue 6628. http://code.google.com/p/google-web-toolkit/source/detail?r=10483 Modified:

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

2011-07-29 Thread codesite-noreply
Comment by getmay...@gmail.com: Is this functionality already implemented. How can I get gwt-pb.sh and use it For more information: http://code.google.com/p/google-web-toolkit/wiki/ProtocolBuffers -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10475 committed - Fixes a bug in AbstractPager where clearing the display and resetting ...

2011-07-29 Thread codesite-noreply
Revision: 10475 Author: jlaba...@google.com Date: Thu Jul 28 04:00:59 2011 Log: Fixes a bug in AbstractPager where clearing the display and resetting it causes an NPE. Review at http://gwt-code-reviews.appspot.com/1500803 Review by: andych...@google.com

[gwt-contrib] [google-web-toolkit] r10477 committed - Reverting behavior in AbstractCellTable so it calls Column#onBrowserEv...

2011-07-29 Thread codesite-noreply
Revision: 10477 Author: jlaba...@google.com Date: Thu Jul 28 08:15:51 2011 Log: Reverting behavior in AbstractCellTable so it calls Column#onBrowserEvent() if the target Cell is in a Column. AbstractCellTable now supports any HasCell implementation, not just Columns, and a

[gwt-contrib] [google-web-toolkit] r10478 committed - Javadoc tweak for SafeUri.

2011-07-29 Thread codesite-noreply
Revision: 10478 Author: rj...@google.com Date: Thu Jul 28 13:18:05 2011 Log: Javadoc tweak for SafeUri. http://code.google.com/p/google-web-toolkit/source/detail?r=10478 Modified: /trunk/user/src/com/google/gwt/safehtml/shared/SafeUri.java ===

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

2011-07-29 Thread codesite-noreply
Comment by kandula@gmail.com: Is there a build configuration change I have to do for using AutoBean API? I'm using gwt-maven-plugin and I see this error when I try to compile my GWT module [ERROR] Errors in

[gwt-contrib] [google-web-toolkit] r10465 committed - Ensure that class literals whose classes are pruned yield class names ...

2011-07-27 Thread codesite-noreply
Revision: 10465 Author: gwt.mirror...@gmail.com Date: Wed Jul 27 07:49:34 2011 Log: Ensure that class literals whose classes are pruned yield class names based on hashcode to maintain existing behavior for some legacy apps.

[gwt-contrib] [google-web-toolkit] r10466 committed - Use Splitter and Joiner as suggested in review

2011-07-27 Thread codesite-noreply
Revision: 10466 Author: gwt.mirror...@gmail.com Date: Wed Jul 27 07:55:27 2011 Log: Use Splitter and Joiner as suggested in review http://code.google.com/p/google-web-toolkit/source/detail?r=10466 Modified: /trunk/dev/core/src/com/google/gwt/core/linker/CrossSiteIframeLinker.java

[gwt-contrib] [google-web-toolkit] r10467 committed - Avoid building SafeHtmlBuilders over and over again for no good reason...

2011-07-27 Thread codesite-noreply
Revision: 10467 Author: gwt.mirror...@gmail.com Date: Thu Jul 21 09:08:18 2011 Log: Avoid building SafeHtmlBuilders over and over again for no good reason. Review at http://gwt-code-reviews.appspot.com/1500801 http://code.google.com/p/google-web-toolkit/source/detail?r=10467

[gwt-contrib] [google-web-toolkit] r10468 committed - Public (f...@ubercode.de):...

2011-07-27 Thread codesite-noreply
Revision: 10468 Author: gwt.mirror...@gmail.com Date: Wed Jul 27 08:14:04 2011 Log: Public (f...@ubercode.de): This patch adds a dedicated error message for the case that a non-class type (e.g. an array) is passed to an UiHandler method. Review by rjrjr

[gwt-contrib] [google-web-toolkit] r10469 committed - Update XML doc to make it clearer that 'compiler.emulatedStack' should...

2011-07-27 Thread codesite-noreply
Revision: 10469 Author: gwt.mirror...@gmail.com Date: Wed Jul 27 08:18:07 2011 Log: Update XML doc to make it clearer that 'compiler.emulatedStack' should no longer be used. Review at http://gwt-code-reviews.appspot.com/1462804 Review by: robertvaw...@google.com

[gwt-contrib] [google-web-toolkit] r10470 committed - Follow up to r10350. Allow collapse-all-properties in .gwt.xml module ...

2011-07-27 Thread codesite-noreply
Revision: 10470 Author: gwt.mirror...@gmail.com Date: Wed Jul 27 08:39:14 2011 Log: Follow up to r10350. Allow collapse-all-properties in .gwt.xml module files Fixes issues: 5694 Review at http://gwt-code-reviews.appspot.com/1463806 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r10472 committed - Ensure RequestContext is propagated to newly-added HasRequestContext E...

2011-07-27 Thread codesite-noreply
Revision: 10472 Author: t.bro...@gmail.com Date: Wed Jul 27 04:15:35 2011 Log: Ensure RequestContext is propagated to newly-added HasRequestContext Editor instances. Issue 6081. http://gwt-code-reviews.appspot.com/1371801 Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r10473 committed - Adding API method Column#setDefaultSortOrder(boolean isAscending) to c...

2011-07-27 Thread codesite-noreply
Revision: 10473 Author: jlaba...@google.com Date: Wed Jul 27 04:19:13 2011 Log: Adding API method Column#setDefaultSortOrder(boolean isAscending) to control whether the column should be sorted in ascending or descending order the first time it is clicked. Currently, the first time

[gwt-contrib] [google-web-toolkit] r10474 committed - Cherry-pick r10472 into GWT 2.4 branch.

2011-07-27 Thread codesite-noreply
Revision: 10474 Author: b...@google.com Date: Wed Jul 27 06:08:54 2011 Log: Cherry-pick r10472 into GWT 2.4 branch. http://code.google.com/p/google-web-toolkit/source/detail?r=10474 Added:

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

2011-07-25 Thread codesite-noreply
Comment by globall...@gmail.com: I second that! For more information: http://code.google.com/p/google-web-toolkit/wiki/UiBinder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10463 committed - ...

2011-07-20 Thread codesite-noreply
Revision: 10463 Author: to...@google.com Date: Wed Jul 20 13:04:32 2011 Log: Removing bad 2.4.0-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=10463 Deleted: /tags/2.4.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10464 committed - ...

2011-07-20 Thread codesite-noreply
Revision: 10464 Author: to...@google.com Date: Wed Jul 20 13:05:44 2011 Log: Creating 2.4.0-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=10464 Added: /tags/2.4.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-07-15 Thread codesite-noreply
Comment by gal.dol...@gmail.com: Is this working already? I cannot get it working For more information: http://code.google.com/p/google-web-toolkit/wiki/ConditionalProperties -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-07-15 Thread codesite-noreply
Comment by gal.dol...@gmail.com: Is this working already? just compiled trunk and it doesn't seems to do anything For more information: http://code.google.com/p/google-web-toolkit/wiki/ConditionalProperties -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10460 committed - Replace SafeHtmlTemplates with ElementBuilder in RenderablePanel

2011-07-15 Thread codesite-noreply
Revision: 10460 Author: rdcas...@google.com Date: Fri Jul 15 09:31:20 2011 Log: Replace SafeHtmlTemplates with ElementBuilder in RenderablePanel http://code.google.com/p/google-web-toolkit/source/detail?r=10460 Modified: /trunk/user/src/com/google/gwt/user/client/ui/Composite.java

[gwt-contrib] [google-web-toolkit] r10461 committed - More robust fix, escaping all args to the glass panel display code

2011-07-15 Thread codesite-noreply
Revision: 10461 Author: unn...@google.com Date: Fri Jul 15 15:31:39 2011 Log: More robust fix, escaping all args to the glass panel display code http://code.google.com/p/google-web-toolkit/source/detail?r=10461 Modified:

[gwt-contrib] [google-web-toolkit] r10454 committed - tag the 2.3 release

2011-07-14 Thread codesite-noreply
Revision: 10454 Author: mrruss...@google.com Date: Thu Jul 14 05:37:11 2011 Log: tag the 2.3 release http://code.google.com/p/google-web-toolkit/source/detail?r=10454 Added: /tags/2.3.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10455 committed - Notify DesignTimeUtils about all beans, not only about UIObjects....

2011-07-14 Thread codesite-noreply
Revision: 10455 Author: scheg...@google.com Date: Thu Jul 14 09:46:50 2011 Log: Notify DesignTimeUtils about all beans, not only about UIObjects. Review at http://gwt-code-reviews.appspot.com/1483801 Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r10456 committed - Add chunking to the xsiframe linker...

2011-07-14 Thread codesite-noreply
Revision: 10456 Author: unn...@google.com Date: Thu Jul 14 10:42:16 2011 Log: Add chunking to the xsiframe linker Review at http://gwt-code-reviews.appspot.com/1477802 http://code.google.com/p/google-web-toolkit/source/detail?r=10456 Modified:

[gwt-contrib] [google-web-toolkit] r10457 committed - Update to the staleness check when loading the PersistentUnitCache...

2011-07-14 Thread codesite-noreply
Revision: 10457 Author: zun...@google.com Date: Thu Jul 14 12:29:52 2011 Log: Update to the staleness check when loading the PersistentUnitCache so that a unit that has changed dependencies (but nothing else) will be properly loaded. Review at

[gwt-contrib] [google-web-toolkit] r10458 committed - sanitize the bad codeserver name before outputting the error message f...

2011-07-14 Thread codesite-noreply
Revision: 10458 Author: unn...@google.com Date: Thu Jul 14 13:38:35 2011 Log: sanitize the bad codeserver name before outputting the error message for security Review at http://gwt-code-reviews.appspot.com/1483804 Review by: cromwell...@google.com

[gwt-contrib] [google-web-toolkit] r10459 committed - JsoNormalizer did not give unique names to devirtualized...

2011-07-14 Thread codesite-noreply
Revision: 10459 Author: zun...@google.com Date: Thu Jul 14 13:39:15 2011 Log: JsoNormalizer did not give unique names to devirtualized methods from Object overrides or DualJsoImpl types. The obfuscated namer papered over this, but if you turn on pretty mode, you can run into problems

[gwt-contrib] [google-web-toolkit] r10448 committed - tag the 2.4-rc1 release

2011-07-13 Thread codesite-noreply
Revision: 10448 Author: mrruss...@google.com Date: Wed Jul 13 08:21:48 2011 Log: tag the 2.4-rc1 release http://code.google.com/p/google-web-toolkit/source/detail?r=10448 Added: /tags/2.4.0-rc1/2.4 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10449 committed - A rollback of the following change (fails on some JVMs):...

2011-07-13 Thread codesite-noreply
Revision: 10449 Author: to...@google.com Date: Wed Jul 13 06:37:30 2011 Log: A rollback of the following change (fails on some JVMs): Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads.

[gwt-contrib] [google-web-toolkit] r10451 committed - Add StringKey to gwt-servlet.jar to support RequestFactory users....

2011-07-13 Thread codesite-noreply
Revision: 10451 Author: b...@google.com Date: Wed Jul 13 07:16:05 2011 Log: Add StringKey to gwt-servlet.jar to support RequestFactory users. Patch by: bobv Review by: drfibonacci Review at http://gwt-code-reviews.appspot.com/1479802

[gwt-contrib] [google-web-toolkit] r10452 committed - Re-rolled: Reduces chances of deadlock when CompilingClassLoader and M...

2011-07-13 Thread codesite-noreply
Revision: 10452 Author: to...@google.com Date: Wed Jul 13 10:19:26 2011 Log: Re-rolled: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r10453 committed - Cherry-pick r10451 into GWT 2.4 branch....

2011-07-13 Thread codesite-noreply
Revision: 10453 Author: b...@google.com Date: Wed Jul 13 10:55:20 2011 Log: Cherry-pick r10451 into GWT 2.4 branch. Add StringKey to gwt-servlet.jar. http://code.google.com/p/google-web-toolkit/source/detail?r=10453 Modified: /releases/2.4/servlet/build.xml

[gwt-contrib] [google-web-toolkit] r10439 committed - Cherry-pick r10437 into 2.4 release branch.

2011-07-12 Thread codesite-noreply
Revision: 10439 Author: b...@google.com Date: Mon Jul 11 11:27:30 2011 Log: Cherry-pick r10437 into 2.4 release branch. http://code.google.com/p/google-web-toolkit/source/detail?r=10439 Modified: /releases/2.4/user/src/com/google/gwt/uibinder/rebind/model/OwnerFieldClass.java

[gwt-contrib] [google-web-toolkit] r10440 committed - After an enum is ordinalized, any static methods generated as staticIm...

2011-07-12 Thread codesite-noreply
Revision: 10440 Author: jbrosenb...@google.com Date: Mon Jul 11 09:47:54 2011 Log: After an enum is ordinalized, any static methods generated as staticImpl's should no longer be considered as such, since there is no longer an instantated instance being passed as the first arg to

[gwt-contrib] [google-web-toolkit] r10442 committed - Missing file Pruner.java from last submitted change.

2011-07-12 Thread codesite-noreply
Revision: 10442 Author: cromwell...@google.com Date: Mon Jul 11 14:42:59 2011 Log: Missing file Pruner.java from last submitted change. http://code.google.com/p/google-web-toolkit/source/detail?r=10442 Modified: /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/Pruner.java

[gwt-contrib] [google-web-toolkit] r10445 committed - Updating test case to check for existence of indexOf() (=IE8)...

2011-07-12 Thread codesite-noreply
Revision: 10445 Author: cod...@google.com Date: Tue Jul 12 10:58:10 2011 Log: Updating test case to check for existence of indexOf() (=IE8) Review at http://gwt-code-reviews.appspot.com/1469803 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10446 committed - Reduces chances of deadlock when CompilingClassLoader and MultiParentC...

2011-07-12 Thread codesite-noreply
Revision: 10446 Author: to...@google.com Date: Tue Jul 12 13:27:01 2011 Log: Reduces chances of deadlock when CompilingClassLoader and MultiParentClassLoader are concurrently accessed from multiple threads. Review at http://gwt-code-reviews.appspot.com/1479801

[gwt-contrib] [google-web-toolkit] r10447 committed - Explicitly enable external DTDs feature....

2011-07-12 Thread codesite-noreply
Revision: 10447 Author: gwt.mirror...@gmail.com Date: Tue Jul 12 14:55:15 2011 Log: Explicitly enable external DTDs feature. Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10447 Modified:

[gwt-contrib] [google-web-toolkit] r10437 committed - Look for @UiChild methods in supertypes....

2011-07-11 Thread codesite-noreply
Revision: 10437 Author: b...@google.com Date: Mon Jul 11 04:39:27 2011 Log: Look for @UiChild methods in supertypes. Issue 6554. http://gwt-code-reviews.appspot.com/1468806/ Patch by: Justin Hickman Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=10437

[gwt-contrib] [google-web-toolkit] r10438 committed - Adding DoNotRunWith annotation to failing JUnit test; possible HtmlUni...

2011-07-11 Thread codesite-noreply
Revision: 10438 Author: cod...@google.com Date: Mon Jul 11 06:15:51 2011 Log: Adding DoNotRunWith annotation to failing JUnit test; possible HtmlUnit bug. Review at http://gwt-code-reviews.appspot.com/1469803 Review by: con...@google.com

[gwt-contrib] [google-web-toolkit] r10423 committed - Updating npapi plugin to remove gwtId from Jso objects (idenity fix),...

2011-07-08 Thread codesite-noreply
Revision: 10423 Author: cod...@google.com Date: Thu Jul 7 08:33:00 2011 Log: Updating npapi plugin to remove gwtId from Jso objects (idenity fix), adds a second map in LocalObjects. Review at http://gwt-code-reviews.appspot.com/1469803

[gwt-contrib] [google-web-toolkit] r10424 committed - Un-breaking the code due to failed test case with htmlunit...

2011-07-08 Thread codesite-noreply
Revision: 10424 Author: cod...@google.com Date: Thu Jul 7 10:09:23 2011 Log: Un-breaking the code due to failed test case with htmlunit Review by: con...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10424 Deleted: /trunk/plugins/npapi/NPVariantUtil.h

[gwt-contrib] [google-web-toolkit] r10425 committed - Integrating r3302 from GWT 1.5 back into trunk. The change fixes a bu...

2011-07-08 Thread codesite-noreply
Revision: 10425 Author: jlaba...@google.com Date: Thu Jul 7 10:26:33 2011 Log: Integrating r3302 from GWT 1.5 back into trunk. The change fixes a bug in Tree where opening a TreeItem while another node is selected causes the Tree to scroll to scroll to the selected node (opening

[gwt-contrib] [google-web-toolkit] r10427 committed - Update bootstrap requestfactory-apt.jar to r10426.

2011-07-08 Thread codesite-noreply
Revision: 10427 Author: gwt.mirror...@gmail.com Date: Fri Jul 8 07:03:55 2011 Log: Update bootstrap requestfactory-apt.jar to r10426. http://code.google.com/p/google-web-toolkit/source/detail?r=10427 Modified: /tools/lib/requestfactory/requestfactory-apt.jar

[gwt-contrib] [google-web-toolkit] r10428 committed - Use erasure to handle wildcard types in RfValidator....

2011-07-08 Thread codesite-noreply
Revision: 10428 Author: gwt.mirror...@gmail.com Date: Fri Jul 8 07:22:32 2011 Log: Use erasure to handle wildcard types in RfValidator. Restore FindRequest to 2.4 parameterization. Patch by: bobv Review by: rchandia Review at http://gwt-code-reviews.appspot.com/1467814

[gwt-contrib] [google-web-toolkit] r10429 committed - Update bootstrap requestfactory-apt.jar to r10428.

2011-07-08 Thread codesite-noreply
Revision: 10429 Author: gwt.mirror...@gmail.com Date: Fri Jul 8 10:51:57 2011 Log: Update bootstrap requestfactory-apt.jar to r10428. http://code.google.com/p/google-web-toolkit/source/detail?r=10429 Modified: /tools/lib/requestfactory/requestfactory-apt.jar

[gwt-contrib] [google-web-toolkit] r10430 committed - Update 2.4 branch with selective build fixes from trunk....

2011-07-08 Thread codesite-noreply
Revision: 10430 Author: b...@google.com Date: Fri Jul 8 07:56:17 2011 Log: Update 2.4 branch with selective build fixes from trunk. Review by: mrruss...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10430 Modified:

[gwt-contrib] [google-web-toolkit] r10432 committed - Fix JsInliner, to properly handle name scope tracking after multi-leve...

2011-07-08 Thread codesite-noreply
Revision: 10432 Author: jbrosenb...@google.com Date: Fri Jul 8 10:47:24 2011 Log: Fix JsInliner, to properly handle name scope tracking after multi-level inlining. Was causing local variable name collisions after obfuscation. Fixes issue 5936. Review at

[gwt-contrib] [google-web-toolkit] r10420 committed - tag for the 2.4 rc1 release

2011-07-07 Thread codesite-noreply
Revision: 10420 Author: mrruss...@google.com Date: Thu Jul 7 06:43:13 2011 Log: tag for the 2.4 rc1 release http://code.google.com/p/google-web-toolkit/source/detail?r=10420 Added: /tags/2.4.0-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10421 committed - Fixing IsRenderable API step 2: pass in a stamper instead of the actua...

2011-07-07 Thread codesite-noreply
Revision: 10421 Author: rdcas...@google.com Date: Wed Jul 6 10:57:13 2011 Log: Fixing IsRenderable API step 2: pass in a stamper instead of the actual ID. As we discussed a few weeks ago, the goal here is to make the exact scheme by which elements are marked and retrieved

[gwt-contrib] [google-web-toolkit] r10422 committed - UnifyAst correctly handles polymorphic overrides with mixed default/pu...

2011-07-07 Thread codesite-noreply
Revision: 10422 Author: sco...@google.com Date: Wed Jul 6 13:03:16 2011 Log: UnifyAst correctly handles polymorphic overrides with mixed default/public access. GWT AST now tracks method access. This is used by UnifyAst to correctly compute overrides. Before, UnifyAst would

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

2011-07-07 Thread codesite-noreply
Comment by herditea...@gmail.com: yes my join For more information: http://code.google.com/p/google-web-toolkit/wiki/IssueReportSample -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10419 committed - Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fa...

2011-07-06 Thread codesite-noreply
Revision: 10419 Author: gwt.mirror...@gmail.com Date: Wed Jul 6 06:50:15 2011 Log: Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. Review at http://gwt-code-reviews.appspot.com/1470802

[gwt-contrib] [google-web-toolkit] r10418 committed - Update pre-built requestfactory-apt.jar to r10417.

2011-07-01 Thread codesite-noreply
Revision: 10418 Author: gwt.mirror...@gmail.com Date: Fri Jul 1 12:22:05 2011 Log: Update pre-built requestfactory-apt.jar to r10417. http://code.google.com/p/google-web-toolkit/source/detail?r=10418 Modified: /tools/lib/requestfactory/requestfactory-apt.jar

[gwt-contrib] [google-web-toolkit] r10415 committed - Updates the module name validation check for using CompileModule on a ...

2011-06-30 Thread codesite-noreply
Revision: 10415 Author: gwt.mirror...@gmail.com Date: Thu Jun 30 05:59:35 2011 Log: Updates the module name validation check for using CompileModule on a project. 1) Loosen the requirement that the last part of the module name be a Java identifier. Users were creating modules with

[gwt-contrib] [google-web-toolkit] r10416 committed - Fix bug in UnifyAst where non-null array types failed to canonicalize....

2011-06-30 Thread codesite-noreply
Revision: 10416 Author: gwt.mirror...@gmail.com Date: Thu Jun 30 06:12:15 2011 Log: Fix bug in UnifyAst where non-null array types failed to canonicalize. http://gwt-code-reviews.appspot.com/1469802/ Review by: jbrosenb...@google.com

[gwt-contrib] [google-web-toolkit] r10413 committed - Adding explicit casts to the return value of certain methods to help t...

2011-06-29 Thread codesite-noreply
Revision: 10413 Author: jlaba...@google.com Date: Wed Jun 29 05:16:14 2011 Log: Adding explicit casts to the return value of certain methods to help the javac compiler. Some compilers require the explicit cast. Review at http://gwt-code-reviews.appspot.com/1463810 Review by:

[gwt-contrib] [google-web-toolkit] r10414 committed - Fix ArrayStoreException in assignments to an element of an array of a ...

2011-06-29 Thread codesite-noreply
Revision: 10414 Author: gwt.mirror...@gmail.com Date: Wed Jun 29 11:56:33 2011 Log: Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. Addresses issue 6448 Review at http://gwt-code-reviews.appspot.com/1470801

[gwt-contrib] [google-web-toolkit] r10409 committed - Cherry pick r10407 into GWT 2.4 release branch

2011-06-28 Thread codesite-noreply
Revision: 10409 Author: zun...@google.com Date: Tue Jun 28 00:45:01 2011 Log: Cherry pick r10407 into GWT 2.4 release branch http://code.google.com/p/google-web-toolkit/source/detail?r=10409 Added: /releases/2.4/user/src/com/google/gwt/core/client/ScriptInjector.java

[gwt-contrib] [google-web-toolkit] r10410 committed - Use CompilationUnitBuilder.create factory method. Remove unneeded...

2011-06-28 Thread codesite-noreply
Revision: 10410 Author: zun...@google.com Date: Tue Jun 28 01:02:19 2011 Log: Use CompilationUnitBuilder.create factory method. Remove unneeded constructor and make single arg constructor private in ResourceCompilationUnitBuilder and GeneratedCompilationUnitBuilder. Patch by:

[gwt-contrib] [google-web-toolkit] r10411 committed - Enable generator result caching, by default....

2011-06-28 Thread codesite-noreply
Revision: 10411 Author: jbrosenb...@google.com Date: Tue Jun 28 02:20:50 2011 Log: Enable generator result caching, by default. This initially will allow caching for ClientBundle and RPC generators. Other generators can be updated to support caching. The

[gwt-contrib] [google-web-toolkit] r10400 committed - Make manual retries also append parameters so that failed downloads ar...

2011-06-27 Thread codesite-noreply
Revision: 10400 Author: gwt.mirror...@gmail.com Date: Mon Jun 27 08:07:28 2011 Log: Make manual retries also append parameters so that failed downloads are not cached Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10400 Modified:

[gwt-contrib] [google-web-toolkit] r10401 committed - Add the Gecko 5.0 SDK files for Mac

2011-06-27 Thread codesite-noreply
Revision: 10401 Author: con...@google.com Date: Mon Jun 27 09:12:56 2011 Log: Add the Gecko 5.0 SDK files for Mac http://code.google.com/p/google-web-toolkit/source/detail?r=10401 Added: /plugin-sdks/gecko-sdks/gecko-5.0.0/Darwin-gcc3

[gwt-contrib] [google-web-toolkit] r10402 committed - Add mac support to the FF50 plugin and package a candidate xpi....

2011-06-27 Thread codesite-noreply
Revision: 10402 Author: gwt.mirror...@gmail.com Date: Mon Jun 27 06:32:57 2011 Log: Add mac support to the FF50 plugin and package a candidate xpi. Review at http://gwt-code-reviews.appspot.com/1467809 Review by: cod...@google.com

[gwt-contrib] [google-web-toolkit] r10403 committed - Removes .apt_generated from gwt-user classpath. Since Annotation Proc...

2011-06-27 Thread codesite-noreply
Revision: 10403 Author: zun...@google.com Date: Mon Jun 27 09:15:42 2011 Log: Removes .apt_generated from gwt-user classpath. Since Annotation Processor support isn't turned on for the imported project, the directory is never created and just causes errors when trying to launch

[gwt-contrib] [google-web-toolkit] r10404 committed - Bug triggered when SourceFileCompilationUnit.asCachedCompilation() uni...

2011-06-27 Thread codesite-noreply
Revision: 10404 Author: zun...@google.com Date: Mon Jun 27 09:39:39 2011 Log: Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit was called before source was read for the first time. Review at http://gwt-code-reviews.appspot.com/1461803

[gwt-contrib] [google-web-toolkit] r10405 committed - Update the Missing Plugin page for FF5 support...

2011-06-27 Thread codesite-noreply
Revision: 10405 Author: con...@google.com Date: Mon Jun 27 09:49:54 2011 Log: Update the Missing Plugin page for FF5 support Review at http://gwt-code-reviews.appspot.com/1465807 Review by: cod...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10405 Modified:

[gwt-contrib] [google-web-toolkit] r10406 committed - Cherry picking r10403 into GWT 2.4 release.

2011-06-27 Thread codesite-noreply
Revision: 10406 Author: gwt.mirror...@gmail.com Date: Mon Jun 27 10:56:40 2011 Log: Cherry picking r10403 into GWT 2.4 release. http://code.google.com/p/google-web-toolkit/source/detail?r=10406 Modified: /releases/2.4/eclipse/README.txt /releases/2.4/eclipse/user/.classpath

[gwt-contrib] [google-web-toolkit] r10407 committed - A general purpose script injection class for injecting a script direct...

2011-06-27 Thread codesite-noreply
Revision: 10407 Author: zun...@google.com Date: Mon Jun 27 16:25:58 2011 Log: A general purpose script injection class for injecting a script directly or adding a reference to a script by URL to the DOM Previously reviewed as http://gwt-code-reviews.appspot.com/1451818 Updated

[gwt-contrib] [google-web-toolkit] r10408 committed - *** Reason for rollback ***...

2011-06-27 Thread codesite-noreply
Revision: 10408 Author: zun...@google.com Date: Mon Jun 27 16:58:19 2011 Log: *** Reason for rollback *** Tests failed on Safari3 Cherry picking r10362 into GWT 2.4 release http://code.google.com/p/google-web-toolkit/source/detail?r=10408 Deleted:

[gwt-contrib] [google-web-toolkit] r10390 committed - Don't attempt generator result caching for deRPC...

2011-06-24 Thread codesite-noreply
Revision: 10390 Author: gwt.mirror...@gmail.com Date: Fri Jun 24 10:56:54 2011 Log: Don't attempt generator result caching for deRPC Review at http://gwt-code-reviews.appspot.com/1462809 http://code.google.com/p/google-web-toolkit/source/detail?r=10390 Modified:

[gwt-contrib] [google-web-toolkit] r10391 committed - In the chrome.manifest, list binary components in ascending version or...

2011-06-24 Thread codesite-noreply
Revision: 10391 Author: con...@google.com Date: Fri Jun 24 08:39:48 2011 Log: In the chrome.manifest, list binary components in ascending version order so that the right choice wins. Unbreaks =FF4 from my previous change. Don't conflate debug with debuglevel (really, loglevel).

[gwt-contrib] [google-web-toolkit] r10392 committed - Ignore invalid types in heirarchy....

2011-06-24 Thread codesite-noreply
Revision: 10392 Author: sco...@google.com Date: Fri Jun 24 09:10:50 2011 Log: Ignore invalid types in heirarchy. Fixes a bug where invalid types in the chain can break assumptions. This is a problem in a case like this: Good unit: Foo.init(); Bad unit: public class Foo

[gwt-contrib] [google-web-toolkit] r10394 committed - Fixing a bug in HTMLPanel#addAndReplaceElement() where widgets that ar...

2011-06-24 Thread codesite-noreply
Revision: 10394 Author: jlaba...@google.com Date: Fri Jun 24 09:50:57 2011 Log: Fixing a bug in HTMLPanel#addAndReplaceElement() where widgets that are children of the element being replaced are never removed, which puts the widgets in an invalid state. We now handle three

[gwt-contrib] [google-web-toolkit] r10395 committed - Update README for Windows SDK files

2011-06-24 Thread codesite-noreply
Revision: 10395 Author: con...@google.com Date: Fri Jun 24 13:51:30 2011 Log: Update README for Windows SDK files http://code.google.com/p/google-web-toolkit/source/detail?r=10395 Modified: /plugin-sdks/gecko-sdks/gecko-5.0.0/README.txt === ---

<    1   2   3   4   5   6   7   8   9   10   >