Re: [gwt-contrib] CSS3 support in CssResource: Closure Stylesheets?

2012-02-01 Thread Thomas Broyer
On Wed, Feb 1, 2012 at 1:16 PM, Daniel Kurka kurka.dan...@googlemail.com wrote: Thomas are you doing something about that? No, I started looking at it, but quickly gave up, without writing any line of code (I mean, I have no single commit in my closure-stylesheets local git branch). I have no

[gwt-contrib] Google App Engine - Bug ?

2012-02-01 Thread Ari Block
I am runing this code : Class.forName(net.sourceforge.jtds.jdbc.Driver); con = DriverManager.getConnection(jdbc:jtds:sqlserver://localhost: 1433/Registration;namedPipe=true,sa,sa); // Create and execute an SQL statement that returns some data. String SQL = SELECT TOP 1000 [Test] FROM

Re: [gwt-contrib] Google App Engine - Bug ?

2012-02-01 Thread Toby Reyelts
Ari, If you're building an App Engine app, GWT provides you with an App Engine development server which mimics the App Engine production environment. The production environment does not allow you to read from arbitrary paths (the security exception you see) or make arbitrary networking

[gwt-contrib] Re: Working CodeSplitter2. (issue1631803)

2012-02-01 Thread cromwellian
http://gwt-code-reviews.appspot.com/1631803/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java File dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java (right): http://gwt-code-reviews.appspot.com/1631803/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java#newcode449

[gwt-contrib] Firefox 10 DevMode Plugin (issue1634803)

2012-02-01 Thread acleung
Reviewers: conroy, Description: Firefox 10 DevMode Plugin Please review this at http://gwt-code-reviews.appspot.com/1634803/ Affected files: M plugins/xpcom/ExternalWrapper.cpp M plugins/xpcom/Makefile M plugins/xpcom/SessionData.h A plugins/xpcom/VisualStudio/ff100-xpcom.vcproj M

Re: [gwt-contrib] CSS3 support in CssResource: Closure Stylesheets?

2012-02-01 Thread Ray Cromwell
Sorry to hear that. This is actually on our list of priorities for GWT, so we will have to take this up internally. On Wed, Feb 1, 2012 at 4:44 AM, Thomas Broyer t.bro...@gmail.com wrote: On Wed, Feb 1, 2012 at 1:16 PM, Daniel Kurka kurka.dan...@googlemail.com wrote: Thomas are you doing