Drayru
unread,Nov 2, 2010, 9:05:14 PM11/2/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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.