gecko-dev/devtools/server/actors
Nicolas Chevobbe 8d5a1f6da1 Bug 1391261 - [devtools] Remove support for wildcard in EventEmitter. r=jdescottes.
Callsites are updated to listen to individual events instead.

Differential Revision: https://phabricator.services.mozilla.com/D139017
2022-02-21 17:30:16 +00:00
..
accessibility Bug 1730167 - [devtools] Replace usage of isRemoteFrame with isFrameWithChildTarget. r=ochameau. 2021-10-01 16:24:50 +00:00
addon Bug 1706098 - [devtools] Make inspectedWindow.reload with userAgent implementation match Chrome's one and add support for Fission. r=ochameau,rpl,devtools-backward-compat-reviewers. 2021-04-26 12:22:45 +00:00
compatibility Bug 1741369 - [devtools] Update paths to loader files in devtools/ r=ochameau 2021-11-17 12:43:26 +00:00
descriptors Bug 1751200 - [devtools] Set the session context for the webextension target. r=nchevobbe 2022-02-14 14:24:02 +00:00
emulation Bug 1730503 - Make RDM force Android-style scrollbars better. r=mstange,devtools-backward-compat-reviewers,nchevobbe 2021-10-12 09:21:17 +00:00
highlighters Bug 1720371 - [devtools] Fix eyedropper on pages with CSP r=nchevobbe 2022-01-05 13:46:22 +00:00
inspector Bug 1752342 - [devtools] Fix isFrameWithChildTarget for iframe blocked by CSP. r=jdescottes. 2022-02-03 17:48:32 +00:00
network-monitor Bug 1744786 - [devtools] Default select the new request that was sent by edit and resend panel r=bomsy 2022-01-18 08:23:09 +00:00
object Bug 1741804 - [devtools] Fix getPropNamesFromObject + storage performance issues. r=jdescottes. 2021-11-25 15:03:19 +00:00
resources Bug 1391261 - [devtools] Remove support for wildcard in EventEmitter. r=jdescottes. 2022-02-21 17:30:16 +00:00
targets Bug 1751200 - [devtools] Set the session context for the webextension target. r=nchevobbe 2022-02-14 14:24:02 +00:00
utils Bug 1755406 - Part 1: Remove isHiddenSource. r=nchevobbe 2022-02-16 00:12:58 +00:00
watcher Bug 1749527 - [devtools] Setup blackboxing information as a SessionData. r=bomsy,devtools-backward-compat-reviewers 2022-01-17 13:50:12 +00:00
webconsole Bug 1748864 - [devtools] Update webidl-deprecated-list.js. r=bomsy. 2022-01-07 08:35:37 +00:00
worker Bug 1496997 - Remove rest of child intercept code from dom/serviceworkers r=asuth,dom-workers-and-storage-reviewers,sg,jdescottes,nchevobbe 2021-06-08 21:02:54 +00:00
animation-type-longhand.js Bug 1747595 - Make color-adjust an alias of print-color-adjust as per spec. r=jwatt 2021-12-29 21:52:25 +00:00
animation.js
array-buffer.js
blackboxing.js Bug 1749527 - [devtools] Setup blackboxing information as a SessionData. r=bomsy,devtools-backward-compat-reviewers 2022-01-17 13:50:12 +00:00
breakpoint-list.js Bug 1731967 - [devtools] Renamed all "watcher data" to "session data". r=nchevobbe 2021-10-13 16:35:06 +00:00
breakpoint.js
changes.js
common.js Bug 1755417 - Remove unused lastColumn_ field from SourceLocation. r=ochameau 2022-02-16 00:12:59 +00:00
css-properties.js
device.js Bug 1496997 - Remove rest of child intercept code from dom/serviceworkers r=asuth,dom-workers-and-storage-reviewers,sg,jdescottes,nchevobbe 2021-06-08 21:02:54 +00:00
environment.js
errordocs.js Bug 1753426 - [devtools] Fix documentation links in the source code r=jdescottes 2022-02-07 13:08:10 +00:00
frame.js
framerate.js
heap-snapshot-file.js
highlighters.css Bug 1746685 - Fix eye dropper contrast on dark pages. r=jdescottes 2021-12-20 15:25:25 +00:00
highlighters.js Bug 1732120 - [devtools] Remove FrameTargetActor in favor of WindowGlobalTargetActor. r=nchevobbe,devtools-backward-compat-reviewers 2021-09-27 12:16:12 +00:00
layout.js Bug 1730162 - [devtools] Don't get grids from frames in LayoutActor#getGrids when EFT is enabled. r=ochameau. 2021-10-01 16:24:50 +00:00
manifest.js
media-rule.js
memory.js
moz.build Bug 1749527 - [devtools] Setup blackboxing information as a SessionData. r=bomsy,devtools-backward-compat-reviewers 2022-01-17 13:50:12 +00:00
object.js Bug 1753426 - [devtools] Fix documentation links in the source code r=jdescottes 2022-02-07 13:08:10 +00:00
page-style.js Bug 1517383 - [devtools] Avoid exceptions while running changes sidebar tests. r=nchevobbe 2022-02-11 20:37:52 +00:00
pause-scoped.js
perf.js Bug 1639716 - [devtools performance] Remove all actor code related to the profiler locking mechanism by private browsing r=jdescottes,devtools-backward-compat-reviewers 2022-01-26 17:26:22 +00:00
performance-recording.js
performance.js
preference.js
process.js
reflow.js Bug 1740292 - [devtools] Remove all notion of "attached" in target actors. r=nchevobbe 2021-11-18 10:57:02 +00:00
root.js Bug 1639716 - [devtools performance] Add a property to the root actor's traits and pass all traits to the gInit function r=jdescottes 2022-01-26 17:26:21 +00:00
screenshot-content.js Bug 1735154 - [devtools] Fix screenshot in same-remote frame when EFT is enabled. r=ochameau. 2021-10-14 06:11:21 +00:00
screenshot.js
source.js Bug 1569859 - [devtools] Fix SourceActor's url having stack trace in it. r=nchevobbe 2022-01-14 12:02:25 +00:00
storage.js Bug 1745242 - [devtools] Cache not showing more than 50 items r=Honza 2022-01-03 15:51:52 +00:00
string.js
style-rule.js Bug 1752660 - [devtools] Fix erroneous layer information on imported stylesheets. r=jdescottes. 2022-02-01 06:31:10 +00:00
style-sheet.js
style-sheets.js
target-configuration.js Bug 1745240 - [devtools] Factorize some more code around isBrowsingContextPartOfContext. r=nchevobbe,jdescottes 2022-01-10 17:42:10 +00:00
thread-configuration.js Bug 1731967 - [devtools] Renamed all "watched data" to "session data". r=nchevobbe 2021-10-13 16:35:05 +00:00
thread.js Bug 1755406 - Part 1: Remove isHiddenSource. r=nchevobbe 2022-02-16 00:12:58 +00:00
watcher.js Bug 1749527 - [devtools] Setup blackboxing information as a SessionData. r=bomsy,devtools-backward-compat-reviewers 2022-01-17 13:50:12 +00:00
webbrowser.js Bug 1752546 - [devtools] Update about:debugging tab list when a page navigates in the connected runtime r=bomsy 2022-01-31 12:58:25 +00:00
webconsole.js Bug 1391261 - [devtools] Remove support for wildcard in EventEmitter. r=jdescottes. 2022-02-21 17:30:16 +00:00