Hi. I'm using the GWT 2 code splitting functionality.
My application is very big, actually its size is about 9 MB when compiled with obfuscated style. I achieved to split the application in several parts and reduce the initial download to half of the full size. The code splitting works well and the javascript files are downloaded on demand across the application. However, our initial tests didn't cover Mac environment. In Windows, the application works fine in all browsers. In Firefox for Mac, every time we try to load the application, multiple "too much error recursion" javascript errors appear in the firebug console and the application finally never loads. I know that is because the code splitting because when I compile enabling -draftCompile (in which the compiler avoids the javascript optimization and only one javascript file is generated as no code splitting were declared in the application) the application works fine in Mac too. Does anyone know if this is a bug in the GWT compiler, or if is there a way to avoid this Mac-scpecific problem? Many thanks in advance for any help submitted Kind Regards, Arturo DurĂ¡n. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
