xpcdemo
Functions
expand_more
initInner() → void
void
Initialization in the iframe.
expand_more
initOuter() → void
void
Initializes XPC in the containing page.
expand_more
log( msgString ) → void
void
Logging function. Inserts log-message into element with it id 'console'.
Parameters |
|
---|
expand_more
ping() → void
void
Sends a ping request to the peer.
expand_more
sendN( n ) → void
void
expand_more
startMousemoveForwarding() → void
void
Start mousemove event forwarding. Registers a listener on the document which sends them over the channel.
expand_more
stopMousemoveForwarding() → void
void
Stop mousemove event forwarding.
expand_more
teardown() → void
void
Kills the peer iframe and the disposes the channel.
Properties
expand_more
channel → goog.net.xpc.CrossPageChannel
goog.net.xpc.CrossPageChannel
No information.
expand_more
consoleElm → (Element|null)
(Element|null)
No information.
expand_more
peerIframe → (HTMLIFrameElement|null)
(HTMLIFrameElement|null)
No information.