gecko-dev/addon-sdk/source/lib/sdk/remote
Dave Townsend 25404c599e Bug 1146926: Allow sending CPOWs from parent to child processes. r=gabor
Defines an emitCPOW(event, arguments, cpows) to send a dictionary of CPOW
objects to a child process or frame. The only process that will receive the
event is the one that owns all of the CPOWs sent. The CPOW dictionary will be
appended to the arguments emitted from the port.

Also gets rid of some of the redundancy in message handling so we can more
easily change the protocol in the future.

--HG--
extra : commitid : Gq2h59Xu9VW
extra : rebase_source : 8ef9274f1071da92fa24d3c86131b198ce10f3dd
extra : histedit_source : 5949fafc5a3987fba7c6a3bb08ab8fb6f2dd351f
2015-11-18 14:40:31 -08:00
..
child.js Bug 1146926: Allow sending CPOWs from parent to child processes. r=gabor 2015-11-18 14:40:31 -08:00
core.js
parent.js Bug 1146926: Allow sending CPOWs from parent to child processes. r=gabor 2015-11-18 14:40:31 -08:00
utils.js