[gwt-contrib] fix Nullpointer in CellWidget.onBrowserEvent (issue1820805)

2012-09-06 Thread t . broyer
LGTM http://gwt-code-reviews.appspot.com/1820805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue 7381: 2 RequestFactory with 2 differents Proxy on the same domain class (issue1712803)

2012-09-06 Thread t . broyer
https://gwt-code-reviews.appspot.com/1712803/diff/2001/user/src/com/google/web/bindery/requestfactory/vm/impl/Deobfuscator.java File user/src/com/google/web/bindery/requestfactory/vm/impl/Deobfuscator.java (right):

[gwt-contrib] Re: Issue 7381: 2 RequestFactory with 2 differents Proxy on the same domain class (issue1712803)

2012-09-06 Thread Brian Slesinsky
Thanks Thomas, that helps. (I think serverTypeToProxyTypes might be a better name.) I was curious about how often this code it gets run. It looks like it happens on every RPC call though this path: SimpleRequestProcessor.processInvocationMessages() - ResolverServiceLayer.updateDeobfuscator() -