зеркало из https://github.com/mozilla/gecko-dev.git
d85900994d
There are two kind of events that can be used by module implementations to pass information within the message handler framework. First, with internal events the different modules and the message handlers themselves can send around information eg. informing the parent process about specific DOM events happening in the child process. These events are not intended to be sent to external clients. Second, with protocol events the different modules can send events with a payload as specified in the appropriate protocol. These events shouldn't be intercepted, modified, or ignored and will be sent to external clients. Differential Revision: https://phabricator.services.mozilla.com/D134264 |
||
---|---|---|
.. | ||
test/xpcshell | ||
Assert.jsm | ||
Capabilities.jsm | ||
Errors.jsm | ||
Session.jsm |