gecko-dev/remote/shared/webdriver
Henrik Skupin d85900994d Bug 1749507 - [remote] Add support for internal message handler events. r=webdriver-reviewers,jdescottes
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
2022-01-13 09:46:32 +00:00
..
test/xpcshell Bug 1700073: Add Get Shadow Root to Marionette. r=webdriver-reviewers,jgraham,whimboo 2021-12-01 14:57:16 +00:00
Assert.jsm Bug 1700392 - [remote] Replace usage of marionette format.js by remote/shared/Format.jsm r=webdriver-reviewers,whimboo 2021-07-27 19:03:29 +00:00
Capabilities.jsm Bug 1700392 - [remote] Replace usage of marionette format.js by remote/shared/Format.jsm r=webdriver-reviewers,whimboo 2021-07-27 19:03:29 +00:00
Errors.jsm Bug 1700073: Add Get Shadow Root to Marionette. r=webdriver-reviewers,jgraham,whimboo 2021-12-01 14:57:16 +00:00
Session.jsm Bug 1749507 - [remote] Add support for internal message handler events. r=webdriver-reviewers,jdescottes 2022-01-13 09:46:32 +00:00