Changes

Jump to: navigation, search

IPC Protocols

271 bytes added, 22:56, 15 May 2009
Strawman message grammar
A BasicType is a C++ type that can be transferred in a message. We will provide a set of BuiltinTypes like void, int, and so on. Protocol writers can also ''import'' foreign types for which marshall/unmarshall traits are defined, and/or that can be allocated in shared memory. (We may need to support union types for NPAPI.)
 
If desired, we can add a notion of "privilege" to the message type system. For example, chrome is more privileged than content, which is more privileged than plugin. With this system, we can cheaply guarantee that privileged objects don't flow to unprivileged actors.
=== Strawman transition grammar ===
Confirm
699
edits

Navigation menu