[gwt-contrib] 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-18 Thread nicolas de loof
Hi I'm the maintainer of codehaus-mojo gwt-maven-plugin and I wonder the plugin is deployed with a 1.3.1.google version at http://google-web-toolkit.googlecode.com/svn/2.1.0.M1/gwt/maven/ Is it a internal release of the codehaus trunk to get a fixed version, or a custom build with some fixes ?

[gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-18 Thread nicolas de loof
I also notice the POM used to publish GWT artifacts is limited to required data, but does not include what is expected for a valid artifact to be deployed on maven central (license, SCM url, mailing lists...) and can be used by various tools (including m2eclipse) to help developers. Maybe they

[gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-18 Thread Thomas Broyer
On 18 mai, 14:14, nicolas de loof nicolas.del...@gmail.com wrote: I also notice the POM used to publish GWT artifacts is limited to required data, but does not include what is expected for a valid artifact to be deployed on maven central (license, SCM url, mailing lists...) and can be used

[gwt-contrib] [google-web-toolkit] r8174 committed - Use cursors for expense report list search queries...

2010-05-18 Thread codesite-noreply
Revision: 8174 Author: r...@google.com Date: Tue May 18 06:37:32 2010 Log: Use cursors for expense report list search queries Fix checkstyle warnings http://code.google.com/p/google-web-toolkit/source/detail?r=8174 Added:

[gwt-contrib] Re: Adds a mobile-friendly drag-scroll implementation. (issue530801)

2010-05-18 Thread Joel Webber
We should definitely consider how we're going to bring gesture/touch events into the existing event framework. I went ahead and wrote this the simple way because it will only ever need to work on mobile webkit browsers, which all safely support addEventListener() and don't leak memory. Le 14 mai

[gwt-contrib] Re: Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-18 Thread rchandia
Will the test run if it is not in a test suite (I18NSuite, perhaps)? http://gwt-code-reviews.appspot.com/534801/diff/1/2 File user/src/com/google/gwt/i18n/client/impl/DateRecord.java (right): http://gwt-code-reviews.appspot.com/534801/diff/1/2#newcode102

[gwt-contrib] Re: Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-18 Thread jat
I18NSuite is updated, but that file is included in another change so it isn't listed here. All it does is add an entry for DateRecordTest. http://gwt-code-reviews.appspot.com/534801/diff/1/2 File user/src/com/google/gwt/i18n/client/impl/DateRecord.java (right):

[gwt-contrib] Re: Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-18 Thread jat
http://gwt-code-reviews.appspot.com/534801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-18 Thread jat
http://gwt-code-reviews.appspot.com/534801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8175 committed - Add package.html files for cellview packages and fix a tag error...

2010-05-18 Thread codesite-noreply
Revision: 8175 Author: r...@google.com Date: Tue May 18 09:17:42 2010 Log: Add package.html files for cellview packages and fix a tag error Review by: j...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8175 Added:

[gwt-contrib] [google-web-toolkit] r8176 committed - Add package javadoc for c.g.g.logging.client....

2010-05-18 Thread codesite-noreply
Revision: 8176 Author: j...@google.com Date: Tue May 18 09:22:38 2010 Log: Add package javadoc for c.g.g.logging.client. Patch by: jat Review by: rice http://code.google.com/p/google-web-toolkit/source/detail?r=8176 Added: /branches/2.1/user/src/com/google/gwt/logging/client/package.html

[gwt-contrib] Re: Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-18 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/534801/diff/15001/16002 File user/test/com/google/gwt/i18n/client/impl/DateRecordTest.java (right): http://gwt-code-reviews.appspot.com/534801/diff/15001/16002#newcode76 user/test/com/google/gwt/i18n/client/impl/DateRecordTest.java:76: Date date = new

[gwt-contrib] Have IE's DOMImpl invoke its event dispatching function via a (issue543801)

2010-05-18 Thread spoon
Reviewers: jgw, Description: Have IE's DOMImpl invoke its event dispatching function via a round-trip through the window object. That way, the only reference from DOM objects into GWT's code is on the window object, a place IE is careful to clean up when the browser navigates to a new page. This

[gwt-contrib] Fixes a memory leak on IE with the cross-site fragment loading strategy. (issue544801)

2010-05-18 Thread spoon
Reviewers: jgw, jlabanca, Description: Fixes a memory leak on IE with the cross-site fragment loading strategy. Now the callbacks on script tags are removed when they are invoked. Please review this at http://gwt-code-reviews.appspot.com/544801/show Affected files: M

[gwt-contrib] Re: Have IE's DOMImpl invoke its event dispatching function via a (issue543801)

2010-05-18 Thread spoon
This is ready for review. http://gwt-code-reviews.appspot.com/543801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a memory leak on IE with the cross-site fragment loading strategy. (issue544801)

2010-05-18 Thread spoon
This is ready for review. It's a tiny patch, and either of you would seem appropriate to me. Joel, this is a simpler memory leak than the one in the other patch I sent you. John, you recently reviewed a similar change to this class having to do with handling on-load and on-error events.

[gwt-contrib] RFC: Localized Date/Time formatting

2010-05-18 Thread John Tamplin
Current GWT supports localized date/time formatting by providing predefined and localized patterns derived from Unicode CLDR data, accessible through DateFormat.get{Full,Long,Medium,Short}{Date,Time}Format(). However, these cover only a small range of the sort of formatting you would like to be

[gwt-contrib] [google-web-toolkit] r8178 committed - Added an AppCacheWarmer that warms the AppEngine cache so that subsequ...

2010-05-18 Thread codesite-noreply
Revision: 8178 Author: gwt.mirror...@gmail.com Date: Tue May 18 14:43:14 2010 Log: Added an AppCacheWarmer that warms the AppEngine cache so that subsequent requests do not suffer from a cold startup. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8178

[gwt-contrib] [google-web-toolkit] r8179 committed - More demo tweaks:...

2010-05-18 Thread codesite-noreply
Revision: 8179 Author: j...@google.com Date: Tue May 18 15:39:24 2010 Log: More demo tweaks: - Fixed subtle field-shadowing bug in Momentum. - Changed mobile apps to no longer try to use synthetic scrolling (too many problems on some devices). - Removed body margin styles from common.css (was

[gwt-contrib] [google-web-toolkit] r8180 committed - Bumped up version number, and added auth on appEngine....

2010-05-18 Thread codesite-noreply
Revision: 8180 Author: amitman...@google.com Date: Tue May 18 17:22:30 2010 Log: Bumped up version number, and added auth on appEngine. Review by: knor...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8180 Modified: /branches/2.1/bikeshed/war/WEB-INF/appengine-web.xml