chrome-devtools-frontend 1.0.942095 → 1.0.942529

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 (125) hide show
  1. package/config/gni/all_devtools_files.gni +0 -44
  2. package/config/gni/devtools_grd_files.gni +42 -2
  3. package/config/gni/devtools_image_files.gni +1 -1
  4. package/front_end/.eslintrc.js +11 -1
  5. package/front_end/Images/src/{feedback_thin_16x16_icon.svg → survey_feedback_icon.svg} +1 -1
  6. package/front_end/core/sdk/DebuggerModel.ts +4 -14
  7. package/front_end/emulated_devices/module.json +1 -3
  8. package/front_end/entrypoints/devtools_app/devtools_app.json +0 -2
  9. package/front_end/entrypoints/shell/shell.json +0 -1
  10. package/front_end/legacy_test_runner/bindings_test_runner/IsolatedFilesystemTestRunner.js +2 -2
  11. package/front_end/legacy_test_runner/test_runner/TestRunner.js +3 -1
  12. package/front_end/panels/application/components/EndpointsGrid.ts +1 -1
  13. package/front_end/panels/application/components/ReportsGrid.ts +1 -1
  14. package/front_end/panels/elements/components/StylePropertyEditor.ts +2 -0
  15. package/front_end/panels/emulation/DeviceModeToolbar.ts +3 -1
  16. package/front_end/panels/emulation/DeviceModeView.ts +2 -1
  17. package/front_end/panels/emulation/InspectedPagePlaceholder.ts +3 -1
  18. package/front_end/panels/emulation/MediaQueryInspector.ts +3 -1
  19. package/front_end/panels/emulation/emulation-meta.ts +0 -2
  20. package/front_end/panels/lighthouse/LighthousePanel.ts +2 -4
  21. package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +1 -4
  22. package/front_end/panels/lighthouse/module.json +1 -4
  23. package/front_end/panels/profiler/module.json +1 -3
  24. package/front_end/panels/screencast/module.json +1 -4
  25. package/front_end/panels/timeline/module.json +0 -1
  26. package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +1128 -1158
  27. package/front_end/third_party/lighthouse/locales/ar-XB.json +211 -79
  28. package/front_end/third_party/lighthouse/locales/ar.json +213 -81
  29. package/front_end/third_party/lighthouse/locales/bg.json +211 -79
  30. package/front_end/third_party/lighthouse/locales/ca.json +212 -80
  31. package/front_end/third_party/lighthouse/locales/cs.json +211 -79
  32. package/front_end/third_party/lighthouse/locales/da.json +211 -79
  33. package/front_end/third_party/lighthouse/locales/de.json +211 -79
  34. package/front_end/third_party/lighthouse/locales/el.json +213 -81
  35. package/front_end/third_party/lighthouse/locales/en-GB.json +211 -79
  36. package/front_end/third_party/lighthouse/locales/en-US.json +186 -75
  37. package/front_end/third_party/lighthouse/locales/en-XA.json +211 -79
  38. package/front_end/third_party/lighthouse/locales/en-XL.json +186 -75
  39. package/front_end/third_party/lighthouse/locales/es-419.json +211 -79
  40. package/front_end/third_party/lighthouse/locales/es.json +212 -80
  41. package/front_end/third_party/lighthouse/locales/fi.json +211 -79
  42. package/front_end/third_party/lighthouse/locales/fil.json +211 -79
  43. package/front_end/third_party/lighthouse/locales/fr.json +211 -79
  44. package/front_end/third_party/lighthouse/locales/he.json +212 -80
  45. package/front_end/third_party/lighthouse/locales/hi.json +214 -82
  46. package/front_end/third_party/lighthouse/locales/hr.json +211 -79
  47. package/front_end/third_party/lighthouse/locales/hu.json +211 -79
  48. package/front_end/third_party/lighthouse/locales/id.json +211 -79
  49. package/front_end/third_party/lighthouse/locales/it.json +211 -79
  50. package/front_end/third_party/lighthouse/locales/ja.json +211 -79
  51. package/front_end/third_party/lighthouse/locales/ko.json +211 -79
  52. package/front_end/third_party/lighthouse/locales/lt.json +211 -79
  53. package/front_end/third_party/lighthouse/locales/lv.json +214 -82
  54. package/front_end/third_party/lighthouse/locales/nl.json +211 -79
  55. package/front_end/third_party/lighthouse/locales/no.json +211 -79
  56. package/front_end/third_party/lighthouse/locales/pl.json +211 -79
  57. package/front_end/third_party/lighthouse/locales/pt-PT.json +211 -79
  58. package/front_end/third_party/lighthouse/locales/pt.json +211 -79
  59. package/front_end/third_party/lighthouse/locales/ro.json +212 -80
  60. package/front_end/third_party/lighthouse/locales/ru.json +211 -79
  61. package/front_end/third_party/lighthouse/locales/sk.json +211 -79
  62. package/front_end/third_party/lighthouse/locales/sl.json +211 -79
  63. package/front_end/third_party/lighthouse/locales/sr-Latn.json +211 -79
  64. package/front_end/third_party/lighthouse/locales/sr.json +211 -79
  65. package/front_end/third_party/lighthouse/locales/sv.json +211 -79
  66. package/front_end/third_party/lighthouse/locales/ta.json +218 -86
  67. package/front_end/third_party/lighthouse/locales/te.json +251 -119
  68. package/front_end/third_party/lighthouse/locales/th.json +211 -79
  69. package/front_end/third_party/lighthouse/locales/tr.json +211 -79
  70. package/front_end/third_party/lighthouse/locales/uk.json +212 -80
  71. package/front_end/third_party/lighthouse/locales/vi.json +211 -79
  72. package/front_end/third_party/lighthouse/locales/zh-HK.json +211 -79
  73. package/front_end/third_party/lighthouse/locales/zh-TW.json +211 -79
  74. package/front_end/third_party/lighthouse/locales/zh.json +211 -79
  75. package/front_end/third_party/lighthouse/report/bundle.d.ts +72 -34
  76. package/front_end/third_party/lighthouse/report/bundle.js +698 -492
  77. package/front_end/third_party/lighthouse/report-assets/report-generator.js +1 -2
  78. package/front_end/third_party/lighthouse/report-assets/report.js +40 -35
  79. package/front_end/third_party/lighthouse/report-assets/standalone-template.html +2 -4
  80. package/front_end/ui/components/docs/icon_button/basic.ts +3 -3
  81. package/front_end/ui/components/helpers/get-stylesheet.ts +0 -14
  82. package/front_end/ui/components/markdown_view/MarkdownImagesMap.ts +1 -1
  83. package/front_end/ui/components/survey_link/SurveyLink.ts +1 -1
  84. package/front_end/ui/legacy/Dialog.ts +3 -1
  85. package/front_end/ui/legacy/DropTarget.ts +2 -1
  86. package/front_end/ui/legacy/EmptyWidget.ts +2 -1
  87. package/front_end/ui/legacy/FilterBar.ts +2 -1
  88. package/front_end/ui/legacy/GlassPane.ts +4 -2
  89. package/front_end/ui/legacy/Infobar.ts +3 -2
  90. package/front_end/ui/legacy/InspectorView.ts +6 -1
  91. package/front_end/ui/legacy/ListWidget.ts +2 -1
  92. package/front_end/ui/legacy/PopoverHelper.ts +2 -1
  93. package/front_end/ui/legacy/ProgressIndicator.ts +2 -1
  94. package/front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts +2 -1
  95. package/front_end/ui/legacy/ReportView.ts +2 -1
  96. package/front_end/ui/legacy/RootView.ts +2 -1
  97. package/front_end/ui/legacy/SearchableView.ts +2 -1
  98. package/front_end/ui/legacy/SoftContextMenu.ts +2 -1
  99. package/front_end/ui/legacy/SoftDropDown.ts +4 -2
  100. package/front_end/ui/legacy/SplitWidget.ts +2 -1
  101. package/front_end/ui/legacy/SuggestBox.ts +2 -1
  102. package/front_end/ui/legacy/TabbedPane.ts +2 -1
  103. package/front_end/ui/legacy/TargetCrashedScreen.ts +2 -1
  104. package/front_end/ui/legacy/TextPrompt.ts +2 -1
  105. package/front_end/ui/legacy/Toolbar.ts +3 -2
  106. package/front_end/ui/legacy/Treeoutline.ts +3 -2
  107. package/front_end/ui/legacy/UIUtils.ts +16 -13
  108. package/front_end/ui/legacy/ViewManager.ts +2 -1
  109. package/front_end/ui/legacy/components/quick_open/filteredListWidget.css +2 -2
  110. package/front_end/ui/legacy/components/source_frame/FontView.ts +1 -0
  111. package/front_end/ui/legacy/components/source_frame/ImageView.ts +1 -0
  112. package/front_end/ui/legacy/components/source_frame/JSONView.ts +1 -0
  113. package/front_end/ui/legacy/components/source_frame/ResourceSourceFrame.ts +1 -0
  114. package/front_end/ui/legacy/components/source_frame/XMLView.ts +2 -0
  115. package/front_end/ui/legacy/components/source_frame/module.json +0 -3
  116. package/front_end/ui/legacy/components/text_editor/CodeMirrorTextEditor.ts +2 -0
  117. package/front_end/ui/legacy/components/text_editor/module.json +0 -3
  118. package/front_end/ui/legacy/components/utils/Linkifier.ts +7 -15
  119. package/front_end/ui/legacy/theme_support/theme_support_impl.ts +7 -9
  120. package/front_end/ui/legacy/utils/create-shadow-root-with-core-styles.ts +2 -2
  121. package/front_end/ui/legacy/utils/inject-core-styles.ts +7 -4
  122. package/package.json +1 -1
  123. package/front_end/panels/emulation/module.json +0 -11
  124. package/front_end/third_party/lighthouse/report-assets/report.css +0 -1774
  125. package/front_end/ui/legacy/module.json +0 -41
@@ -23,7 +23,7 @@ const cachedResources = globalThis.EXPORTED_CACHED_RESOURCES_ONLY_FOR_LIGHTHOUSE
23
23
  // is going to be OK.
24
24
  module.exports = {
25
25
  get REPORT_CSS() {
26
- return cachedResources.get('third_party/lighthouse/report-assets/report.css');
26
+ return '';
27
27
  },
28
28
  get REPORT_JAVASCRIPT() {
29
29
  return cachedResources.get('third_party/lighthouse/report-assets/report.js');
@@ -91,7 +91,6 @@ class ReportGenerator {
91
91
  return ReportGenerator.replaceStrings(htmlReportAssets.REPORT_TEMPLATE, [
92
92
  {search: '%%LIGHTHOUSE_JSON%%', replacement: sanitizedJson},
93
93
  {search: '%%LIGHTHOUSE_JAVASCRIPT%%', replacement: sanitizedJavascript},
94
- {search: '/*%%LIGHTHOUSE_CSS%%*/', replacement: htmlReportAssets.REPORT_CSS},
95
94
  ]);
96
95
  }
97
96