gecko-dev/devtools/client/fronts
Alexandre Poirot 40cb7b2ded Bug 1928510 - [devtools] Remove now-unused WebExtensionTargetActor. r=devtools-reviewers,devtools-backward-compat-reviewers,nchevobbe
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
2024-11-04 13:13:04 +00:00
..
addon
descriptors Bug 1928510 - [devtools] Remove now-unused WebExtensionTargetActor. r=devtools-reviewers,devtools-backward-compat-reviewers,nchevobbe 2024-11-04 13:13:04 +00:00
inspector Bug 1899341 - [devtools] Avoid null indentation from getDefaultIndentation when parentStyleSheet is missing r=devtools-reviewers,nchevobbe 2024-07-17 11:06:33 +00:00
targets Bug 1754452 - [devtools] Automatically select any incoming Web Extension target when we are on the fallback document. r=extension-reviewers,devtools-reviewers,willdurand,bomsy 2024-10-31 20:12:27 +00:00
worker Bug 1583891: Display workers' origin attributes. r=devtools-reviewers,fluent-reviewers,bolsson,ochameau 2024-09-19 19:59:04 +00:00
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 Bug 1918587 - [devtools] Remove the support for viewportSizeOnResizeHighlighter r=devtools-reviewers,nchevobbe 2024-09-13 21:51:37 +00:00
layout.js
manifest.js
memory.js
moz.build
network-content.js
network-parent.js
node.js
object.js Bug 1923903 - [devtools] Ensure updating object front's form when re-using the same front instance. r=devtools-reviewers,bomsy 2024-10-17 12:24:12 +00:00
objects-manager.js
page-style.js
perf.js
preference.js
private-properties-iterator.js
property-iterator.js
reflow.js
responsive.js
root.js Bug 1583891: Display workers' origin attributes. r=devtools-reviewers,fluent-reviewers,bolsson,ochameau 2024-09-19 19:59:04 +00:00
screenshot-content.js
screenshot.js
source.js
storage.js
string.js
style-rule.js Bug 1919853 - Fix how DevTools deals with bare declarations. r=devtools-reviewers,nchevobbe 2024-09-20 15:59:55 +00:00
style-sheets.js
symbol-iterator.js
target-configuration.js
thread-configuration.js
thread.js Bug 1921175 - [devtools] Remove unused pauseGrip and getProperties methods. r=devtools-reviewers,nchevobbe 2024-10-01 19:31:56 +00:00
tracer.js
walker.js Bug 1861328: Disable color mode simulation if RFPTarget::CSSPrefersColorScheme is enabled. r=tjr,devtools-backward-compat-reviewers,devtools-reviewers,ochameau 2024-09-19 16:02:05 +00:00
watcher.js
webconsole.js