gecko-dev/devtools/client/fronts
Nicolas Chevobbe 28f4165fb6 Bug 1685268 - [devtools] Watch for stylesheet resources from inspector front instead of inspector panel. r=ochameau.
This was previously done in the inspector panel initialization phase, after the
inspector front was created, which could lead to races.
Since the pageStyle actor requires stylesheets to being watched (when watcher
support is enabled), we do this in the inspector front, before creating the
page style actor.
We put the resourceWatcher instance on targetFront from resourceWatcher#_onTargetAvailable
so we can use it from everywhere.

Differential Revision: https://phabricator.services.mozilla.com/D109470
2021-03-26 09:46:32 +00:00
..
addon
descriptors Bug 1699200 - [devtools] Create all commands via a CommandsFactory module. r=nchevobbe,jdescottes 2021-03-25 16:02:32 +00:00
inspector
targets Bug 1700337 - [devtools] Make the BrowserConsole code slightly less target centric. r=nchevobbe 2021-03-25 16:02:31 +00:00
worker Bug 1677942 - [devtools] Use new syntax for backward compatibility comments. r=jdescottes,devtools-backward-compat-reviewers. 2020-12-01 10:27:47 +00:00
accessibility.js Bug 1677942 - [devtools] Use new syntax for backward compatibility comments. r=jdescottes,devtools-backward-compat-reviewers. 2020-12-01 10:27:47 +00:00
animation.js
array-buffer.js
breakpoint-list.js Bug 1573327 - [devtools] Pass breakpoints via the Watcher actor. r=jdescottes,devtools-backward-compat-reviewers,nchevobbe 2020-12-14 08:54:25 +00:00
changes.js
compatibility.js Bug 1677660 - Remove backwards-compat methods from Compatibility front. r=jdescottes,daisuke,devtools-backward-compat-reviewers 2020-11-18 16:29:31 +00:00
css-properties.js Bug 1679974 - [devtools] Remove backward compatibility code for older version of getCSSDatabase. r=ladybenko. 2020-12-04 16:50:43 +00:00
device.js
eventsource.js
frame.js
framerate.js
highlighters.js Bug 1572652 - [devtools] Refactor methods to show/hide CSS Grid highlighters for grids and subgrids. r=ochameau 2020-12-17 17:40:18 +00:00
inspector.js Bug 1685268 - [devtools] Watch for stylesheet resources from inspector front instead of inspector panel. r=ochameau. 2021-03-26 09:46:32 +00:00
layout.js Bug 1680000 - [devtools] Remove backward compatibility code in GridFront. r=jdescottes. 2020-12-02 08:09:38 +00:00
manifest.js
media-rule.js
memory.js
moz.build Bug 1687954 - [devtools] Add thread configuration actor r=ochameau,devtools-backward-compat-reviewers 2021-03-16 17:26:10 +00:00
network-content.js Bug 1677546 - [devtools] Rename network actors to parent and content actors r=ochameau,devtools-backward-compat-reviewers 2020-11-17 23:21:26 +00:00
network-parent.js Bug 1677546 - [devtools] Rename network actors to parent and content actors r=ochameau,devtools-backward-compat-reviewers 2020-11-17 23:21:26 +00:00
node.js Bug 1680218 - [devtools] Remove supportsIsTopLevelDocument trait. r=rcaliman. 2020-12-09 13:17:08 +00:00
object.js Bug 1677942 - [devtools] Use new syntax for backward compatibility comments. r=jdescottes,devtools-backward-compat-reviewers. 2020-12-01 10:27:47 +00:00
page-style.js Bug 1680218 - [devtools] Remove getAttributesInOwnerDocument trait. r=rcaliman. 2020-12-09 13:16:56 +00:00
perf.js
performance-recording.js
performance.js
preference.js Bug 1680218 - [devtools] Remove PreferenceActor traits. r=jdescottes. 2020-12-09 13:18:17 +00:00
property-iterator.js
reflow.js
responsive.js
root.js
screenshot-content.js Bug 1678483 - [devtools] Make capture-screenshot fission compatible. r=jdescottes,devtools-backward-compat-reviewers. 2021-02-05 09:25:02 +00:00
screenshot.js Bug 1678483 - [devtools] Make capture-screenshot fission compatible. r=jdescottes,devtools-backward-compat-reviewers. 2021-02-05 09:25:02 +00:00
source.js
storage.js Bug 1685474 - [devtools] Update StorageFront/Resource's hosts attribute on single-store-update events r=ladybenko 2021-02-22 21:04:20 +00:00
string.js
style-rule.js Bug 1685268 - [devtools] Watch for stylesheet resources from inspector front instead of inspector panel. r=ochameau. 2021-03-26 09:46:32 +00:00
style-sheet.js
style-sheets.js Bug 1680218 - [devtools] Remove backward compatibility code for StyleSheetsFront#getTraits. r=rcaliman. 2020-12-09 13:17:16 +00:00
symbol-iterator.js
target-configuration.js Bug 1690698 - [devtools] Introduce a watcher TargetConfiguration actor r=ochameau,bomsy,devtools-backward-compat-reviewers 2021-02-15 22:41:59 +00:00
thread-configuration.js Bug 1687954 - [devtools] Add thread configuration actor r=ochameau,devtools-backward-compat-reviewers 2021-03-16 17:26:10 +00:00
thread.js Bug 1682780 - [devtools] Avoid pausing on thread actor's attach request. r=nchevobbe,jdescottes 2021-01-07 15:02:11 +00:00
walker.js Bug 1680440 - [devtools] Remove backward compatibility code in getNodeFrontFromNodeGrip. r=ladybenko,devtools-backward-compat-reviewers. 2020-12-11 13:53:14 +00:00
watcher.js Bug 1687954 - [devtools] Add thread configuration actor r=ochameau,devtools-backward-compat-reviewers 2021-03-16 17:26:10 +00:00
webconsole.js
websocket.js