I just tested the XPCOM plugin in FF3.1 & got the following on startup:

00:00:21.687 [WARN] JSNI method '__defineStatic' returned a value of type
boolean but was declared void; it should not have returned a value at all
00:00:21.891 [WARN] JSNI method
'@com.google.gwt.dom.client.Style::setPropertyPxImpl(Ljava/lang/String;I)'
returned a value of type boolean but was declared void; it should not have
returned a value at all
00:00:21.891 [WARN] JSNI method
'@com.google.gwt.dom.client.Style::setPropertyPxImpl(Ljava/lang/String;I)'
returned a value of type boolean but was declared void; it should not have
returned a value at all
00:00:21.891 [WARN] JSNI method
'@com.google.gwt.dom.client.Element::setPropertyString(Ljava/lang/String;Ljava/lang/String;)'
returned a value of type boolean but was declared void; it should not have
returned a value at all
00:00:21.891 [WARN] JSNI method
'@com.google.gwt.dom.client.Element::setPropertyString(Ljava/lang/String;Ljava/lang/String;)'
returned a value of type boolean but was declared void; it should not have
returned a value at all
00:00:21.891 [WARN] JSNI method
'@com.google.gwt.dom.client.Element::setPropertyInt(Ljava/lang/String;I)'
returned a value of type boolean but was declared void; it should not have
returned a value at all
..... etc
00:00:22.141 [ERROR] Unable to load module entry point class
ece456.client.SacredHeart (see associated exception for details)
com.google.gwt.dev.shell.HostedModeException: Something other than a Java
object was returned from JSNI method
'@com.google.gwt.user.client.impl.DOMImpl::getEventListener(Lcom/google/gwt/user/client/Element;)':
JS value of type boolean, expected java.lang.Object at
com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:173) at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:275)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.google.gwt.user.client.impl.DOMImpl.getEventListener(DOMImpl.java) at
com.google.gwt.user.client.DOM.getEventListener(DOM.java:794) at
com.google.gwt.user.client.Event$.getEventListener(Event.java:434) at
com.google.gwt.user.client.ui.RootPanel.isElementChildOfWidget(RootPanel.java:271)
at
com.google.gwt.user.client.ui.RootPanel.detachOnWindowClose(RootPanel.java:122)
at com.google.gwt.user.client.ui.RootPanel.get(RootPanel.java:197) at
com.google.gwt.user.client.ui.RootPanel.get(RootPanel.java:137) at
com.google.gwt.user.client.ui.PopupPanel$ResizeAnimation.setState(PopupPanel.java:168)
at com.google.gwt.user.client.ui.PopupPanel.setState(PopupPanel.java:1175)
at com.google.gwt.user.client.ui.PopupPanel.show(PopupPanel.java:786) at
org.gwt.mosaic.ui.client.InfoPanel.show(InfoPanel.java:91) at
org.gwt.mosaic.ui.client.InfoPanel.show(InfoPanel.java:132) at
org.gwt.mosaic.ui.client.InfoPanel.show(InfoPanel.java:99) at
ece456.client.SacredHeart.dbg(SacredHeart.java:235) at
ece456.client.SacredHeart.onModuleLoad(SacredHeart.java:202) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616) at
com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367) at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:169)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:148)
at java.lang.Thread.run(Thread.java:636)

00:00:22.141 [ERROR] Failed to load module 'sacredheart' from user agent
'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090307
Ubuntu/8.10 (intrepid) Shiretoko/3.1b3' at localhost:54169

Loading the same page under 3.0.7 w/ the XPCOM plugin works.

Neither browser has GWT listed in about:plugins - is this correct for XPCOM?

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to