[gwt-contrib] Re: Update devmode Firefox plugin to support Firefox 17 on 64-bit Linux. (issue1870803)

2012-11-28 Thread Koen Maes
How do I build this ?? Or is this available prebuilt somewhere ? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] source maps in chrome

2012-11-28 Thread Stephen Haberman
Hey, I'm (finally) playing with super dev mode and am not seeing source maps working--I'm using Chrome 25 and saw this bug: https://code.google.com/p/google-web-toolkit/issues/detail?id=7725 Is this affecting anyone else? - Stephen --

[gwt-contrib] Re: Add Windows DLL for Firefox 17 to dev mode plugin. (issue1871803)

2012-11-28 Thread mdempsky
LGTM http://gwt-code-reviews.appspot.com/1871803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] source maps in chrome

2012-11-28 Thread Ray Cromwell
Chrome 24 introduced a bug, I'm working on a fix. On Wed, Nov 28, 2012 at 10:40 AM, Stephen Haberman step...@exigencecorp.com wrote: Hey, I'm (finally) playing with super dev mode and am not seeing source maps working--I'm using Chrome 25 and saw this bug:

Re: [gwt-contrib] source maps in chrome

2012-11-28 Thread Stephen Haberman
Chrome 24 introduced a bug, I'm working on a fix. Awesome, thanks for the quick reply--I updated the issue appropriately. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Update devmode Firefox plugin to support Firefox 17 on the Mac: (issue1872803)

2012-11-28 Thread skybrian
Reviewers: mdempsky, Description: Update devmode Firefox plugin to support Firefox 17 on the Mac: - started compiling with C++11, using clang (from XCode 4.5.2) - dropped PPC from build Includes release candidate. Review by: mdemp...@google.com Please review this at

[gwt-contrib] Re: Update devmode Firefox plugin to support Firefox 17 on the Mac: (issue1872803)

2012-11-28 Thread cromwellian
On 2012/11/29 03:35:49, skybrian wrote: LGTM. No API/Source breakages this time around? http://gwt-code-reviews.appspot.com/1872803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update devmode Firefox plugin to support Firefox 17 on the Mac: (issue1872803)

2012-11-28 Thread skybrian
On 2012/11/29 05:45:46, cromwellian wrote: On 2012/11/29 03:35:49, skybrian wrote: LGTM. No API/Source breakages this time around? There were but I already fixed them when I did Linux. For the Mac it was upgrading XCode and figuring out how much I need to mirror Firefox's compiler options.