[gwt-contrib] [google-web-toolkit] r10038 committed - Some Java AST cleanups....

2011-04-20 Thread codesite-noreply
Revision: 10038 Author: sco...@google.com Date: Wed Apr 20 08:47:17 2011 Log: Some Java AST cleanups. http://gwt-code-reviews.appspot.com/1422805/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10038 Modified:

[gwt-contrib] [google-web-toolkit] r10039 committed - Implement EntryMethodHolder.init in source....

2011-04-20 Thread codesite-noreply
Revision: 10039 Author: gwt.mirror...@gmail.com Date: Wed Apr 20 11:54:19 2011 Log: Implement EntryMethodHolder.init in source. Stub out EntryMethodHolder.init() so we can use the existing empty method instead of having to create it from whole cloth.

[gwt-contrib] [google-web-toolkit] r10040 committed - Adding missing xalan and cup jars

2011-04-20 Thread codesite-noreply
Revision: 10040 Author: gwt.mirror...@gmail.com Date: Wed Apr 20 12:14:49 2011 Log: Adding missing xalan and cup jars http://code.google.com/p/google-web-toolkit/source/detail?r=10040 Added: /tools/lib/cup /tools/lib/cup/java-cup-11a-src.jar /tools/lib/cup/java-cup-11a.jar

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

2011-04-20 Thread codesite-noreply
Comment by rj...@google.com: From flow: Entities with updated properties are enqueued to be sent back to the client. I thought you just send back their ids, not the full objects. For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryMovingParts --

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

2011-04-20 Thread codesite-noreply
Comment by rj...@google.com: An Entity is any object with a well-defined identity and version. Might mention that version is a bit of a misnomer, since it doesn't need to be Comparable. More of a hash tag. For more information:

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

2011-04-20 Thread codesite-noreply
Comment by rj...@google.com: From RequestFactoryinterfaceValidator: proxy type can exempted from validation, missing be For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryMovingParts -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-04-20 Thread codesite-noreply
Comment by rj...@google.com: Developers who are advanced enough to take advantage of decorating the ServiceLayer will be able to adapt to changes as they come up. Its javadoc should say so. For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryMovingParts --

[gwt-contrib] [google-web-toolkit] r10043 committed - Removed unused template file....

2011-04-20 Thread codesite-noreply
Revision: 10043 Author: rchan...@google.com Date: Wed Apr 20 10:07:50 2011 Log: Removed unused template file. Template files that do not end in src or bin are silently ignored. Review at http://gwt-code-reviews.appspot.com/1425806 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10044 committed - RequestFactoryJarExtractor intermittently throws exceptions when runni...

2011-04-20 Thread codesite-noreply
Revision: 10044 Author: zun...@google.com Date: Wed Apr 20 10:50:16 2011 Log: RequestFactoryJarExtractor intermittently throws exceptions when running on a multi-core build machine. The build infrastructure did not catch the error and kept going, leaving a corrupt request factory

[gwt-contrib] [google-web-toolkit] r10045 committed - Remove the ability to deduce the script base using the marker script i...

2011-04-20 Thread codesite-noreply
Revision: 10045 Author: gwt.mirror...@gmail.com Date: Wed Apr 20 14:47:20 2011 Log: Remove the ability to deduce the script base using the marker script in the xsiframe linker since it doesn't work in FF3.5 and we can't make it work without sacrificing late loading Review at

[gwt-contrib] [google-web-toolkit] r10046 committed - Replace HeaderPanel's custom iterator with a new package protected Fin...

2011-04-20 Thread codesite-noreply
Revision: 10046 Author: gwt.mirror...@gmail.com Date: Wed Apr 20 14:52:56 2011 Log: Replace HeaderPanel's custom iterator with a new package protected FiniteWidgetIterator that iterates over children in a WidgetProvider. FiniteWidgetIterator is a generic iterator over a finite

[gwt-contrib] [google-web-toolkit] r10047 committed - Test that references to PredefinedFormat values work with DateLabel...

2011-04-20 Thread codesite-noreply
Revision: 10047 Author: rj...@google.com Date: Wed Apr 20 12:03:38 2011 Log: Test that references to PredefinedFormat values work with DateLabel Review at http://gwt-code-reviews.appspot.com/1427805 Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r10048 committed - Tighten sanity checks on BigDecimal(String value) so that it doesn't a...

2011-04-20 Thread codesite-noreply
Revision: 10048 Author: hhc...@google.com Date: Wed Apr 20 12:13:58 2011 Log: Tighten sanity checks on BigDecimal(String value) so that it doesn't accept strings with 2 signs. Review at http://gwt-code-reviews.appspot.com/1424806 Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r10019 committed - Add daniel.r.b...@gmail.com to CLA-SIGNERS file.

2011-04-19 Thread codesite-noreply
Revision: 10019 Author: b...@google.com Date: Tue Apr 19 07:26:05 2011 Log: Add daniel.r.b...@gmail.com to CLA-SIGNERS file. http://code.google.com/p/google-web-toolkit/source/detail?r=10019 Modified: /CLA-SIGNERS === --- /CLA-SIGNERSThu

[gwt-contrib] [google-web-toolkit] r10020 committed - Suppresses multiple warnings related to validation .jar file and...

2011-04-19 Thread codesite-noreply
Revision: 10020 Author: zun...@google.com Date: Tue Apr 19 04:01:17 2011 Log: Suppresses multiple warnings related to validation .jar file and replaces them with a single warning to add the .jar file to the classpath. Review at http://gwt-code-reviews.appspot.com/1424804

[gwt-contrib] [google-web-toolkit] r10021 committed - Allow ServiceLocator instantiation to be controlled via RequestFactory...

2011-04-19 Thread codesite-noreply
Revision: 10021 Author: gwt.mirror...@gmail.com Date: Tue Apr 19 07:59:33 2011 Log: Allow ServiceLocator instantiation to be controlled via RequestFactory ServiceLocator. http://gwt-code-reviews.appspot.com/1427801/ http://code.google.com/p/google-web-toolkit/issues/detail?id=6264

[gwt-contrib] [google-web-toolkit] r10022 committed - Add @SkipInterfaceValidation to RequestFactory to selectively bypass m...

2011-04-19 Thread codesite-noreply
Revision: 10022 Author: t.bro...@gmail.com Date: Tue Apr 19 06:04:28 2011 Log: Add @SkipInterfaceValidation to RequestFactory to selectively bypass matching interface methods to domain methods. http://gwt-code-reviews.appspot.com/1338807 Patch by: t.broyer Review by: bobv

[gwt-contrib] [google-web-toolkit] r10023 committed - Make EventBus backward compatible....

2011-04-19 Thread codesite-noreply
Revision: 10023 Author: rj...@google.com Date: Tue Apr 19 06:56:46 2011 Log: Make EventBus backward compatible. Review at http://gwt-code-reviews.appspot.com/1423803 Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10023 Modified:

[gwt-contrib] [google-web-toolkit] r10025 committed - Supress errors when the binary validation.jar file is missing from the...

2011-04-19 Thread codesite-noreply
Revision: 10025 Author: zun...@google.com Date: Tue Apr 19 07:37:00 2011 Log: Supress errors when the binary validation.jar file is missing from the class path (previous patch only address source jar) Review at http://gwt-code-reviews.appspot.com/1422804

[gwt-contrib] [google-web-toolkit] r10026 committed - Proposition: Use ConcurrentHashMap to avoid locking when using the...

2011-04-19 Thread codesite-noreply
Revision: 10026 Author: bub...@google.com Date: Tue Apr 19 08:27:36 2011 Log: Proposition: Use ConcurrentHashMap to avoid locking when using the clientOracleCache. Review at http://gwt-code-reviews.appspot.com/1425803 http://code.google.com/p/google-web-toolkit/source/detail?r=10026

[gwt-contrib] [google-web-toolkit] r10027 committed - Cherry pick r9903 into releases/2.3, fix compiler handling of int += d...

2011-04-19 Thread codesite-noreply
Revision: 10027 Author: rj...@google.com Date: Tue Apr 19 08:27:27 2011 Log: Cherry pick r9903 into releases/2.3, fix compiler handling of int += double http://code.google.com/p/google-web-toolkit/source/detail?r=10027 Added: /releases/2.3/dev/core/javatests

[gwt-contrib] [google-web-toolkit] r10028 committed - Cherry picking r9887

2011-04-19 Thread codesite-noreply
Revision: 10028 Author: gwt.mirror...@gmail.com Date: Tue Apr 19 08:29:47 2011 Log: Cherry picking r9887 http://code.google.com/p/google-web-toolkit/source/detail?r=10028 Added: /releases/2.3/user/src/com/google/gwt/event/dom/client/CanPlayThroughEvent.java

[gwt-contrib] [google-web-toolkit] r10029 committed - Cherry-pick r9991 into 2.3 release branch.

2011-04-19 Thread codesite-noreply
Revision: 10029 Author: gwt.mirror...@gmail.com Date: Tue Apr 19 12:07:49 2011 Log: Cherry-pick r9991 into 2.3 release branch. http://code.google.com/p/google-web-toolkit/source/detail?r=10029 Modified:

[gwt-contrib] [google-web-toolkit] r10030 committed - Cherry picking r10020 into releases/gwt/2.3

2011-04-19 Thread codesite-noreply
Revision: 10030 Author: zun...@google.com Date: Tue Apr 19 09:13:32 2011 Log: Cherry picking r10020 into releases/gwt/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=10030 Modified:

[gwt-contrib] [google-web-toolkit] r10032 committed - Modify the version of xalan-2.7.1.jar used to stop including an old ve...

2011-04-19 Thread codesite-noreply
Revision: 10032 Author: jac...@google.com Date: Tue Apr 19 11:27:51 2011 Log: Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory. Review at

[gwt-contrib] [google-web-toolkit] r10033 committed - Finishes the job of making EventBus backward compatible,...

2011-04-19 Thread codesite-noreply
Revision: 10033 Author: rj...@google.com Date: Tue Apr 19 15:43:31 2011 Log: Finishes the job of making EventBus backward compatible, half done in r10023 Review at http://gwt-code-reviews.appspot.com/1425804 Review by: robertvaw...@google.com

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

2011-04-19 Thread codesite-noreply
Revision: 10034 Author: b...@google.com Date: Tue Apr 19 16:46:49 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10034 Added: /wiki/RequestFactoryMovingParts.wiki === ---

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

2011-04-18 Thread codesite-noreply
Comment by miller.garym: Who will be demoing the HTML5 SoulStorage feature at I/O? For more information: http://code.google.com/p/google-web-toolkit/wiki/ScottSoulBinderDesignDoc -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10010 committed - Adds back Util.toHexString() and Util.hex4() as deprecated methods....

2011-04-18 Thread codesite-noreply
Revision: 10010 Author: zun...@google.com Date: Mon Apr 18 04:15:28 2011 Log: Adds back Util.toHexString() and Util.hex4() as deprecated methods. They were moved to the Utility class. This gives 3rd party linker and generator authors a chance to migrate their code. Review at

[gwt-contrib] [google-web-toolkit] r10011 committed - Cherry picking r10010 into releases/gwt_2.3

2011-04-18 Thread codesite-noreply
Revision: 10011 Author: gwt.mirror...@gmail.com Date: Mon Apr 18 08:17:02 2011 Log: Cherry picking r10010 into releases/gwt_2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=10011 Modified: /releases/2.3/dev/core/src/com/google/gwt/dev/util/Util.java

[gwt-contrib] [google-web-toolkit] r10012 committed - Cherry picking r10008 into releases/2.3

2011-04-18 Thread codesite-noreply
Revision: 10012 Author: p...@google.com Date: Mon Apr 18 05:00:15 2011 Log: Cherry picking r10008 into releases/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=10012 Modified: /releases/2.3/user/src/com/google/gwt/media/client/Audio.java

[gwt-contrib] [google-web-toolkit] r10013 committed - Removing duplicate entries from User.gwt.xml that were added in r9976 ...

2011-04-18 Thread codesite-noreply
Revision: 10013 Author: jlaba...@google.com Date: Mon Apr 18 05:33:30 2011 Log: Removing duplicate entries from User.gwt.xml that were added in r9976 due to an undetected merge conflict with r9879, in which the entries were sorted alphabetically. Review at

[gwt-contrib] [google-web-toolkit] r10015 committed - Remove error spam from RPCSuite.gwt.xml; non-existent servlet is refer...

2011-04-18 Thread codesite-noreply
Revision: 10015 Author: sco...@google.com Date: Mon Apr 18 08:45:48 2011 Log: Remove error spam from RPCSuite.gwt.xml; non-existent servlet is referenced. Review by: zh...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10015 Modified:

[gwt-contrib] [google-web-toolkit] r10017 committed - Remove stray reference to ElementFactory...

2011-04-18 Thread codesite-noreply
Revision: 10017 Author: sbruba...@google.com Date: Mon Apr 18 10:41:11 2011 Log: Remove stray reference to ElementFactory Review at http://gwt-code-reviews.appspot.com/1423801 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10017 Modified:

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

2011-04-17 Thread codesite-noreply
Comment by j...@google.com: I'm going to have an HTML5 coprocessor added to my own soul. It's the only way I could figure out how to learn native HTML5. For more information: http://code.google.com/p/google-web-toolkit/wiki/ScottSoulBinderDesignDoc --

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

2011-04-17 Thread codesite-noreply
Comment by j...@google.com: John actually does have a soul, by the way -- it' just a tag interface. For more information: http://code.google.com/p/google-web-toolkit/wiki/ScottSoulBinderDesignDoc -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9996 committed - Update package of RequestFactoryJreSuite...

2011-04-15 Thread codesite-noreply
Revision: 9996 Author: r...@google.com Date: Fri Apr 15 04:55:40 2011 Log: Update package of RequestFactoryJreSuite Review at http://gwt-code-reviews.appspot.com/1416802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9996 Modified:

[gwt-contrib] [google-web-toolkit] r9997 committed - Fixing a bug in CellTree where the Show More button doesn't work for t...

2011-04-15 Thread codesite-noreply
Revision: 9997 Author: gwt.mirror...@gmail.com Date: Fri Apr 15 08:19:00 2011 Log: Fixing a bug in CellTree where the Show More button doesn't work for the root node. Issue: 5547 Review at http://gwt-code-reviews.appspot.com/1420801 Review by: rchan...@google.com

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

2011-04-15 Thread codesite-noreply
Revision: 9998 Author: rj...@google.com Date: Fri Apr 15 09:24:12 2011 Log: Edited wiki page UiBinder through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=9998 Modified: /wiki/UiBinder.wiki === ---

[gwt-contrib] [google-web-toolkit] r10000 committed - Design doc for integrating Scott's Soul into GWT

2011-04-15 Thread codesite-noreply
Revision: 1 Author: jlaba...@google.com Date: Fri Apr 15 09:28:19 2011 Log: Design doc for integrating Scott's Soul into GWT http://code.google.com/p/google-web-toolkit/source/detail?r=1 Added: /wiki/ScottSoulBinderDesignDoc.wiki === ---

[gwt-contrib] [google-web-toolkit] r9999 committed - Cherry picking r9997 into releases/2.3 for issue #5547.

2011-04-15 Thread codesite-noreply
Revision: Author: gwt.mirror...@gmail.com Date: Fri Apr 15 09:28:17 2011 Log: Cherry picking r9997 into releases/2.3 for issue #5547. http://code.google.com/p/google-web-toolkit/source/detail?r= Modified:

[gwt-contrib] [google-web-toolkit] r10002 committed - Clean up the CrossSiteIFrameLoadingStrategy class, removing some dead ...

2011-04-15 Thread codesite-noreply
Revision: 10002 Author: gwt.mirror...@gmail.com Date: Fri Apr 15 10:46:57 2011 Log: Clean up the CrossSiteIFrameLoadingStrategy class, removing some dead code, adding comments to clarify what is going on, and making it throw an error which is more explicit about what triggered the

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

2011-04-15 Thread codesite-noreply
Comment by zun...@google.com: Above code does not follow code style guidelines. Please add a space between interface name and { For more information: http://code.google.com/p/google-web-toolkit/wiki/ScottSoulBinderDesignDoc -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10005 committed - Fixing a bug in Image where IE throws a native JavaScript exception if...

2011-04-15 Thread codesite-noreply
Revision: 10005 Author: jlaba...@google.com Date: Fri Apr 15 08:30:31 2011 Log: Fixing a bug in Image where IE throws a native JavaScript exception if an image is attached and detached immediately. The problem occurs when we try to dispatch a synthetic load event on an unattached

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

2011-04-15 Thread codesite-noreply
Comment by t.broyer: Joel's soul is the most cross-browser compatible solution, but does it speak native HTML5 too? if not, can it (and, eventually, will it) be updated? http://blogs.msdn.com/b/ie/archive/2011/04/12/native-html5-first-ie10-platform-preview-available-for-download.aspx For

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

2011-04-15 Thread codesite-noreply
Revision: 10006 Author: fre...@google.com Date: Fri Apr 15 15:09:20 2011 Log: Edited wiki page TroubleshootingOOPHM through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10006 Modified: /wiki/TroubleshootingOOPHM.wiki

[gwt-contrib] [google-web-toolkit] r9992 committed - Validation serializers should extend CustomSerializer...

2011-04-14 Thread codesite-noreply
Revision: 9992 Author: ncha...@google.com Date: Thu Apr 14 06:53:21 2011 Log: Validation serializers should extend CustomSerializer Review at http://gwt-code-reviews.appspot.com/1415803 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9992

[gwt-contrib] [google-web-toolkit] r9993 committed - Users found that the error spam reduction hid too many errors. This c...

2011-04-14 Thread codesite-noreply
Revision: 9993 Author: zun...@google.com Date: Thu Apr 14 07:13:39 2011 Log: Users found that the error spam reduction hid too many errors. This change makes the error spam reduction take into account inner classes and uses the code dependencies instead of just the API

[gwt-contrib] [google-web-toolkit] r9994 committed - Include Custom Field Serializers in the HibernateValidator module....

2011-04-14 Thread codesite-noreply
Revision: 9994 Author: ncha...@google.com Date: Thu Apr 14 08:22:41 2011 Log: Include Custom Field Serializers in the HibernateValidator module. Review at http://gwt-code-reviews.appspot.com/1416803 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r9995 committed - removes extra source path entry from GWT datetimefmtcreator eclipse pr...

2011-04-14 Thread codesite-noreply
Revision: 9995 Author: gwt.mirror...@gmail.com Date: Thu Apr 14 15:47:12 2011 Log: removes extra source path entry from GWT datetimefmtcreator eclipse project Review at http://gwt-code-reviews.appspot.com/1406803 http://code.google.com/p/google-web-toolkit/source/detail?r=9995

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

2011-04-13 Thread codesite-noreply
Comment by t.broyer: See http://code.google.com/p/google-web-toolkit/issues/detail?id=4877#c2 for an example of literal() with moz-linear-gradient. For more information: http://code.google.com/p/google-web-toolkit/wiki/CssResource --

[gwt-contrib] [google-web-toolkit] r9985 committed - Resubmtiting r9970....

2011-04-13 Thread codesite-noreply
Revision: 9985 Author: jlaba...@google.com Date: Wed Apr 13 08:22:34 2011 Log: Resubmtiting r9970. Review at http://gwt-code-reviews.appspot.com/1355805/ Review by: fabb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9985 Added:

[gwt-contrib] [google-web-toolkit] r9986 committed - Reverting r9985 due to build break caused by use of soft permutation....

2011-04-13 Thread codesite-noreply
Revision: 9986 Author: gwt.mirror...@gmail.com Date: Wed Apr 13 09:22:27 2011 Log: Reverting r9985 due to build break caused by use of soft permutation. Review at http://gwt-code-reviews.appspot.com/1414802 Review by: fabb...@google.com

[gwt-contrib] [google-web-toolkit] r9987 committed - Allows the gwt.persistentunitcache property to accept a boolean...

2011-04-13 Thread codesite-noreply
Revision: 9987 Author: zun...@google.com Date: Wed Apr 13 10:08:39 2011 Log: Allows the gwt.persistentunitcache property to accept a boolean argument (case insenstivive true) to turn on the cache. Any value other than a blank turns the cache off. Review at

[gwt-contrib] [google-web-toolkit] r9988 committed - Improving TouchScroller to allow native document level scrolling when ...

2011-04-13 Thread codesite-noreply
Revision: 9988 Author: jlaba...@google.com Date: Wed Apr 13 10:30:02 2011 Log: Improving TouchScroller to allow native document level scrolling when appropriate. If the scrollable widget is scrolled as far as it can go in a direction, and the user tries to scroll in that direction,

[gwt-contrib] [google-web-toolkit] r9989 committed - Cherry picking r9988 into releases/2.3.

2011-04-13 Thread codesite-noreply
Revision: 9989 Author: jlaba...@google.com Date: Wed Apr 13 11:00:31 2011 Log: Cherry picking r9988 into releases/2.3. http://code.google.com/p/google-web-toolkit/source/detail?r=9989 Modified: /releases/2.3/user/src/com/google/gwt/touch/client/TouchScroller.java

[gwt-contrib] [google-web-toolkit] r9990 committed - update EntityProxyChange javadoc...

2011-04-13 Thread codesite-noreply
Revision: 9990 Author: rj...@google.com Date: Wed Apr 13 14:35:14 2011 Log: update EntityProxyChange javadoc Review at http://gwt-code-reviews.appspot.com/1414801 Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9990 Modified:

[gwt-contrib] [google-web-toolkit] r9991 committed - Expose delegate constructor....

2011-04-13 Thread codesite-noreply
Revision: 9991 Author: me...@google.com Date: Wed Apr 13 19:08:53 2011 Log: Expose delegate constructor. Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9991 Modified:

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

2011-04-12 Thread codesite-noreply
Comment by flavio.e...@gmail.com: Can somebody please update http://code.google.com/webtoolkit/usingeclipse.html with this instructions or a link? Particularly the way to start the application is a little misrepresented there... For more information:

[gwt-contrib] [google-web-toolkit] r9977 committed - Addresses ClassNotFoundException problems when the data structures ser...

2011-04-12 Thread codesite-noreply
Revision: 9977 Author: zun...@google.com Date: Tue Apr 12 07:43:39 2011 Log: Addresses ClassNotFoundException problems when the data structures serialized in the unit cache log files no longer matches due to changes in GWT. Review at http://gwt-code-reviews.appspot.com/1412801

[gwt-contrib] [google-web-toolkit] r9979 committed - Escape single characters in SafeHtmlBuilder/SafeHtmlUtils (external is...

2011-04-12 Thread codesite-noreply
Revision: 9979 Author: r...@google.com Date: Tue Apr 12 09:34:50 2011 Log: Escape single characters in SafeHtmlBuilder/SafeHtmlUtils (external issue 6222) Review at http://gwt-code-reviews.appspot.com/1413802 http://code.google.com/p/google-web-toolkit/source/detail?r=9979

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

2011-04-12 Thread codesite-noreply
Comment by mohanam...@gmail.com: I believe GWT Team deserves a lot of credit for their contributions to the AJAX toolset. When we standardized on GWT, my vision/hope was that GWT would emerge as the #1 (top) toolset for AJAX development. Are we there yet? We designed our own frameworks on

[gwt-contrib] [google-web-toolkit] r9980 committed - Delete partially implemented HtmlElementFactory feature....

2011-04-12 Thread codesite-noreply
Revision: 9980 Author: rj...@google.com Date: Tue Apr 12 12:31:13 2011 Log: Delete partially implemented HtmlElementFactory feature. Review at http://gwt-code-reviews.appspot.com/1412802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9980

[gwt-contrib] [google-web-toolkit] r9981 committed - Cherry pick r9912 and r9914 to releases/2.3 (add...

2011-04-12 Thread codesite-noreply
Revision: 9981 Author: rj...@google.com Date: Tue Apr 12 13:37:16 2011 Log: Cherry pick r9912 and r9914 to releases/2.3 (add CSS_ATTRIBUTE_START to HtmlTemplateParser, and fix things it broke). Someone didn't run the smoke tests on the relase branch, ahem.

[gwt-contrib] [google-web-toolkit] r9982 committed - Cherry picking r9980 into releases/2.3, remove half baked HtmlElementF...

2011-04-12 Thread codesite-noreply
Revision: 9982 Author: rj...@google.com Date: Tue Apr 12 13:51:55 2011 Log: Cherry picking r9980 into releases/2.3, remove half baked HtmlElementFactory http://code.google.com/p/google-web-toolkit/source/detail?r=9982 Deleted:

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

2011-04-12 Thread codesite-noreply
Comment by seebau...@cip.ifi.lmu.de: Hi, I have a problem with the point 'removing all nessecary whitespaces' (aktually I'm working with gwt 2.1.1, because the new gxt-version isn't in mvn2rep) my code usually looked like this (other user.agents omitted for readability): {{{ @if user.agent

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

2011-04-12 Thread codesite-noreply
Comment by seebau...@cip.ifi.lmu.de: Hi, I have a problem with the point 'removing all nessecary whitespaces' (aktually I'm working with gwt 2.1.1, because the new gxt-version isn't in mvn2rep) my code usually looked like this (other user.agents omitted for readability): {{{ @if user.agent

[gwt-contrib] [google-web-toolkit] r9970 committed - Adds {moz,webkit}RequestAnimationFrame support to animations....

2011-04-11 Thread codesite-noreply
Revision: 9970 Author: jlaba...@google.com Date: Mon Apr 11 07:56:01 2011 Log: Adds {moz,webkit}RequestAnimationFrame support to animations. Refactor Animation with different implementations, adding mozRequestAnimationFrame and webkitRequestAnimationFrame support in addition to the

[gwt-contrib] [google-web-toolkit] r9971 committed - Reverting r9970 due to build break....

2011-04-11 Thread codesite-noreply
Revision: 9971 Author: jlaba...@google.com Date: Mon Apr 11 09:09:49 2011 Log: Reverting r9970 due to build break. Review at http://gwt-code-reviews.appspot.com/1408804 Review by: fabb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9971 Deleted:

[gwt-contrib] [google-web-toolkit] r9972 committed - make it possible to just use devmode on a particular module while allo...

2011-04-11 Thread codesite-noreply
Revision: 9972 Author: unn...@google.com Date: Mon Apr 11 11:56:17 2011 Log: make it possible to just use devmode on a particular module while allowing the others to run in prod mode Review at http://gwt-code-reviews.appspot.com/1408802 Review by: fabio...@google.com

[gwt-contrib] [google-web-toolkit] r9973 committed - Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196....

2011-04-11 Thread codesite-noreply
Revision: 9973 Author: rchan...@google.com Date: Mon Apr 11 13:05:14 2011 Log: Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. Review at http://gwt-code-reviews.appspot.com/1407804 Review by: drfibona...@google.com

[gwt-contrib] [google-web-toolkit] r9974 committed - Cherry picking r9967 into releases/2.3

2011-04-11 Thread codesite-noreply
Revision: 9974 Author: rchan...@google.com Date: Mon Apr 11 13:59:08 2011 Log: Cherry picking r9967 into releases/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=9974 Modified: /releases/2.3/samples/expenses/pom.xml

[gwt-contrib] [google-web-toolkit] r9975 committed - Cherry picking r9973 into releases/2.3 for isuees 4878 and 6196

2011-04-11 Thread codesite-noreply
Revision: 9975 Author: rchan...@google.com Date: Mon Apr 11 14:26:39 2011 Log: Cherry picking r9973 into releases/2.3 for isuees 4878 and 6196 http://code.google.com/p/google-web-toolkit/source/detail?r=9975 Modified:

[gwt-contrib] [google-web-toolkit] r9965 committed - Fixes to cldr eclipse projects in GWT....

2011-04-08 Thread codesite-noreply
Revision: 9965 Author: zun...@google.com Date: Fri Apr 8 07:51:16 2011 Log: Fixes to cldr eclipse projects in GWT. Review at http://gwt-code-reviews.appspot.com/1410802 Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9965 Modified:

[gwt-contrib] [google-web-toolkit] r9966 committed - Changes the eclipse formatter to put a space between [] and { in an...

2011-04-08 Thread codesite-noreply
Revision: 9966 Author: zun...@google.com Date: Fri Apr 8 07:53:12 2011 Log: Changes the eclipse formatter to put a space between [] and { in an array initializer. Review at http://gwt-code-reviews.appspot.com/1411801 Review by: j...@google.com

[gwt-contrib] [google-web-toolkit] r9967 committed - Reindented pom.xml files...

2011-04-08 Thread codesite-noreply
Revision: 9967 Author: rchan...@google.com Date: Fri Apr 8 08:46:11 2011 Log: Reindented pom.xml files Review at http://gwt-code-reviews.appspot.com/1410801 Review by: drfibona...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9967 Modified:

[gwt-contrib] [google-web-toolkit] r9968 committed - Some small refactors to Css Resource Generation...

2011-04-08 Thread codesite-noreply
Revision: 9968 Author: unn...@google.com Date: Fri Apr 8 11:20:03 2011 Log: Some small refactors to Css Resource Generation Review at http://gwt-code-reviews.appspot.com/1406802 http://code.google.com/p/google-web-toolkit/source/detail?r=9968 Deleted:

[gwt-contrib] [google-web-toolkit] r9969 committed - Some small refactors to Css Resource Generation...

2011-04-08 Thread codesite-noreply
Revision: 9969 Author: unn...@google.com Date: Fri Apr 8 13:24:59 2011 Log: Some small refactors to Css Resource Generation Review at http://gwt-code-reviews.appspot.com/1406802 Review by: sce...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9969 Added:

[gwt-contrib] [google-web-toolkit] r9953 committed - Cherry picking r9948 for UiBinder.useSafeHtmlTemplates

2011-04-07 Thread codesite-noreply
Revision: 9953 Author: rj...@google.com Date: Thu Apr 7 03:48:02 2011 Log: Cherry picking r9948 for UiBinder.useSafeHtmlTemplates http://code.google.com/p/google-web-toolkit/source/detail?r=9953 Modified: /releases/2.3/user/src/com/google/gwt/uibinder/UiBinder.gwt.xml

[gwt-contrib] [google-web-toolkit] r9954 committed - Fixing a few Cell Widget bugs. I combined these bugs because they are ...

2011-04-07 Thread codesite-noreply
Revision: 9954 Author: jlaba...@google.com Date: Thu Apr 7 05:39:53 2011 Log: Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward. (Issue 5971) CompositeCell does not implement isEditing. I implemented isEditing in

[gwt-contrib] [google-web-toolkit] r9956 committed - Cherry picking r9954 into releases/2.3 for issues 5971, 5993, and 6134...

2011-04-07 Thread codesite-noreply
Revision: 9956 Author: jlaba...@google.com Date: Thu Apr 7 07:38:23 2011 Log: Cherry picking r9954 into releases/2.3 for issues 5971, 5993, and 6134. http://code.google.com/p/google-web-toolkit/source/detail?r=9956 Added:

[gwt-contrib] [google-web-toolkit] r9957 committed - Change the default of UiBinder.useSafeHtmlTemplates to false...

2011-04-07 Thread codesite-noreply
Revision: 9957 Author: rj...@google.com Date: Thu Apr 7 08:40:59 2011 Log: Change the default of UiBinder.useSafeHtmlTemplates to false for gwt 2.3 Review by: sbruba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9957 Modified:

[gwt-contrib] [google-web-toolkit] r9959 committed - Don't allow constants folding and copy propagation optimizations to pe...

2011-04-07 Thread codesite-noreply
Revision: 9959 Author: gwt.mirror...@gmail.com Date: Thu Apr 7 13:47:10 2011 Log: Don't allow constants folding and copy propagation optimizations to perform implicit type conversions. Review by: r...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9959

[gwt-contrib] [google-web-toolkit] r9960 committed - Updating Showcase to use LayoutPanels throughout the hierarchy, thus i...

2011-04-07 Thread codesite-noreply
Revision: 9960 Author: gwt.mirror...@gmail.com Date: Thu Apr 7 14:18:12 2011 Log: Updating Showcase to use LayoutPanels throughout the hierarchy, thus implementing ProvidesResize down to the examples. This allows the examples to look better, especially examples that implement

[gwt-contrib] [google-web-toolkit] r9961 committed - Fixing issue 6206 (CellWidget#getValue() is never updated) and 6216 (C...

2011-04-07 Thread codesite-noreply
Revision: 9961 Author: jlaba...@google.com Date: Thu Apr 7 10:52:25 2011 Log: Fixing issue 6206 (CellWidget#getValue() is never updated) and 6216 (CellWidget should implement IsEditorC). Review at http://gwt-code-reviews.appspot.com/1400802/. Issue: 6206, 6216 Patch by: tbroyer

[gwt-contrib] [google-web-toolkit] r9962 committed - Cherry picking r9961 into releases/2.3 for issues 6206 and 6216.

2011-04-07 Thread codesite-noreply
Revision: 9962 Author: gwt.mirror...@gmail.com Date: Thu Apr 7 16:16:56 2011 Log: Cherry picking r9961 into releases/2.3 for issues 6206 and 6216. http://code.google.com/p/google-web-toolkit/source/detail?r=9962 Modified:

[gwt-contrib] [google-web-toolkit] r9963 committed - Some small refactors to Css Resource Generation...

2011-04-07 Thread codesite-noreply
Revision: 9963 Author: unn...@google.com Date: Thu Apr 7 11:55:26 2011 Log: Some small refactors to Css Resource Generation Review at http://gwt-code-reviews.appspot.com/1406802 http://code.google.com/p/google-web-toolkit/source/detail?r=9963 Added:

[gwt-contrib] [google-web-toolkit] r9948 committed - Temporarily introduces configuration property UiBinder.useSafeHtmlTemp...

2011-04-06 Thread codesite-noreply
Revision: 9948 Author: rj...@google.com Date: Wed Apr 6 03:31:11 2011 Log: Temporarily introduces configuration property UiBinder.useSafeHtmlTemplates to allow UiBinder's SafeHtml integration to be disabled while the last couple of kinks are worked out. Review at

[gwt-contrib] [google-web-toolkit] r9949 committed - Reformat autobeans package to cut down on diff churn for lazy reificat...

2011-04-06 Thread codesite-noreply
Revision: 9949 Author: b...@google.com Date: Wed Apr 6 04:44:12 2011 Log: Reformat autobeans package to cut down on diff churn for lazy reification patch. Patch by: bobv Review by: rice Review at http://gwt-code-reviews.appspot.com/1407801

[gwt-contrib] [google-web-toolkit] r9950 committed - Adding an empty interface to prevent the Google Plugin for Eclipse fro...

2011-04-06 Thread codesite-noreply
Revision: 9950 Author: schen...@google.com Date: Wed Apr 6 07:57:12 2011 Log: Adding an empty interface to prevent the Google Plugin for Eclipse from marking XsrfProtectedService as missing an Async class. Review at http://gwt-code-reviews.appspot.com/1386805

[gwt-contrib] [google-web-toolkit] r9951 committed - Cherry picking r9950 into releases/2.3m1. http://gwt-code-reviews.apps...

2011-04-06 Thread codesite-noreply
Revision: 9951 Author: schen...@google.com Date: Wed Apr 6 09:03:10 2011 Log: Cherry picking r9950 into releases/2.3m1. http://gwt-code-reviews.appspot.com/1386805/ http://code.google.com/p/google-web-toolkit/source/detail?r=9951 Added:

[gwt-contrib] [google-web-toolkit] r9952 committed - Change RequestFactoryMagic - RequestFactorySource in comment...

2011-04-06 Thread codesite-noreply
Revision: 9952 Author: r...@google.com Date: Wed Apr 6 10:54:18 2011 Log: Change RequestFactoryMagic - RequestFactorySource in comment Review at http://gwt-code-reviews.appspot.com/1406801 Review by: robertvaw...@google.com

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

2011-04-06 Thread codesite-noreply
Comment by boj...@gmail.com: However philosophically we speak, the fact is software will be modular. GWT promotes building huge monolithic apps with no inherent plugability. If you don't realize and fix this sooner, GWT will be on its death bed. OSGi is getting so much focus that it would

[gwt-contrib] [google-web-toolkit] r9940 committed - Supress errors when building the Type Oracle....

2011-04-05 Thread codesite-noreply
Revision: 9940 Author: gwt.mirror...@gmail.com Date: Tue Apr 5 06:11:45 2011 Log: Supress errors when building the Type Oracle. This patch supresses errors (turns them into TRACE and DEBUG level log messages) during the TypeOracle build. When building the AST, if an error is

[gwt-contrib] [google-web-toolkit] r9941 committed - Cherry picking r1388803 into releases/2.3

2011-04-05 Thread codesite-noreply
Revision: 9941 Author: scheg...@google.com Date: Tue Apr 5 04:21:42 2011 Log: Cherry picking r1388803 into releases/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=9941 Modified: /releases/2.3/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java

[gwt-contrib] [google-web-toolkit] r9942 committed - cherry picking r9938 r9939 for release 2.3m1

2011-04-05 Thread codesite-noreply
Revision: 9942 Author: fabio...@google.com Date: Tue Apr 5 06:00:39 2011 Log: cherry picking r9938 r9939 for release 2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9942 Deleted: /releases/2.3/user/src/com/google/gwt/storage/client/StorageImplMozilla.java

[gwt-contrib] [google-web-toolkit] r9943 committed - Investigate test flakiness:...

2011-04-05 Thread codesite-noreply
Revision: 9943 Author: gaill...@google.com Date: Tue Apr 5 06:30:56 2011 Log: Investigate test flakiness: DevMode#doStartUpServer() fails from time to time (rarely) due to an unknown error. Adding some logging to pinpoint the problem Review at

[gwt-contrib] [google-web-toolkit] r9944 committed - Add the beginnings of new HTML5 drag and drop events...

2011-04-05 Thread codesite-noreply
Revision: 9944 Author: gwt.mirror...@gmail.com Date: Tue Apr 5 08:03:17 2011 Log: Add the beginnings of new HTML5 drag and drop events Review at http://gwt-code-reviews.appspot.com/1398802 Review by: p...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9944

[gwt-contrib] [google-web-toolkit] r9945 committed - Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplat...

2011-04-05 Thread codesite-noreply
Revision: 9945 Author: x...@google.com Date: Tue Apr 5 09:01:35 2011 Log: Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplateParser. Review at http://gwt-code-reviews.appspot.com/1396803 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r9947 committed - Fix build break...

2011-04-05 Thread codesite-noreply
Revision: 9947 Author: r...@google.com Date: Tue Apr 5 11:50:28 2011 Log: Fix build break Review at http://gwt-code-reviews.appspot.com/1404802 http://code.google.com/p/google-web-toolkit/source/detail?r=9947 Modified: /trunk/requestfactory/build.xml

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