Re: [gwt-contrib] Re: Superdev and Jetty 9

2014-12-20 Thread Michael Vogt
I filed this issue for HtmlUnit project as it is the root cause for why GWT cannot switch to Jetty 9 atm: [1]. Great! Thanks. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it,

[gwt-contrib] Superdev and Jetty 9

2014-12-15 Thread Michael Vogt
Hello. Any work going on to solve https://gwt-review.googlesource.com/#/c/7856/ Greetings, Michael -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Michael Vogt
Hi. Only the agreement in the repository is needed. Greetings, Michael -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [gwt-contrib] Removal of IE6/7 specific code from the code base

2014-10-03 Thread Michael Vogt
Sorry for being away so long. I will have some time next week to work on this. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [gwt-contrib] Re: JsInterop

2014-10-01 Thread Michael Vogt
Thank you for your answers. Yes this was the problem. Cheers, Michael -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] JsInterop

2014-09-30 Thread Michael Vogt
Hello. Should it be possible right now to use JsInterop to use the facebook Javascript sdk? The call I want to use is FB.XFBML.parse So I created 2 interfaces: @JsType public interface FB { @JsProperty XFBML getXFBML(); } @JsType public interface XFBML { void parse(); } I get FB through

Re: [gwt-contrib] Re: CLA problem

2014-07-25 Thread Michael Vogt
, Jul 24, 2014 at 3:28 PM, Michael Vogt i...@michaelvogt.eu wrote: The problem is, as it seem to me, that the field for the full name is empty, and it is not editable. Clicking the edit button tells me, Google can't change personal information for mich...@michaelvogt.eu. To change

Re: [gwt-contrib] Re: CLA problem

2014-07-24 Thread Michael Vogt
The problem is, as it seem to me, that the field for the full name is empty, and it is not editable. Clicking the edit button tells me, Google can't change personal information for mich...@michaelvogt.eu. To change the information, contact your michaelvogt.eu administrator Pressing the reload

[gwt-contrib] CLA problem

2014-07-23 Thread Michael Vogt
Hello. When I push to gerrit right now, I get this error back: https://gwt.googlesource.com/gwt: Individual contributor agreement requires current contact information. Looks like I can't edit/remove agreement myself, so what needs to be done? Thanks, Michael -- You received this message

Re: [gwt-contrib] Removal of IE6/7 specific code from the code base

2014-07-11 Thread Michael Vogt
I will be offline [1] from tomorrow on, probably until 7/22, but I will have a look at what I can do to remove IE6/7 specific code when this is helpful. Can push to Gerrit on 22nd. Greetings, Michael [1] except a really slow tourist sim internet connection -- You received this message

Re: [gwt-contrib] Re: Bad link in GWT Documentation

2014-07-07 Thread Michael Vogt
I checked with document mode set to IE9 with IE11, and ran in all kinds of strange behavior when navigating through the menu. Is it worth to investigate further? -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group

Re: [gwt-contrib] HTMLElement

2014-07-02 Thread Michael Vogt
Yes, I somehow expected it that way. But when I saw that the HTMLElement that was used in the gwt.create demo came from a com.google.gwt package, I wondered if it will be provided... -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To

[gwt-contrib] HTMLElement

2014-07-01 Thread Michael Vogt
Hello. Tried to reproduce the JsInterop demo, but the type HTMLElement can't be found. Is this not provided, yet? Thanks, Michael -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from

Re: [gwt-contrib] Obfuscated compilation

2014-04-04 Thread Michael Vogt
Thanks Yens. IntelliJ hides it pretty deep into its .IntelliJIdeaxx folder. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Michael Vogt
Roberto, thanks for your answer. Regarding the compile time, it looks like my computer had a bad day yesterday. Compile speed is now around 10% faster than with 2.5. Sorry. As the exception I see is not know, here some more information about my environment here. I was trying to find the code

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Michael Vogt
Just verified: When compiling the same code with style detailed, there is no exception thrown anywhere . Also, running the application with super dev mode works without problems. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are

Re: [gwt-contrib] Obfuscated compilation

2014-04-03 Thread Michael Vogt
It would be interesting to look at the Symbol map corresponding to the breaking permutation and see what are the functions Bf and Xeb. Oh, of course! How to access them? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed

[gwt-contrib] Obfuscated compilation

2014-04-02 Thread Michael Vogt
Hello. I was finally able to switch to GWT 2.6 for the project I am working on. Immediate observation was, that compilation takes now more than twice as long as before. Also, when compiling with style obfuscated, the application throws an exception directly at application start. Runs without

Re: [gwt-contrib] watch

2014-03-24 Thread Michael Vogt
Thank you very much for your answer. Yes, getNameOf() seems to be exactly what I was looking for. Looks like support for Object.observe is in Chrome 33 behind the experimental JavaScript flag, and Polymer provides a library for (all the other) browsers that don't support Object.observe. --

[gwt-contrib] watch

2014-03-23 Thread Michael Vogt
Hello. Hope it is ok to ask this question here. While hunting for bugs in functions that are called during user activities like drag drop or scrolling, I always think that there should be a better way to keep track of the internal values. The watch() function of firefox would come in handy

Re: [gwt-contrib] Re: GWT.create sessions recorded?

2014-01-04 Thread Michael Vogt
The slides are here http://gwtcreate.com/slides/ I guess, and the videos are being worked on. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group

Re: [gwt-contrib] Re: GWT.create sessions recorded?

2014-01-04 Thread Michael Vogt
Yes, I asked Joonas to do so, as the presentations is basically the linked document in a different form. I thought this is more helpful, because this is the central point for commiter information. Happy to share the presentation when you like. Would like to add the testing information from Daniel

Re: [gwt-contrib] Re: GWT.create sessions recorded?

2014-01-04 Thread Michael Vogt
Yes, I asked Joonas to do so, as the presentations is basically the linked document in a different form. I thought this is more helpful, because this is the central point for commiter information. Happy to share the presentation when you like. --

Re: [gwt-contrib] Re: Start eclipse from console?

2013-12-17 Thread Michael Vogt
Ok, thanks. I prepare a patch to remove this from the Read-me. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from

Re: [gwt-contrib] Where is gwt-customchecks.jar?

2013-10-18 Thread Michael Vogt
Hello. I found it in the old svn repository. Sorry can't provide the link right now, but you'll find it with your preferred search engine ;-) Hope this helps, Michael -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Michael Vogt
Thank you for your answers. Thomas, are the Gradle files with your changes available somewhere? Do you think they will be ready to use for GWT.create? In regards to the Eclipse read me file, I have the feeling that this can be improved, and optional steps marked accordingly. I could work on it,

Re: [gwt-contrib] Re: GWT contribution workshop

2013-10-16 Thread Michael Vogt
One thing that could be done during the workshop is updating the checkstyle configuration files to the new format so we're no longer tied to an old version of checkstyle! What needs to be done for updating the configuration? I have problems with CheckStyle here. It is choking on unicode

[gwt-contrib] GWT contribution workshop

2013-10-14 Thread Michael Vogt
very much. Hope to see many of you in San Francisco or Frankfurt, Michael Vogt -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving

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

2011-12-16 Thread Michael Vogt
Hello. How could I refuse?  :) SGTM. We will of course, still have to maintain all of the GWT-isms. Actually, I've been wondering if we shoudn't just adopt LESS or SASS extensions too. Yes, please. Greetings, Michael -- http://groups.google.com/group/Google-Web-Toolkit-Contributors