forked from mirrors/gecko-dev
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
|
||
|---|---|---|
| .. | ||
| AboutProfiling.js | ||
| Description.js | ||
| DevToolsPanel.js | ||
| DevToolsPresetSelection.js | ||
| DirectoryPicker.js | ||
| moz.build | ||
| OnboardingMessage.js | ||
| Presets.js | ||
| ProfilerEventHandling.js | ||
| ProfilerPreferenceObserver.js | ||
| Range.js | ||
| README.md | ||
| RecordingButton.js | ||
| Settings.js | ||
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.