http://codereview.appspot.com/63209/diff/1/2 File features/src/main/javascript/features/rpc/rpc.js (right):
http://codereview.appspot.com/63209/diff/1/2#newcode339 Line 339: function callSameDomain(target, rpc) { On 2009/06/11 09:32:21, etnu00 wrote:
This really belongs in a file shared by 'slow' methods.
window.postMessage is as
fast as callSameDomain, so we can ignore this entirely when we are
using a
browser that doesn't suck.
Same domain calls don't have to serialize the JSON and should be significantly faster, especially for larger data sets. I'd like to keep some variant of this around. http://codereview.appspot.com/63209

