fune/devtools/client/performance-new/components
Alexandre Poirot 7f9229d43d Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu
This will help transition to ES Modules as this symbol is exposed to them.

$ sed -ie "/require(.Services.)/d" $(git grep -l 'require("Services")' devtools/)
$ sed -ie "/loader.lazyRequireGetter(this, .Services./d" $(git grep -l 'loader.lazyRequireGetter(this, "Services"' devtools/)
+ the edition of builtin-modules.js + eslintrc.js
+ manual eslint fixes
+ removal of devtools-services in the debugger, except for jest tests

Differential Revision: https://phabricator.services.mozilla.com/D156401
2022-09-09 07:22:51 +00:00
..
AboutProfiling.js
Description.js
DevToolsPanel.js
DevToolsPresetSelection.js
DirectoryPicker.js
moz.build
OnboardingMessage.js Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu 2022-09-09 07:22:51 +00:00
Presets.js
ProfilerEventHandling.js
ProfilerPreferenceObserver.js
Range.js Bug 1776594 - Switch to using grid for the range slider rows r=julienw 2022-06-27 15:00:46 +00:00
README.md
RecordingButton.js
Settings.js Bug 1746197 - replace the PaintWorker thread with the Timer thread in about:profiling, r=julienw,fluent-reviewers. 2022-06-23 21:13:21 +00:00

Performance New Components

This folder contains the components that are used for about:profiling, the devtools panel, and the about:debugging remote profiling view. The components are NOT used for the popup, which does not use React / Redux.