IE11 user agent = Firefox

2013-06-29 Thread Bruno Bienfait
The IE11 (Windows 8.1 preview) user agent is Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko My GWT app loads the Firefox permutation! Everything still works as expected except the IE clipboard management ($wnd.clipboardData). Looks like I will have to create a

Re: IE11 user agent = Firefox

2013-06-29 Thread Jens
You should create an issue for it. Currently GWT only checks for MSIE in the user agent to identify IE browsers. This needs to be changed then. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: RpcTokenImplementation

2013-06-29 Thread Jens
RpcToken is an interface and thus GWT would generate serializers for all possible implementations of that interface (because it can not know at compile time which implementation of RpcToken will be send between client - server. It must support all implementations it can find on classpath).

Re: Memory growth in GWT Compiler

2013-06-29 Thread Jens
Should GWT be calling System.gc() by default after each permutation compile so that the heap does not grow? (Right now it does that only with the -Dgwt.memory.usage option) GWT calls System.gc() multiple times in order to give you more accurate memory statistics. GWT just wants to make

Re: GWT plugin support for Eclipse Kepler (4.3)

2013-06-29 Thread Jim Douglas
Has anyone noticed if this bug still exists in the released version of Kepler? https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=100 On Friday, June 28, 2013 2:43:10 PM UTC-7, Jens wrote: A workmate has installed Eclipse 4.3 and currently uses GPE for Eclipse 4.2 (using

GWT and Flex

2013-06-29 Thread Alain
With HTML5 becoming more and more powerful a lof of people are wondering how to integrate their (legacy)Flex apps with HTML5(Sometimes is just not possible to rewrite everything). This is how Flash4j can help you solve the problem. http://emitrom.com/blog/flex-gwt Find a real world demo here

[gwt-contrib] Change in gwt[master]: Fix javadoc in JsDate to list correct number for december

2013-06-29 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3610 Change subject: Fix javadoc in JsDate to list correct number for december .. Fix javadoc in JsDate to list correct number for

Re: [gwt-contrib] Functional interfaces

2013-06-29 Thread Sergey Zaytsev
In my opinion such feature would be appreciated event in terms of being fit with modern Java ! So, my vote is for it! Certainly! 2013/6/29 Jens jens.nehlme...@gmail.com What do you think about adding functional interfaces as RPC callbacks to GWT in the next release and make their use