A few notes, after a quick look:

- Generated interfaces should be public
- Some interfaces have multiple methods with the same name but different 
parameters, e.g. Window.alert() and Window.alert(String msg). That seems to 
cause a compile error that "alert" is already defined. There are a couple 
of other interface with similar errors (mostly the Canvas stuff if I 
remember correctly). 
- I'm not a JS expert but could it be that things like WindowBase64 should 
not have @JsType(prototype="WindowBase64") applied as its just an 
interface/mixin that does not exist on its own? In the IDL it also has a 
marker "NoInterfaceObject".

-- J.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6e081ade-1aa3-4f70-b6ae-081216e8449b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to