Funny, I found the serialize/deserialize an issue because people developing might pass js objects back and forth, but I say let it in if Evan says it's useful. Can we get this patch committed now? Are we all in agreement?
On Fri, Jun 19, 2009 at 2:15 PM, <[email protected]> wrote: > > 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 >

