Re: [gwt-contrib] Re: Firefox 9 DevMode Plugin (issue1620803)

2012-01-19 Thread John Lenz
Alan is on vacation and will be back next week. On Thu, Jan 19, 2012 at 9:22 AM, wrote: > ping? > > On 2012/01/03 16:27:51, conroy wrote: > > http://gwt-code-reviews.**appspot.com/1620803/diff/1/** > plugins/common/HostChannel.cpp

Re: [gwt-contrib] Re: Fixes issue 4301: ensures all strings "generated" by GWT are JS string values. (issue1623803)

2012-01-03 Thread John Lenz
Closure compiler does a number of these kind of transformations. Like: String(x) to: '' + x On Tue, Jan 3, 2012 at 6:21 PM, wrote: > > I think it will be nice to add a future JS optimization that collapses > something like String(x) + expr or x + String(y), into x + y. Maybe > Closure alrea

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

2011-12-09 Thread John Lenz
Personally, I would love to see that. Let's see what others have to say. On Fri, Dec 9, 2011 at 6:40 AM, Thomas Broyer wrote: > Hi all, > > CssResource uses Flute to parse the CSS. Flute only supports CSS 2 (as do > other CSS parsers in Java: CSSParser, Batik, etc.) and seems totally > unmainta