[gwt-contrib] [google-web-toolkit] r9936 committed - Allows DevMode to respect the -XdisableUpdateCheck option....

2011-04-04 Thread codesite-noreply
Revision: 9936 Author: zun...@google.com Date: Mon Apr 4 04:54:01 2011 Log: Allows DevMode to respect the -XdisableUpdateCheck option. Review at http://gwt-code-reviews.appspot.com/1400803 http://code.google.com/p/google-web-toolkit/source/detail?r=9936 Modified:

[gwt-contrib] [google-web-toolkit] r9937 committed - Handle more literal types for anntation values, including Enums....

2011-04-04 Thread codesite-noreply
Revision: 9937 Author: gwt.mirror...@gmail.com Date: Mon Apr 4 09:41:39 2011 Log: Handle more literal types for anntation values, including Enums. Review at http://gwt-code-reviews.appspot.com/1401801 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9938 committed - [No log message]

2011-04-04 Thread codesite-noreply
Revision: 9938 Author: fabio...@google.com Date: Mon Apr 4 08:27:36 2011 Log: [No log message] http://code.google.com/p/google-web-toolkit/source/detail?r=9938 Deleted: /trunk/user/src/com/google/gwt/storage/client/StorageImplMozilla.java Modified:

[gwt-contrib] [google-web-toolkit] r9939 committed - Fixing typo in comments...

2011-04-04 Thread codesite-noreply
Revision: 9939 Author: rchan...@google.com Date: Mon Apr 4 10:18:35 2011 Log: Fixing typo in comments Review at http://gwt-code-reviews.appspot.com/1402802 http://code.google.com/p/google-web-toolkit/source/detail?r=9939 Modified:

[gwt-contrib] [google-web-toolkit] r9925 committed - Adding table rendering tests to micro benchmarks. Table rendering test...

2011-04-01 Thread codesite-noreply
Revision: 9925 Author: jlaba...@google.com Date: Fri Apr 1 04:44:18 2011 Log: Adding table rendering tests to micro benchmarks. Table rendering tests are multiple orders of magnitude slower than the existing basic tests, so I seperated them into a seperate mirco benchmark. I

[gwt-contrib] [google-web-toolkit] r9926 committed - Fix checkstyle error...

2011-04-01 Thread codesite-noreply
Revision: 9926 Author: skybr...@google.com Date: Fri Apr 1 09:08:51 2011 Log: Fix checkstyle error Review by: p...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9926 Modified:

[gwt-contrib] [google-web-toolkit] r9927 committed - Image Resource Test for UiBinderTest...

2011-04-01 Thread codesite-noreply
Revision: 9927 Author: sbruba...@google.com Date: Fri Apr 1 10:25:12 2011 Log: Image Resource Test for UiBinderTest Review at http://gwt-code-reviews.appspot.com/1380804 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9927 Modified:

[gwt-contrib] [google-web-toolkit] r9928 committed - Plug memory leak in ResettableEventBus, fix for...

2011-04-01 Thread codesite-noreply
Revision: 9928 Author: akito.noz...@gmail.com Date: Fri Apr 1 10:39:59 2011 Log: Plug memory leak in ResettableEventBus, fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5700 Review by rjrjr at http://gwt-code-reviews.appspot.com/1388804/ Review by:

[gwt-contrib] [google-web-toolkit] r9929 committed - Cherry picking r1382801 into releases/2.3

2011-04-01 Thread codesite-noreply
Revision: 9929 Author: scheg...@google.com Date: Fri Apr 1 11:16:55 2011 Log: Cherry picking r1382801 into releases/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=9929 Added: /releases/2.3/dev/core/test/com/google/gwt/dev/resource/impl/ResourceTests.java

[gwt-contrib] [google-web-toolkit] r9931 committed - cherry picking r9894 for GWT 2.3m1

2011-04-01 Thread codesite-noreply
Revision: 9931 Author: fabio...@google.com Date: Fri Apr 1 11:46:10 2011 Log: cherry picking r9894 for GWT 2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9931 Modified: /releases/2.3/user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplIE6.java

[gwt-contrib] [google-web-toolkit] r9932 committed - Fix ICE in GenerateJavaAST...

2011-04-01 Thread codesite-noreply
Revision: 9932 Author: sco...@google.com Date: Fri Apr 1 12:57:25 2011 Log: Fix ICE in GenerateJavaAST An empty for statement can generate an ICE. for (Integer xyzzy : new ArrayListInteger()) ; // TODO http://gwt-code-reviews.appspot.com/1400801/ Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r9919 committed - Reroll of r9908 (rolled back at r9911): Fixes issue 6189....

2011-03-31 Thread codesite-noreply
Revision: 9919 Author: rchan...@google.com Date: Thu Mar 31 03:22:04 2011 Log: Reroll of r9908 (rolled back at r9911): Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath Added support for windows path separator to testCreatorOnlyEclipseWithJars()

[gwt-contrib] [google-web-toolkit] r9920 committed - Cherry picking r9919 into releases/2.3 for public issue 6189

2011-03-31 Thread codesite-noreply
Revision: 9920 Author: rchan...@google.com Date: Thu Mar 31 07:44:28 2011 Log: Cherry picking r9919 into releases/2.3 for public issue 6189 http://code.google.com/p/google-web-toolkit/source/detail?r=9920 Modified: /releases/2.3/user/src/com/google/gwt/user/tools/WebAppCreator.java

[gwt-contrib] [google-web-toolkit] r9921 committed - Remove newly-output PersistentUnitCache file if nothing was written to...

2011-03-31 Thread codesite-noreply
Revision: 9921 Author: sco...@google.com Date: Thu Mar 31 08:40:20 2011 Log: Remove newly-output PersistentUnitCache file if nothing was written to it. In the case where you re-run a compile/startup without changing any code, we produce an empty cache file each time. This change

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

2011-03-31 Thread codesite-noreply
Comment by ms.fus...@gmail.com: Vollara Wants You Come and Join in Too 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] r9922 committed - Adding Bart Guijt to CLA Signers list. Manual CLA signed and on file.

2011-03-31 Thread codesite-noreply
Revision: 9922 Author: jlaba...@google.com Date: Thu Mar 31 15:17:46 2011 Log: Adding Bart Guijt to CLA Signers list. Manual CLA signed and on file. http://code.google.com/p/google-web-toolkit/source/detail?r=9922 Modified: /CLA-SIGNERS ===

[gwt-contrib] [google-web-toolkit] r9923 committed - Add support for {#} to mean the right-most plural argument. Some...

2011-03-31 Thread codesite-noreply
Revision: 9923 Author: j...@google.com Date: Thu Mar 31 14:56:42 2011 Log: Add support for {#} to mean the right-most plural argument. Some translation systems, such as those which represent plural messages using ICU's plural syntax, lose the argument number and depending on the

[gwt-contrib] [google-web-toolkit] r9924 committed - tweaked Showcase to make it more testable...

2011-03-31 Thread codesite-noreply
Revision: 9924 Author: skybr...@google.com Date: Thu Mar 31 18:07:02 2011 Log: tweaked Showcase to make it more testable Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9924 Modified:

[gwt-contrib] [google-web-toolkit] r9916 committed - Fixes build break - unit test expected non-existent dir to throw an ex...

2011-03-30 Thread codesite-noreply
Revision: 9916 Author: zun...@google.com Date: Wed Mar 30 06:55:27 2011 Log: Fixes build break - unit test expected non-existent dir to throw an exception Review at http://gwt-code-reviews.appspot.com/1396802 Review by: p...@google.com

[gwt-contrib] [google-web-toolkit] r9917 committed - Cherry picking r8923 into releases/2.3 for issue 6208

2011-03-30 Thread codesite-noreply
Revision: 9917 Author: rchan...@google.com Date: Wed Mar 30 08:57:19 2011 Log: Cherry picking r8923 into releases/2.3 for issue 6208 http://code.google.com/p/google-web-toolkit/source/detail?r=9917 Modified:

[gwt-contrib] [google-web-toolkit] r9918 committed - Follow up to r9887, to actually sink ended and progress media events i...

2011-03-30 Thread codesite-noreply
Revision: 9918 Author: fre...@google.com Date: Wed Mar 30 09:43:06 2011 Log: Follow up to r9887, to actually sink ended and progress media events in DOMImplStandard Review at http://gwt-code-reviews.appspot.com/1385804 Review by: p...@google.com

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

2011-03-29 Thread codesite-noreply
Comment by yegor.jb...@gmail.com: Well detailed and well scoped. I think this spec is great. Except I think protobuf compiler command is protoc, not protocc (one 'c' at the end). For more information: http://code.google.com/p/google-web-toolkit/wiki/ProtocolBuffers --

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

2011-03-29 Thread codesite-noreply
Comment by yegor.jb...@gmail.com: Oh, I forgot. This will probably come with AutoBean, but it might be good to mention how code splitting would work. The framework should guarantee that a single protobuf module is code-splittable, i.e. not compiled in its entirety to all code fragments.

[gwt-contrib] [google-web-toolkit] r9907 committed - Cherry picking r9880 into releases/2.3m1

2011-03-29 Thread codesite-noreply
Revision: 9907 Author: rchan...@google.com Date: Fri Mar 25 07:04:13 2011 Log: Cherry picking r9880 into releases/2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9907 Modified: /releases/2.3/user/src/com/google/gwt/requestfactory/server/LocatorServiceLayer.java

[gwt-contrib] [google-web-toolkit] r9908 committed - Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fi...

2011-03-29 Thread codesite-noreply
Revision: 9908 Author: rchan...@google.com Date: Tue Mar 29 09:58:14 2011 Log: Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath Review at http://gwt-code-reviews.appspot.com/1393801 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r9909 committed - Public...

2011-03-29 Thread codesite-noreply
Revision: 9909 Author: rchan...@google.com Date: Tue Mar 29 11:24:05 2011 Log: Public Fixes new project template to use 'clean' style. Issue 6208. Review at http://gwt-code-reviews.appspot.com/1394801 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r9910 committed - Recursively creates directories for the persistent unit cache....

2011-03-29 Thread codesite-noreply
Revision: 9910 Author: zun...@google.com Date: Tue Mar 29 11:29:33 2011 Log: Recursively creates directories for the persistent unit cache. Review at http://gwt-code-reviews.appspot.com/1395801 http://code.google.com/p/google-web-toolkit/source/detail?r=9910 Modified:

[gwt-contrib] [google-web-toolkit] r9911 committed - Roll-back due to test breakage....

2011-03-29 Thread codesite-noreply
Revision: 9911 Author: rchan...@google.com Date: Tue Mar 29 12:09:40 2011 Log: Roll-back due to test breakage. Review at http://gwt-code-reviews.appspot.com/1396801 Review by: p...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9911 Modified:

[gwt-contrib] [google-web-toolkit] r9912 committed - Adds support for the CSS_ATTRIBUTE_START parse context to HtmlTemplate...

2011-03-29 Thread codesite-noreply
Revision: 9912 Author: x...@google.com Date: Tue Mar 29 12:27:56 2011 Log: Adds support for the CSS_ATTRIBUTE_START parse context to HtmlTemplateParser. Review at http://gwt-code-reviews.appspot.com/1392801 http://code.google.com/p/google-web-toolkit/source/detail?r=9912

[gwt-contrib] [google-web-toolkit] r9913 committed - Add tests of nesting semantics for ResettableEventBus...

2011-03-29 Thread codesite-noreply
Revision: 9913 Author: rj...@google.com Date: Tue Mar 29 12:31:22 2011 Log: Add tests of nesting semantics for ResettableEventBus Review at http://gwt-code-reviews.appspot.com/1395802 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9913

[gwt-contrib] [google-web-toolkit] r9914 committed - Add missing CSS_ATTRIBUTE_START case in SafeHtmlTemplates code generat...

2011-03-29 Thread codesite-noreply
Revision: 9914 Author: x...@google.com Date: Tue Mar 29 14:59:28 2011 Log: Add missing CSS_ATTRIBUTE_START case in SafeHtmlTemplates code generator. Review at: http://gwt-code-reviews.appspot.com/1395803 http://code.google.com/p/google-web-toolkit/source/detail?r=9914 Modified:

[gwt-contrib] [google-web-toolkit] r9902 committed - Removing a stray junit dep missed in r9870....

2011-03-28 Thread codesite-noreply
Revision: 9902 Author: fabb...@google.com Date: Mon Mar 28 04:59:34 2011 Log: Removing a stray junit dep missed in r9870. Continuing the old code review thread: http://gwt-code-reviews.appspot.com/1383804 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r9903 committed - Operations like i += d where i is an int and d is a double are not pro...

2011-03-28 Thread codesite-noreply
Revision: 9903 Author: cromwell...@google.com Date: Mon Mar 28 09:42:49 2011 Log: Operations like i += d where i is an int and d is a double are not properly truncated (narrowed) to the LHS type. This patch forces i += d to be written as i = i + d, and applies a narrowing cast as

[gwt-contrib] [google-web-toolkit] r9904 committed - Add a buffered input stream when reading persistent unit cache...

2011-03-28 Thread codesite-noreply
Revision: 9904 Author: zun...@google.com Date: Mon Mar 28 11:28:56 2011 Log: Add a buffered input stream when reading persistent unit cache Make -Dgwt.persistentunitcachedir override the default cache dir if set. Fail fast if we can't reate a file in the cache directory Better test to

[gwt-contrib] [google-web-toolkit] r9905 committed - LongLibBase improperly stomps on global 'a' variable. This patch reuse...

2011-03-28 Thread codesite-noreply
Revision: 9905 Author: cromwell...@google.com Date: Mon Mar 28 11:37:42 2011 Log: LongLibBase improperly stomps on global 'a' variable. This patch reuses globalTemp (_) instead. Review at http://gwt-code-reviews.appspot.com/1389803 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r9906 committed - Remove stray file from svn rev#9903 and fix spelling mistake....

2011-03-28 Thread codesite-noreply
Revision: 9906 Author: gwt.mirror...@gmail.com Date: Mon Mar 28 17:40:37 2011 Log: Remove stray file from svn rev#9903 and fix spelling mistake. Review by: cromwell...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9906 Deleted: /trunk/dev/core/javatests

[gwt-contrib] [google-web-toolkit] r9897 committed - Better error handling when the cache is initialized with a directory...

2011-03-26 Thread codesite-noreply
Revision: 9897 Author: zun...@google.com Date: Fri Mar 25 11:27:04 2011 Log: Better error handling when the cache is initialized with a directory that does not exist and it cannot create. Review at http://gwt-code-reviews.appspot.com/1380808

[gwt-contrib] [google-web-toolkit] r9898 committed - Adds flag to enable EnumOrdinalizer result stats...

2011-03-26 Thread codesite-noreply
Revision: 9898 Author: jbrosenb...@google.com Date: Fri Mar 25 12:11:48 2011 Log: Adds flag to enable EnumOrdinalizer result stats Review at http://gwt-code-reviews.appspot.com/1386802 Review by: cromwell...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9898

[gwt-contrib] [google-web-toolkit] r9899 committed - Add missing tests to JavaCompilationSuite...

2011-03-26 Thread codesite-noreply
Revision: 9899 Author: sco...@google.com Date: Fri Mar 25 16:04:45 2011 Log: Add missing tests to JavaCompilationSuite http://gwt-code-reviews.appspot.com/1385808/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9899 Modified:

[gwt-contrib] [google-web-toolkit] r9900 committed - DiskCacheToken wrapper type for easier serialization....

2011-03-26 Thread codesite-noreply
Revision: 9900 Author: sco...@google.com Date: Fri Mar 25 16:15:23 2011 Log: DiskCacheToken wrapper type for easier serialization. http://gwt-code-reviews.appspot.com/1391802/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9900 Added:

[gwt-contrib] [google-web-toolkit] r9901 committed - Serialize GWT ASTs with CompilationUnits....

2011-03-26 Thread codesite-noreply
Revision: 9901 Author: sco...@google.com Date: Fri Mar 25 16:48:01 2011 Log: Serialize GWT ASTs with CompilationUnits. When we persist CompilationUnits, persist the GWT AST too. http://gwt-code-reviews.appspot.com/1384807/ Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r9894 committed - ie9 richtexteditor event fix....

2011-03-25 Thread codesite-noreply
Revision: 9894 Author: gwt.mirror...@gmail.com Date: Fri Mar 25 03:44:43 2011 Log: ie9 richtexteditor event fix. Review at http://gwt-code-reviews.appspot.com/1384808 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9894 Modified:

[gwt-contrib] [google-web-toolkit] r9895 committed - Cherry picking r9888 into releases/2.3m1

2011-03-25 Thread codesite-noreply
Revision: 9895 Author: p...@google.com Date: Fri Mar 25 05:53:55 2011 Log: Cherry picking r9888 into releases/2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9895 Modified: /releases/2.3/user/src/com/google/gwt/canvas/Canvas.gwt.xml

[gwt-contrib] [google-web-toolkit] r9896 committed - Fixing HasDataPresenter#scheduleFinally to schedule the command in the...

2011-03-25 Thread codesite-noreply
Revision: 9896 Author: jlaba...@google.com Date: Fri Mar 25 07:28:45 2011 Log: Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pendingStateCommand instance variable. Review at http://gwt-code-reviews.appspot.com/1391801

[gwt-contrib] [google-web-toolkit] r9888 committed - Update partial support elements for ie9....

2011-03-24 Thread codesite-noreply
Revision: 9888 Author: p...@google.com Date: Thu Mar 24 04:35:37 2011 Log: Update partial support elements for ie9. Review at http://gwt-code-reviews.appspot.com/1389802 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9888 Modified:

[gwt-contrib] [google-web-toolkit] r9889 committed - Cells should only fill a CellWidget if they render exactly one topmost...

2011-03-24 Thread codesite-noreply
Revision: 9889 Author: jlaba...@google.com Date: Thu Mar 24 07:36:36 2011 Log: Cells should only fill a CellWidget if they render exactly one topmost element, or the first child will push around the other children. This is a follow-on change to r9884. Author: tbroyer, jlabanca

[gwt-contrib] [google-web-toolkit] r9890 committed - Adding Stephen Haberman to CLA signers list.

2011-03-24 Thread codesite-noreply
Revision: 9890 Author: jlaba...@google.com Date: Thu Mar 24 10:59:59 2011 Log: Adding Stephen Haberman to CLA signers list. http://code.google.com/p/google-web-toolkit/source/detail?r=9890 Modified: /CLA-SIGNERS === --- /CLA-SIGNERSMon

[gwt-contrib] [google-web-toolkit] r9891 committed - Fix a bug in the recent alternate message selection logic,...

2011-03-24 Thread codesite-noreply
Revision: 9891 Author: j...@google.com Date: Thu Mar 24 08:36:58 2011 Log: Fix a bug in the recent alternate message selection logic, so other is always considered a valid form for an enum. Patch by: jat Review by: rjrjr

[gwt-contrib] [google-web-toolkit] r9877 committed - cherry picking r9861 into release/2.3m1

2011-03-23 Thread codesite-noreply
Revision: 9877 Author: fabio...@google.com Date: Wed Mar 23 05:27:01 2011 Log: cherry picking r9861 into release/2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9877 Modified: /releases/2.3/user/src/com/google/gwt/core/client/impl/Impl.java

[gwt-contrib] [google-web-toolkit] r9880 committed - Fixing issue 5807 on server side, new issue due to rietveld problems...

2011-03-23 Thread codesite-noreply
Revision: 9880 Author: drfibona...@google.com Date: Wed Mar 23 09:23:21 2011 Log: Fixing issue 5807 on server side, new issue due to rietveld problems Formerly at 1384802 Review at http://gwt-code-reviews.appspot.com/1384806

[gwt-contrib] [google-web-toolkit] r9881 committed - Snip stray package-info from a dead package.

2011-03-23 Thread codesite-noreply
Revision: 9881 Author: rj...@google.com Date: Wed Mar 23 11:08:21 2011 Log: Snip stray package-info from a dead package. http://code.google.com/p/google-web-toolkit/source/detail?r=9881 Deleted: /trunk/user/src/com/google/gwt/app --

[gwt-contrib] [google-web-toolkit] r9882 committed - Fix JDK 1.6 dependency....

2011-03-23 Thread codesite-noreply
Revision: 9882 Author: j...@google.com Date: Wed Mar 23 11:44:28 2011 Log: Fix JDK 1.6 dependency. Patch by: jat Review by: drfibonacci http://code.google.com/p/google-web-toolkit/source/detail?r=9882 Modified:

[gwt-contrib] [google-web-toolkit] r9883 committed - make -standardsMode the default for GwtTestCase....

2011-03-23 Thread codesite-noreply
Revision: 9883 Author: skybr...@google.com Date: Wed Mar 23 11:52:31 2011 Log: make -standardsMode the default for GwtTestCase. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9883 Modified: /trunk/user/src/com/google/gwt/junit/JUnitShell.java

[gwt-contrib] [google-web-toolkit] r9885 committed - Using cached ZipFileClassPathEntry objects....

2011-03-23 Thread codesite-noreply
Revision: 9885 Author: scheg...@google.com Date: Wed Mar 23 12:56:08 2011 Log: Using cached ZipFileClassPathEntry objects. While this does not give benefits for DevMode, which parses jar files only once, GWT Designer does this many times. This gives about 15% speed up in GWT

[gwt-contrib] [google-web-toolkit] r9886 committed - tag the 2.3.0m1 release

2011-03-23 Thread codesite-noreply
Revision: 9886 Author: mrruss...@google.com Date: Wed Mar 23 16:19:00 2011 Log: tag the 2.3.0m1 release http://code.google.com/p/google-web-toolkit/source/detail?r=9886 Added: /tags/2.3.0-m1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9887 committed - Start at adding media events for audio/video elements. Note, the under...

2011-03-23 Thread codesite-noreply
Revision: 9887 Author: fre...@google.com Date: Wed Mar 23 13:32:42 2011 Log: Start at adding media events for audio/video elements. Note, the underlying implementation for HTML5 media event handling is expected to change in the near future. Review at

[gwt-contrib] [google-web-toolkit] r9875 committed - Removed client-side validation from 2.3m1 branch. Client side validati...

2011-03-22 Thread codesite-noreply
Revision: 9875 Author: gwt.mirror...@gmail.com Date: Tue Mar 22 14:31:39 2011 Log: Removed client-side validation from 2.3m1 branch. Client side validation is not yet ready for general usage. http://code.google.com/p/google-web-toolkit/source/detail?r=9875 Deleted:

[gwt-contrib] [google-web-toolkit] r9876 committed - Cherry picking r9857 into releases/2.3m1 for GWT issue 5807

2011-03-22 Thread codesite-noreply
Revision: 9876 Author: rchan...@google.com Date: Tue Mar 22 11:45:18 2011 Log: Cherry picking r9857 into releases/2.3m1 for GWT issue 5807 http://code.google.com/p/google-web-toolkit/source/detail?r=9876 Added:

[gwt-contrib] [google-web-toolkit] r9868 committed - Handle cases where element.canPlayType() returns 'no' instead of the e...

2011-03-21 Thread codesite-noreply
Revision: 9868 Author: fre...@google.com Date: Sat Mar 19 13:11:29 2011 Log: Handle cases where element.canPlayType() returns 'no' instead of the empty string on some browsers. Review at http://gwt-code-reviews.appspot.com/1362802 Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r9869 committed - Fix Javadoc for gesture/touch events...

2011-03-21 Thread codesite-noreply
Revision: 9869 Author: fre...@google.com Date: Sun Mar 20 14:12:52 2011 Log: Fix Javadoc for gesture/touch events Review at http://gwt-code-reviews.appspot.com/1383805 Review by: p...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9869 Modified:

[gwt-contrib] [google-web-toolkit] r9870 committed - Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-...

2011-03-21 Thread codesite-noreply
Revision: 9870 Author: fabb...@google.com Date: Mon Mar 21 05:20:32 2011 Log: Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-dev doesn't have an unnecessary dependency on junit. Review at http://gwt-code-reviews.appspot.com/1383804 Review by:

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

2011-03-21 Thread codesite-noreply
Revision: 9871 Author: b...@google.com Date: Mon Mar 21 10:18:33 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9871 Added: /wiki/ProtocolBuffers.wiki === --- /dev/null +++

[gwt-contrib] [google-web-toolkit] r9872 committed - Promotes Gin's AsyncProvider to GWT, along with a more general...

2011-03-21 Thread codesite-noreply
Revision: 9872 Author: rj...@google.com Date: Mon Mar 21 14:11:01 2011 Log: Promotes Gin's AsyncProvider to GWT, along with a more general AsyncCallback than the one in com.google.gwt.user.client.rpc. Retrofits GWT RPC to use the new callback interface for ease of use, and for ease of

[gwt-contrib] [google-web-toolkit] r9863 committed - Devmode support for Firefox = 4b12....

2011-03-18 Thread codesite-noreply
Revision: 9863 Author: fmal...@google.com Date: Fri Mar 18 03:57:16 2011 Log: Devmode support for Firefox = 4b12. Mozilla commit http://hg.mozilla.org/releases/mozilla-2.0/rev/4b56bfdf61a7 changed the JSAPI property setter method signature. This adds devmode support for the updated

[gwt-contrib] [google-web-toolkit] r9864 committed - updated gecko sdk for windows (rc1 build 1)

2011-03-18 Thread codesite-noreply
Revision: 9864 Author: fabio...@google.com Date: Fri Mar 18 11:14:32 2011 Log: updated gecko sdk for windows (rc1 build 1) http://code.google.com/p/google-web-toolkit/source/detail?r=9864 Modified: /plugin-sdks/gecko-sdks/gecko-2.0.0/WINNT_x86-msvc/bin/xpidl.exe

[gwt-contrib] [google-web-toolkit] r9865 committed - Add Support for @ReportAsSingleViolation....

2011-03-18 Thread codesite-noreply
Revision: 9865 Author: gwt.mirror...@gmail.com Date: Fri Mar 18 07:52:29 2011 Log: Add Support for @ReportAsSingleViolation. [JSR 303 TCK Result] 119 of 257 (46.30%) Pass with 12 Failures and 8 Errors. Review at http://gwt-code-reviews.appspot.com/1388801 Review by:

[gwt-contrib] [google-web-toolkit] r9866 committed - Updating the FF40 binaries of the xpcom plugin with fmalita's fix at...

2011-03-18 Thread codesite-noreply
Revision: 9866 Author: con...@google.com Date: Fri Mar 18 08:56:54 2011 Log: Updating the FF40 binaries of the xpcom plugin with fmalita's fix at r9863 for the most recent breakage. Review by: fabio...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9866

[gwt-contrib] [google-web-toolkit] r9867 committed - This change is mostly resources related....

2011-03-18 Thread codesite-noreply
Revision: 9867 Author: scheg...@google.com Date: Fri Mar 18 10:49:05 2011 Log: This change is mostly resources related. We pre-split path of resources and avoid performing String.split() several times later. This gives about 5% speed up in GWT Designer. Review at

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

2011-03-17 Thread codesite-noreply
Comment by kujans...@googlemail.com: for every one who cares http://code.google.com/p/google-web-toolkit/issues/detail?id=2806#c11 Comment 11 by project member j...@google.com, Jan 12, 2011 The subject of this issue has drifted somewhat, but work derived from RpcAuth has been committed

[gwt-contrib] [google-web-toolkit] r9861 committed - non fatal js exception escapes in IE9 devmode....

2011-03-17 Thread codesite-noreply
Revision: 9861 Author: fabio...@google.com Date: Thu Mar 17 12:28:03 2011 Log: non fatal js exception escapes in IE9 devmode. http://code.google.com/p/google-web-toolkit/issues/detail?id=6135 Review at http://gwt-code-reviews.appspot.com/1387802 Review by: jlaba...@google.com

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

2011-03-16 Thread codesite-noreply
Comment by kujans...@googlemail.com: Are there any news? Or even a release ETA? Would love to see that :) For more information: http://code.google.com/p/google-web-toolkit/wiki/RpcAuth -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9857 committed - Fix issue 5807 on server side. Previously reviewed at 1370803....

2011-03-16 Thread codesite-noreply
Revision: 9857 Author: drfibona...@google.com Date: Wed Mar 16 07:05:51 2011 Log: Fix issue 5807 on server side. Previously reviewed at 1370803. Review at http://gwt-code-reviews.appspot.com/1384802 http://code.google.com/p/google-web-toolkit/source/detail?r=9857 Added:

[gwt-contrib] [google-web-toolkit] r9858 committed - Fix the worst concurrent modification problems in compiler memory-ligh...

2011-03-16 Thread codesite-noreply
Revision: 9858 Author: sco...@google.com Date: Wed Mar 16 09:22:21 2011 Log: Fix the worst concurrent modification problems in compiler memory-light set/map. Due to a bug in com.google.gwt.dev.util.collect.HashMap.put(), we were eagerly growing the underlying table even when the key was

[gwt-contrib] [google-web-toolkit] r9859 committed - Make devmode.js have a module specific filename...

2011-03-16 Thread codesite-noreply
Revision: 9859 Author: unn...@google.com Date: Wed Mar 16 11:12:59 2011 Log: Make devmode.js have a module specific filename Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9859 Modified:

[gwt-contrib] [google-web-toolkit] r9860 committed - Rolling back ServiceInheritanceTest to make it GWT safe so can run in ...

2011-03-16 Thread codesite-noreply
Revision: 9860 Author: drfibona...@google.com Date: Wed Mar 16 12:12:36 2011 Log: Rolling back ServiceInheritanceTest to make it GWT safe so can run in RequestFactorySuite also Review at http://gwt-code-reviews.appspot.com/1384802

[gwt-contrib] [google-web-toolkit] r9850 committed - Fix generated JS for getting the locale property value from the...

2011-03-15 Thread codesite-noreply
Revision: 9850 Author: gwt.mirror...@gmail.com Date: Tue Mar 15 07:52:10 2011 Log: Fix generated JS for getting the locale property value from the user agent. Public review at: http://gwt-code-reviews.appspot.com/1382803/ Patch by: jat Review by: jlabanca

[gwt-contrib] [google-web-toolkit] r9851 committed - Fix bug on IE where onload events don't fire for IFrames....

2011-03-15 Thread codesite-noreply
Revision: 9851 Author: p...@google.com Date: Mon Mar 14 09:06:35 2011 Log: Fix bug on IE where onload events don't fire for IFrames. This is a bugfix for http://code.google.com/p/google-web-toolkit/issues/detail?id=1720 Review at http://gwt-code-reviews.appspot.com/1294801

[gwt-contrib] [google-web-toolkit] r9852 committed - Fixing touch scrolling support for devices that support it natively. O...

2011-03-15 Thread codesite-noreply
Revision: 9852 Author: gwt.mirror...@gmail.com Date: Tue Mar 15 07:55:50 2011 Log: Fixing touch scrolling support for devices that support it natively. Our current touch support overrides native touch scrolling on tablets, which breaks touch scrolling. Review at

[gwt-contrib] [google-web-toolkit] r9853 committed - Overhaul overlay types....

2011-03-15 Thread codesite-noreply
Revision: 9853 Author: cromwell...@google.com Date: Mon Mar 14 10:45:50 2011 Log: Overhaul overlay types. In general, JSOs now treated like other Java types, except for cast/instanceof and instantiability. 1) Eliminate JavaScriptObjectNormalizer. JSO subtypes are no longer rewritten as

[gwt-contrib] [google-web-toolkit] r9855 committed - Rolling back jsinliner patch, issues have been identified...

2011-03-15 Thread codesite-noreply
Revision: 9855 Author: jbrosenb...@google.com Date: Mon Mar 14 12:59:51 2011 Log: Rolling back jsinliner patch, issues have been identified Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9855 Modified:

[gwt-contrib] [google-web-toolkit] r9854 committed - Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (...

2011-03-15 Thread codesite-noreply
Revision: 9854 Author: jbrosenb...@google.com Date: Mon Mar 14 11:04:13 2011 Log: Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (previously submitted by cromwellian at rev 9362) Review at http://gwt-code-reviews.appspot.com/1386801

[gwt-contrib] [google-web-toolkit] r9856 committed - Test for compile failure if attributes don't match....

2011-03-15 Thread codesite-noreply
Revision: 9856 Author: ncha...@google.com Date: Tue Mar 15 04:56:41 2011 Log: Test for compile failure if attributes don't match. [JSR 303 TCK Result] 117 of 257 (45.53%) Pass with 14 Failures and 8 Errors. Review at http://gwt-code-reviews.appspot.com/1384803 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9849 committed - creating the 2.3 release branch

2011-03-14 Thread codesite-noreply
Revision: 9849 Author: mrruss...@google.com Date: Mon Mar 14 08:33:12 2011 Log: creating the 2.3 release branch http://code.google.com/p/google-web-toolkit/source/detail?r=9849 Added: /releases/2.3 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-03-12 Thread codesite-noreply
Comment by ncha...@google.com: gwt validation is currently in SVN head only. For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9841 committed - Bumping the memory used to build samples now that Showcase is pushing ...

2011-03-11 Thread codesite-noreply
Revision: 9841 Author: jlaba...@google.com Date: Fri Mar 11 03:31:20 2011 Log: Bumping the memory used to build samples now that Showcase is pushing on the limits. Review by: fabio...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9841 Modified:

[gwt-contrib] [google-web-toolkit] r9842 committed - Clean up pesky UiBinder warnings...

2011-03-11 Thread codesite-noreply
Revision: 9842 Author: sbruba...@google.com Date: Fri Mar 11 06:21:13 2011 Log: Clean up pesky UiBinder warnings Review at http://gwt-code-reviews.appspot.com/1380802 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9842 Modified:

[gwt-contrib] [google-web-toolkit] r9843 committed - IE9 support (BETA) - 3/3....

2011-03-11 Thread codesite-noreply
Revision: 9843 Author: fabio...@google.com Date: Fri Mar 11 09:47:37 2011 Log: IE9 support (BETA) - 3/3. Known Issues: http://code.google.com/p/google-web-toolkit/issues/detail?id=6136 http://code.google.com/p/google-web-toolkit/issues/detail?id=6135

[gwt-contrib] [google-web-toolkit] r9845 committed - Increasing the timeout of GWT user tests to 5 hours. Between the ever ...

2011-03-11 Thread codesite-noreply
Revision: 9845 Author: jlaba...@google.com Date: Fri Mar 11 11:01:02 2011 Log: Increasing the timeout of GWT user tests to 5 hours. Between the ever increasing number of test cases, and the new IE9 user agent, it takes longer to run tests on slower machines. Review at

[gwt-contrib] [google-web-toolkit] r9847 committed - Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.ja...

2011-03-11 Thread codesite-noreply
Revision: 9847 Author: jlaba...@google.com Date: Fri Mar 11 13:14:20 2011 Log: Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.java. Review by: sco...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9847 Modified:

[gwt-contrib] [google-web-toolkit] r9848 committed - Provides a wrapper around transforming a resource name (filename or UR...

2011-03-11 Thread codesite-noreply
Revision: 9848 Author: zun...@google.com Date: Fri Mar 11 13:16:30 2011 Log: Provides a wrapper around transforming a resource name (filename or URL) into an absolute URL. By default, this tacks on the module base to a relative URL and leaves other names alone. It could be used in other

[gwt-contrib] [google-web-toolkit] r9835 committed - add ie9 user.agent with fallback binding to ie8. (in preparation for i...

2011-03-10 Thread codesite-noreply
Revision: 9835 Author: fabio...@google.com Date: Thu Mar 10 03:46:43 2011 Log: add ie9 user.agent with fallback binding to ie8. (in preparation for ie9 support). Review at http://gwt-code-reviews.appspot.com/1369808 http://code.google.com/p/google-web-toolkit/source/detail?r=9835 Modified:

[gwt-contrib] [google-web-toolkit] r9836 committed - Extract ServiceLayer.getDomainClassLoader() to ensure consistent use o...

2011-03-10 Thread codesite-noreply
Revision: 9836 Author: b...@google.com Date: Thu Mar 10 05:45:01 2011 Log: Extract ServiceLayer.getDomainClassLoader() to ensure consistent use of ClassLoaders within the service layer. Issue 6092. Review at http://gwt-code-reviews.appspot.com/1374804 Patch by: bobv Review by: t.broyer

[gwt-contrib] [google-web-toolkit] r9837 committed - Support paths for iterables without a key or an index....

2011-03-10 Thread codesite-noreply
Revision: 9837 Author: ncha...@google.com Date: Thu Mar 10 05:54:28 2011 Log: Support paths for iterables without a key or an index. [JSR 303 TCK Result] 116 of 257 (45.14%) Pass with 14 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1369810 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9838 committed - Address issue 6076 where composite paths were not recorded correctly....

2011-03-10 Thread codesite-noreply
Revision: 9838 Author: t.bro...@gmail.com Date: Thu Mar 10 07:36:40 2011 Log: Address issue 6076 where composite paths were not recorded correctly. http://gwt-code-reviews.appspot.com/1364801/ Patch by: t.broyer Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=9838

[gwt-contrib] [google-web-toolkit] r9839 committed - Address issue 6066 where RequestFactoryEditorDriver doesn't collect co...

2011-03-10 Thread codesite-noreply
Revision: 9839 Author: t.bro...@gmail.com Date: Thu Mar 10 07:55:44 2011 Log: Address issue 6066 where RequestFactoryEditorDriver doesn't collect composite paths. http://gwt-code-reviews.appspot.com/1363801 Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r9840 committed - Copy/paste detected in NumberLabelParser :-)...

2011-03-10 Thread codesite-noreply
Revision: 9840 Author: rj...@google.com Date: Thu Mar 10 09:08:32 2011 Log: Copy/paste detected in NumberLabelParser :-) It leaks DateTimeFormat from DateLabelParser. I've added couple statements into test and fixed problem. Submitting for scheg...@google.com Review at

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

2011-03-09 Thread codesite-noreply
Comment by mail.mic...@googlemail.com: Where is the com.google.gwt.validation package? I cannot find it For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9826 committed - Replacing the testng-5.14.1.jar with testng-5.14.1-nojunit.jar in the ...

2011-03-09 Thread codesite-noreply
Revision: 9826 Author: jlaba...@google.com Date: Wed Mar 9 04:56:27 2011 Log: Replacing the testng-5.14.1.jar with testng-5.14.1-nojunit.jar in the gwt-user .classpath file. The testng-5.14.1.jar was removed to allow GWT to use Junit4. Review at http://gwt-code-reviews.appspot.com/1377803

[gwt-contrib] [google-web-toolkit] r9827 committed - Adding changing from junit-4.8.2-dep.jar, which lacks the org.hamcrest...

2011-03-09 Thread codesite-noreply
Revision: 9827 Author: fabb...@google.com Date: Wed Mar 9 08:09:53 2011 Log: Adding changing from junit-4.8.2-dep.jar, which lacks the org.hamcrest dependency, to junit-4.8.2.jar, which has it. http://code.google.com/p/google-web-toolkit/source/detail?r=9827 Added: /tools/lib/junit/README

[gwt-contrib] [google-web-toolkit] r9828 committed - Fixing ActionCell and ButtonCell clicks outside of the Button element ...

2011-03-09 Thread codesite-noreply
Revision: 9828 Author: gwt.mirror...@gmail.com Date: Wed Mar 9 08:11:17 2011 Log: Fixing ActionCell and ButtonCell clicks outside of the Button element are ignored. Issue: 5641 Author: hekke, jlabanca Review at http://gwt-code-reviews.appspot.com/1371810 Review by: p...@google.com

<    3   4   5   6   7   8   9   10   11   12   >