Re: Difficulty with GWT Developer Plugin Chrome Firefox

2013-03-07 Thread elyk
Thanks, I was having this problem today (march 7, 2013) with Chrome, and 
this link enabled the plugin to install properly. The gwt StockWatcher 
tutorial link which prompted me to install the plugin just fails with no 
message. So, kudos to this magical plugin site, and thanks for making it 
work!!

kyle

On Friday, August 27, 2010 2:46:22 PM UTC-7, Chris Ramsdale wrote:

 Here's a temporary link while we wait for update to propagate. Let me know 
 if it still doesn't work.

  http://gwt.google.com/samples/MissingPlugin 

 -- Chris

 On Wed, Aug 25, 2010 at 2:25 PM, Chris Rowland 
 chris.robe...@gmail.comjavascript:
  wrote:

 I'm doing some work with the most recent version of GWT (have been
 working using the old hosted mode for quite a while) and I'm having
 issues getting the developer addin installed in Chrome and Firefox.
 When pasting the URL provided by the eclipse plugin, IE prompted to
 install the addin and it worked ok.

 However, when doing the same thing in Chrome and Firefox, it failed.

 In Chrome, it simply said the addin was missing.  With Firefox it said
 it was missing, but couldn't find it.

 I wasn't able to find anywhere to download the installer manually,
 either.

 Any advice?

 --
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to 
 google-we...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




GWT Developer Plugin for firefox 11 (Windows XP)

2012-09-12 Thread G P
Hi everybody!
Could you tell me, please, where can i download GWT Developer Plugin for 
firefox 11 (Windows XP)? Links like that 
http://acleung.com/gwt-dev-plugin-ff11.xpi are not available anymore...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LYBpJTXqxFcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox not installing completely

2012-02-23 Thread Scott Matthews

Alan Leung acleung@... writes:

 
 
 Hi Allyn:
 
 Thanks for the report. It seems to be that the new
forward compatibility feature in the install-template.rdf is not
backward compatible (the irony) in FF3.6 and that version only.
 
 I disabled the strict check that would fix it. Currently in
review: http://gwt-code-reviews.appspot.com/1642803/
 
 
 As far as I understand that part is not necessary. It might be if binary
extensions become forward compatible by default (not likely anyways). At that
point I might have to break 3.6 and you might have to use a special xpi for 3.6.
 
 I'll try to file a bug to Mozilla people, I am not sure how willing they are
to going back to fix a bug in 3.6.
 
 -Alan
 
 
 
 
 
 On Fri, Feb 10, 2012 at 12:01 AM, Alan Leung
acle...@google.com wrote:
 I am out of office at the moment and can't do much until Monday.
 You can download an older build from SVN to get around the problem:
 

http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837
 
 
 -Alan
 On Thu, Feb 9, 2012 at 11:22 AM, Allyn
allyn.h...@gmail.com wrote:
 Up until yesterday I was using the GWT Developer Plugin for Firefox
 3.6 without issue. Then, suddenly, when I started up Firefox yesterday
 it did not recognize the plugin as being installed. In the add-on
 list, the plugin stated that I had to restart Firefox to complete the
 installation. I tried this, many times, to no avail. I even
 reinstalled Firefox and downloaded the plugin again. Still didn't
 work. I have no idea what would cause it to not only stop working
 suddenly and also not to work when I reinstall everything from
 scratch. I selected the option to remove all profile and plugin data
 when I tried the re-install.
 I'm not really sure what additional information to provide, so if
 you're reading this thinking I can't help there's too little
 information then please let me know what else I can provide.
 --
 You received this message because you are subscribed to the Google Groups
Google Web Toolkit group.
 To post to this group, send email to
google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.
 
 
 
 
 
 
 
 
 
 
 
 
 

Hi, I've been looking for a solution to this issue as well (Preferably some sort
of rebuild or older version of the plugin).  I was wondering if there has been
any movement on this.  I've found the related defect on this that Allyn 
reported.

http://code.google.com/p/google-web-toolkit/issues/detail?id=7184 




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox not installing completely

2012-02-23 Thread Alan Leung
It should be fixed in the SVN.

-Alan

On Thu, Feb 23, 2012 at 8:04 AM, Scott Matthews scott...@broadinstitute.org
 wrote:


 Alan Leung acleung@... writes:

 
 
  Hi Allyn:
 
  Thanks for the report. It seems to be that the new
 forward compatibility feature in the install-template.rdf is not
 backward compatible (the irony) in FF3.6 and that version only.
 
  I disabled the strict check that would fix it. Currently in
 review: http://gwt-code-reviews.appspot.com/1642803/
 
 
  As far as I understand that part is not necessary. It might be if binary
 extensions become forward compatible by default (not likely anyways). At
 that
 point I might have to break 3.6 and you might have to use a special xpi
 for 3.6.
 
  I'll try to file a bug to Mozilla people, I am not sure how willing they
 are
 to going back to fix a bug in 3.6.
 
  -Alan
 
 
 
 
 
  On Fri, Feb 10, 2012 at 12:01 AM, Alan Leung
 acle...@google.com wrote:
  I am out of office at the moment and can't do much until Monday.
  You can download an older build from SVN to get around the problem:
 
 

 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837
 
 
  -Alan
  On Thu, Feb 9, 2012 at 11:22 AM, Allyn
 allyn.h...@gmail.com wrote:
  Up until yesterday I was using the GWT Developer Plugin for Firefox
  3.6 without issue. Then, suddenly, when I started up Firefox yesterday
  it did not recognize the plugin as being installed. In the add-on
  list, the plugin stated that I had to restart Firefox to complete the
  installation. I tried this, many times, to no avail. I even
  reinstalled Firefox and downloaded the plugin again. Still didn't
  work. I have no idea what would cause it to not only stop working
  suddenly and also not to work when I reinstall everything from
  scratch. I selected the option to remove all profile and plugin data
  when I tried the re-install.
  I'm not really sure what additional information to provide, so if
  you're reading this thinking I can't help there's too little
  information then please let me know what else I can provide.
  --
  You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
  To post to this group, send email to
 google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 
 
 
 
 
 
 
 
 
 
 
 
 

 Hi, I've been looking for a solution to this issue as well (Preferably
 some sort
 of rebuild or older version of the plugin).  I was wondering if there has
 been
 any movement on this.  I've found the related defect on this that Allyn
 reported.

 http://code.google.com/p/google-web-toolkit/issues/detail?id=7184




 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox not installing completely

2012-02-13 Thread Alan Leung
Hi Allyn:

Thanks for the report. It seems to be that the new
forward compatibility feature in the install-template.rdf is not
backward compatible (the irony) in FF3.6 and that version only.

I disabled the strict check that would fix it. Currently in review:
http://gwt-code-reviews.appspot.com/1642803/

As far as I understand that part is not necessary. It might be if binary
extensions become forward compatible by default (not likely anyways). At
that point I might have to break 3.6 and you might have to use a special
xpi for 3.6.

I'll try to file a bug to Mozilla people, I am not sure how willing they
are to going back to fix a bug in 3.6.

-Alan



On Fri, Feb 10, 2012 at 12:01 AM, Alan Leung acle...@google.com wrote:

 I am out of office at the moment and can't do much until Monday.

 You can download an older build from SVN to get around the problem:


 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837

 -Alan


 On Thu, Feb 9, 2012 at 11:22 AM, Allyn allyn.h...@gmail.com wrote:

 Up until yesterday I was using the GWT Developer Plugin for Firefox
 3.6 without issue. Then, suddenly, when I started up Firefox yesterday
 it did not recognize the plugin as being installed. In the add-on
 list, the plugin stated that I had to restart Firefox to complete the
 installation. I tried this, many times, to no avail. I even
 reinstalled Firefox and downloaded the plugin again. Still didn't
 work. I have no idea what would cause it to not only stop working
 suddenly and also not to work when I reinstall everything from
 scratch. I selected the option to remove all profile and plugin data
 when I tried the re-install.

 I'm not really sure what additional information to provide, so if
 you're reading this thinking I can't help there's too little
 information then please let me know what else I can provide.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox not installing completely

2012-02-10 Thread Alan Leung
I am out of office at the moment and can't do much until Monday.

You can download an older build from SVN to get around the problem:

http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837

-Alan

On Thu, Feb 9, 2012 at 11:22 AM, Allyn allyn.h...@gmail.com wrote:

 Up until yesterday I was using the GWT Developer Plugin for Firefox
 3.6 without issue. Then, suddenly, when I started up Firefox yesterday
 it did not recognize the plugin as being installed. In the add-on
 list, the plugin stated that I had to restart Firefox to complete the
 installation. I tried this, many times, to no avail. I even
 reinstalled Firefox and downloaded the plugin again. Still didn't
 work. I have no idea what would cause it to not only stop working
 suddenly and also not to work when I reinstall everything from
 scratch. I selected the option to remove all profile and plugin data
 when I tried the re-install.

 I'm not really sure what additional information to provide, so if
 you're reading this thinking I can't help there's too little
 information then please let me know what else I can provide.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Developer Plugin for Firefox not installing completely

2012-02-09 Thread Allyn
Up until yesterday I was using the GWT Developer Plugin for Firefox
3.6 without issue. Then, suddenly, when I started up Firefox yesterday
it did not recognize the plugin as being installed. In the add-on
list, the plugin stated that I had to restart Firefox to complete the
installation. I tried this, many times, to no avail. I even
reinstalled Firefox and downloaded the plugin again. Still didn't
work. I have no idea what would cause it to not only stop working
suddenly and also not to work when I reinstall everything from
scratch. I selected the option to remove all profile and plugin data
when I tried the re-install.

I'm not really sure what additional information to provide, so if
you're reading this thinking I can't help there's too little
information then please let me know what else I can provide.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Developer Plugin for Firefox 10

2012-02-08 Thread wbabachan
Click on the following link to download gwt dev plugin for firefox 10:

https://docs.google.com/leaf?id=0Bz789tz1BWLqNGRhZWFiOWUtODY4Yy00MDU5LTg5ZjItMGE4NjE0MTc1Y2E1hl=de

Enjoy it :-)
Waruschan Babachan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 10

2012-02-08 Thread wbabachan

Works only in Linux. Tested on Fedora 16 64 bit...

On Feb 8, 7:20 pm, wbabachan wbabac...@googlemail.com wrote:
 Click on the following link to download gwt dev plugin for firefox 10:

 https://docs.google.com/leaf?id=0Bz789tz1BWLqNGRhZWFiOWUtODY4Yy00MDU5...

 Enjoy it :-)
 Waruschan Babachan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 10

2012-02-08 Thread Boris_siroB
Works on OS X (Lion 10.7.3) as well, for some reason. Here's what happened:

I carelessly missed @wbabachan's Works only on Linux followup and 
installed the previously linked plugin, then upgrading to FF10 without 
problems. As soon as I tried connecting to my project in Dev. Mode I got 
the GWT Plugin not Available message. D'oh!

In frustration I opened the Add-ons Manager and did Check for Updates. To 
my surprise a progress bar ran next to GWT Dev. Plugin and the version 
changed to 1.0.10862. I restarted FF and lo and behold: a successfull Dev. 
Mode connection.

Does anyone have an explanation?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wKHw9mBF71QJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 10

2012-02-08 Thread Alan Leung


 In frustration I opened the Add-ons Manager and did Check for Updates.
 To my surprise a progress bar ran next to GWT Dev. Plugin and the version
 changed to 1.0.10862. I restarted FF and lo and behold: a successfull Dev.
 Mode connection.

 Does anyone have an explanation?


The reason is that I have just pushed the official version.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/wKHw9mBF71QJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-02-02 Thread Carlos Aguayo
FF10 is already here so that will mean updating the plugin again. Is this 
something that can be done by the community? If so, where should we take a 
look at?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/bTdcKuBTpFUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-02-02 Thread Thomas Broyer
See 
https://groups.google.com/d/msg/google-web-toolkit/KiWUUshJyIE/fyyBdX8sTYYJ

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/RotHRRgCLXMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Peter Willert
9 worked great, but now fx 10 is on the horizon :-/ 
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0/

Anyone here who can build the fx10 extension? 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xi5wxiMjCIQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Samyem Tuladhar
Would have been great if the gwt plugin auto-updates when FX upgrades. FX10
is already showing auto updater up on my computer.

On Tue, Jan 31, 2012 at 3:30 AM, Peter Willert peterwill...@gmail.comwrote:

 9 worked great, but now fx 10 is on the horizon :-/
 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0/

 Anyone here who can build the fx10 extension?

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/xi5wxiMjCIQJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Alan Leung
As much as I'd like to, that isn't possible. xulrunner 10.0 was just
released an hour ago.

On Tue, Jan 31, 2012 at 9:28 AM, Samyem Tuladhar sam...@gmail.com wrote:

 Would have been great if the gwt plugin auto-updates when FX upgrades.
 FX10 is already showing auto updater up on my computer.


 On Tue, Jan 31, 2012 at 3:30 AM, Peter Willert peterwill...@gmail.comwrote:

 9 worked great, but now fx 10 is on the horizon :-/
 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0/

 Anyone here who can build the fx10 extension?

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/xi5wxiMjCIQJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Samyem Tuladhar
I also got selenium plugin and it seems to be able to auto-update after FX
upgrades automatically. Is this because selenium team would have access to
the xulrunner before hand?

On Tue, Jan 31, 2012 at 12:41 PM, Alan Leung acle...@google.com wrote:

 As much as I'd like to, that isn't possible. xulrunner 10.0 was just
 released an hour ago.


 On Tue, Jan 31, 2012 at 9:28 AM, Samyem Tuladhar sam...@gmail.com wrote:

 Would have been great if the gwt plugin auto-updates when FX upgrades.
 FX10 is already showing auto updater up on my computer.


 On Tue, Jan 31, 2012 at 3:30 AM, Peter Willert peterwill...@gmail.comwrote:

 9 worked great, but now fx 10 is on the horizon :-/
 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0/

 Anyone here who can build the fx10 extension?

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/xi5wxiMjCIQJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Thomas Broyer
Selenium probably doesn't use a binary component, which dev mode have to use. 
We talked about using js-ctypes which would allow forward compatibility, but 
that's not possible.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SDfPpcqDriwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-26 Thread Dimitrijević Ivan
GWT pluging for FF9 is avaliable in SVN 
repo: 
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/GZJxkcJ1t80J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-26 Thread bryn ryans

Has anyone downloaded this successfully? The link says its 3.9MB in
size but I only end up with a 41KB file which gets rejected as
corrupted (unsurprisingly). Tried downloading in a couple of different
browsers with the same result.

Firefox 10 is being released on January 31st. Be nice if we can get
the FF 10 version of the plugin into this site a little bit faster :).

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-14 Thread Jason Sheedy
Thanks Alan.

On Dec 22 2011, 7:30 pm, Alan Leung acle...@google.com wrote:
 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-14 Thread Chris Tencati
Download works fine for me, it's just a normal mediafire dl so I'm not
sure what problem everyone is having.

Maybe turn off various ad/script blockers and try again?  Download
page after refresh should look something like this:
http://dl.dropbox.com/u/28001/gwt-mf.png

On Jan 13, 8:51 am, WileE tomc...@gmail.com wrote:
 I'm having the same problem.  What's the trick to get this thing?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-13 Thread WileE
I'm having the same problem.  What's the trick to get this thing?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZZW0PewnTzYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-11 Thread Ryan Johnson
Can someone help me out?  When I try to download the plugin the page 
refreshes, but I never see a download and I can't find the file.  If 
someone can send me the file that would also be great.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/PQE-zHs6IasJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-11 Thread Juan Pablo Gardella
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8d9d369fdbfdf87e

El 11 de enero de 2012 11:52, Ryan Johnson
ryan.david.john...@gmail.comescribió:

 Can someone help me out?  When I try to download the plugin the page
 refreshes, but I never see a download and I can't find the file.  If
 someone can send me the file that would also be great.

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/PQE-zHs6IasJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-09 Thread johnrellis
Cheers.

On Dec 22 2011, 9:30 am, Alan Leung acle...@google.com wrote:
 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan







 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:
  it looks like we can't keep up with the development speed of Mozilla :
  (
  As they now released FF 9 the plugin is incompatible (yet again).

  Alan, can you compile it again in your usual speed and timelieness :)
  Your fans you would carry you on their shoulders, vistually ;)

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-09 Thread Casper Bang

On Thursday, December 22, 2011 10:30:09 AM UTC+1, Alan Leung wrote:

 I have both 32 and 64 bit linux compiled.


Thank you my good man! 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/1_P1sDPKMFMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-09 Thread Samyem Tuladhar
Time for Firefox 10 now!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/28lyO132nfMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-06 Thread David Sanders
Mr Leung you're my hero

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/1ct-Udcq5GMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-06 Thread David Vree
Thanks a ton!  You are a life saver...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/NGiV7mWv1ZIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-06 Thread eric73
Hi, I have problem on FireFox 8 (Google Plugin) and 9 (your plugin) with 
GWT + SmartGWT 3.0 with ListGrid where I use method setAttribute(String, 
Object) on ListGridRecord.
No Problem with OmniWeb (Safari under 5.1 cause safari still not work.) on 
the same code.

The traceback : 
00:11:51,481 [ERROR] Uncaught exception escaped 

com.google.gwt.core.client.JavaScriptException: (null): null
at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248)
at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)
at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213)
at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at 
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at 
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Thread.java:680)


Hope, someone take care


Eric

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SySHYTZBpIMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2012-01-02 Thread HakunaMatata
Working on Lion, many thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gTA9Y8_EtLwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-28 Thread Zakaluka
Tested on Windows 7 Home Premium, 64-bit.  No problems at all.

On Dec 22, 4:29 am, Alan Leung acle...@google.com wrote:
 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 







 gardellajuanpa...@gmail.com wrote:
  Hi,

  In Windows XP, the plugin doesn't work.

  Juan

  El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

  I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

  Still working on mac and windows.

  -Alan

  On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

  it looks like we can't keep up with the development speed of Mozilla :
  (
  As they now released FF 9 the plugin is incompatible (yet again).

  Alan, can you compile it again in your usual speed and timelieness :)
  Your fans you would carry you on their shoulders, vistually ;)

  --
  You received this message because you are subscribed to the Google
  Groups Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
  .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-28 Thread Abduxkur Ablimit
can somone send me this plugin, i couldn't download it, thx



 From: Zakaluka zakal...@gmail.com
To: Google Web Toolkit google-web-toolkit@googlegroups.com 
Sent: Thursday, December 29, 2011 8:22 AM
Subject: Re: GWT Developer Plugin for Firefox 9
 
Tested on Windows 7 Home Premium, 64-bit.  No problems at all.

On Dec 22, 4:29 am, Alan Leung acle...@google.com wrote:
 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 







 gardellajuanpa...@gmail.com wrote:
  Hi,

  In Windows XP, the plugin doesn't work.

  Juan

  El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

  I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

  Still working on mac and windows.

  -Alan

  On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

  it looks like we can't keep up with the development speed of Mozilla :
  (
  As they now released FF 9 the plugin is incompatible (yet again).

  Alan, can you compile it again in your usual speed and timelieness :)
  Your fans you would carry you on their shoulders, vistually ;)

  --
  You received this message because you are subscribed to the Google
  Groups Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
  .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-28 Thread Abduxkur Ablimit
can somone send me this plugin, i couldn't download it, thx



 From: Zakaluka zakal...@gmail.com
To: Google Web Toolkit google-web-toolkit@googlegroups.com 
Sent: Thursday, December 29, 2011 8:22 AM
Subject: Re: GWT Developer Plugin for Firefox 9
 
Tested on Windows 7 Home Premium, 64-bit.  No problems at all.

On Dec 22, 4:29 am, Alan Leung acle...@google.com wrote:
 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 







 gardellajuanpa...@gmail.com wrote:
  Hi,

  In Windows XP, the plugin doesn't work.

  Juan

  El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

  I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

  Still working on mac and windows.

  -Alan

  On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

  it looks like we can't keep up with the development speed of Mozilla :
  (
  As they now released FF 9 the plugin is incompatible (yet again).

  Alan, can you compile it again in your usual speed and timelieness :)
  Your fans you would carry you on their shoulders, vistually ;)

  --
  You received this message because you are subscribed to the Google
  Groups Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
  .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-28 Thread Abduxkur Ablimit
can someone send me this plugin , i couldn't download it , email is 
sugar...@yahoo.com

thx a lot .




 From: Zakaluka zakal...@gmail.com
To: Google Web Toolkit google-web-toolkit@googlegroups.com 
Sent: Thursday, December 29, 2011 8:22 AM
Subject: Re: GWT Developer Plugin for Firefox 9
 
Tested on Windows 7 Home Premium, 64-bit.  No problems at all.

On Dec 22, 4:29 am, Alan Leung acle...@google.com wrote:
 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 







 gardellajuanpa...@gmail.com wrote:
  Hi,

  In Windows XP, the plugin doesn't work.

  Juan

  El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

  I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

  Still working on mac and windows.

  -Alan

  On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

  it looks like we can't keep up with the development speed of Mozilla :
  (
  As they now released FF 9 the plugin is incompatible (yet again).

  Alan, can you compile it again in your usual speed and timelieness :)
  Your fans you would carry you on their shoulders, vistually ;)

  --
  You received this message because you are subscribed to the Google
  Groups Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
  .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-27 Thread David Guo
Test in Win7 64 bit,work fine!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/EoqyMP0nG2AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-23 Thread jscheller
On Dec 22, 5:29 am, Alan Leung acle...@google.com wrote:
 Alright, FF9 tested on all OS. Let me know if you run into any problems.


Well, that was the Christmas present I was hoping for... Thanks Alan!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-23 Thread Samyem Tuladhar
Now it'd be very nice if all these firefox plugins were hosted within the 
GWT project. Can the official plugin not be updated with this version? We 
know the FX will release new version every 6 weeks, so this part could 
potentially automated, isn't it? 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/KDg6gDaYtW8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Alan Leung
I have both 32 and 64 bit linux compiled.

http://www.mediafire.com/?5tak1zzo6a3yvn0

Still working on mac and windows.

-Alan

On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-22 Thread Alan Leung
Ok FF9 is the most painful one so farI suspect it'll get worst.

http://www.mediafire.com/?5tak1zzo6a3yvn0

Both Linux 64 and 32 should be working.

I am still working on Windows and Mac. Don't install it on those platforms
yet.

-Alan

On Thu, Dec 22, 2011 at 12:45 AM, tmy tmy.ha...@gmail.com wrote:

 Looking forward to the good news, but it is really annoying that the
 extension is incompatible after firefox upgrades every time, especially
 today firefox updates much more frequently.
 Anyway, thanks so much, Alan!

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/QFZOc9ohofMJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-22 Thread Thomas Broyer
I can't remember if it had been said in this thread already or not, but the 
GWT team is working on a replacement for the DevMode that would work 
without browser plugin (think Dart's frog 
serverhttp://turbomanage.wordpress.com/2011/12/09/dart-dev-mode-cometh/, 
Closure script https://github.com/dturnbull/closure-script, and I believe 
I saw something similar for CoffeeScript, but cannot find it back): 
https://plus.google.com/s/gwt%20super%20draft%20mode
(along with 
http://code.google.com/p/google-web-toolkit/source/detail?r=10767)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/sQMIXHyznEMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-22 Thread Alan
thank u, nice work.
the next Firefox9...

2011/11/9 Alan Leung acle...@google.com

 Hi all:

 I just finished building / testing the FF8 dev mode plugin for Linux 32
 bit (http://www.sendspace.com/file/h8wgmn)

 More to come tomorrow.

 Again, if you are using FF8 already. I'd greatly appreciate if you give
 that a try and let me know when you see anything weird.

 -Alan

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Yours
Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Blop
Hello,

I'm looking for a mac version ;-)

I tried to compile it myself but have not yet succeeded.
Is there a how to somewhere ?

Thank u!

Olivier.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Juan Pablo Gardella
Hi,

In Windows XP, the plugin doesn't work.

Juan


El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.com escribió:

 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-22 Thread Alan Leung
Alright, FF9 tested on all OS. Let me know if you run into any problems.

http://www.mediafire.com/?831pp1kk5p8kgjd

-Alan



On Thu, Dec 22, 2011 at 7:49 AM, Alan alan.q.y...@gmail.com wrote:

 thank u, nice work.
 the next Firefox9...

 2011/11/9 Alan Leung acle...@google.com

 Hi all:

 I just finished building / testing the FF8 dev mode plugin for Linux 32
 bit (http://www.sendspace.com/file/h8wgmn)

 More to come tomorrow.

 Again, if you are using FF8 already. I'd greatly appreciate if you give
 that a try and let me know when you see anything weird.

 -Alan

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




 --
 Yours
 Alan

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Alan Leung
Alright, FF9 tested on all OS. Let me know if you run into any problems.

http://www.mediafire.com/?831pp1kk5p8kgjd

-Alan

On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 
gardellajuanpa...@gmail.com wrote:

 Hi,

 In Windows XP, the plugin doesn't work.

 Juan


 El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Gal Dolber
thanks Alan!

On Thu, Dec 22, 2011 at 9:29 AM, Alan Leung acle...@google.com wrote:

 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 
 gardellajuanpa...@gmail.com wrote:

 Hi,

 In Windows XP, the plugin doesn't work.

 Juan


 El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to
 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Juan Pablo Gardella
Woh, so fast. It works on XP, thanks Alan!!

El 22 de diciembre de 2011 09:29, Alan Leung acle...@google.com escribió:

 Alright, FF9 tested on all OS. Let me know if you run into any problems.

 http://www.mediafire.com/?831pp1kk5p8kgjd

 -Alan

 On Thu, Dec 22, 2011 at 12:17 PM, Juan Pablo Gardella 
 gardellajuanpa...@gmail.com wrote:

 Hi,

 In Windows XP, the plugin doesn't work.

 Juan


 El 22 de diciembre de 2011 06:30, Alan Leung acle...@google.comescribió:

 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to
 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 9

2011-12-22 Thread Jeffrey Chimene
On 12/22/2011 2:30 AM, Alan Leung wrote:
 I have both 32 and 64 bit linux compiled.

 http://www.mediafire.com/?5tak1zzo6a3yvn0

 Still working on mac and windows.

 -Alan

Whatever they're paying you, it ain't enough.

Thanks,
jec

 On Wed, Dec 21, 2011 at 10:51 AM, tdk kloe...@ics.de
 mailto:kloe...@ics.de wrote:

 it looks like we can't keep up with the development speed of Mozilla :
 (
 As they now released FF 9 the plugin is incompatible (yet again).

 Alan, can you compile it again in your usual speed and timelieness :)
 Your fans you would carry you on their shoulders, vistually ;)

 --
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to
 google-web-toolkit@googlegroups.com
 mailto:google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com
 mailto:google-web-toolkit%2bunsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


 -- 
 You received this message because you are subscribed to the Google
 Groups Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Developer Plugin for Firefox 9

2011-12-21 Thread tdk
it looks like we can't keep up with the development speed of Mozilla :
(
As they now released FF 9 the plugin is incompatible (yet again).

Alan, can you compile it again in your usual speed and timelieness :)
Your fans you would carry you on their shoulders, vistually ;)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-21 Thread Samyem Tuladhar
Can the plugin be made to work on the current stable release of Firefox 9 
as well? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CCuocX-pp2gJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-21 Thread Alan Leung
Not sure. The official xulrunner sdk was not release until today. I am
currently testing it.

I'll keep everyone updated.

-Alan

On Wed, Dec 21, 2011 at 10:20 AM, Samyem Tuladhar sam...@gmail.com wrote:

 Can the plugin be made to work on the current stable release of Firefox 9
 as well? Thanks.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/CCuocX-pp2gJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-21 Thread tmy
Looking forward to the good news, but it is really annoying that the 
extension is incompatible after firefox upgrades every time, especially 
today firefox updates much more frequently.
Anyway, thanks so much, Alan! 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/QFZOc9ohofMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-16 Thread Dimitrijević Ivan
Also verified and tested on Win 7 64bit.
It seams that everything is OK.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/AUceAAA3R8UJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-14 Thread Steve
It works!  The problem was some Firefox extension or plugin somehow caused 
problems.  Once I disabled everything except GWT, it worked.  Thanks Alan!

Steve

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vSOXDat_rvwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-13 Thread tdk
... and now we have FF 8.0.1 and yet again the plugin is reported as being 
incompatible.
What on earth is going on?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/r-ROk_ZCpYgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-13 Thread Jens
I have FF 8.0.1 (OS X) and the plugin works great (
http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html)

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3q6Kuaya38wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-13 Thread Thomas Klöber

Am 13.12.2011 12:59, schrieb Jens:
I have FF 8.0.1 (OS X) and the plugin works great 
(http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html 
http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html)
not for me on Windows Server 2003 R2 SP2. It says its not compatible and 
refuses to install...


--
Intelligent Communication Software Vertriebs GmbH
Firmensitz: Kistlerhof Str. 111, 81379 München
Registergericht: Amtsgericht München, HRB 88283
Geschäftsführer: Albert Fuss

--
You received this message because you are subscribed to the Google Groups Google 
Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-13 Thread Alan Leung
Just making sure everyone is getting the right version.

https://dl.google.com/dl/gwt/plugins/firefox/1.0.10791/gwt-dev-plugin.xpi

I have verified that it works on Firefox 8.0.1 just now.

-Alan


On Tue, Dec 13, 2011 at 4:09 AM, Thomas Klöber kloe...@ics.de wrote:

  Am 13.12.2011 12:59, schrieb Jens:

 I have FF 8.0.1 (OS X) and the plugin works great (
 http://www.fileswap.com/dl/**1OVPVHwWEp/gwt-dev-plugin.xpi.**htmlhttp://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html
 )

 not for me on Windows Server 2003 R2 SP2. It says its not compatible and
 refuses to install...

 --
 Intelligent Communication Software Vertriebs GmbH
 Firmensitz: Kistlerhof Str. 111, 81379 München
 Registergericht: Amtsgericht München, HRB 88283
 Geschäftsführer: Albert Fuss

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-13 Thread Thomas Klöber

Am 13.12.2011 21:23, schrieb Alan Leung:

Just making sure everyone is getting the right version.

https://dl.google.com/dl/gwt/plugins/firefox/1.0.10791/gwt-dev-plugin.xpi

I have verified that it works on Firefox 8.0.1 just now.

yep, this work for FF 8.0.1 on Windows 7 x64

--
Intelligent Communication Software Vertriebs GmbH
Firmensitz: Kistlerhof Str. 111, 81379 München
Registergericht: Amtsgericht München, HRB 88283
Geschäftsführer: Albert Fuss

--
You received this message because you are subscribed to the Google Groups Google 
Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-12 Thread Dimitrijević Ivan
Finally, I saw GWT FF8 plugin in the 
repo: 
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi

I've successfully tested on the MacOS X. No problems found.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/p90uvG_wt0AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-11 Thread Steve
The click handler for the Send button never gets called using FF8.  I set 
a breakpoint in the strawman module in MyHandler.onClick() and it gets 
hit in Chrome but not FF8 with GWT.

I tried both Java 7 and Java 6.

I'm using Eclipse Indigo, GPE 2.4r37, FF 8.0.1.  All *pretty clean 
installs.  I'll try a clean install tomorrow.

Not sure if related, but the GPE wants to update but every time I try it 
seems to timeout doing the download.  I've tried this half a dozen times 
over two weeks.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mwTBWIip-D0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-09 Thread Alan Leung
Do you have more details? This is the exact same set up I use to test it
after building it.

-Alan

On Thu, Dec 8, 2011 at 2:05 PM, Steve steve.f.ma...@gmail.com wrote:

 Hmm, I'm having problems.  Testing with the Web Application Starter
 Project from GPE wizard.  It renders initial screen (and breakpoints
 work), but when I press the Send button nothing happens (including
 clickHandler breakpoints).  Works when I use Chrome and IE.  Win 7, GPE
 2.4r37.

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/j4jg0j0WtvQJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-08 Thread Steve
Hmm, I'm having problems.  Testing with the Web Application Starter 
Project from GPE wizard.  It renders initial screen (and breakpoints 
work), but when I press the Send button nothing happens (including 
clickHandler breakpoints).  Works when I use Chrome and IE.  Win 7, GPE 
2.4r37.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/j4jg0j0WtvQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-12-06 Thread Bruce Grant
Many thanks Alan - saved me much frustration and re-installs!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-30 Thread rakesh wagh
I got the file. works well! good job... keep it up. 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/85mdDCq0NQIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-29 Thread Dimitrijević Ivan
When will you put FF8 GWT plugin in SVN repo?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/XjTHC2uWqeMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-29 Thread Samyem Tuladhar
By the time the official GWT firefox plugin supports version 8, Firefox 
would already have been out on version 15! 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/KBn5oSEijzkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-29 Thread Thomas Broyer
By the time Firefox will be on version 15, the Dev plugin hopefully won't 
be needed anymore (google for gwt super draft mode)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZTfvjIoLCDoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-28 Thread rakesh wagh
unfortunately fileswap.com is blocked here. Is there an alternate location 
from where I can download? I am looking for firefox plugin on 64bit/win7. 
Thanks, greatly appreciated! 

Rakesh Wagh 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Z64C_ccmq5oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-24 Thread SamReciter
Very well, Alan. Works great for me (also Win7 64bit). Thanks a lot. Saves 
my day.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/MTA9qhw2L8cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-24 Thread David Vree
This is huge as my Ubuntu workstations are all at Firefox 8...thanks a ton 
for posting this.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/eky1U-6HjHgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-22 Thread vlatkoB
Works on Ubuntu 64, FF 8 64. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gKqA6leBk7oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-22 Thread SurfMan
I can confirm this plugin works on Fedora 15 64 bit, on Firefox 8. I am 
using it in conjunction with IntelliJ's debugger. I can now fire up the 
server, start the debugger, then use this plugin to connect. Even hot-swap 
of compiled code works :)

Thanks for your efforts!!


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/t1LuiWagTW8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-18 Thread Levi Van Zele
Thanks a lot! Works on Ubuntu amd64 as well.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/DoL-mvcndQAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 6

2011-11-15 Thread Sujay
Is the plugin available for FireFox 8 yet?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 6

2011-11-15 Thread Ivan Dimitrijevic
Check this out
https://groups.google.com/forum/?hl=en#!searchin/google-web-toolkit/firefox$208/google-web-toolkit/wElYN-Thi2M/221xKU-wmeEJ
--
S postovanjem,
*Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
d...@dnjcompany.com d...@dnjcopmany.com
http://dimi.dnjcompany.com


On Tue, Nov 15, 2011 at 16:16, Sujay sujaydu...@gmail.com wrote:

 Is the plugin available for FireFox 8 yet?

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-14 Thread Alan Leung
I started a code review already.

On Sat, Nov 12, 2011 at 6:51 PM, James Wendel jmwen...@gmail.com wrote:

 Agreed.  It would be nice to see this uploaded to SVN.

 On Nov 10, 4:44 pm, bryn ryans snayr...@gmail.com wrote:
  Any particular reason why the FF8 plugin has been
 uploadedwww.fileswap.com
 
  rather than google-web-toolkit SVN (http://google-web-
  toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/)?
 
  Thanks.
 
  On Nov 10, 2:27 pm, Alan Leung acle...@google.com wrote:
 
 
 
 
 
 
 
   Right. I keep a very close watch on the FF release schedule. The
 latest and
   greatest is usually in SVN quickly if you are feeling adventurous.
 
   I am slightly hesitant to push it out to the official page because I
 don't
   want to break EVERY GWT user with a bad build. If you are downloading
 from
   the SVN, I assume you have no problem uninstalling a bad version if it
   didn't work for you.
 
   -Alan
 
   On Thu, Nov 10, 2011 at 11:52 AM, Thomas Broyer t.bro...@gmail.com
 wrote:
It's been officially updated to FF7 yesterday (the XPI was
 downlodable for
a long time already on the SVN):
   http://code.google.com/p/google-web-toolkit/source/detail?r=10735
 
--
You received this message because you are subscribed to the Google
 Groups
Google Web Toolkit group.
To view this discussion on the web visit
   https://groups.google.com/d/msg/google-web-toolkit/-/9C6PB5Pk_eIJ.
 
To post to this group, send email to
 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at
   http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-12 Thread James Wendel
Agreed.  It would be nice to see this uploaded to SVN.

On Nov 10, 4:44 pm, bryn ryans snayr...@gmail.com wrote:
 Any particular reason why the FF8 plugin has been uploadedwww.fileswap.com

 rather than google-web-toolkit SVN (http://google-web-
 toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/)?

 Thanks.

 On Nov 10, 2:27 pm, Alan Leung acle...@google.com wrote:







  Right. I keep a very close watch on the FF release schedule. The latest and
  greatest is usually in SVN quickly if you are feeling adventurous.

  I am slightly hesitant to push it out to the official page because I don't
  want to break EVERY GWT user with a bad build. If you are downloading from
  the SVN, I assume you have no problem uninstalling a bad version if it
  didn't work for you.

  -Alan

  On Thu, Nov 10, 2011 at 11:52 AM, Thomas Broyer t.bro...@gmail.com wrote:
   It's been officially updated to FF7 yesterday (the XPI was downlodable for
   a long time already on the SVN):
  http://code.google.com/p/google-web-toolkit/source/detail?r=10735

   --
   You received this message because you are subscribed to the Google Groups
   Google Web Toolkit group.
   To view this discussion on the web visit
  https://groups.google.com/d/msg/google-web-toolkit/-/9C6PB5Pk_eIJ.

   To post to this group, send email to google-web-toolkit@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-11 Thread csillag
When running inside Iceweasel 8.0, the plugin in installed correctly,
but dev mode does not work.

  Kristof

On nov. 9, 11:07, Alan Leung acle...@google.com wrote:
 Hi all:

 I just finished building / testing the FF8 dev mode plugin for Linux 32 bit
 (http://www.sendspace.com/file/h8wgmn)

 More to come tomorrow.

 Again, if you are using FF8 already. I'd greatly appreciate if you give
 that a try and let me know when you see anything weird.

 -Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-11 Thread csillag
Sorry, false alarm.

I installed the wrong version (which contained only the 32 bit
version) on a 64bit system.
The later version works all right.

Thank you, this way much faster than the previous rounds.

On nov. 11, 11:55, csillag csillag.kris...@gmail.com wrote:
 When running inside Iceweasel 8.0, the plugin in installed correctly,
 but dev mode does not work.

   Kristof

 On nov. 9, 11:07, Alan Leung acle...@google.com wrote:







  Hi all:

  I just finished building / testing the FF8 dev mode plugin for Linux 32 bit
  (http://www.sendspace.com/file/h8wgmn)

  More to come tomorrow.

  Again, if you are using FF8 already. I'd greatly appreciate if you give
  that a try and let me know when you see anything weird.

  -Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Leung
Alright I have built and tested it for all platforms

Have fun!

http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html

-Alan

On Wed, Nov 9, 2011 at 5:31 PM, David Guo angel243...@gmail.com wrote:

 I'll try it in Win7 64 bit to see if it works or not.
 If not,maybe i CAN rebuild it on my own.

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/Yp5Y2pWEV2gJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 7

2011-11-10 Thread Thomas Broyer
...and Alan is already working on 
it: https://groups.google.com/d/topic/google-web-toolkit/wElYN-Thi2M/discussion

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/IfTMkY7qaX0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Klöber

Am 10.11.2011 11:11, schrieb Alan Leung:

Alright I have built and tested it for all platforms

Have fun!

http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html
brilliant! Thanx Alan for the quick job. I was already worried I had to 
stick with the old FF version for weeks...


Thomas

PS: anyone knows what's the matter with Mozilla these days that they 
keep banging together new major releases of FF and TB? Is it a QA 
problem or do they just want to push up their version numbers ;)


--
Intelligent Communication Software Vertriebs GmbH
Firmensitz: Kistlerhof Str. 111, 81379 München
Registergericht: Amtsgericht München, HRB 88283
Geschäftsführer: Albert Fuss

--
You received this message because you are subscribed to the Google Groups Google 
Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Chaney

On 11/10/2011 2:11 AM, Alan Leung wrote:

Alright I have built and tested it for all platforms

Have fun!

http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html

-Alan

Thanks, Alan! Great work!


Seems to work on FF8 Win 7 x64.

(also) Alan





On Wed, Nov 9, 2011 at 5:31 PM, David Guo angel243...@gmail.com 
mailto:angel243...@gmail.com wrote:


I'll try it in Win7 64 bit to see if it works or not.
If not,maybe i CAN rebuild it on my own.

-- 
You received this message because you are subscribed to the Google

Groups Google Web Toolkit group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/Yp5Y2pWEV2gJ.

To post to this group, send email to
google-web-toolkit@googlegroups.com
mailto:google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.com
mailto:google-web-toolkit%2bunsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google 
Groups Google Web Toolkit group.

To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups Google 
Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
Thanks. Worked for me as well. Wonder if the GWT official team would be 
able to pick this up and offer through the official channel. 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VxGj37Ry5TcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Luca Morettoni
On Thu, Nov 10, 2011 at 4:52 PM, Samyem Tuladhar sam...@gmail.com wrote:
 Thanks. Worked for me as well. Wonder if the GWT official team would be able
 to pick this up and offer through the official channel.

and it's incredible that the chrome plugin is tremendous slower than the ff one!

-- 
Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net
gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni
jugUmbria founder: https://jugUmbria.dev.java.net/ | skype: luca.morettoni
Member of Python User Group Perugia: http://www.pypg.org/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
The gwt official plugin is still stuck with FF6 - already 2 version behind. 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CXkjqC-vHLIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Igor Lysak
Thanks a lot, Alan! Good work!

On Nov 10, 12:11 pm, Alan Leung acle...@google.com wrote:
 Alright I have built and tested it for all platforms

 Have fun!

 http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html

 -Alan







 On Wed, Nov 9, 2011 at 5:31 PM, David Guo angel243...@gmail.com wrote:
  I'll try it in Win7 64 bit to see if it works or not.
  If not,maybe i CAN rebuild it on my own.

   --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/Yp5Y2pWEV2gJ.

  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Juan Pablo Gardella
Awesome Alan, is very fast!!!

2011/11/10 Igor Lysak lysak.i...@gmail.com

 Thanks a lot, Alan! Good work!

 On Nov 10, 12:11 pm, Alan Leung acle...@google.com wrote:
  Alright I have built and tested it for all platforms
 
  Have fun!
 
  http://www.fileswap.com/dl/1OVPVHwWEp/gwt-dev-plugin.xpi.html
 
  -Alan
 
 
 
 
 
 
 
  On Wed, Nov 9, 2011 at 5:31 PM, David Guo angel243...@gmail.com wrote:
   I'll try it in Win7 64 bit to see if it works or not.
   If not,maybe i CAN rebuild it on my own.
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google Web Toolkit group.
   To view this discussion on the web visit
  https://groups.google.com/d/msg/google-web-toolkit/-/Yp5Y2pWEV2gJ.
 
   To post to this group, send email to
 google-web-toolkit@googlegroups.com.
   To unsubscribe from this group, send email to
   google-web-toolkit+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Broyer
Alan *is* from the GWT official team!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VjO60oW7qzMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Thomas Broyer
It's been officially updated to FF7 yesterday (the XPI was downlodable for 
a long time already on the SVN): 
http://code.google.com/p/google-web-toolkit/source/detail?r=10735

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/9C6PB5Pk_eIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Michael Vogt
Hello Alan.

 Alright I have built and tested it for all platforms
 Have fun!

Thank you for the update. Worked for me without problem today.

Ubuntu 11.10 32-bit with GWT 2.4


Greetings,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Alan Leung
Right. I keep a very close watch on the FF release schedule. The latest and
greatest is usually in SVN quickly if you are feeling adventurous.

I am slightly hesitant to push it out to the official page because I don't
want to break EVERY GWT user with a bad build. If you are downloading from
the SVN, I assume you have no problem uninstalling a bad version if it
didn't work for you.

-Alan


On Thu, Nov 10, 2011 at 11:52 AM, Thomas Broyer t.bro...@gmail.com wrote:

 It's been officially updated to FF7 yesterday (the XPI was downlodable for
 a long time already on the SVN):
 http://code.google.com/p/google-web-toolkit/source/detail?r=10735

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/9C6PB5Pk_eIJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread bryn ryans

Any particular reason why the FF8 plugin has been uploaded www.fileswap.com

rather than google-web-toolkit SVN (http://google-web-
toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/)?

Thanks.


On Nov 10, 2:27 pm, Alan Leung acle...@google.com wrote:
 Right. I keep a very close watch on the FF release schedule. The latest and
 greatest is usually in SVN quickly if you are feeling adventurous.

 I am slightly hesitant to push it out to the official page because I don't
 want to break EVERY GWT user with a bad build. If you are downloading from
 the SVN, I assume you have no problem uninstalling a bad version if it
 didn't work for you.

 -Alan







 On Thu, Nov 10, 2011 at 11:52 AM, Thomas Broyer t.bro...@gmail.com wrote:
  It's been officially updated to FF7 yesterday (the XPI was downlodable for
  a long time already on the SVN):
 http://code.google.com/p/google-web-toolkit/source/detail?r=10735

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/9C6PB5Pk_eIJ.

  To post to this group, send email to google-web-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread David Guo
Well done Alan,great work.
Work well on FF8 in Win7 64 bit.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/d6X2dgp17ogJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Developer Plugin for Firefox 8

2011-11-09 Thread Alan Leung
Hi all:

I just finished building / testing the FF8 dev mode plugin for Linux 32 bit
(http://www.sendspace.com/file/h8wgmn)

More to come tomorrow.

Again, if you are using FF8 already. I'd greatly appreciate if you give
that a try and let me know when you see anything weird.

-Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 8

2011-11-09 Thread Thad
Thanks, Alan. After uninstalling the FF7 plug-in, I restarted FF8 and
loaded this. My first attempt to use it was successful. I'll keep you
posted.

For your records, I'm running FF on OpenSuSE 11.4, 32-bit with GWT 2.3
(gonna run 2.4 as soon as I get permission to drop support from some
old Mac servers).

BTW, I was attempting to do the same thing, but was unable to build
Firefox so I'd have the libraries and headers necessary for plugin-
sdks/gecko-sdks/gecko-8.0.0. I cloned mozilla-central overnight. This
morning I created .mozconfig and ran make -f client.mk but quickly got
the error .../client.mk:282: *** Could not find autoconf 2.13.
Stop. This I don't understand: Why would it require 2.13 exactly? (I
have 2.68 in the path.) I was gonna play with the AUTOCONF setting in
client.mk when I saw your announcement.

Thanks again.

On Nov 9, 5:07 am, Alan Leung acle...@google.com wrote:
 Hi all:

 I just finished building / testing the FF8 dev mode plugin for Linux 32 bit
 (http://www.sendspace.com/file/h8wgmn)

 More to come tomorrow.

 Again, if you are using FF8 already. I'd greatly appreciate if you give
 that a try and let me know when you see anything weird.

 -Alan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Developer Plugin for Firefox 7

2011-11-09 Thread David Guo
Now FF8 has already  lanched,so the new GWT plugin still need to 
rebuild.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3ySZum0w9k4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



  1   2   3   >