Deciding if browser supports typed arrays code

2013-01-26 Thread Erik Sapir
I see the following code in the compiled JS: function isSupported_0(){ isNull(compileTimeSupport) (compileTimeSupport = newTypedArray$TypedArrayCompileTimeSupport_0); if (!$isSupported_0()) { return false; } return isSupportedRuntime_0(); } However, i can't in the GWT source

Re: IE10 support in Gwt

2013-01-16 Thread Erik Sapir
This will not work for me - i use objects that are not supported by IE earlier than 10 On Wednesday, January 16, 2013 6:21:10 PM UTC+2, Ed wrote: In the meantime, just force IE10 to render it as IEXX, like IE9. Do this by including the following in your web page: meta

Re: IE10 support in Gwt

2013-01-15 Thread Erik Sapir
Thanks for the reply. Could you tell me what are the steps required to make it work? I might have to modify the GWT code locally to make it compile to IE10 On Tuesday, January 15, 2013 3:25:44 AM UTC+2, Thomas Broyer wrote: On Monday, January 14, 2013 9:43:48 PM UTC+1, Erik Sapir wrote

IE10 support in Gwt

2013-01-14 Thread Erik Sapir
Hello, Are there any plans to support compilation to IE10 in GWT? If there are such plans, when should it happen? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

web workers -unflattenKeylistIntoAnswers not defined

2012-12-05 Thread Erik Sapir
I have a problem running my web workers in GWT in case i build them for more than one agent. I receive an error that unflattenKeylistIntoAnswers function is not defined. And indeed, the function is defined for the main JS but for the Web worker JS. Also, some other functions such as

unable to compile after rebuilding GWT from source

2012-09-07 Thread Erik Sapir
I want to make some changes to the GWT compiler. I downloaded the source code and built the package using the following instructions: https://developers.google.com/web-toolkit/makinggwtbetter#compiling After that i configured Google Web Toolkit in Eclipse to be the generated directory. Now