[gwt-contrib] [google-web-toolkit] r9722 committed - tag for the release of GWT 2.2

2011-02-10 Thread codesite-noreply
Revision: 9722 Author: mrruss...@google.com Date: Thu Feb 10 14:55:48 2011 Log: tag for the release of GWT 2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9722 Added: /tags/2.2.0/2.2 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9723 committed - firest tag was incorrect

2011-02-10 Thread codesite-noreply
Revision: 9723 Author: mrruss...@google.com Date: Thu Feb 10 15:31:37 2011 Log: firest tag was incorrect http://code.google.com/p/google-web-toolkit/source/detail?r=9723 Deleted: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9724 committed - tag for the release branch

2011-02-10 Thread codesite-noreply
Revision: 9724 Author: mrruss...@google.com Date: Thu Feb 10 15:33:22 2011 Log: tag for the release branch http://code.google.com/p/google-web-toolkit/source/detail?r=9724 Added: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9725 committed - update the documentation from the latest release build

2011-02-10 Thread codesite-noreply
Revision: 9725 Author: mrruss...@google.com Date: Thu Feb 10 16:43:23 2011 Log: update the documentation from the latest release build http://code.google.com/p/google-web-toolkit/source/detail?r=9725 Modified: /javadoc/2.2/com/google/gwt/media/client/Audio.html

[gwt-contrib] [google-web-toolkit] r9726 committed - CollectorNull should not set stack traces when stack stripping is enab...

2011-02-10 Thread codesite-noreply
Revision: 9726 Author: cromwell...@google.com Date: Thu Feb 10 14:05:42 2011 Log: CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array. Review at

[gwt-contrib] [google-web-toolkit] r9705 committed - Fix a NullPointerException in Editor framework when a null sub-Editor ...

2011-02-09 Thread codesite-noreply
Revision: 9705 Author: gwt.mirror...@gmail.com Date: Wed Feb 9 12:06:22 2011 Log: Fix a NullPointerException in Editor framework when a null sub-Editor is encountered during traversal. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/1354802

[gwt-contrib] [google-web-toolkit] r9706 committed - Fix TestUtil.PathImpl to correctly test for non matching...

2011-02-09 Thread codesite-noreply
Revision: 9706 Author: ncha...@google.com Date: Wed Feb 9 08:55:13 2011 Log: Fix TestUtil.PathImpl to correctly test for non matching RegExp groups. getGroup returns null or depending on the browser. [JSR 303 TCK Result] 93 of 257 (36.19%) Pass with 33 Failures and 14 Errors. Review at

[gwt-contrib] [google-web-toolkit] r9708 committed - Sort the top level validator class to handle most specific classes fir...

2011-02-09 Thread codesite-noreply
Revision: 9708 Author: gwt.mirror...@gmail.com Date: Wed Feb 9 13:27:07 2011 Log: Sort the top level validator class to handle most specific classes first. [JSR 303 TCK Result] 87 of 257 (33.85%) Pass with 39 Failures and 14 Errors. Review at http://gwt-code-reviews.appspot.com/1346804

[gwt-contrib] [google-web-toolkit] r9709 committed - Quick patch, in follow up to r9344, which replaces remaining uses of t...

2011-02-09 Thread codesite-noreply
Revision: 9709 Author: fre...@google.com Date: Wed Feb 9 11:45:33 2011 Log: Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, with the corresponding 'compiler.stackMode'. Fixes issues: 5692 Review at

[gwt-contrib] [google-web-toolkit] r9711 committed - Simplify JArrayType handling; reduce serialization footprint....

2011-02-09 Thread codesite-noreply
Revision: 9711 Author: sco...@google.com Date: Wed Feb 9 13:07:01 2011 Log: Simplify JArrayType handling; reduce serialization footprint. http://gwt-code-reviews.appspot.com/1352803/show Review by: cromwell...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9711

[gwt-contrib] [google-web-toolkit] r9712 committed - TypeOracle to allow access to the list of annotations on an element....

2011-02-09 Thread codesite-noreply
Revision: 9712 Author: gwt.mirror...@gmail.com Date: Wed Feb 9 13:08:24 2011 Log: TypeOracle to allow access to the list of annotations on an element. This brings HasAnnotations up to spec with java.lang.reflect.AnnotatedElement. http://gwt-code-reviews.appspot.com/1352805/show Review by:

[gwt-contrib] [google-web-toolkit] r9714 committed - Fix tab char

2011-02-09 Thread codesite-noreply
Revision: 9714 Author: cromwell...@google.com Date: Wed Feb 9 14:35:38 2011 Log: Fix tab char http://code.google.com/p/google-web-toolkit/source/detail?r=9714 Modified: /trunk/user/test/com/google/gwt/uibinder/elementparsers/MockUiBinderWriter.java ===

[gwt-contrib] [google-web-toolkit] r9713 committed - Delegate Html element type lookups to a pluggable factory....

2011-02-09 Thread codesite-noreply
Revision: 9713 Author: gwt.mirror...@gmail.com Date: Wed Feb 9 16:43:56 2011 Log: Delegate Html element type lookups to a pluggable factory. Review at http://gwt-code-reviews.appspot.com/1352802 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9713

[gwt-contrib] [google-web-toolkit] r9715 committed - Rolling back r9709, which replaced remaining uses of the legacy 'compi...

2011-02-09 Thread codesite-noreply
Revision: 9715 Author: gwt.mirror...@gmail.com Date: Wed Feb 9 21:02:18 2011 Log: Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property with the corresponding 'compiler.stackMode'. Fixes issues: 5692 Review at

[gwt-contrib] [google-web-toolkit] r9684 committed - Update getGeckoVersion() to support beta versions of Firefox....

2011-02-08 Thread codesite-noreply
Revision: 9684 Author: p...@google.com Date: Mon Feb 7 21:44:28 2011 Log: Update getGeckoVersion() to support beta versions of Firefox. Previously, gecko versions of the form 2.0b10 would cause the regex to get mad because it is missing a second period. This change updates the gecko version

[gwt-contrib] [google-web-toolkit] r9685 committed - Removing @Override from interface implementations to maintain Java 1.5...

2011-02-08 Thread codesite-noreply
Revision: 9685 Author: jlaba...@google.com Date: Tue Feb 8 03:26:09 2011 Log: Removing @Override from interface implementations to maintain Java 1.5 compatibility. Review at http://gwt-code-reviews.appspot.com/1346801 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r9687 committed - Adding a LoadingStateEvent to CellList and CellTable so users can rece...

2011-02-08 Thread codesite-noreply
Revision: 9687 Author: jlaba...@google.com Date: Tue Feb 8 04:44:50 2011 Log: Adding a LoadingStateEvent to CellList and CellTable so users can receive an event when the data is loaded. Previously, LoadingState was a package protected enum used to show the loading indicator in CellTable and

[gwt-contrib] [google-web-toolkit] r9686 committed - Undeprecating DockPanel because it is still useful and fulfills a purp...

2011-02-08 Thread codesite-noreply
Revision: 9686 Author: jlaba...@google.com Date: Tue Feb 8 04:39:12 2011 Log: Undeprecating DockPanel because it is still useful and fulfills a purpose that DockLayoutPanel cannot. DockPanel will naturally resize to fit its content, whereas DockLayoutPanel requires the user to specify the

[gwt-contrib] [google-web-toolkit] r9688 committed - Reduce logging work in STOB. Wrap logging calls with isLoggable and on...

2011-02-08 Thread codesite-noreply
Revision: 9688 Author: gwt.mirror...@gmail.com Date: Tue Feb 8 08:23:32 2011 Log: Reduce logging work in STOB. Wrap logging calls with isLoggable and only create .rpc.log during web-compiles or DevMode with DEBUG logging. Review at http://gwt-code-reviews.appspot.com/1310806 Review by:

[gwt-contrib] [google-web-toolkit] r9690 committed - Make FieldSerializers use reflection directly instead of round-trippin...

2011-02-08 Thread codesite-noreply
Revision: 9690 Author: to...@google.com Date: Tue Feb 8 07:28:00 2011 Log: Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode. Review at http://gwt-code-reviews.appspot.com/1310807 Review by: jbrosenb...@google.com

[gwt-contrib] [google-web-toolkit] r9691 committed - Bump samples/expenses/pom.xml version number...

2011-02-08 Thread codesite-noreply
Revision: 9691 Author: rj...@google.com Date: Tue Feb 8 11:03:03 2011 Log: Bump samples/expenses/pom.xml version number Review at http://gwt-code-reviews.appspot.com/1329803 Review by: drfibona...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9691 Modified:

[gwt-contrib] [google-web-toolkit] r9692 committed - Relaxing the requirement that users specify a loading indicator image ...

2011-02-08 Thread codesite-noreply
Revision: 9692 Author: gwt.mirror...@gmail.com Date: Tue Feb 8 11:17:30 2011 Log: Relaxing the requirement that users specify a loading indicator image resource. If the image resource is null, the table will not create a default loading indicator. Review at

[gwt-contrib] [google-web-toolkit] r9695 committed - tag for the 2.2.0 GA Version

2011-02-08 Thread codesite-noreply
Revision: 9695 Author: mrruss...@google.com Date: Tue Feb 8 12:19:46 2011 Log: tag for the 2.2.0 GA Version http://code.google.com/p/google-web-toolkit/source/detail?r=9695 Added: /tags/2.2.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9696 committed - Get rid of document.write option since it can break in some edge cases...

2011-02-08 Thread codesite-noreply
Revision: 9696 Author: unn...@google.com Date: Tue Feb 8 09:31:49 2011 Log: Get rid of document.write option since it can break in some edge cases and isn't actually necessary. I believe that I originally thought it was needed because I was appending to the body rather than the head and

[gwt-contrib] [google-web-toolkit] r9698 committed - Fixes checkstyle error

2011-02-08 Thread codesite-noreply
Revision: 9698 Author: cromwell...@google.com Date: Tue Feb 8 11:49:32 2011 Log: Fixes checkstyle error http://code.google.com/p/google-web-toolkit/source/detail?r=9698 Modified: /trunk/dev/core/src/com/google/gwt/dev/js/JsStringInterner.java === ---

[gwt-contrib] [google-web-toolkit] r9699 committed - Missing 's' for '%s' specifier in log message....

2011-02-08 Thread codesite-noreply
Revision: 9699 Author: asku...@google.com Date: Tue Feb 8 13:32:24 2011 Log: Missing 's' for '%s' specifier in log message. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9699 Modified: /trunk/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java

[gwt-contrib] [google-web-toolkit] r9700 committed - Sorting the gwt-format.xml rules for easy diffing in subequent...

2011-02-08 Thread codesite-noreply
Revision: 9700 Author: gwt.mirror...@gmail.com Date: Tue Feb 8 17:02:32 2011 Log: Sorting the gwt-format.xml rules for easy diffing in subequent changes. There is no actual change here. http://code.google.com/p/google-web-toolkit/source/detail?r=9700 Modified:

[gwt-contrib] [google-web-toolkit] r9701 committed - Provide mechanism to suppress warning dialog when runtime and compile ...

2011-02-08 Thread codesite-noreply
Revision: 9701 Author: fre...@google.com Date: Tue Feb 8 16:15:58 2011 Log: Provide mechanism to suppress warning dialog when runtime and compile time user.agent propert values disagree, i.e. via set-property name=user.agent.runtimeWarning value=false/ Fixes issues: 5861 Review at

[gwt-contrib] [google-web-toolkit] r9702 committed - Include the property name in the error message when a single-valued pr...

2011-02-08 Thread codesite-noreply
Revision: 9702 Author: fre...@google.com Date: Tue Feb 8 16:59:56 2011 Log: Include the property name in the error message when a single-valued property does not have exactly one value Review at http://gwt-code-reviews.appspot.com/1348801 Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r9679 committed - Removes @Override annotation from implemented interface methods....

2011-02-07 Thread codesite-noreply
Revision: 9679 Author: zun...@google.com Date: Mon Feb 7 09:56:00 2011 Log: Removes @Override annotation from implemented interface methods. Review at http://gwt-code-reviews.appspot.com/1343802 Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9679

[gwt-contrib] [google-web-toolkit] r9682 committed - Make SOYC produce consistent output....

2011-02-07 Thread codesite-noreply
Revision: 9682 Author: sco...@google.com Date: Mon Feb 7 12:59:41 2011 Log: Make SOYC produce consistent output. http://gwt-code-reviews.appspot.com/1338805/show Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9682 Modified:

[gwt-contrib] [google-web-toolkit] r9672 committed - Remove list of JavaScriptException object properties:...

2011-02-04 Thread codesite-noreply
Revision: 9672 Author: fre...@google.com Date: Fri Feb 4 08:47:41 2011 Log: Remove list of JavaScriptException object properties: - In Development Mode: always - In Production Mode: when compiler.stackTrace = emulated Fixes Issues: 3974 Review at http://gwt-code-reviews.appspot.com/1310802

[gwt-contrib] [google-web-toolkit] r9673 committed - Add GeneratorContextExt.isProdMode. Allows generators to specialize ou...

2011-02-04 Thread codesite-noreply
Revision: 9673 Author: gwt.mirror...@gmail.com Date: Fri Feb 4 12:33:12 2011 Log: Add GeneratorContextExt.isProdMode. Allows generators to specialize output for dev or prod mode. Updates RPC to take advantage of it. Review at http://gwt-code-reviews.appspot.com/1338801

[gwt-contrib] [google-web-toolkit] r9674 committed - Enhancements for SpeedTracerLogging within gwt...

2011-02-04 Thread codesite-noreply
Revision: 9674 Author: gwt.mirror...@gmail.com Date: Fri Feb 4 12:13:36 2011 Log: Enhancements for SpeedTracerLogging within gwt Added support for logging/estimating garbage collection, process cpu time, per thread cpu time, and for overhead time for logging itself. Review at

[gwt-contrib] [google-web-toolkit] r9675 committed - Don't allocate short names for unreferenced JsNames....

2011-02-04 Thread codesite-noreply
Revision: 9675 Author: gwt.mirror...@gmail.com Date: Fri Feb 4 15:20:13 2011 Log: Don't allocate short names for unreferenced JsNames. We create names during GenerateJavaScriptAST, but in many cases, references to those names get optimized out. However, the JsName still exists in the

[gwt-contrib] [google-web-toolkit] r9676 committed - Rolling back because patch causes problems in some IE browsers

2011-02-04 Thread codesite-noreply
Revision: 9676 Author: unn...@google.com Date: Fri Feb 4 12:46:30 2011 Log: Rolling back because patch causes problems in some IE browsers http://code.google.com/p/google-web-toolkit/source/detail?r=9676 Modified: /trunk/dev/core/src/com/google/gwt/core/linker/CrossSiteIframeTemplate.js

[gwt-contrib] [google-web-toolkit] r9668 committed - Adds option to override JsInliner's max complexity ratio heuristic wit...

2011-02-03 Thread codesite-noreply
Revision: 9668 Author: cromwell...@google.com Date: Wed Feb 2 13:53:09 2011 Log: Adds option to override JsInliner's max complexity ratio heuristic with JVM property 'gwt.jsinlinerratio'. The default is 5.0, smaller values tend to reduce code size. Empirically, 1.2 seems to be a good value.

[gwt-contrib] [google-web-toolkit] r9669 committed - Consider the interactive state to be complete since it can happen af...

2011-02-03 Thread codesite-noreply
Revision: 9669 Author: unn...@google.com Date: Thu Feb 3 09:45:03 2011 Log: Consider the interactive state to be complete since it can happen after the loaded state (which we already consider complete). Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r9670 committed - Fix CompilationStateBuilder's speed tracer logs....

2011-02-03 Thread codesite-noreply
Revision: 9670 Author: gwt.mirror...@gmail.com Date: Thu Feb 3 12:54:42 2011 Log: Fix CompilationStateBuilder's speed tracer logs. Currently, CompilationStateBuilder produces a tree like: Process - Process Where the top node has almost no time in it at all, and serves no purpose. This

[gwt-contrib] [google-web-toolkit] r9660 committed - Handling errors more from user code more gracefully in HasDataPresente...

2011-02-01 Thread codesite-noreply
Revision: 9660 Author: jlaba...@google.com Date: Tue Feb 1 07:22:51 2011 Log: Handling errors more from user code more gracefully in HasDataPresenter. If Cells, Cell Widgets, or the SelectionModel throw exceptions during the rendering loop, we no longer lock the presenter's rendering loop

[gwt-contrib] [google-web-toolkit] r9661 committed - Refactors DefaultFilters and DefaultFiltersTest to accept a filter tha...

2011-02-01 Thread codesite-noreply
Revision: 9661 Author: zun...@google.com Date: Tue Feb 1 08:37:27 2011 Log: Refactors DefaultFilters and DefaultFiltersTest to accept a filter that will return .class files. Review at http://gwt-code-reviews.appspot.com/1336801

[gwt-contrib] [google-web-toolkit] r9662 committed - Update plural rules for Gaelic and Welsh....

2011-02-01 Thread codesite-noreply
Revision: 9662 Author: gwt.mirror...@gmail.com Date: Tue Feb 1 14:42:07 2011 Log: Update plural rules for Gaelic and Welsh. Patch by: jat Review by: pdr http://code.google.com/p/google-web-toolkit/source/detail?r=9662 Modified:

[gwt-contrib] [google-web-toolkit] r9663 committed - Speed up DevMode by getting rid of excessive JS to Java calls....

2011-02-01 Thread codesite-noreply
Revision: 9663 Author: to...@google.com Date: Tue Feb 1 13:54:46 2011 Log: Speed up DevMode by getting rid of excessive JS to Java calls. Review at http://gwt-code-reviews.appspot.com/1337801 Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9663

[gwt-contrib] [google-web-toolkit] r9664 committed - Fully process annotation types....

2011-02-01 Thread codesite-noreply
Revision: 9664 Author: sco...@google.com Date: Tue Feb 1 16:12:57 2011 Log: Fully process annotation types. Binary annotations never become TypeDeclarations, so this short-circuit code is unnecessarily preventing us from fully processing annotation types. This is bad, because it's

[gwt-contrib] [google-web-toolkit] r9656 committed - Cherry-picking r9655 into the 2.2 release branch.

2011-01-31 Thread codesite-noreply
Revision: 9656 Author: j...@google.com Date: Sun Jan 30 10:32:42 2011 Log: Cherry-picking r9655 into the 2.2 release branch. http://code.google.com/p/google-web-toolkit/source/detail?r=9656 Modified: /releases/2.2/user/src/com/google/gwt/i18n/client/impl/cldr/DateTimeFormatInfoImpl_af.java

[gwt-contrib] [google-web-toolkit] r9659 committed - Fix latent bug in this() calls needing synthetic ctor args....

2011-01-31 Thread codesite-noreply
Revision: 9659 Author: sco...@google.com Date: Mon Jan 31 11:16:33 2011 Log: Fix latent bug in this() calls needing synthetic ctor args. When processing a this() constructor invocation, the GWT compiler currently has a bug where it tries to reference a field that hasn't yet been assigned.

[gwt-contrib] [google-web-toolkit] r9647 committed - bump version for redploy of windows fix crx...

2011-01-28 Thread codesite-noreply
Revision: 9647 Author: gwt.mirror...@gmail.com Date: Fri Jan 28 08:24:59 2011 Log: bump version for redploy of windows fix crx Review by: fabio...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9647 Modified: /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json

[gwt-contrib] [google-web-toolkit] r9648 committed - Add mnemonics for DevMode swing UI....

2011-01-28 Thread codesite-noreply
Revision: 9648 Author: j...@google.com Date: Fri Jan 28 05:26:46 2011 Log: Add mnemonics for DevMode swing UI. Original review at http://gwt-code-reviews.appspot.com/708801/show Review at http://gwt-code-reviews.appspot.com/1328801 Issue: 5150 Patch by: alexander.orlov, jat Review by: jat,

[gwt-contrib] [google-web-toolkit] r9649 committed - Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers....

2011-01-28 Thread codesite-noreply
Revision: 9649 Author: gwt.mirror...@gmail.com Date: Fri Jan 28 09:13:08 2011 Log: Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers. This change is transitional, we will continue to support the only style for now. http://gwt-code-reviews.appspot.com/1295805/show Review by:

[gwt-contrib] [google-web-toolkit] r9650 committed - Setting the line-height of the splitter in Vertical/HorizontalSplitPan...

2011-01-28 Thread codesite-noreply
Revision: 9650 Author: jlaba...@google.com Date: Fri Jan 28 06:53:00 2011 Log: Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects. Review at

[gwt-contrib] [google-web-toolkit] r9651 committed - Cherry picking r9650 into releases/2.2.

2011-01-28 Thread codesite-noreply
Revision: 9651 Author: jlaba...@google.com Date: Fri Jan 28 07:48:53 2011 Log: Cherry picking r9650 into releases/2.2. http://code.google.com/p/google-web-toolkit/source/detail?r=9651 Modified: /releases/2.2/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css

[gwt-contrib] [google-web-toolkit] r9653 committed - Improvements to JsniChecker....

2011-01-28 Thread codesite-noreply
Revision: 9653 Author: gwt.mirror...@gmail.com Date: Fri Jan 28 10:48:44 2011 Log: Improvements to JsniChecker. - JsniChecker now implements ALL of the JSNI checks that were being done in GenerateJavaAST. - JsniCheckerTest tests them all. - JsniChecker reports the resolved refs it collected.

[gwt-contrib] [google-web-toolkit] r9655 committed - Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an...

2011-01-28 Thread codesite-noreply
Revision: 9655 Author: j...@google.com Date: Fri Jan 28 15:39:28 2011 Log: Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an ICU/CLDR bug. This was manually created looking specfically at y+M{1,3}E{1,3}d patterns in CLDR data and using that where the ICU4J computed value differed.

[gwt-contrib] [google-web-toolkit] r9634 committed - Add link to Issue 5946 GraphNavigationGwtTest

2011-01-27 Thread codesite-noreply
Revision: 9634 Author: ncha...@google.com Date: Thu Jan 27 07:01:18 2011 Log: Add link to Issue 5946 GraphNavigationGwtTest http://code.google.com/p/google-web-toolkit/source/detail?r=9634 Modified: /wiki/BeanValidation.wiki === ---

[gwt-contrib] [google-web-toolkit] r9635 committed - In r8817, we landed a patch that allows @Prefix(), i.e. a...

2011-01-27 Thread codesite-noreply
Revision: 9635 Author: t.bro...@gmail.com Date: Thu Jan 27 07:38:01 2011 Log: In r8817, we landed a patch that allows @Prefix(), i.e. a non-prefixed PlaceTokenizer, and produces a separator-less history token as a result. The token parsing however wasn't updated, and such a token would always go

[gwt-contrib] [google-web-toolkit] r9636 committed - Warn users of JRE 1.5 that their days are numbered...

2011-01-27 Thread codesite-noreply
Revision: 9636 Author: rj...@google.com Date: Thu Jan 27 05:31:37 2011 Log: Warn users of JRE 1.5 that their days are numbered Addresses http://code.google.com/p/google-web-toolkit/issues/detail?id=5884 Review at http://gwt-code-reviews.appspot.com/1328802 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9637 committed - Change GWT History to work when multiple applications are loaded withi...

2011-01-27 Thread codesite-noreply
Revision: 9637 Author: jhollenb...@google.com Date: Thu Jan 27 07:30:25 2011 Log: Change GWT History to work when multiple applications are loaded within the same page. Patch by: jhollenbach Review by: jat, jgw Review at http://gwt-code-reviews.appspot.com/1322801

[gwt-contrib] [google-web-toolkit] r9639 committed - Cherry picking r9636 into releases/2.2, jre 1.5 deprecation warning

2011-01-27 Thread codesite-noreply
Revision: 9639 Author: rj...@google.com Date: Thu Jan 27 08:11:12 2011 Log: Cherry picking r9636 into releases/2.2, jre 1.5 deprecation warning http://code.google.com/p/google-web-toolkit/source/detail?r=9639 Modified: /releases/2.2/dev/core/src/com/google/gwt/util/tools/ToolBase.java

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

2011-01-27 Thread codesite-noreply
Comment by javierfe...@gmail.com: Any update on this? Thanks For more information: http://code.google.com/p/google-web-toolkit/wiki/LightweightCollections -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9640 committed - Public: (by t.bro...@gmail.com):

2011-01-27 Thread codesite-noreply
Revision: 9640 Author: rj...@google.com Date: Thu Jan 27 09:39:02 2011 Log: Public: (by t.bro...@gmail.com): http://code.google.com/p/google-web-toolkit/source/detail?r=9640 Modified: /trunk/user/src/com/google/gwt/dom/client/DOMImplSafari.java

[gwt-contrib] [google-web-toolkit] r9641 committed - Fix the mac build for leopard users of the npapi/xpcom plugins....

2011-01-27 Thread codesite-noreply
Revision: 9641 Author: con...@google.com Date: Thu Jan 27 09:50:46 2011 Log: Fix the mac build for leopard users of the npapi/xpcom plugins. Review at http://gwt-code-reviews.appspot.com/1323802 http://code.google.com/p/google-web-toolkit/source/detail?r=9641 Modified:

[gwt-contrib] [google-web-toolkit] r9642 committed - Sort format some files....

2011-01-27 Thread codesite-noreply
Revision: 9642 Author: sco...@google.com Date: Thu Jan 27 12:46:16 2011 Log: Sort format some files. Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9642 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java

[gwt-contrib] [google-web-toolkit] r9643 committed - At application startup, assert that the specified user.agent selection...

2011-01-27 Thread codesite-noreply
Revision: 9643 Author: fre...@google.com Date: Thu Jan 27 13:56:33 2011 Log: At application startup, assert that the specified user.agent selection property value indeed matches the expected value for the executing browser / user agent, thus avoid long hours debugging strange error messages

[gwt-contrib] [google-web-toolkit] r9644 committed - Fixes a javadoc typo in the app generated by WebAppCreator.

2011-01-27 Thread codesite-noreply
Revision: 9644 Author: rj...@google.com Date: Thu Jan 27 14:03:30 2011 Log: Fixes a javadoc typo in the app generated by WebAppCreator. http://code.google.com/p/google-web-toolkit/source/detail?r=9644 Modified: /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc

[gwt-contrib] [google-web-toolkit] r9645 committed - Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.Gra...

2011-01-27 Thread codesite-noreply
Revision: 9645 Author: ncha...@google.com Date: Thu Jan 27 14:17:20 2011 Log: Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest [JSR 303 TCK Result] 91 of 257 (35.41%) Pass with 33 Failures and 16 Errors. Review at

[gwt-contrib] [google-web-toolkit] r9646 committed - Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter...

2011-01-27 Thread codesite-noreply
Revision: 9646 Author: rj...@google.com Date: Thu Jan 27 16:01:17 2011 Log: Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter patch. We only just deprecated 1.5, need to be friendly for one more relese. Review at http://gwt-code-reviews.appspot.com/1334801 Review by:

[gwt-contrib] [google-web-toolkit] r9620 committed - Fixing a bug in CellBrowser where the user must click on an element tw...

2011-01-26 Thread codesite-noreply
Revision: 9620 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 09:27:21 2011 Log: 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

[gwt-contrib] [google-web-toolkit] r9622 committed - Add option to use JSONP in ExternalTextResource...

2011-01-26 Thread codesite-noreply
Revision: 9622 Author: unn...@google.com Date: Wed Jan 26 06:01:10 2011 Log: Add option to use JSONP in ExternalTextResource Review at http://gwt-code-reviews.appspot.com/1310801 Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9622 Added:

[gwt-contrib] [google-web-toolkit] r9621 committed - Add more TCK tests...

2011-01-26 Thread codesite-noreply
Revision: 9621 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 09:30:56 2011 Log: Add more TCK tests [JSR 303 TCK Result] 90 of 257 (35.02%) Pass with 29 Failures and 12 Errors. Review at http://gwt-code-reviews.appspot.com/1298802 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9623 committed - Bump pom.xml version, and fix NPE in samples/expenses...

2011-01-26 Thread codesite-noreply
Revision: 9623 Author: rj...@google.com Date: Wed Jan 26 09:24:30 2011 Log: Bump pom.xml version, and fix NPE in samples/expenses Review at http://gwt-code-reviews.appspot.com/1326801 http://code.google.com/p/google-web-toolkit/source/detail?r=9623 Modified: /trunk/samples/expenses/pom.xml

[gwt-contrib] [google-web-toolkit] r9624 committed - Cherry picking r9623 into releases/2.2, Bump pom.xml version, and fix ...

2011-01-26 Thread codesite-noreply
Revision: 9624 Author: rj...@google.com Date: Wed Jan 26 07:25:18 2011 Log: Cherry picking r9623 into releases/2.2, Bump pom.xml version, and fix NPE in samples/expenses http://code.google.com/p/google-web-toolkit/source/detail?r=9624 Modified: /releases/2.2/samples/expenses/pom.xml

[gwt-contrib] [google-web-toolkit] r9625 committed - Cherry picking r9614 and r9620 into releases/2.2 5917 and 5916.

2011-01-26 Thread codesite-noreply
Revision: 9625 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 11:03:00 2011 Log: Cherry picking r9614 and r9620 into releases/2.2 5917 and 5916. http://code.google.com/p/google-web-toolkit/source/detail?r=9625 Modified:

[gwt-contrib] [google-web-toolkit] r9626 committed - Turn off test that is failing in IE...

2011-01-26 Thread codesite-noreply
Revision: 9626 Author: ncha...@google.com Date: Wed Jan 26 08:11:36 2011 Log: Turn off test that is failing in IE Review at http://gwt-code-reviews.appspot.com/1285802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9626 Modified:

[gwt-contrib] [google-web-toolkit] r9627 committed - Add validation jars to the expenses sample build.xml...

2011-01-26 Thread codesite-noreply
Revision: 9627 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 13:34:27 2011 Log: Add validation jars to the expenses sample build.xml Review at http://gwt-code-reviews.appspot.com/1309802 Review by: b...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9627 Modified:

[gwt-contrib] [google-web-toolkit] r9628 committed - Add SSL support to DevMode....

2011-01-26 Thread codesite-noreply
Revision: 9628 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 10:35:35 2011 Log: Add SSL support to DevMode. Issue: 1806 Patch by: jat Review by: conroy, tobyr Review at http://gwt-code-reviews.appspot.com/1324801 http://code.google.com/p/google-web-toolkit/source/detail?r=9628 Added:

[gwt-contrib] [google-web-toolkit] r9629 committed - Add JREIndex optimization to JdtCompiler....

2011-01-26 Thread codesite-noreply
Revision: 9629 Author: sco...@google.com Date: Wed Jan 26 13:03:02 2011 Log: Add JREIndex optimization to JdtCompiler. http://gwt-code-reviews.appspot.com/1318802/show Review by: to...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9629 Modified:

[gwt-contrib] [google-web-toolkit] r9630 committed - Fix bad gwt-servlet dep problem described in http://code.google.com/p/...

2011-01-26 Thread codesite-noreply
Revision: 9630 Author: rj...@google.com Date: Wed Jan 26 13:12:30 2011 Log: Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918 http://code.google.com/p/google-web-toolkit/source/detail?r=9630 Modified:

[gwt-contrib] [google-web-toolkit] r9631 committed - Cherry picking r9618 into releases/2.2, DateTimeFormat javadoc fix

2011-01-26 Thread codesite-noreply
Revision: 9631 Author: gwt.mirror...@gmail.com Date: Wed Jan 26 16:32:37 2011 Log: Cherry picking r9618 into releases/2.2, DateTimeFormat javadoc fix http://code.google.com/p/google-web-toolkit/source/detail?r=9631 Modified: /releases/2.2/user/src/com/google/gwt/i18n/client/DateTimeFormat.java

[gwt-contrib] [google-web-toolkit] r9632 committed - Cherry picking r9594, r9630 into releases/2.2, fix gwt-servlet dep in ...

2011-01-26 Thread codesite-noreply
Revision: 9632 Author: rj...@google.com Date: Wed Jan 26 13:28:57 2011 Log: Cherry picking r9594, r9630 into releases/2.2, fix gwt-servlet dep in samples/expenses/pom.xml http://code.google.com/p/google-web-toolkit/source/detail?r=9632 Modified: /releases/2.2/samples/expenses/pom.xml

[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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [google-web-toolkit] r9597 committed - Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform s...

2011-01-24 Thread codesite-noreply
Revision: 9597 Author: con...@google.com Date: Mon Jan 24 04:30:43 2011 Log: Update the mac xpcom plugin for Gecko 2.0 (FF4). This is a platform switch for mac: ppc+i386 to i386+x86_64 to mirror Firefox's platform shift. Also, fixup the linux libxul linkage: we had been getting lucky with

[gwt-contrib] [google-web-toolkit] r9598 committed - Some fixes to Only JClassTypes should have a super class.

2011-01-24 Thread codesite-noreply
Revision: 9598 Author: sco...@google.com Date: Mon Jan 24 06:53:26 2011 Log: Some fixes to Only JClassTypes should have a super class. http://code.google.com/p/google-web-toolkit/source/detail?r=9598 Modified: /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java

[gwt-contrib] [google-web-toolkit] r9599 committed - Support for IE9 GWT Developer Mode plugin.

2011-01-24 Thread codesite-noreply
Revision: 9599 Author: fabio...@google.com Date: Mon Jan 24 08:49:19 2011 Log: Support for IE9 GWT Developer Mode plugin. http://code.google.com/p/google-web-toolkit/source/detail?r=9599 Added: /trunk/plugins/ie/oophm/oophm/Constants.h /trunk/plugins/ie/oophm/oophm/IEUtils.h

[gwt-contrib] [google-web-toolkit] r9600 committed - Cherry picking r9595 into 2.2 release branch.

2011-01-24 Thread codesite-noreply
Revision: 9600 Author: gwt.mirror...@gmail.com Date: Mon Jan 24 13:01:56 2011 Log: Cherry picking r9595 into 2.2 release branch. http://code.google.com/p/google-web-toolkit/source/detail?r=9600 Modified: /releases/2.2/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml

[gwt-contrib] [google-web-toolkit] r9601 committed - Include class level constraints in the BeanDescriptor....

2011-01-24 Thread codesite-noreply
Revision: 9601 Author: ncha...@google.com Date: Mon Jan 24 10:40:07 2011 Log: Include class level constraints in the BeanDescriptor. All BeanDescriptor TCK tests now pass. [JSR 303 TCK Result] 65 of 257 (25.29%) Pass with 25 Failures and 4 Errors. Review at

[gwt-contrib] [google-web-toolkit] r9602 committed - Improve canvas for browsers (and permutations) with partial canvas sup...

2011-01-24 Thread codesite-noreply
Revision: 9602 Author: p...@google.com Date: Mon Jan 24 12:09:10 2011 Log: Improve canvas for browsers (and permutations) with partial canvas support. Review at http://gwt-code-reviews.appspot.com/1296801 http://code.google.com/p/google-web-toolkit/source/detail?r=9602 Added:

[gwt-contrib] [google-web-toolkit] r9603 committed - Public (t.bro...@gmail.com):...

2011-01-24 Thread codesite-noreply
Revision: 9603 Author: rj...@google.com Date: Mon Jan 24 15:45:54 2011 Log: Public (t.bro...@gmail.com): Addresses http://code.google.com/p/google-web-toolkit/issues/detail?id=5563 For GIN friendliness, make the PlaceHistoryMapperGenerator return null when it encounters a concrete

[gwt-contrib] [google-web-toolkit] r9604 committed - Updated StackTraceDeobfuscator javadoc in follow up to r9162....

2011-01-24 Thread codesite-noreply
Revision: 9604 Author: fre...@google.com Date: Mon Jan 24 18:37:39 2011 Log: Updated StackTraceDeobfuscator javadoc in follow up to r9162. Fixes issues: 5923 Review at http://gwt-code-reviews.appspot.com/1321801 Review by: unn...@google.com

[gwt-contrib] [google-web-toolkit] r9596 committed - Only JClassTypes should have a super class....

2011-01-22 Thread codesite-noreply
Revision: 9596 Author: sco...@google.com Date: Sat Jan 22 17:19:44 2011 Log: Only JClassTypes should have a super class. http://gwt-code-reviews.appspot.com/1312801/show http://code.google.com/p/google-web-toolkit/source/detail?r=9596 Modified:

<    5   6   7   8   9   10   11   12   13   14   >