[gwt-contrib] FF8 Devmode Plugin (issue1589803)

2011-11-11 Thread acleung
Reviewers: conroy, Description: FF8 Devmode Plugin Please review this at http://gwt-code-reviews.appspot.com/1589803/ Affected files: M plugins/xpcom/ExternalWrapper.cpp M plugins/xpcom/Makefile A plugins/xpcom/VisualStudio/ff80-xpcom.vcproj M plugins/xpcom/install-template.rdf M plu

[gwt-contrib] Re: FF8 Devmode Plugin (issue1589803)

2011-11-11 Thread t . broyer
I'll reiterate my question: is there any plan to move to js-ctypes? or is there some better alternative? or are binary components and recompiling every 6 weeks a necessary evil? I mean, have you looked at the problem yet? and if so what's the outcome? and is there a plan on your side? If you bel

[gwt-contrib] Re: FF8 Devmode Plugin (issue1589803)

2011-11-11 Thread Alan Leung
Brian and Ray has been experimenting with different approaches to debug dev mode that steer away from browser plugins / APIs. They have had some success but from what I understand it is still in a very early stage. My plan is to keep FF going as long as possible in the mean time. -Alan On Fri,

Re: [gwt-contrib] Re: FF8 Devmode Plugin (issue1589803)

2011-11-11 Thread John Tamplin
On Fri, Nov 11, 2011 at 5:16 AM, wrote: > I'll reiterate my question: is there any plan to move to js-ctypes? or > is there some better alternative? or are binary components and > recompiling every 6 weeks a necessary evil? > > I mean, have you looked at the problem yet? and if so what's the > ou

[gwt-contrib] Fix: WorkingWithMaven wiki no longer valid for Eclipse Indigo

2011-11-11 Thread Ingert Doe
Wiki page in question: http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven Today I updated my Eclipse plugins and when I tried to update the "m2e connector for build-helper-maven-plugin" I got an error that the an older version of org.eclipse.jdt couldn't be found. After some diggin

[gwt-contrib] [ANN] Scala+GWT 0.1-M3 released

2011-11-11 Thread Grzegorz Kossakowski
Hello, I'm excited to announce second milestone of Scala+GWT project. Download (and then follow README instructions) from here: http://goo.gl/RZdVT Release notes (included below) can be found here: http://goo.gl/H8san Scala+GWT 0.1-M3 The third official milestone release from

Re: [gwt-contrib] Re: FF8 Devmode Plugin (issue1589803)

2011-11-11 Thread Thomas Broyer
On Friday, November 11, 2011 4:38:23 PM UTC+1, John A. Tamplin wrote: > > On Fri, Nov 11, 2011 at 5:16 AM, wrote: > >> I'll reiterate my question: is there any plan to move to js-ctypes? or >> is there some better alternative? or are binary components and >> recompiling every 6 weeks a necessary

[gwt-contrib] Introduce a temp AST node intended to hold the fragment number (issue1590803)

2011-11-11 Thread acleung
Reviewers: cromwellian, Description: Introduce a temp AST node intended to hold the fragment number Please review this at http://gwt-code-reviews.appspot.com/1590803/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java M dev/core/src/com/google/gwt/dev/jjs/a