chrome-devtools-frontend 1.0.934169 → 1.0.935332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/config/gni/all_devtools_files.gni +0 -11
  2. package/config/gni/devtools_grd_files.gni +4 -5
  3. package/front_end/Tests.js +2 -2
  4. package/front_end/core/host/UserMetrics.ts +0 -1
  5. package/front_end/core/i18n/locales/en-US.json +12 -0
  6. package/front_end/core/i18n/locales/en-XL.json +12 -0
  7. package/front_end/core/root/Runtime.ts +0 -1
  8. package/front_end/core/sdk/DOMModel.ts +3 -3
  9. package/front_end/core/sdk/sdk-meta.ts +3 -0
  10. package/front_end/entrypoints/inspector_main/RenderingOptions.ts +1 -1
  11. package/front_end/entrypoints/inspector_main/inspector_main-meta.ts +1 -0
  12. package/front_end/entrypoints/main/MainImpl.ts +1 -11
  13. package/front_end/entrypoints/main/main-meta.ts +2 -1
  14. package/front_end/entrypoints/shell/shell.json +0 -5
  15. package/front_end/models/emulation/EmulatedDevices.ts +306 -84
  16. package/front_end/panels/application/module.json +0 -2
  17. package/front_end/panels/changes/changes-meta.ts +0 -3
  18. package/front_end/panels/console/module.json +0 -2
  19. package/front_end/panels/coverage/module.json +0 -1
  20. package/front_end/panels/css_overview/module.json +1 -2
  21. package/front_end/panels/developer_resources/module.json +1 -2
  22. package/front_end/panels/elements/StylesSidebarPane.ts +15 -0
  23. package/front_end/panels/elements/elements-meta.ts +5 -0
  24. package/front_end/panels/event_listeners/module.json +1 -2
  25. package/front_end/panels/lighthouse/LighthouseProtocolService.ts +1 -5
  26. package/front_end/panels/media/module.json +0 -1
  27. package/front_end/panels/mobile_throttling/mobile_throttling-meta.ts +1 -0
  28. package/front_end/panels/network/module.json +0 -2
  29. package/front_end/panels/network/network-meta.ts +2 -0
  30. package/front_end/panels/profiler/module.json +1 -3
  31. package/front_end/panels/profiler/profiler-meta.ts +1 -0
  32. package/front_end/panels/sensors/sensors-meta.ts +1 -0
  33. package/front_end/panels/settings/emulation/devicesSettingsTab.css +1 -1
  34. package/front_end/panels/sources/CallStackSidebarPane.ts +21 -0
  35. package/front_end/panels/sources/NavigatorView.ts +8 -8
  36. package/front_end/panels/sources/WatchExpressionsSidebarPane.ts +15 -0
  37. package/front_end/panels/sources/module.json +0 -3
  38. package/front_end/panels/sources/sources-meta.ts +12 -0
  39. package/front_end/panels/sources/watchExpressionsSidebarPane.css +10 -3
  40. package/front_end/panels/timeline/module.json +0 -1
  41. package/front_end/panels/timeline/timeline-meta.ts +1 -0
  42. package/front_end/panels/webauthn/module.json +0 -1
  43. package/front_end/ui/components/text_editor/config.ts +1 -1
  44. package/front_end/ui/components/text_editor/theme.ts +8 -0
  45. package/front_end/ui/legacy/GlassPane.ts +4 -0
  46. package/front_end/ui/legacy/InspectorView.ts +0 -4
  47. package/front_end/ui/legacy/TabbedPane.ts +4 -0
  48. package/front_end/ui/legacy/ViewManager.ts +10 -2
  49. package/front_end/ui/legacy/components/cookie_table/module.json +1 -2
  50. package/front_end/ui/legacy/components/data_grid/DataGrid.ts +3 -1
  51. package/front_end/ui/legacy/components/data_grid/dataGrid.css +5 -0
  52. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +10 -3
  53. package/front_end/ui/legacy/components/inline_editor/cssLength.css +30 -9
  54. package/front_end/ui/legacy/components/object_ui/CustomPreviewComponent.ts +2 -1
  55. package/front_end/ui/legacy/components/object_ui/ObjectPopoverHelper.ts +4 -3
  56. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +5 -5
  57. package/front_end/ui/legacy/components/perf_ui/perf_ui-meta.ts +1 -0
  58. package/front_end/ui/legacy/components/quick_open/FilteredListWidget.ts +3 -1
  59. package/front_end/ui/legacy/components/quick_open/quick_open-meta.ts +0 -3
  60. package/front_end/ui/legacy/components/source_frame/module.json +1 -2
  61. package/front_end/ui/legacy/components/source_frame/source_frame-meta.ts +1 -0
  62. package/front_end/ui/legacy/themeColors.css +4 -0
  63. package/package.json +1 -1
  64. package/front_end/panels/changes/module.json +0 -7
  65. package/front_end/panels/snippets/module.json +0 -6
  66. package/front_end/ui/legacy/components/data_grid/module.json +0 -8
  67. package/front_end/ui/legacy/components/object_ui/module.json +0 -11
  68. package/front_end/ui/legacy/components/quick_open/module.json +0 -8
@@ -35,7 +35,6 @@ all_devtools_files = [
35
35
  "front_end/legacy_test_runner/bindings_test_runner/OverridesTestRunner.js",
36
36
  "front_end/legacy_test_runner/bindings_test_runner/PersistenceTestRunner.js",
37
37
  "front_end/panels/browser_debugger/module.json",
38
- "front_end/panels/changes/module.json",
39
38
  "front_end/third_party/codemirror/codemirror.css",
40
39
  "front_end/ui/legacy/components/color_picker/module.json",
41
40
  "front_end/ui/legacy/components/color_picker/spectrum.css",
@@ -54,8 +53,6 @@ all_devtools_files = [
54
53
  "front_end/legacy_test_runner/cpu_profiler_test_runner/cpu_profiler_test_runner.js",
55
54
  "front_end/panels/css_overview/module.json",
56
55
  "front_end/legacy_test_runner/data_grid_test_runner/data_grid_test_runner.js",
57
- "front_end/ui/legacy/components/data_grid/dataGrid.css",
58
- "front_end/ui/legacy/components/data_grid/module.json",
59
56
  "front_end/legacy_test_runner/device_mode_test_runner/device_mode_test_runner.js",
60
57
  "front_end/legacy_test_runner/elements_test_runner/elements_test_runner.js",
61
58
  "front_end/legacy_test_runner/elements_test_runner/EditDOMTestRunner.js",
@@ -102,11 +99,6 @@ all_devtools_files = [
102
99
  "front_end/panels/network/module.json",
103
100
  "front_end/entrypoints/node_main/module.json",
104
101
  "front_end/entrypoints/node_main/nodeConnectionsPanel.css",
105
- "front_end/ui/legacy/components/object_ui/customPreviewComponent.css",
106
- "front_end/ui/legacy/components/object_ui/module.json",
107
- "front_end/ui/legacy/components/object_ui/objectPopover.css",
108
- "front_end/ui/legacy/components/object_ui/objectPropertiesSection.css",
109
- "front_end/ui/legacy/components/object_ui/objectValue.css",
110
102
  "front_end/ui/legacy/components/perf_ui/chartViewport.css",
111
103
  "front_end/ui/legacy/components/perf_ui/filmStripView.css",
112
104
  "front_end/ui/legacy/components/perf_ui/flameChart.css",
@@ -180,8 +172,6 @@ all_devtools_files = [
180
172
  "front_end/models/issues_manager/descriptions/TwaPageUnavailableOffline.md",
181
173
  "front_end/panels/developer_resources/module.json",
182
174
  "front_end/panels/protocol_monitor/module.json",
183
- "front_end/ui/legacy/components/quick_open/filteredListWidget.css",
184
- "front_end/ui/legacy/components/quick_open/module.json",
185
175
  "front_end/panels/application/module.json",
186
176
  "front_end/panels/screencast/module.json",
187
177
  "front_end/legacy_test_runner/sdk_test_runner/sdk_test_runner.js",
@@ -190,7 +180,6 @@ all_devtools_files = [
190
180
  "front_end/panels/security/module.json",
191
181
  "front_end/panels/settings/module.json",
192
182
  "front_end/entrypoints/shell/shell.json",
193
- "front_end/panels/snippets/module.json",
194
183
  "front_end/ui/legacy/components/source_frame/fontView.css",
195
184
  "front_end/ui/legacy/components/source_frame/imageView.css",
196
185
  "front_end/ui/legacy/components/source_frame/jsonView.css",
@@ -344,7 +344,6 @@ grd_files_release_sources = [
344
344
  "front_end/panels/changes/changes-legacy.js",
345
345
  "front_end/panels/changes/changes-meta.js",
346
346
  "front_end/panels/changes/changes.js",
347
- "front_end/panels/changes/changes_module.js",
348
347
  "front_end/panels/console/console-legacy.js",
349
348
  "front_end/panels/console/console-meta.js",
350
349
  "front_end/panels/console/console.js",
@@ -441,7 +440,6 @@ grd_files_release_sources = [
441
440
  "front_end/panels/settings/settings_module.js",
442
441
  "front_end/panels/snippets/snippets-legacy.js",
443
442
  "front_end/panels/snippets/snippets.js",
444
- "front_end/panels/snippets/snippets_module.js",
445
443
  "front_end/panels/sources/sources-legacy.js",
446
444
  "front_end/panels/sources/sources-meta.js",
447
445
  "front_end/panels/sources/sources.js",
@@ -516,14 +514,12 @@ grd_files_release_sources = [
516
514
  "front_end/ui/legacy/components/cookie_table/cookie_table_module.js",
517
515
  "front_end/ui/legacy/components/data_grid/data_grid-legacy.js",
518
516
  "front_end/ui/legacy/components/data_grid/data_grid.js",
519
- "front_end/ui/legacy/components/data_grid/data_grid_module.js",
520
517
  "front_end/ui/legacy/components/inline_editor/inline_editor-legacy.js",
521
518
  "front_end/ui/legacy/components/inline_editor/inline_editor.js",
522
519
  "front_end/ui/legacy/components/inline_editor/inline_editor_module.js",
523
520
  "front_end/ui/legacy/components/object_ui/object_ui-legacy.js",
524
521
  "front_end/ui/legacy/components/object_ui/object_ui-meta.js",
525
522
  "front_end/ui/legacy/components/object_ui/object_ui.js",
526
- "front_end/ui/legacy/components/object_ui/object_ui_module.js",
527
523
  "front_end/ui/legacy/components/perf_ui/perf_ui-legacy.js",
528
524
  "front_end/ui/legacy/components/perf_ui/perf_ui-meta.js",
529
525
  "front_end/ui/legacy/components/perf_ui/perf_ui.js",
@@ -531,7 +527,6 @@ grd_files_release_sources = [
531
527
  "front_end/ui/legacy/components/quick_open/quick_open-legacy.js",
532
528
  "front_end/ui/legacy/components/quick_open/quick_open-meta.js",
533
529
  "front_end/ui/legacy/components/quick_open/quick_open.js",
534
- "front_end/ui/legacy/components/quick_open/quick_open_module.js",
535
530
  "front_end/ui/legacy/components/source_frame/source_frame-legacy.js",
536
531
  "front_end/ui/legacy/components/source_frame/source_frame-meta.js",
537
532
  "front_end/ui/legacy/components/source_frame/source_frame.js",
@@ -1506,6 +1501,7 @@ grd_files_debug_sources = [
1506
1501
  "front_end/ui/legacy/components/data_grid/ShowMoreDataGridNode.js",
1507
1502
  "front_end/ui/legacy/components/data_grid/SortableDataGrid.js",
1508
1503
  "front_end/ui/legacy/components/data_grid/ViewportDataGrid.js",
1504
+ "front_end/ui/legacy/components/data_grid/dataGrid.css.js",
1509
1505
  "front_end/ui/legacy/components/inline_editor/BezierEditor.js",
1510
1506
  "front_end/ui/legacy/components/inline_editor/BezierUI.js",
1511
1507
  "front_end/ui/legacy/components/inline_editor/CSSAngle.js",
@@ -1536,6 +1532,8 @@ grd_files_debug_sources = [
1536
1532
  "front_end/ui/legacy/components/object_ui/ObjectPopoverHelper.js",
1537
1533
  "front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.js",
1538
1534
  "front_end/ui/legacy/components/object_ui/RemoteObjectPreviewFormatter.js",
1535
+ "front_end/ui/legacy/components/object_ui/customPreviewComponent.css.js",
1536
+ "front_end/ui/legacy/components/object_ui/objectPopover.css.js",
1539
1537
  "front_end/ui/legacy/components/object_ui/objectPropertiesSection.css.js",
1540
1538
  "front_end/ui/legacy/components/object_ui/objectValue.css.js",
1541
1539
  "front_end/ui/legacy/components/perf_ui/ChartViewport.js",
@@ -1556,6 +1554,7 @@ grd_files_debug_sources = [
1556
1554
  "front_end/ui/legacy/components/quick_open/QuickInput.js",
1557
1555
  "front_end/ui/legacy/components/quick_open/QuickOpen.js",
1558
1556
  "front_end/ui/legacy/components/quick_open/QuickPick.js",
1557
+ "front_end/ui/legacy/components/quick_open/filteredListWidget.css.js",
1559
1558
  "front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.js",
1560
1559
  "front_end/ui/legacy/components/source_frame/FontView.js",
1561
1560
  "front_end/ui/legacy/components/source_frame/ImageView.js",
@@ -145,10 +145,10 @@
145
145
  * Run specified test on a fresh instance of the test suite.
146
146
  * @param {Array<string>} args method name followed by its parameters.
147
147
  */
148
- TestSuite.prototype.dispatchOnTestSuite = function(args) {
148
+ TestSuite.prototype.dispatchOnTestSuite = async function(args) {
149
149
  const methodName = args.shift();
150
150
  try {
151
- this[methodName].apply(this, args);
151
+ await this[methodName].apply(this, args);
152
152
  if (!this.controlTaken_) {
153
153
  this.reportOk_();
154
154
  }
@@ -569,7 +569,6 @@ export const DevtoolsExperiments: {
569
569
  'ignoreListJSFramesOnTimeline': 43,
570
570
  'contrastIssues': 44,
571
571
  'experimentalCookieFeatures': 45,
572
- 'localizedDevTools': 46,
573
572
  'bfcacheDebugging': 47,
574
573
  'hideIssuesFeature': 48,
575
574
  'reportingApiDebugging': 49,
@@ -4778,6 +4778,15 @@
4778
4778
  "panels/elements/StylesSidebarPane.ts | copySelector": {
4779
4779
  "message": "Copy selector"
4780
4780
  },
4781
+ "panels/elements/StylesSidebarPane.ts | cssPropertyName": {
4782
+ "message": "CSS property name"
4783
+ },
4784
+ "panels/elements/StylesSidebarPane.ts | cssPropertyValue": {
4785
+ "message": "CSS property value"
4786
+ },
4787
+ "panels/elements/StylesSidebarPane.ts | cssSelector": {
4788
+ "message": "CSS selector"
4789
+ },
4781
4790
  "panels/elements/StylesSidebarPane.ts | filter": {
4782
4791
  "message": "Filter"
4783
4792
  },
@@ -9104,6 +9113,9 @@
9104
9113
  "panels/sources/CallStackSidebarPane.ts | addScriptToIgnoreList": {
9105
9114
  "message": "Add script to ignore list"
9106
9115
  },
9116
+ "panels/sources/CallStackSidebarPane.ts | callFrameWarnings": {
9117
+ "message": "Some call frames have warnings"
9118
+ },
9107
9119
  "panels/sources/CallStackSidebarPane.ts | callStack": {
9108
9120
  "message": "Call Stack"
9109
9121
  },
@@ -4778,6 +4778,15 @@
4778
4778
  "panels/elements/StylesSidebarPane.ts | copySelector": {
4779
4779
  "message": "Ĉóp̂ý selector"
4780
4780
  },
4781
+ "panels/elements/StylesSidebarPane.ts | cssPropertyName": {
4782
+ "message": "CSS p̂ŕôṕêŕt̂ý n̂ám̂é"
4783
+ },
4784
+ "panels/elements/StylesSidebarPane.ts | cssPropertyValue": {
4785
+ "message": "CSS p̂ŕôṕêŕt̂ý v̂ál̂úê"
4786
+ },
4787
+ "panels/elements/StylesSidebarPane.ts | cssSelector": {
4788
+ "message": "CSS ŝél̂éĉt́ôŕ"
4789
+ },
4781
4790
  "panels/elements/StylesSidebarPane.ts | filter": {
4782
4791
  "message": "F̂íl̂t́êŕ"
4783
4792
  },
@@ -9104,6 +9113,9 @@
9104
9113
  "panels/sources/CallStackSidebarPane.ts | addScriptToIgnoreList": {
9105
9114
  "message": "Âd́d̂ śĉŕîṕt̂ t́ô íĝńôŕê ĺîśt̂"
9106
9115
  },
9116
+ "panels/sources/CallStackSidebarPane.ts | callFrameWarnings": {
9117
+ "message": "Ŝóm̂é ĉál̂ĺ f̂ŕâḿêś ĥáv̂é ŵár̂ńîńĝś"
9118
+ },
9107
9119
  "panels/sources/CallStackSidebarPane.ts | callStack": {
9108
9120
  "message": "Ĉál̂ĺ Ŝt́âćk̂"
9109
9121
  },
@@ -554,7 +554,6 @@ export enum ExperimentName {
554
554
  ALL = '*',
555
555
  PROTOCOL_MONITOR = 'protocolMonitor',
556
556
  WEBAUTHN_PANE = 'webauthnPane',
557
- LOCALIZED_DEVTOOLS = 'localizedDevTools',
558
557
  SYNC_SETTINGS = 'syncSettings',
559
558
  }
560
559
 
@@ -159,13 +159,13 @@ export class DOMNode {
159
159
  this.childrenInternal = [];
160
160
  }
161
161
 
162
- const frameOwnerTags = ['IFRAME', 'PORTAL', 'EMBED', 'OBJECT'];
162
+ const frameOwnerTags = new Set(['EMBED', 'IFRAME', 'OBJECT', 'PORTAL']);
163
163
  if (payload.contentDocument) {
164
164
  this.contentDocumentInternal = new DOMDocument(this.#domModelInternal, payload.contentDocument);
165
165
  this.contentDocumentInternal.parentNode = this;
166
166
  this.childrenInternal = [];
167
- } else if (payload.frameId && frameOwnerTags.includes(payload.nodeName)) {
168
- // At this point we know we are in an OOPIF, otherwise #payload.contentDocument would have been set.
167
+ } else if (payload.frameId && frameOwnerTags.has(payload.nodeName)) {
168
+ // At this point we know we are in an OOPIF, otherwise `payload.contentDocument` would have been set.
169
169
  this.childDocumentPromiseForTesting = this.requestChildDocument(payload.frameId, this.#domModelInternal.target());
170
170
  this.childrenInternal = [];
171
171
  }
@@ -331,12 +331,14 @@ const str_ = i18n.i18n.registerUIStrings('core/sdk/sdk-meta.ts', UIStrings);
331
331
  const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);
332
332
 
333
333
  Common.Settings.registerSettingExtension({
334
+ storageType: Common.Settings.SettingStorageType.Synced,
334
335
  settingName: 'skipStackFramesPattern',
335
336
  settingType: Common.Settings.SettingType.REGEX,
336
337
  defaultValue: '',
337
338
  });
338
339
 
339
340
  Common.Settings.registerSettingExtension({
341
+ storageType: Common.Settings.SettingStorageType.Synced,
340
342
  settingName: 'skipContentScripts',
341
343
  settingType: Common.Settings.SettingType.BOOLEAN,
342
344
  defaultValue: false,
@@ -433,6 +435,7 @@ Common.Settings.registerSettingExtension({
433
435
 
434
436
  Common.Settings.registerSettingExtension({
435
437
  category: Common.Settings.SettingCategory.ELEMENTS,
438
+ storageType: Common.Settings.SettingStorageType.Synced,
436
439
  title: i18nLazyString(UIStrings.showRulers),
437
440
  settingName: 'showMetricsRulers',
438
441
  settingType: Common.Settings.SettingType.BOOLEAN,
@@ -208,7 +208,7 @@ const supportsPrefersContrast = (): boolean => {
208
208
  };
209
209
 
210
210
  const supportsJpegXl = async(): Promise<boolean> => {
211
- const JPEG_XL_IMAGE_URL = 'data:image/jxl;base64,/wp/QCQIBgEAFABLEiRhAA==';
211
+ const JPEG_XL_IMAGE_URL = 'data:image/jxl;base64,/wr/BwiDBAwASyAY';
212
212
  const promise = new Promise<boolean>((resolve): void => {
213
213
  const img = document.createElement('img');
214
214
  img.onload = (): void => resolve(true);
@@ -216,6 +216,7 @@ Common.Settings.registerSettingExtension({
216
216
 
217
217
  Common.Settings.registerSettingExtension({
218
218
  category: Common.Settings.SettingCategory.GLOBAL,
219
+ storageType: Common.Settings.SettingStorageType.Synced,
219
220
  title: i18nLazyString(UIStrings.autoOpenDevTools),
220
221
  settingName: 'autoAttachToCreatedPages',
221
222
  settingType: Common.Settings.SettingType.BOOLEAN,
@@ -151,13 +151,7 @@ export class MainImpl {
151
151
  }
152
152
 
153
153
  async requestAndRegisterLocaleData(): Promise<void> {
154
- // The language setting is only available when the experiment is enabled.
155
- // TODO(crbug.com/1163928): Remove the check when the experiment is gone.
156
- let settingLanguage = 'en-US';
157
- if (Root.Runtime.experiments.isEnabled(Root.Runtime.ExperimentName.LOCALIZED_DEVTOOLS)) {
158
- settingLanguage = Common.Settings.Settings.instance().moduleSetting<string>('language').get();
159
- }
160
-
154
+ const settingLanguage = Common.Settings.Settings.instance().moduleSetting<string>('language').get();
161
155
  const devToolsLocale = i18n.DevToolsLocale.DevToolsLocale.instance({
162
156
  create: true,
163
157
  data: {
@@ -325,15 +319,11 @@ export class MainImpl {
325
319
  // Hide Issues Feature.
326
320
  Root.Runtime.experiments.register('groupAndHideIssuesByKind', 'Allow grouping and hiding of issues by IssueKind');
327
321
 
328
- // Localized DevTools, hide "locale selector" setting behind an experiment.
329
- Root.Runtime.experiments.register(Root.Runtime.ExperimentName.LOCALIZED_DEVTOOLS, 'Enable localized DevTools');
330
-
331
322
  // Checkbox in the Settings UI to enable Chrome Sync is behind this experiment.
332
323
  Root.Runtime.experiments.register(
333
324
  Root.Runtime.ExperimentName.SYNC_SETTINGS, 'Sync DevTools settings with Chrome Sync');
334
325
 
335
326
  Root.Runtime.experiments.enableExperimentsByDefault([
336
- Root.Runtime.ExperimentName.LOCALIZED_DEVTOOLS,
337
327
  'sourceOrderViewer',
338
328
  'hideIssuesFeature',
339
329
  'bfcacheDebugging',
@@ -717,6 +717,7 @@ Common.Settings.registerSettingExtension({
717
717
  });
718
718
 
719
719
  Common.Settings.registerSettingExtension({
720
+ storageType: Common.Settings.SettingStorageType.Synced,
720
721
  settingName: 'activeKeybindSet',
721
722
  settingType: Common.Settings.SettingType.ENUM,
722
723
  defaultValue: 'devToolsDefault',
@@ -768,7 +769,6 @@ Common.Settings.registerSettingExtension({
768
769
  ...filterLocalesForSettings().map(locale => createOptionForLocale(locale)),
769
770
  ],
770
771
  reloadRequired: true,
771
- experiment: Root.Runtime.ExperimentName.LOCALIZED_DEVTOOLS,
772
772
  });
773
773
 
774
774
  Common.Settings.registerSettingExtension({
@@ -783,6 +783,7 @@ Common.Settings.registerSettingExtension({
783
783
  });
784
784
 
785
785
  Common.Settings.registerSettingExtension({
786
+ storageType: Common.Settings.SettingStorageType.Synced,
786
787
  settingName: 'userShortcuts',
787
788
  settingType: Common.Settings.SettingType.ARRAY,
788
789
  defaultValue: [],
@@ -4,22 +4,17 @@
4
4
  { "name": "entrypoints/main", "type": "autostart" },
5
5
  { "name": "ui/legacy", "type": "autostart" },
6
6
 
7
- { "name": "panels/changes" },
8
7
  { "name": "ui/legacy/components/color_picker" },
9
8
  { "name": "panels/console" },
10
9
  { "name": "panels/coverage" },
11
- { "name": "ui/legacy/components/data_grid" },
12
10
  { "name": "panels/event_listeners" },
13
11
  { "name": "ui/legacy/components/inline_editor" },
14
12
  { "name": "panels/input"},
15
- { "name": "ui/legacy/components/object_ui" },
16
13
  { "name": "ui/legacy/components/perf_ui" },
17
14
  { "name": "panels/profiler" },
18
15
  { "name": "panels/protocol_monitor"},
19
- { "name": "ui/legacy/components/quick_open" },
20
16
  { "name": "panels/search" },
21
17
  { "name": "panels/settings" },
22
- { "name": "panels/snippets" },
23
18
  { "name": "ui/legacy/components/source_frame" },
24
19
  { "name": "panels/sources" },
25
20
  { "name": "ui/legacy/components/text_editor" }