afaik in other case method of gadgets.rpc will be called directly from
other frame

On 3/6/08, Neo Anderson <[EMAIL PROTECTED]> wrote:
> Yeah, below that
>
>  if (relayChannel === 'dpm' || relayChannel === 'wpm') {
>     document.addEventListener('message', function(packet) {
>       // TODO validate packet.domain for security reasons
>       process(gadgets.json.parse(packet.data));
>     }, false);
>  }
>
>
>  and no else condition. So, I thought that here you are handling rpc only.
>
>
>
>  On 3/6/08, Cassie <[EMAIL PROTECTED]> wrote:
>  >
>  > The logic is here:
>  >
>  > http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/rpc/rpc.js
>  >
>  > Around line 44 where it says "var relayChannel = ..."
>  >
>  > - Cassie
>  >
>  > On Thu, Mar 6, 2008 at 2:52 PM, Neo Anderson <
>  > [EMAIL PROTECTED]>
>  > wrote:
>  >
>  > > Firefox 3 beta 3 & Opera 9 uses rpc and FireFox 3 (< beta 3), IE 6 and
>  > IE
>  > > 7
>  > > uses ifpc. I want to know, where does the container decide which
>  > technique
>  > > to use?
>  > >
>  > > Currently, dynamic-height is not working in my system in FF 2.0.0.12 but
>  > > it
>  > > is working in IE 7, IE 6, opera 9(I don't think about this and FF3 b3
>  > > because these uses rpc and hence works perfectly). So, if any bosy gives
>  > > me
>  > > details about the ifpc js, it will be very helpful for me.
>  > >
>  >
>


-- 
arty ( http://arty.name )

Reply via email to