[gwt-contrib] [google-web-toolkit] r9829 committed - Let the Key for Maps be of type Object....

2011-03-09 Thread codesite-noreply
Revision: 9829 Author: gwt.mirror...@gmail.com Date: Wed Mar 9 14:11:18 2011 Log: Let the Key for Maps be of type Object. [JSR 303 TCK Result] 110 of 257 (42.80%) Pass with 20 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1376803 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9830 committed - Updates UiBinder HTML rendering to use SafeHtml. Rather than generati...

2011-03-09 Thread codesite-noreply
Revision: 9830 Author: sbruba...@google.com Date: Wed Mar 9 09:01:28 2011 Log: Updates UiBinder HTML rendering to use SafeHtml. Rather than generating generic HTML strings for HTML objects, the generated binder code creates a SafeHtml template based on the *.ui.xml specs and passes

[gwt-contrib] [google-web-toolkit] r9831 committed - Adding vertical padding to hborder.png in the new Clean style theme to...

2011-03-09 Thread codesite-noreply
Revision: 9831 Author: gwt.mirror...@gmail.com Date: Wed Mar 9 14:15:12 2011 Log: Adding vertical padding to hborder.png in the new Clean style theme to handle large Buttons/DatePickers. Currently, the sprited background images are much too short, so other background sprites will bleed into

[gwt-contrib] [google-web-toolkit] r9832 committed - Fixed validation classifier, added clean plugin to prevent gwt-user fr...

2011-03-09 Thread codesite-noreply
Revision: 9832 Author: drfibona...@google.com Date: Wed Mar 9 09:59:27 2011 Log: Fixed validation classifier, added clean plugin to prevent gwt-user from being deployed to GAE, upgraded to GAE 1.4.2, gwt-maven-plugin 2.2.0 Review at http://gwt-code-reviews.appspot.com/1377802 Review by:

[gwt-contrib] [google-web-toolkit] r9833 committed - PatternValidator must match the whole input string....

2011-03-09 Thread codesite-noreply
Revision: 9833 Author: ncha...@google.com Date: Wed Mar 9 11:40:23 2011 Log: PatternValidator must match the whole input string. [JSR 303 TCK Result] 111 of 257 (43.19%) Pass with 19 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1378801 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9834 committed - Handle custom constraint violation messages....

2011-03-09 Thread codesite-noreply
Revision: 9834 Author: ncha...@google.com Date: Wed Mar 9 12:43:13 2011 Log: Handle custom constraint violation messages. [JSR 303 TCK Result] 110 of 257 (42.80%) Pass with 20 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1379801 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9823 committed - Adding junit-stripped variation of testng, which used to embed junit

2011-03-08 Thread codesite-noreply
Revision: 9823 Author: fabb...@google.com Date: Tue Mar 8 08:59:35 2011 Log: Adding junit-stripped variation of testng, which used to embed junit http://code.google.com/p/google-web-toolkit/source/detail?r=9823 Added: /tools/lib/testng/README /tools/lib/testng/strip_junit.sh

[gwt-contrib] [google-web-toolkit] r9824 committed - property fall back value evaluation scheme - enable fall back bindings...

2011-03-08 Thread codesite-noreply
Revision: 9824 Author: gwt.mirror...@gmail.com Date: Tue Mar 8 09:11:26 2011 Log: property fall back value evaluation scheme - enable fall back bindings. Review at http://gwt-code-reviews.appspot.com/1369807 http://code.google.com/p/google-web-toolkit/source/detail?r=9824 Added:

[gwt-contrib] [google-web-toolkit] r9825 committed - Switching to the junit4 jars, although the @annotation stuff isn't goi...

2011-03-08 Thread codesite-noreply
Revision: 9825 Author: fabb...@google.com Date: Tue Mar 8 08:22:05 2011 Log: Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. Review at

[gwt-contrib] [google-web-toolkit] r9815 committed - Adding jernhen...@gmail.com to CLA Signers. CLA signed and on file.

2011-03-07 Thread codesite-noreply
Revision: 9815 Author: jlaba...@google.com Date: Mon Mar 7 07:03:40 2011 Log: Adding jernhen...@gmail.com to CLA Signers. CLA signed and on file. http://code.google.com/p/google-web-toolkit/source/detail?r=9815 Modified: /CLA-SIGNERS === --- /CLA-SIGNERS

[gwt-contrib] [google-web-toolkit] r9816 committed - Correct broken javadoc

2011-03-07 Thread codesite-noreply
Revision: 9816 Author: tomer...@google.com Date: Mon Mar 7 04:00:14 2011 Log: Correct broken javadoc http://code.google.com/p/google-web-toolkit/source/detail?r=9816 Modified: /trunk/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java

[gwt-contrib] [google-web-toolkit] r9817 committed - Add bidi support comments to CheckBox and RadioButton

2011-03-07 Thread codesite-noreply
Revision: 9817 Author: tomer...@google.com Date: Mon Mar 7 04:00:58 2011 Log: Add bidi support comments to CheckBox and RadioButton http://code.google.com/p/google-web-toolkit/source/detail?r=9817 Modified: /trunk/user/src/com/google/gwt/user/client/ui/CheckBox.java

[gwt-contrib] [google-web-toolkit] r9820 committed - Records names of JSNI calls and callbacks in SpeedTracer events....

2011-03-07 Thread codesite-noreply
Revision: 9820 Author: to...@google.com Date: Mon Mar 7 09:15:21 2011 Log: Records names of JSNI calls and callbacks in SpeedTracer events. Review at http://gwt-code-reviews.appspot.com/1356806 http://code.google.com/p/google-web-toolkit/source/detail?r=9820 Modified:

[gwt-contrib] [google-web-toolkit] r9821 committed - Added note to Javadoc about running in Eclipse....

2011-03-07 Thread codesite-noreply
Revision: 9821 Author: drfibona...@google.com Date: Mon Mar 7 10:21:02 2011 Log: Added note to Javadoc about running in Eclipse. Review at http://gwt-code-reviews.appspot.com/1371807/ Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9821 Modified:

[gwt-contrib] [google-web-toolkit] r9822 committed - Format changes only. Applied new auto-formatter in prep for real chang...

2011-03-07 Thread codesite-noreply
Revision: 9822 Author: drfibona...@google.com Date: Mon Mar 7 10:48:21 2011 Log: Format changes only. Applied new auto-formatter in prep for real changes. Review at http://gwt-code-reviews.appspot.com/1370807 Review by: rj...@google.com

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

2011-03-07 Thread codesite-noreply
Comment by ali.sak...@gmail.com: _Boilerplate, yes boilerplate_ What are those interfaces, factories and categories if not boilerplate?! Have ever looked at Gson?! For more information: http://code.google.com/p/google-web-toolkit/wiki/AutoBean --

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

2011-03-07 Thread codesite-noreply
Comment by ali.sak...@gmail.com: _Boilerplate, yes boilerplate_ What are those interfaces, factories and categories if not boilerplate?! Have you ever looked at Gson?! For more information: http://code.google.com/p/google-web-toolkit/wiki/AutoBean --

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

2011-03-05 Thread codesite-noreply
Comment by jfgmaitl...@googlemail.com: Would it be possible to update the ButtonCell code to include how to handle the native events and call the onHover, onPush, onUnpush and onUnhover methods on the Appearance? For more information:

[gwt-contrib] [google-web-toolkit] r9813 committed - Adds unit tests for extending JavaScriptObject. Tests a loosening of ...

2011-03-05 Thread codesite-noreply
Revision: 9813 Author: zun...@google.com Date: Fri Mar 4 11:00:07 2011 Log: Adds unit tests for extending JavaScriptObject. Tests a loosening of the restriction for mulitple JSOs implementing the same interface added in http://gwt-code-reviews.appspot.com/1373803/ Review at

[gwt-contrib] [google-web-toolkit] r9809 committed - Fixing firefox permission error message when assesing nodeType of a re...

2011-03-04 Thread codesite-noreply
Revision: 9809 Author: troni...@google.com Date: Thu Mar 3 22:05:04 2011 Log: Fixing firefox permission error message when assesing nodeType of a restricted html element (such as iframe). Review at http://gwt-code-reviews.appspot.com/1369804 Review by: fre...@google.com

[gwt-contrib] [google-web-toolkit] r9811 committed - Edited wiki page BeanValidation through web user interface.

2011-03-04 Thread codesite-noreply
Revision: 9811 Author: ncha...@google.com Date: Fri Mar 4 11:49:07 2011 Log: Edited wiki page BeanValidation through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9811 Modified: /wiki/BeanValidation.wiki === ---

[gwt-contrib] [google-web-toolkit] r9796 committed - Adding David Nouls to CLA-SIGNERS. CLA signed online.

2011-03-03 Thread codesite-noreply
Revision: 9796 Author: jlaba...@google.com Date: Thu Mar 3 09:08:08 2011 Log: Adding David Nouls to CLA-SIGNERS. CLA signed online. http://code.google.com/p/google-web-toolkit/source/detail?r=9796 Modified: /CLA-SIGNERS === --- /CLA-SIGNERSTue

[gwt-contrib] [google-web-toolkit] r9797 committed - Modifying ClientBundle to create resources lazily, which allows the co...

2011-03-03 Thread codesite-noreply
Revision: 9797 Author: gwt.mirror...@gmail.com Date: Thu Mar 3 11:31:39 2011 Log: Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unused resources. Review at http://gwt-code-reviews.appspot.com/1368803

[gwt-contrib] [google-web-toolkit] r9798 committed - Artificial rescue should not explicitly rescue class literals....

2011-03-03 Thread codesite-noreply
Revision: 9798 Author: sco...@google.com Date: Wed Mar 2 12:43:16 2011 Log: Artificial rescue should not explicitly rescue class literals. http://gwt-code-reviews.appspot.com/1370806/show Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9798

[gwt-contrib] [google-web-toolkit] r9799 committed - Formatting changes with updated Eclipse GWT Format settings for issue ...

2011-03-03 Thread codesite-noreply
Revision: 9799 Author: zun...@google.com Date: Thu Mar 3 06:57:33 2011 Log: Formatting changes with updated Eclipse GWT Format settings for issue 1373803 (see http://gwt-code-reviews.appspot.com) Review at http://gwt-code-reviews.appspot.com/1371806 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r9800 committed - Replacing the default 11kB CellTable loading image with a new 404 byte...

2011-03-03 Thread codesite-noreply
Revision: 9800 Author: jlaba...@google.com Date: Thu Mar 3 07:09:10 2011 Log: Replacing the default 11kB CellTable loading image with a new 404 byte image to reduce compiled code size (reduced by 14kB due to the way images are encoded) of apps that use CellTable. Also adding a constructor

[gwt-contrib] [google-web-toolkit] r9802 committed - Use RequestContext-local AutoBeanFactory....

2011-03-03 Thread codesite-noreply
Revision: 9802 Author: b...@google.com Date: Thu Mar 3 08:04:00 2011 Log: Use RequestContext-local AutoBeanFactory. Fix unmade change due to branch merge problem. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/1368805

[gwt-contrib] [google-web-toolkit] r9803 committed - Fix for issue where Image(Element element) does not initialize the ini...

2011-03-03 Thread codesite-noreply
Revision: 9803 Author: jlaba...@google.com Date: Thu Mar 3 08:28:01 2011 Log: Fix for issue where Image(Element element) does not initialize the initial ClippedState. http://gwt-code-reviews.appspot.com/1370804/ Issue: 5998 Author: david.nouls Review by: jlabanca

[gwt-contrib] [google-web-toolkit] r9804 committed - Fixing a bug in TabLayoutPanel where calling setTabText() removes the ...

2011-03-03 Thread codesite-noreply
Revision: 9804 Author: jlaba...@google.com Date: Thu Mar 3 09:02:50 2011 Log: Fixing a bug in TabLayoutPanel where calling setTabText() removes the tab from the panel. r9689 fixed some edge cases in TabLayoutPanel such as calling tabContents.removeFromParent(), but it introduced this bug.

[gwt-contrib] [google-web-toolkit] r9805 committed - Added support for a -quirksMode flag to GWTTestCase (via the gwt.args ...

2011-03-03 Thread codesite-noreply
Revision: 9805 Author: skybr...@google.com Date: Thu Mar 3 10:37:51 2011 Log: Added support for a -quirksMode flag to GWTTestCase (via the gwt.args system property). Quirks mode is currently the default, but the default will change to standards mode soon. Also, started on unit tests for

[gwt-contrib] [google-web-toolkit] r9806 committed - Increase Stack Size for ant tests, to prevent test failures (address i...

2011-03-03 Thread codesite-noreply
Revision: 9806 Author: jbrosenb...@google.com Date: Thu Mar 3 10:45:25 2011 Log: Increase Stack Size for ant tests, to prevent test failures (address issue 6100) Review at http://gwt-code-reviews.appspot.com/1369806 http://code.google.com/p/google-web-toolkit/source/detail?r=9806 Modified:

[gwt-contrib] [google-web-toolkit] r9807 committed - Updates the SafeHtml template creator to append template arguments ind...

2011-03-03 Thread codesite-noreply
Revision: 9807 Author: sbruba...@google.com Date: Thu Mar 3 13:21:55 2011 Log: Updates the SafeHtml template creator to append template arguments individually rather than appending them in a single statement. The current form was causing a JavaScript exception when invoking a template with

[gwt-contrib] [google-web-toolkit] r9808 committed - Decentralize JClassLiterals....

2011-03-03 Thread codesite-noreply
Revision: 9808 Author: gwt.mirror...@gmail.com Date: Thu Mar 3 17:42:23 2011 Log: Decentralize JClassLiterals. This change allows JClassLiterals to be created apart from a JProgram. A new normalization pass runs before optimizations and creates all the ClassLiteralHolder implementation

[gwt-contrib] [google-web-toolkit] r9790 committed - Fixes a bug in TypeOracle for computing information about single JSO i...

2011-03-02 Thread codesite-noreply
Revision: 9790 Author: jaime...@google.com Date: Wed Mar 2 06:04:24 2011 Log: Fixes a bug in TypeOracle for computing information about single JSO impls. If you have an interface (lets call it B) that doesn't declare any new methods, but implements some other interface (lets call it A)

[gwt-contrib] [google-web-toolkit] r9791 committed - Only validate a constraint annotation once....

2011-03-02 Thread codesite-noreply
Revision: 9791 Author: ncha...@google.com Date: Wed Mar 2 06:09:17 2011 Log: Only validate a constraint annotation once. [JSR 303 TCK Result] 106 of 257 (41.25%) Pass with 24 Failures and 9 Errors. Review at http://gwt-code-reviews.appspot.com/1373802 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9792 committed - To prevent infinite loops, the Bean Validation implementation must ign...

2011-03-02 Thread codesite-noreply
Revision: 9792 Author: ncha...@google.com Date: Wed Mar 2 06:32:23 2011 Log: To prevent infinite loops, the Bean Validation implementation must ignore the cascading operation if the associated object instance has already been validated in the current navigation path (starting from the root

[gwt-contrib] [google-web-toolkit] r9793 committed - Fix EZT formatting...

2011-03-02 Thread codesite-noreply
Revision: 9793 Author: r...@google.com Date: Wed Mar 2 08:46:52 2011 Log: Fix EZT formatting Review at http://gwt-code-reviews.appspot.com/1367803 Review by: d...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9793 Modified:

[gwt-contrib] [google-web-toolkit] r9794 committed - Adding junit 4.8.2 jars

2011-03-02 Thread codesite-noreply
Revision: 9794 Author: fabb...@google.com Date: Wed Mar 2 13:15:19 2011 Log: Adding junit 4.8.2 jars http://code.google.com/p/google-web-toolkit/source/detail?r=9794 Added: /tools/lib/junit/junit-4.8.2-src.jar /tools/lib/junit/junit-4.8.2.jar === ---

[gwt-contrib] [google-web-toolkit] r9784 committed - Adding gfotos to CLA-SIGNERS list. CLA on file.

2011-03-01 Thread codesite-noreply
Revision: 9784 Author: jlaba...@google.com Date: Tue Mar 1 08:29:47 2011 Log: Adding gfotos to CLA-SIGNERS list. CLA on file. http://code.google.com/p/google-web-toolkit/source/detail?r=9784 Modified: /CLA-SIGNERS === --- /CLA-SIGNERSFri Jan 21

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

2011-03-01 Thread codesite-noreply
Revision: 9785 Author: p...@google.com Date: Tue Mar 1 05:24:17 2011 Log: Fix bug for IE frames where onload events don't fire. Issue: http://code.google.com/p/google-webtoolkit/issues/detail?id=1720 Review at http://gwt-code-reviews.appspot.com/1353801 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r9786 committed - Rollback of bugfix due to failing testChangeImageToClipped test on ie7...

2011-03-01 Thread codesite-noreply
Revision: 9786 Author: gwt.mirror...@gmail.com Date: Tue Mar 1 06:29:34 2011 Log: Rollback of bugfix due to failing testChangeImageToClipped test on ie7. http://code.google.com/p/google-web-toolkit/source/detail?r=9786 Deleted: /trunk/user/test/com/google/gwt/dom/public-test/iframetest.html

[gwt-contrib] [google-web-toolkit] r9787 committed - More autoformatter tweaks. Allow wrapping on assignments, do not...

2011-03-01 Thread codesite-noreply
Revision: 9787 Author: gwt.mirror...@gmail.com Date: Tue Mar 1 11:37:55 2011 Log: More autoformatter tweaks. Allow wrapping on assignments, do not prefer outer expressions when wrapping, and change the line length to 100 (like everyone else at Google). Because Toby rightly points out that

[gwt-contrib] [google-web-toolkit] r9788 committed - Adding a BlacklistEventTranslator and WhitelistEventTranslator to Defa...

2011-03-01 Thread codesite-noreply
Revision: 9788 Author: jlaba...@google.com Date: Tue Mar 1 12:21:09 2011 Log: Adding a BlacklistEventTranslator and WhitelistEventTranslator to DefaultSelectionEventManager to make it easy to deny/allow selection for specific columns in a CellTable. This is useful when you have a Cell that

[gwt-contrib] [google-web-toolkit] r9789 committed - Tweak the strange CSS standards verbiage in JUnitShell...

2011-03-01 Thread codesite-noreply
Revision: 9789 Author: rj...@google.com Date: Tue Mar 1 14:00:01 2011 Log: Tweak the strange CSS standards verbiage in JUnitShell Review at http://gwt-code-reviews.appspot.com/1371804 Review by: skybr...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9789 Modified:

[gwt-contrib] [google-web-toolkit] r9773 committed - Enhancing GWT's CheckBox and RadioButton with bidi support....

2011-02-28 Thread codesite-noreply
Revision: 9773 Author: tomer...@google.com Date: Sun Feb 27 23:58:39 2011 Log: Enhancing GWT's CheckBox and RadioButton with bidi support. Review at http://gwt-code-reviews.appspot.com/1352809/ http://code.google.com/p/google-web-toolkit/source/detail?r=9773 Modified:

[gwt-contrib] [google-web-toolkit] r9774 committed - Fix issue 6059, ClassCastException when using ValueProxy with isChange...

2011-02-28 Thread codesite-noreply
Revision: 9774 Author: t.bro...@gmail.com Date: Mon Feb 28 04:38:20 2011 Log: Fix issue 6059, ClassCastException when using ValueProxy with isChanged(). http://gwt-code-reviews.appspot.com/1352810 Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r9775 committed - Patch for issue 5599, HasDataEditor doesn't handle removes....

2011-02-28 Thread codesite-noreply
Revision: 9775 Author: t.bro...@gmail.com Date: Mon Feb 28 04:45:29 2011 Log: Patch for issue 5599, HasDataEditor doesn't handle removes. http://gwt-code-reviews.appspot.com/1297801/show Patch by: t.broyer Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=9775 Added:

[gwt-contrib] [google-web-toolkit] r9777 committed - Remove @Override for JDK 1.5 compliance....

2011-02-28 Thread codesite-noreply
Revision: 9777 Author: ncha...@google.com Date: Mon Feb 28 08:17:40 2011 Log: Remove @Override for JDK 1.5 compliance. Review at http://gwt-code-reviews.appspot.com/1370802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9777 Modified:

[gwt-contrib] [google-web-toolkit] r9779 committed - Fix a codegen bug for use of {0,localtime,predef:FOO}...

2011-02-28 Thread codesite-noreply
Revision: 9779 Author: j...@google.com Date: Mon Feb 28 09:46:39 2011 Log: Fix a codegen bug for use of {0,localtime,predef:FOO} format in Messages. Patch by: jat Review by: pdr Review at http://gwt-code-reviews.appspot.com/1373801

[gwt-contrib] [google-web-toolkit] r9780 committed - RpcLogArtifact tweaked to use the canonical diskCache method, simplifi...

2011-02-28 Thread codesite-noreply
Revision: 9780 Author: sco...@google.com Date: Mon Feb 28 10:17:04 2011 Log: RpcLogArtifact tweaked to use the canonical diskCache method, simplifies transition to EmittedArtifact. http://gwt-code-reviews.appspot.com/1366801/ Review by: robertvaw...@google.com

[gwt-contrib] [google-web-toolkit] r9781 committed - Fix compilation on JDK 1.5...

2011-02-28 Thread codesite-noreply
Revision: 9781 Author: gwt.mirror...@gmail.com Date: Mon Feb 28 10:45:39 2011 Log: Fix compilation on JDK 1.5 Review at http://gwt-code-reviews.appspot.com/1369802 Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9781 Modified:

[gwt-contrib] [google-web-toolkit] r9782 committed - Add fields to EZT doclet output...

2011-02-28 Thread codesite-noreply
Revision: 9782 Author: r...@google.com Date: Mon Feb 28 10:46:08 2011 Log: Add fields to EZT doclet output Review at http://gwt-code-reviews.appspot.com/1372801 Review by: d...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9782 Modified:

[gwt-contrib] [google-web-toolkit] r9783 committed - Reduce JType and JPrimitiveType memory and serialization footprint....

2011-02-28 Thread codesite-noreply
Revision: 9783 Author: sco...@google.com Date: Mon Feb 28 13:30:00 2011 Log: Reduce JType and JPrimitiveType memory and serialization footprint. http://gwt-code-reviews.appspot.com/1367801/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9783 Modified:

[gwt-contrib] [google-web-toolkit] r9761 committed - Add additional data to ServerFailure for JSON-RPC payload dialect....

2011-02-24 Thread codesite-noreply
Revision: 9761 Author: b...@google.com Date: Thu Feb 24 03:33:17 2011 Log: Add additional data to ServerFailure for JSON-RPC payload dialect. Patch by: bobv Review by: jasonhall http://code.google.com/p/google-web-toolkit/source/detail?r=9761 Modified:

[gwt-contrib] [google-web-toolkit] r9762 committed - Prevent developer's BODY { text-align: center; } from mucking up dev m...

2011-02-24 Thread codesite-noreply
Revision: 9762 Author: fre...@google.com Date: Thu Feb 24 06:41:44 2011 Log: Prevent developer's BODY { text-align: center; } from mucking up dev mode exception light box Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9762 Modified:

[gwt-contrib] [google-web-toolkit] r9763 committed - Temporary hack to make DevMode refresh work. Since the file output in ...

2011-02-24 Thread codesite-noreply
Revision: 9763 Author: gwt.mirror...@gmail.com Date: Thu Feb 24 08:59:36 2011 Log: Temporary hack to make DevMode refresh work. Since the file output in the jar does not update with DevMode refresh, we are taking the extremely hacky route of having ensureInjected actually install the

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

2011-02-24 Thread codesite-noreply
Revision: 9764 Author: jlaba...@google.com Date: Thu Feb 24 13:09:51 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9764 Added: /wiki/CellBackedWIdgets.wiki === --- /dev/null +++

[gwt-contrib] [google-web-toolkit] r9765 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9765 Author: jlaba...@google.com Date: Thu Feb 24 13:46:49 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9765 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9766 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9766 Author: jlaba...@google.com Date: Thu Feb 24 13:59:13 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9766 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9767 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9767 Author: jlaba...@google.com Date: Thu Feb 24 13:59:40 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9767 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9768 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9768 Author: jlaba...@google.com Date: Thu Feb 24 14:00:08 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9768 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9769 committed - Fixes a bug in serializing Dependencies.DirectRef and...

2011-02-24 Thread codesite-noreply
Revision: 9769 Author: gwt.mirror...@gmail.com Date: Thu Feb 24 14:17:12 2011 Log: Fixes a bug in serializing Dependencies.DirectRef and uses the updated class signature hash computation in CompiledClass Review at http://gwt-code-reviews.appspot.com/1365801

[gwt-contrib] [google-web-toolkit] r9770 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9770 Author: jlaba...@google.com Date: Thu Feb 24 14:21:05 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9770 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9771 committed - Edited wiki page CellBackedWIdgets through web user interface.

2011-02-24 Thread codesite-noreply
Revision: 9771 Author: jlaba...@google.com Date: Thu Feb 24 14:23:24 2011 Log: Edited wiki page CellBackedWIdgets through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9771 Modified: /wiki/CellBackedWIdgets.wiki === ---

[gwt-contrib] [google-web-toolkit] r9772 committed - Fix cast problem in JsonRpcPayloadDialect....

2011-02-24 Thread codesite-noreply
Revision: 9772 Author: b...@google.com Date: Thu Feb 24 12:41:17 2011 Log: Fix cast problem in JsonRpcPayloadDialect. The RequestFactory doesn't implement EnumMap, it's the internal AutoBeanFactory. Patch by: bobv Review by: jasonhall

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

2011-02-23 Thread codesite-noreply
Revision: 9756 Author: fre...@google.com Date: Wed Feb 23 11:44:20 2011 Log: Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property with the corresponding 'compiler.stackMode'. Fixes issues: 5692 Review at http://gwt-code-reviews.appspot.com/1338804

[gwt-contrib] [google-web-toolkit] r9757 committed - Adds a 10 second flush timer to the Speed Tracer logger....

2011-02-23 Thread codesite-noreply
Revision: 9757 Author: zun...@google.com Date: Wed Feb 23 12:33:24 2011 Log: Adds a 10 second flush timer to the Speed Tracer logger. Review at http://gwt-code-reviews.appspot.com/1361801 http://code.google.com/p/google-web-toolkit/source/detail?r=9757 Modified:

[gwt-contrib] [google-web-toolkit] r9758 committed - - Use z-index to layer multiple notifications in hosted.html...

2011-02-23 Thread codesite-noreply
Revision: 9758 Author: fre...@google.com Date: Wed Feb 23 13:13:01 2011 Log: - Use z-index to layer multiple notifications in hosted.html - ModuleSpace.java produces well formed HTML, replacing /pre with /div Fixes issues: 5927 Review at http://gwt-code-reviews.appspot.com/1323801 Review by:

[gwt-contrib] [google-web-toolkit] r9759 committed - Small refactoring, move annotations logic out to Util.

2011-02-23 Thread codesite-noreply
Revision: 9759 Author: gwt.mirror...@gmail.com Date: Wed Feb 23 14:40:04 2011 Log: Small refactoring, move annotations logic out to Util. http://code.google.com/p/google-web-toolkit/source/detail?r=9759 Modified: /trunk/user/src/com/google/gwt/user/server/Util.java

[gwt-contrib] [google-web-toolkit] r9760 committed - Make a CssResource available on the server side as well as client side...

2011-02-23 Thread codesite-noreply
Revision: 9760 Author: unn...@google.com Date: Wed Feb 23 15:55:53 2011 Log: Make a CssResource available on the server side as well as client side Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9760 Added:

[gwt-contrib] [google-web-toolkit] r9754 committed - Adding an example of StackLayoutPanel to the Showcase sample. The tran...

2011-02-22 Thread codesite-noreply
Revision: 9754 Author: gwt.mirror...@gmail.com Date: Tue Feb 22 11:01:28 2011 Log: Adding an example of StackLayoutPanel to the Showcase sample. The translations are the same as StackPanel. Also adding a new constructor to SimplePanel to make it easier to set the default widget. Review at

[gwt-contrib] [google-web-toolkit] r9755 committed - Report ValidationExceptions at compile time for constrained methods...

2011-02-22 Thread codesite-noreply
Revision: 9755 Author: ncha...@google.com Date: Tue Feb 22 10:50:07 2011 Log: Report ValidationExceptions at compile time for constrained methods that do not follow the JavaBean naming convention. [JSR 303 TCK Result] 94 of 257 (36.58%) Pass with 33 Failures and 13 Errors. Review at

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

2011-02-21 Thread codesite-noreply
Comment by ms.fus...@gmail.com: workDir work -perms 0 java -cp ... com.google.gwt.dev.CompilePerms com.google.gwt.sample.hello.Hello \ -workDir work -perms 1 java -cp ... com.google.gwt.dev.CompilePerms com.google.gwt.sample.hello.Hello \ -workDir work -perms 2

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

2011-02-21 Thread codesite-noreply
Comment by ms.fus...@gmail.com: java -cp ... com.google.gwt.dev.Link com.google.gwt.sample.hello.Hello \ -workDir work -war www -extra aux For more information: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds --

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

2011-02-21 Thread codesite-noreply
Comment by ms.fus...@gmail.com: java -cp ... com.google.gwt.dev.Link com.google.gwt.sample.hello.Hello \ -workDir work -war www -extra aux For more information: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds --

[gwt-contrib] [google-web-toolkit] r9751 committed - Changes the distributed eclipse .launch files to use DevMode instead o...

2011-02-18 Thread codesite-noreply
Revision: 9751 Author: zun...@google.com Date: Fri Feb 18 08:16:52 2011 Log: Changes the distributed eclipse .launch files to use DevMode instead of HostedMode. Review at http://gwt-code-reviews.appspot.com/1352808 http://code.google.com/p/google-web-toolkit/source/detail?r=9751 Modified:

[gwt-contrib] [google-web-toolkit] r9752 committed - Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fi...

2011-02-18 Thread codesite-noreply
Revision: 9752 Author: jlaba...@google.com Date: Fri Feb 18 11:21:07 2011 Log: Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. Review at http://gwt-code-reviews.appspot.com/1356805 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r9753 committed - Do not put ?serial=0 at the end of the URL for the first fetch attem...

2011-02-18 Thread codesite-noreply
Revision: 9753 Author: jaredk...@google.com Date: Fri Feb 18 14:32:34 2011 Log: Do not put ?serial=0 at the end of the URL for the first fetch attempt on a runAsync fragement. Preserve it for later attempts. - Improves caching. - Makes it easier to write HTML5 manifests, do prefetching, etc,

[gwt-contrib] [google-web-toolkit] r9748 committed - Fixing insert/remove bugs in StackLayoutPanel. Insert always appends ...

2011-02-17 Thread codesite-noreply
Revision: 9748 Author: jlaba...@google.com Date: Thu Feb 17 05:39:09 2011 Log: Fixing insert/remove bugs in StackLayoutPanel. Insert always appends to the end. Remove does not redraw the panel. Neither adjusted the selectedIndex when inserting/removing at a lower index. This patch also

[gwt-contrib] [google-web-toolkit] r9749 committed - Updating the javadoc on the Anchor() constructor to explain that it do...

2011-02-17 Thread codesite-noreply
Revision: 9749 Author: jlaba...@google.com Date: Thu Feb 17 07:23:06 2011 Log: Updating the javadoc on the Anchor() constructor to explain that it does not set the href of the anchor element. Also adding a new constructor Anchor(boolean) to make it easier to add a default HREF without

[gwt-contrib] [google-web-toolkit] r9750 committed - A Class that creates a string hash out of the public API of a...

2011-02-17 Thread codesite-noreply
Revision: 9750 Author: gwt.mirror...@gmail.com Date: Thu Feb 17 11:46:51 2011 Log: A Class that creates a string hash out of the public API of a class file. Useful for caching bytecode. Review at http://gwt-code-reviews.appspot.com/1359802

[gwt-contrib] [google-web-toolkit] r9740 committed - Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel sampl...

2011-02-16 Thread codesite-noreply
Revision: 9740 Author: jlaba...@google.com Date: Wed Feb 16 04:54:04 2011 Log: Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel samples in Showcase with a new SplitLayoutPanel sample. The translations are copied from other samples (DockPanel and HorizontalSplitPanel), so we

[gwt-contrib] [google-web-toolkit] r9743 committed - Fix Java 1.6-ism and remove stray @Override....

2011-02-16 Thread codesite-noreply
Revision: 9743 Author: b...@google.com Date: Wed Feb 16 08:06:09 2011 Log: Fix Java 1.6-ism and remove stray @Override. Patch by: bobv Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=9743 Modified:

[gwt-contrib] [google-web-toolkit] r9746 committed - Cache Document.get for DevMode. Kills thousands of JSNI calls....

2011-02-16 Thread codesite-noreply
Revision: 9746 Author: to...@google.com Date: Wed Feb 16 13:59:58 2011 Log: Cache Document.get for DevMode. Kills thousands of JSNI calls. Review at http://gwt-code-reviews.appspot.com/1338806 http://code.google.com/p/google-web-toolkit/source/detail?r=9746 Modified:

[gwt-contrib] [google-web-toolkit] r9747 committed - Refactor SOYC to reduce memory footprint....

2011-02-16 Thread codesite-noreply
Revision: 9747 Author: gwt.mirror...@gmail.com Date: Wed Feb 16 14:26:49 2011 Log: Refactor SOYC to reduce memory footprint. Before: correlations from parents get copied to every single child SourceInfoCorrelation, using lots of extra memory. After: SourceInfoCorrelations have parent

[gwt-contrib] [google-web-toolkit] r9737 committed - Fixing HTMLTable#setWidget() to remove the widget or text when null is...

2011-02-15 Thread codesite-noreply
Revision: 9737 Author: jlaba...@google.com Date: Tue Feb 15 09:05:00 2011 Log: Fixing HTMLTable#setWidget() to remove the widget or text when null is passed as the widget. Currently, the widget is not removed. Review at http://gwt-code-reviews.appspot.com/1358803 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r9738 committed - Change the DevModeOptions page to use the xs linker due to recent Chro...

2011-02-15 Thread codesite-noreply
Revision: 9738 Author: con...@google.com Date: Tue Feb 15 10:02:10 2011 Log: Change the DevModeOptions page to use the xs linker due to recent Chrome extension permissions changes Review at http://gwt-code-reviews.appspot.com/1356803

[gwt-contrib] [google-web-toolkit] r9739 committed - Scratch that, use the xsiframe linker per jat's suggestion...

2011-02-15 Thread codesite-noreply
Revision: 9739 Author: gwt.mirror...@gmail.com Date: Tue Feb 15 10:45:05 2011 Log: Scratch that, use the xsiframe linker per jat's suggestion Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9739 Modified:

[gwt-contrib] [google-web-toolkit] r9732 committed - update javadocs for release 2.2

2011-02-14 Thread codesite-noreply
Revision: 9732 Author: mrruss...@google.com Date: Mon Feb 14 03:39:00 2011 Log: update javadocs for release 2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9732 Modified: /javadoc/2.2/com/google/gwt/dom/client/AudioElement.html

[gwt-contrib] [google-web-toolkit] r9733 committed - Edited wiki page Editors through web user interface.

2011-02-14 Thread codesite-noreply
Revision: 9733 Author: b...@google.com Date: Mon Feb 14 06:55:18 2011 Log: Edited wiki page Editors through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9733 Modified: /wiki/Editors.wiki === --- /wiki/Editors.wiki Wed Jan

[gwt-contrib] [google-web-toolkit] r9735 committed - Add HTMLPanel.wrap(Element)....

2011-02-14 Thread codesite-noreply
Revision: 9735 Author: jlaba...@google.com Date: Mon Feb 14 07:13:41 2011 Log: Add HTMLPanel.wrap(Element). http://gwt-code-reviews.appspot.com/1360801/show Issue: 3511 Author: tbroyer Review by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=9735 Modified:

[gwt-contrib] [google-web-toolkit] r9736 committed - Added validation jars to 'devmode' and 'test.dev' targets in ant webAp...

2011-02-14 Thread codesite-noreply
Revision: 9736 Author: rchan...@google.com Date: Mon Feb 14 10:38:28 2011 Log: Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates Fixes Issue 5950. Review at http://gwt-code-reviews.appspot.com/1352807

[gwt-contrib] [google-web-toolkit] r9727 committed - Added guava sources.

2011-02-11 Thread codesite-noreply
Revision: 9727 Author: gwt.mirror...@gmail.com Date: Fri Feb 11 07:53:11 2011 Log: Added guava sources. http://code.google.com/p/google-web-toolkit/source/detail?r=9727 Added: /tools/lib/guava/guava-r06/guava-r06-rebased-src.zip /tools/lib/guava/guava-r06/guava-r06-src.zip

[gwt-contrib] [google-web-toolkit] r9728 committed - Updated speed tracer logging for JDTCompiler, CompilationStateBuilder...

2011-02-11 Thread codesite-noreply
Revision: 9728 Author: gwt.mirror...@gmail.com Date: Fri Feb 11 07:11:32 2011 Log: Updated speed tracer logging for JDTCompiler, CompilationStateBuilder Review at http://gwt-code-reviews.appspot.com/1356802 Review by: zun...@google.com

[gwt-contrib] [google-web-toolkit] r9729 committed - Added antcount jars

2011-02-11 Thread codesite-noreply
Revision: 9729 Author: gwt.mirror...@gmail.com Date: Fri Feb 11 11:37:16 2011 Log: Added antcount jars http://code.google.com/p/google-web-toolkit/source/detail?r=9729 Added: /tools/antlib/COPYING.antcount /tools/antlib/antcount-1.2-src.jar /tools/antlib/antcount-1.2.jar

[gwt-contrib] [google-web-toolkit] r9730 committed - Proactively gathers more method names for MethodArgNamesLookup. Befor...

2011-02-11 Thread codesite-noreply
Revision: 9730 Author: zun...@google.com Date: Fri Feb 11 10:29:39 2011 Log: Proactively gathers more method names for MethodArgNamesLookup. Before this logic was only interested in abstract methods. Now it collects any non local methods with at least one argument. Review at

[gwt-contrib] [google-web-toolkit] r9731 committed - Added validation jars to all calls to GWTC to provide classes rquired ...

2011-02-11 Thread codesite-noreply
Revision: 9731 Author: rchan...@google.com Date: Fri Feb 11 11:12:39 2011 Log: Added validation jars to all calls to GWTC to provide classes rquired by client-side validation. Fixes Issue 5950. Review at http://gwt-code-reviews.appspot.com/1342803

[gwt-contrib] [google-web-toolkit] r9717 committed - Fixes memory leak in ResourceOracleImpl under GWT Designer....

2011-02-10 Thread codesite-noreply
Revision: 9717 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 11:10:49 2011 Log: Fixes memory leak in ResourceOracleImpl under GWT Designer. While using GWT Designer the class path cache in ResourceOracleImpl never gets cleared of obsolete data.

[gwt-contrib] [google-web-toolkit] r9718 committed - fix for IE devmode when using specific linker setting....

2011-02-10 Thread codesite-noreply
Revision: 9718 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 12:12:19 2011 Log: fix for IE devmode when using specific linker setting. Review at http://gwt-code-reviews.appspot.com/1358801 Review by: unn...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9718

[gwt-contrib] [google-web-toolkit] r9721 committed - Cherry picking r9720 into releases/2.2

2011-02-10 Thread codesite-noreply
Revision: 9721 Author: gwt.mirror...@gmail.com Date: Thu Feb 10 14:04:06 2011 Log: Cherry picking r9720 into releases/2.2 http://code.google.com/p/google-web-toolkit/source/detail?r=9721 Added: /releases/2.2/user/test/com/google/gwt/media/public-test

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