mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
40cb7b2ded
WebExtensionTargetActor.getTarget is being removed and removes most of the now-useless codebase involving connectToFrame and message manager. This allows to simplify a bit the ParentProcessTargetActor which required some tweaks to be subclassed correctly. We can also remove the `consoleAPIListenerOptions` which was specific to this special target actor retrieving all document's console messages. Now each individual target actor, for each document will handle the messages distinctly. Note that we weren't using WebExtensionDescriptorFront.connect. Differential Revision: https://phabricator.services.mozilla.com/D220541 |
||
---|---|---|
.. | ||
addon | ||
descriptors | ||
inspector | ||
targets | ||
worker | ||
accessibility.js | ||
animation.js | ||
array-buffer.js | ||
blackboxing.js | ||
breakpoint-list.js | ||
changes.js | ||
compatibility.js | ||
css-properties.js | ||
device.js | ||
frame.js | ||
highlighters.js | ||
inspector.js | ||
layout.js | ||
manifest.js | ||
memory.js | ||
moz.build | ||
network-content.js | ||
network-parent.js | ||
node.js | ||
object.js | ||
objects-manager.js | ||
page-style.js | ||
perf.js | ||
preference.js | ||
private-properties-iterator.js | ||
property-iterator.js | ||
reflow.js | ||
responsive.js | ||
root.js | ||
screenshot-content.js | ||
screenshot.js | ||
source.js | ||
storage.js | ||
string.js | ||
style-rule.js | ||
style-sheets.js | ||
symbol-iterator.js | ||
target-configuration.js | ||
thread-configuration.js | ||
thread.js | ||
tracer.js | ||
walker.js | ||
watcher.js | ||
webconsole.js |