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

2010-10-27 Thread codesite-noreply
Comment by alex.dob...@gmail.com: No update on the resizing issue? For more information: http://code.google.com/p/google-web-toolkit/wiki/ImageResource -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-10-27 Thread Jim Douglas
FWIW, I noted some touch-related issues here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5148 SplitLayoutPanel is one problem child; another is the ability to drag dialog windows, because it also assumes the existence of mousemove. On Oct 26, 8:10 am, Fred Sauer

[gwt-contrib] Re: First pass of E2eGWTTestCase, an experimental feature for end-to-end testing GWT applications (issue1043801)

2010-10-27 Thread kjin
The new E2eGWTTestCase enables application developers to write end-to-end tests in a way that is similar to GWTTestCase, instead of relying on tools written for JS, e.g. Selenium or WebDriver. Why is GWTTestCase insufficient for end-to-end testing? The main reasons are: a) GWTTestCase does not

[gwt-contrib] [google-web-toolkit] r9157 committed - DefaultSuggestionDisplay: Allowing custom position object...

2010-10-27 Thread codesite-noreply
Revision: 9157 Author: porte...@google.com Date: Wed Oct 27 07:59:52 2010 Log: DefaultSuggestionDisplay: Allowing custom position object Review at http://gwt-code-reviews.appspot.com/1038801 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9157

[gwt-contrib] Re: Fix some issues in the xsiframe linker (issue1057801)

2010-10-27 Thread jgw
On 2010/10/26 22:11:25, unnurg wrote: LGTM http://gwt-code-reviews.appspot.com/1057801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Removing third party jars from gwt-servlet.jar. (issue1047802)

2010-10-27 Thread jlabanca
committed as r9136 http://gwt-code-reviews.appspot.com/1047802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-10-27 Thread Ray Cromwell
Also, onGesture* events seem to be missing. These are very useful for handling multitouch without actually having to do bookkeeping logic as to when multiple touch points started and ended. -Ray On Wed, Oct 27, 2010 at 7:51 AM, j...@google.com wrote:

[gwt-contrib] [google-web-toolkit] r9158 committed - Fix some issues in the xsiframe linker...

2010-10-27 Thread codesite-noreply
Revision: 9158 Author: gwt.mirror...@gmail.com Date: Wed Oct 27 16:44:21 2010 Log: Fix some issues in the xsiframe linker - Add support for including stylesheet tags - Fix a bug in computeScriptBase.js Review at http://gwt-code-reviews.appspot.com/1057801 Review by: j...@google.com

Re: [gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-10-27 Thread Fred Sauer
Jim, Thanks for creating the issue. We do absolutely need to make the GWT widgets, which rely on dragging via onmousemove, work correctly when touch events are available. Fred On Tue, Oct 26, 2010 at 2:46 PM, Jim Douglas jdou...@basis.com wrote: FWIW, I noted some touch-related issues here:

Re: [gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-10-27 Thread Fred Sauer
On Wed, Oct 27, 2010 at 1:47 PM, Ray Cromwell cromwell...@gmail.com wrote: Also, onGesture* events seem to be missing. These are very useful for handling multitouch without actually having to do bookkeeping logic as to when multiple touch points started and ended. I was going to add those

[gwt-contrib] [google-web-toolkit] r9159 committed - Switch GWT svn to use easymock 3.0

2010-10-27 Thread codesite-noreply
Revision: 9159 Author: ya...@google.com Date: Wed Oct 27 18:53:17 2010 Log: Switch GWT svn to use easymock 3.0 http://code.google.com/p/google-web-toolkit/source/detail?r=9159 Modified: /trunk/eclipse/user/.classpath /trunk/user/build.xml === ---