chrome-devtools-frontend 1.0.1022611 → 1.0.1024166

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 (358) hide show
  1. package/.eslintignore +4 -2
  2. package/.eslintrc.js +1 -0
  3. package/front_end/core/common/AppProvider.ts +1 -1
  4. package/front_end/core/common/Object.ts +7 -2
  5. package/front_end/core/common/SettingRegistration.ts +1 -1
  6. package/front_end/core/common/Settings.ts +2 -3
  7. package/front_end/core/host/InspectorFrontendHost.ts +13 -5
  8. package/front_end/core/host/ResourceLoader.ts +1 -1
  9. package/front_end/core/i18n/locales/en-US.json +24 -0
  10. package/front_end/core/i18n/locales/en-XL.json +24 -0
  11. package/front_end/core/platform/UserVisibleError.ts +1 -1
  12. package/front_end/core/sdk/AccessibilityModel.ts +3 -4
  13. package/front_end/core/sdk/CPUProfileDataModel.ts +1 -1
  14. package/front_end/core/sdk/CPUProfilerModel.ts +3 -3
  15. package/front_end/core/sdk/CPUThrottlingManager.ts +2 -2
  16. package/front_end/core/sdk/CSSContainerQuery.ts +2 -2
  17. package/front_end/core/sdk/CSSLayer.ts +1 -1
  18. package/front_end/core/sdk/CSSMatchedStyles.ts +3 -3
  19. package/front_end/core/sdk/CSSMedia.ts +1 -1
  20. package/front_end/core/sdk/CSSModel.ts +6 -6
  21. package/front_end/core/sdk/CSSProperty.ts +2 -2
  22. package/front_end/core/sdk/CSSQuery.ts +2 -3
  23. package/front_end/core/sdk/CSSRule.ts +2 -2
  24. package/front_end/core/sdk/CSSScope.ts +1 -1
  25. package/front_end/core/sdk/CSSStyleDeclaration.ts +3 -3
  26. package/front_end/core/sdk/CSSStyleSheetHeader.ts +3 -3
  27. package/front_end/core/sdk/CSSSupports.ts +1 -1
  28. package/front_end/core/sdk/ChildTargetManager.ts +2 -2
  29. package/front_end/core/sdk/CompilerSourceMappingContentProvider.ts +1 -2
  30. package/front_end/core/sdk/ConsoleModel.ts +15 -12
  31. package/front_end/core/sdk/CookieModel.ts +4 -5
  32. package/front_end/core/sdk/DOMDebuggerModel.ts +7 -7
  33. package/front_end/core/sdk/DOMModel.ts +3 -3
  34. package/front_end/core/sdk/DebuggerModel.ts +5 -6
  35. package/front_end/core/sdk/EmulationModel.ts +2 -2
  36. package/front_end/core/sdk/EventBreakpointsModel.ts +4 -4
  37. package/front_end/core/sdk/FilmStripModel.ts +1 -2
  38. package/front_end/core/sdk/FrameAssociated.ts +1 -1
  39. package/front_end/core/sdk/FrameManager.ts +6 -6
  40. package/front_end/core/sdk/HeapProfilerModel.ts +4 -4
  41. package/front_end/core/sdk/IOModel.ts +2 -2
  42. package/front_end/core/sdk/IsolateManager.ts +3 -3
  43. package/front_end/core/sdk/IssuesModel.ts +1 -2
  44. package/front_end/core/sdk/LayerTreeBase.ts +3 -4
  45. package/front_end/core/sdk/LogModel.ts +1 -2
  46. package/front_end/core/sdk/NetworkManager.ts +18 -9
  47. package/front_end/core/sdk/NetworkRequest.ts +1 -2
  48. package/front_end/core/sdk/OverlayModel.ts +5 -5
  49. package/front_end/core/sdk/PageLoad.ts +1 -1
  50. package/front_end/core/sdk/PageResourceLoader.ts +3 -3
  51. package/front_end/core/sdk/PaintProfiler.ts +1 -2
  52. package/front_end/core/sdk/PerformanceMetricsModel.ts +1 -2
  53. package/front_end/core/sdk/ProfileTreeModel.ts +1 -1
  54. package/front_end/core/sdk/RemoteObject.ts +3 -3
  55. package/front_end/core/sdk/Resource.ts +2 -3
  56. package/front_end/core/sdk/ResourceTreeModel.ts +6 -7
  57. package/front_end/core/sdk/RuntimeModel.ts +5 -5
  58. package/front_end/core/sdk/SDKModel.ts +1 -1
  59. package/front_end/core/sdk/ScreenCaptureModel.ts +2 -2
  60. package/front_end/core/sdk/Script.ts +5 -6
  61. package/front_end/core/sdk/SecurityOriginManager.ts +1 -2
  62. package/front_end/core/sdk/ServerTiming.ts +1 -1
  63. package/front_end/core/sdk/ServiceWorkerCacheModel.ts +3 -3
  64. package/front_end/core/sdk/ServiceWorkerManager.ts +3 -4
  65. package/front_end/core/sdk/SourceMap.ts +2 -2
  66. package/front_end/core/sdk/SourceMapManager.ts +5 -5
  67. package/front_end/core/sdk/StorageKeyManager.ts +1 -2
  68. package/front_end/core/sdk/Target.ts +1 -1
  69. package/front_end/core/sdk/TargetManager.ts +1 -1
  70. package/front_end/core/sdk/TracingManager.ts +2 -3
  71. package/front_end/core/sdk/TracingModel.ts +1 -1
  72. package/front_end/core/sdk/WebAuthnModel.ts +1 -2
  73. package/front_end/entrypoints/formatter_worker/CSSFormatter.ts +1 -1
  74. package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -2
  75. package/front_end/entrypoints/formatter_worker/FormatterWorker.ts +1 -1
  76. package/front_end/entrypoints/formatter_worker/HTMLFormatter.ts +1 -1
  77. package/front_end/entrypoints/formatter_worker/IdentityFormatter.ts +1 -1
  78. package/front_end/entrypoints/formatter_worker/JSONFormatter.ts +1 -1
  79. package/front_end/entrypoints/formatter_worker/JavaScriptFormatter.ts +2 -3
  80. package/front_end/entrypoints/formatter_worker/JavaScriptOutline.ts +1 -1
  81. package/front_end/entrypoints/formatter_worker/ScopeParser.ts +2 -2
  82. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +1 -1
  83. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshotLoader.ts +3 -3
  84. package/front_end/generated/.clang-format +1 -0
  85. package/front_end/generated/ARIAProperties.js +1515 -517
  86. package/front_end/generated/InspectorBackendCommands.js +960 -3655
  87. package/front_end/generated/SupportedCSSProperties.js +5719 -1314
  88. package/front_end/generated/protocol-mapping.d.ts +1865 -608
  89. package/front_end/generated/protocol-proxy-api.d.ts +384 -576
  90. package/front_end/generated/protocol.ts +9 -12
  91. package/front_end/models/bindings/BreakpointManager.ts +2 -2
  92. package/front_end/models/bindings/CSSWorkspaceBinding.ts +5 -2
  93. package/front_end/models/bindings/CompilerScriptMapping.ts +5 -1
  94. package/front_end/models/bindings/DebuggerLanguagePlugins.ts +2 -2
  95. package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +4 -4
  96. package/front_end/models/bindings/DefaultScriptMapping.ts +1 -1
  97. package/front_end/models/bindings/IgnoreListManager.ts +1 -1
  98. package/front_end/models/bindings/PresentationConsoleMessageHelper.ts +2 -2
  99. package/front_end/models/bindings/ResourceScriptMapping.ts +2 -4
  100. package/front_end/models/bindings/SASSSourceMapping.ts +2 -2
  101. package/front_end/models/bindings/StylesSourceMapping.ts +1 -1
  102. package/front_end/models/bindings/TempFile.ts +1 -2
  103. package/front_end/models/emulation/DeviceModeModel.ts +8 -2
  104. package/front_end/models/extensions/ExtensionPanel.ts +1 -1
  105. package/front_end/models/extensions/ExtensionServer.ts +3 -3
  106. package/front_end/models/extensions/ExtensionView.ts +1 -1
  107. package/front_end/models/extensions/LanguageExtensionEndpoint.ts +1 -1
  108. package/front_end/models/extensions/RecorderPluginManager.ts +1 -1
  109. package/front_end/models/formatter/SourceFormatter.ts +1 -2
  110. package/front_end/models/har/Importer.ts +1 -1
  111. package/front_end/models/har/Writer.ts +2 -2
  112. package/front_end/models/issues_manager/AttributionReportingIssue.ts +1 -1
  113. package/front_end/models/issues_manager/ClientHintIssue.ts +6 -2
  114. package/front_end/models/issues_manager/ContentSecurityPolicyIssue.ts +6 -2
  115. package/front_end/models/issues_manager/CookieIssue.ts +6 -2
  116. package/front_end/models/issues_manager/CorsIssue.ts +1 -1
  117. package/front_end/models/issues_manager/CrossOriginEmbedderPolicyIssue.ts +6 -2
  118. package/front_end/models/issues_manager/DeprecationIssue.ts +2 -2
  119. package/front_end/models/issues_manager/FederatedAuthRequestIssue.ts +6 -2
  120. package/front_end/models/issues_manager/GenericIssue.ts +6 -2
  121. package/front_end/models/issues_manager/HeavyAdIssue.ts +1 -1
  122. package/front_end/models/issues_manager/Issue.ts +1 -1
  123. package/front_end/models/issues_manager/IssueResolver.ts +2 -3
  124. package/front_end/models/issues_manager/IssuesManager.ts +1 -1
  125. package/front_end/models/issues_manager/LowTextContrastIssue.ts +1 -1
  126. package/front_end/models/issues_manager/MixedContentIssue.ts +1 -1
  127. package/front_end/models/issues_manager/NavigatorUserAgentIssue.ts +1 -1
  128. package/front_end/models/issues_manager/QuirksModeIssue.ts +1 -1
  129. package/front_end/models/issues_manager/RelatedIssue.ts +1 -1
  130. package/front_end/models/issues_manager/SharedArrayBufferIssue.ts +1 -1
  131. package/front_end/models/issues_manager/SourceFrameIssuesManager.ts +3 -3
  132. package/front_end/models/issues_manager/TrustedWebActivityIssue.ts +6 -2
  133. package/front_end/models/javascript_metadata/NativeFunctions.js +22 -32
  134. package/front_end/models/persistence/Automapping.ts +1 -2
  135. package/front_end/models/persistence/EditFileSystemView.ts +1 -1
  136. package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +4 -4
  137. package/front_end/models/persistence/IsolatedFileSystem.ts +1 -2
  138. package/front_end/models/persistence/IsolatedFileSystemManager.ts +2 -2
  139. package/front_end/models/persistence/NetworkPersistenceManager.ts +1 -2
  140. package/front_end/models/persistence/PersistenceImpl.ts +1 -2
  141. package/front_end/models/persistence/PersistenceUtils.ts +1 -2
  142. package/front_end/models/persistence/WorkspaceSettingsTab.ts +2 -2
  143. package/front_end/models/text_utils/StaticContentProvider.ts +1 -1
  144. package/front_end/models/timeline_model/TimelineFrameModel.ts +2 -2
  145. package/front_end/models/timeline_model/TimelineProfileTree.ts +1 -1
  146. package/front_end/models/timeline_model/TracingLayerTree.ts +1 -1
  147. package/front_end/models/workspace/UISourceCode.ts +1 -2
  148. package/front_end/models/workspace/WorkspaceImpl.ts +1 -2
  149. package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +1 -1
  150. package/front_end/panels/animation/AnimationGroupPreviewUI.ts +1 -1
  151. package/front_end/panels/animation/AnimationTimeline.ts +7 -2
  152. package/front_end/panels/animation/AnimationUI.ts +3 -3
  153. package/front_end/panels/application/ApplicationPanelCacheSection.ts +1 -1
  154. package/front_end/panels/application/ApplicationPanelSidebar.ts +13 -7
  155. package/front_end/panels/application/ApplicationPanelTreeElement.ts +1 -1
  156. package/front_end/panels/application/BackgroundServiceView.ts +1 -2
  157. package/front_end/panels/application/DatabaseQueryView.ts +1 -1
  158. package/front_end/panels/application/DatabaseTableView.ts +1 -1
  159. package/front_end/panels/application/IndexedDBViews.ts +9 -2
  160. package/front_end/panels/application/InterestGroupTreeElement.ts +1 -1
  161. package/front_end/panels/application/ReportingApiTreeElement.ts +1 -1
  162. package/front_end/panels/application/ResourcesPanel.ts +1 -1
  163. package/front_end/panels/application/TrustTokensTreeElement.ts +1 -1
  164. package/front_end/panels/application/components/FrameDetailsView.ts +9 -6
  165. package/front_end/panels/console/ConsoleFilter.ts +1 -1
  166. package/front_end/panels/console/ConsoleSidebar.ts +2 -3
  167. package/front_end/panels/console/ConsoleView.ts +2 -4
  168. package/front_end/panels/console/ConsoleViewMessage.ts +2 -2
  169. package/front_end/panels/console/ConsoleViewport.ts +1 -1
  170. package/front_end/panels/coverage/CoverageDecorationManager.ts +1 -1
  171. package/front_end/panels/coverage/CoverageListView.ts +1 -2
  172. package/front_end/panels/coverage/CoverageView.ts +1 -2
  173. package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +9 -5
  174. package/front_end/panels/css_overview/CSSOverviewController.ts +2 -2
  175. package/front_end/panels/css_overview/CSSOverviewModel.ts +3 -3
  176. package/front_end/panels/css_overview/CSSOverviewPanel.ts +4 -5
  177. package/front_end/panels/css_overview/CSSOverviewProcessingView.ts +1 -2
  178. package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +3 -3
  179. package/front_end/panels/elements/ComputedStyleWidget.ts +3 -4
  180. package/front_end/panels/elements/DOMLinkifier.ts +5 -1
  181. package/front_end/panels/elements/ElementsPanel.ts +7 -4
  182. package/front_end/panels/elements/ElementsSidebarPane.ts +1 -2
  183. package/front_end/panels/elements/ElementsTreeElement.ts +3 -4
  184. package/front_end/panels/elements/ElementsTreeOutline.ts +1 -1
  185. package/front_end/panels/elements/PlatformFontsWidget.ts +1 -2
  186. package/front_end/panels/elements/StyleEditorWidget.ts +2 -2
  187. package/front_end/panels/elements/StylePropertiesSection.ts +1 -2
  188. package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -2
  189. package/front_end/panels/elements/StylePropertyTreeElement.ts +2 -3
  190. package/front_end/panels/elements/StylesSidebarPane.ts +39 -8
  191. package/front_end/panels/elements/TopLayerContainer.ts +1 -1
  192. package/front_end/panels/elements/components/AdornerSettingsPane.ts +1 -1
  193. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +2 -3
  194. package/front_end/panels/elements/components/ElementsBreadcrumbsUtils.ts +1 -1
  195. package/front_end/panels/elements/components/LayoutPane.ts +1 -2
  196. package/front_end/panels/elements/components/QueryContainer.ts +1 -1
  197. package/front_end/panels/elements/components/StylePropertyEditor.ts +1 -2
  198. package/front_end/panels/emulation/AdvancedApp.ts +2 -2
  199. package/front_end/panels/emulation/DeviceModeWrapper.ts +1 -1
  200. package/front_end/panels/event_listeners/EventListenersView.ts +1 -2
  201. package/front_end/panels/issues/AffectedResourcesView.ts +2 -2
  202. package/front_end/panels/issues/CorsIssueDetailsView.ts +2 -2
  203. package/front_end/panels/issues/IssueView.ts +2 -2
  204. package/front_end/panels/issues/IssuesPane.ts +6 -2
  205. package/front_end/panels/layer_viewer/LayerDetailsView.ts +8 -2
  206. package/front_end/panels/layer_viewer/LayerTreeOutline.ts +7 -2
  207. package/front_end/panels/layer_viewer/Layers3DView.ts +9 -2
  208. package/front_end/panels/lighthouse/LighthouseController.ts +1 -1
  209. package/front_end/panels/lighthouse/LighthousePanel.ts +10 -6
  210. package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +5 -1
  211. package/front_end/panels/lighthouse/LighthouseStartView.ts +1 -2
  212. package/front_end/panels/lighthouse/LighthouseStatusView.ts +1 -2
  213. package/front_end/panels/lighthouse/LighthouseTimespanView.ts +1 -2
  214. package/front_end/panels/media/EventDisplayTable.ts +1 -1
  215. package/front_end/panels/media/EventTimelineView.ts +9 -3
  216. package/front_end/panels/media/MainView.ts +1 -2
  217. package/front_end/panels/media/PlayerDetailView.ts +4 -3
  218. package/front_end/panels/media/PlayerListView.ts +2 -2
  219. package/front_end/panels/media/PlayerMessagesView.ts +76 -0
  220. package/front_end/panels/media/playerMessagesView.css +15 -0
  221. package/front_end/panels/mobile_throttling/MobileThrottlingSelector.ts +6 -2
  222. package/front_end/panels/mobile_throttling/NetworkThrottlingSelector.ts +1 -2
  223. package/front_end/panels/mobile_throttling/ThrottlingManager.ts +7 -4
  224. package/front_end/panels/network/NetworkDataGridNode.ts +1 -1
  225. package/front_end/panels/network/NetworkFrameGrouper.ts +1 -1
  226. package/front_end/panels/network/NetworkItemView.ts +1 -1
  227. package/front_end/panels/network/NetworkLogView.ts +10 -3
  228. package/front_end/panels/network/NetworkLogViewColumns.ts +7 -6
  229. package/front_end/panels/network/NetworkPanel.ts +3 -4
  230. package/front_end/panels/network/NetworkWaterfallColumn.ts +4 -4
  231. package/front_end/panels/network/RequestTimingView.ts +1 -2
  232. package/front_end/panels/network/components/RequestHeadersView.css +4 -0
  233. package/front_end/panels/network/components/RequestHeadersView.ts +57 -14
  234. package/front_end/panels/profiler/BottomUpProfileDataGrid.ts +2 -3
  235. package/front_end/panels/profiler/CPUProfileView.ts +3 -3
  236. package/front_end/panels/profiler/HeapProfileView.ts +4 -5
  237. package/front_end/panels/profiler/HeapProfilerPanel.ts +2 -2
  238. package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +4 -4
  239. package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +11 -7
  240. package/front_end/panels/profiler/HeapSnapshotProxy.ts +1 -1
  241. package/front_end/panels/profiler/HeapSnapshotView.ts +13 -8
  242. package/front_end/panels/profiler/ProfileLauncherView.ts +2 -2
  243. package/front_end/panels/profiler/ProfileSidebarTreeElement.ts +6 -2
  244. package/front_end/panels/profiler/ProfileView.ts +6 -6
  245. package/front_end/panels/profiler/ProfilesPanel.ts +6 -2
  246. package/front_end/panels/profiler/TopDownProfileDataGrid.ts +1 -2
  247. package/front_end/panels/search/SearchResultsPane.ts +1 -1
  248. package/front_end/panels/search/SearchView.ts +1 -2
  249. package/front_end/panels/security/SecurityPanel.ts +7 -2
  250. package/front_end/panels/settings/SettingsScreen.ts +1 -1
  251. package/front_end/panels/settings/emulation/utils/UserAgentMetadata.ts +11 -2
  252. package/front_end/panels/sources/EditingLocationHistoryManager.ts +2 -2
  253. package/front_end/panels/sources/GoToLineQuickOpen.ts +1 -1
  254. package/front_end/panels/sources/InplaceFormatterEditorAction.ts +7 -2
  255. package/front_end/panels/sources/ScriptFormatterEditorAction.ts +7 -2
  256. package/front_end/panels/sources/SourcesNavigator.ts +1 -2
  257. package/front_end/panels/sources/SourcesPanel.ts +1 -1
  258. package/front_end/panels/sources/SourcesSearchScope.ts +3 -0
  259. package/front_end/panels/sources/SourcesView.ts +6 -2
  260. package/front_end/panels/sources/UISourceCodeFrame.ts +1 -1
  261. package/front_end/panels/timeline/CountersGraph.ts +2 -3
  262. package/front_end/panels/timeline/EventsTimelineTreeView.ts +2 -2
  263. package/front_end/panels/timeline/ExtensionTracingSession.ts +3 -3
  264. package/front_end/panels/timeline/TimelineDetailsView.ts +6 -6
  265. package/front_end/panels/timeline/TimelineEventOverview.ts +3 -3
  266. package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +3 -3
  267. package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +1 -1
  268. package/front_end/panels/timeline/TimelineFlameChartView.ts +6 -6
  269. package/front_end/panels/timeline/TimelineHistoryManager.ts +1 -1
  270. package/front_end/panels/timeline/TimelinePanel.ts +5 -5
  271. package/front_end/panels/timeline/TimelineTreeView.ts +2 -2
  272. package/front_end/panels/timeline/UIDevtoolsController.ts +1 -2
  273. package/front_end/panels/timeline/components/WebVitalsLane.ts +9 -2
  274. package/front_end/panels/timeline/components/WebVitalsTimeline.ts +1 -1
  275. package/front_end/panels/web_audio/graph_visualizer/EdgeView.ts +1 -1
  276. package/front_end/panels/web_audio/graph_visualizer/GraphView.ts +9 -3
  277. package/front_end/panels/web_audio/graph_visualizer/NodeRendererUtility.ts +2 -1
  278. package/front_end/panels/web_audio/graph_visualizer/NodeView.ts +3 -1
  279. package/front_end/third_party/.clang-format +1 -1
  280. package/front_end/third_party/i18n/localized-string-set.ts +1 -1
  281. package/front_end/ui/components/buttons/Button.ts +32 -7
  282. package/front_end/ui/components/buttons/button.css +16 -0
  283. package/front_end/ui/components/data_grid/DataGrid.ts +5 -1
  284. package/front_end/ui/components/data_grid/DataGridContextMenuUtils.ts +2 -2
  285. package/front_end/ui/components/data_grid/DataGridController.ts +12 -5
  286. package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
  287. package/front_end/ui/components/data_grid/DataGridEvents.ts +1 -1
  288. package/front_end/ui/components/data_grid/DataGridRenderers.ts +1 -1
  289. package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +112 -0
  290. package/front_end/ui/components/docs/building-ui-documentation/README.md +19 -0
  291. package/front_end/ui/components/docs/button/basic.html +11 -0
  292. package/front_end/ui/components/docs/button/basic.ts +7 -0
  293. package/front_end/ui/components/icon_button/IconButton.ts +1 -3
  294. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspector.ts +27 -13
  295. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorController.ts +9 -4
  296. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorPane.ts +10 -5
  297. package/front_end/ui/components/linear_memory_inspector/LinearMemoryValueInterpreter.ts +8 -7
  298. package/front_end/ui/components/linear_memory_inspector/LinearMemoryViewer.ts +1 -1
  299. package/front_end/ui/components/markdown_view/MarkdownImage.ts +1 -2
  300. package/front_end/ui/components/markdown_view/MarkdownView.ts +2 -4
  301. package/front_end/ui/components/tree_outline/TreeOutline.ts +3 -1
  302. package/front_end/ui/legacy/ActionRegistry.ts +1 -2
  303. package/front_end/ui/legacy/Context.ts +1 -1
  304. package/front_end/ui/legacy/ContextMenu.ts +2 -2
  305. package/front_end/ui/legacy/Dialog.ts +4 -4
  306. package/front_end/ui/legacy/DockController.ts +4 -4
  307. package/front_end/ui/legacy/FilterBar.ts +3 -3
  308. package/front_end/ui/legacy/FilterSuggestionBuilder.ts +1 -1
  309. package/front_end/ui/legacy/GlassPane.ts +3 -3
  310. package/front_end/ui/legacy/Infobar.ts +1 -1
  311. package/front_end/ui/legacy/InspectorView.ts +10 -10
  312. package/front_end/ui/legacy/ListControl.ts +2 -2
  313. package/front_end/ui/legacy/Panel.ts +1 -1
  314. package/front_end/ui/legacy/ShortcutRegistry.ts +2 -3
  315. package/front_end/ui/legacy/SoftDropDown.ts +4 -4
  316. package/front_end/ui/legacy/SplitWidget.ts +2 -2
  317. package/front_end/ui/legacy/SuggestBox.ts +2 -2
  318. package/front_end/ui/legacy/TabbedPane.ts +2 -2
  319. package/front_end/ui/legacy/TextPrompt.ts +1 -2
  320. package/front_end/ui/legacy/Toolbar.ts +2 -3
  321. package/front_end/ui/legacy/Treeoutline.ts +3 -3
  322. package/front_end/ui/legacy/UIUtils.ts +2 -3
  323. package/front_end/ui/legacy/View.ts +4 -4
  324. package/front_end/ui/legacy/ViewManager.ts +8 -8
  325. package/front_end/ui/legacy/ViewRegistration.ts +2 -2
  326. package/front_end/ui/legacy/XLink.ts +1 -1
  327. package/front_end/ui/legacy/components/color_picker/ContrastDetails.ts +1 -2
  328. package/front_end/ui/legacy/components/color_picker/ContrastOverlay.ts +1 -2
  329. package/front_end/ui/legacy/components/color_picker/Spectrum.ts +1 -1
  330. package/front_end/ui/legacy/components/data_grid/SortableDataGrid.ts +1 -2
  331. package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +1 -2
  332. package/front_end/ui/legacy/components/data_grid/dataGrid.css +2 -2
  333. package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +4 -5
  334. package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +1 -1
  335. package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +1 -2
  336. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +1 -2
  337. package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +1 -2
  338. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -1
  339. package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +3 -4
  340. package/front_end/ui/legacy/components/perf_ui/OverviewGrid.ts +1 -2
  341. package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +2 -3
  342. package/front_end/ui/legacy/components/quick_open/QuickOpen.ts +1 -2
  343. package/front_end/ui/legacy/components/source_frame/ResourceSourceFrame.ts +1 -2
  344. package/inspector_overlay/css_grid_label_helpers.ts +1 -2
  345. package/inspector_overlay/highlight_common.ts +1 -1
  346. package/inspector_overlay/highlight_container_query.ts +3 -3
  347. package/inspector_overlay/highlight_flex_common.ts +12 -3
  348. package/inspector_overlay/highlight_grid_common.ts +3 -3
  349. package/inspector_overlay/highlight_isolated_element.ts +1 -1
  350. package/inspector_overlay/highlight_scroll_snap.ts +3 -3
  351. package/inspector_overlay/main.ts +6 -6
  352. package/inspector_overlay/tool_highlight.ts +26 -12
  353. package/inspector_overlay/tool_persistent.ts +13 -14
  354. package/inspector_overlay/tool_source_order.ts +3 -4
  355. package/package.json +1 -1
  356. package/scripts/build/generate_aria.py +2 -1
  357. package/scripts/build/generate_supported_css.py +6 -3
  358. package/scripts/protocol_typescript/protocol_dts_generator.ts +1 -1
@@ -43,7 +43,6 @@ import * as PerfUI from '../../ui/legacy/components/perf_ui/perf_ui.js';
43
43
  import * as Components from '../../ui/legacy/components/utils/utils.js';
44
44
  import * as UI from '../../ui/legacy/legacy.js';
45
45
 
46
- import type {HeapSnapshotSortableDataGrid} from './HeapSnapshotDataGrids.js';
47
46
  import {
48
47
  AllocationDataGrid,
49
48
  HeapSnapshotSortableDataGridEvents,
@@ -51,20 +50,26 @@ import {
51
50
  HeapSnapshotDiffDataGrid,
52
51
  HeapSnapshotRetainmentDataGrid,
53
52
  HeapSnapshotContainmentDataGrid,
53
+ type HeapSnapshotSortableDataGrid,
54
54
  } from './HeapSnapshotDataGrids.js';
55
- import type {AllocationGridNode, HeapSnapshotGridNode} from './HeapSnapshotGridNodes.js';
56
- import {HeapSnapshotGenericObjectNode} from './HeapSnapshotGridNodes.js';
57
- import type {HeapSnapshotProxy} from './HeapSnapshotProxy.js';
58
- import {HeapSnapshotWorkerProxy} from './HeapSnapshotProxy.js';
59
- import type {IdsRangeChangedEvent} from './HeapTimelineOverview.js';
60
- import {HeapTimelineOverview, Events, Samples} from './HeapTimelineOverview.js';
55
+
56
+ import {
57
+ HeapSnapshotGenericObjectNode,
58
+ type AllocationGridNode,
59
+ type HeapSnapshotGridNode,
60
+ } from './HeapSnapshotGridNodes.js';
61
+
62
+ import {HeapSnapshotWorkerProxy, type HeapSnapshotProxy} from './HeapSnapshotProxy.js';
63
+
64
+ import {HeapTimelineOverview, Events, Samples, type IdsRangeChangedEvent} from './HeapTimelineOverview.js';
61
65
  import * as ModuleUIStrings from './ModuleUIStrings.js';
62
- import type {DataDisplayDelegate} from './ProfileHeader.js';
66
+
63
67
  import {
64
68
  Events as ProfileHeaderEvents,
65
69
  ProfileEvents as ProfileTypeEvents,
66
70
  ProfileHeader,
67
71
  ProfileType,
72
+ type DataDisplayDelegate,
68
73
  } from './ProfileHeader.js';
69
74
  import {ProfileSidebarTreeElement} from './ProfileSidebarTreeElement.js';
70
75
  import {instance} from './ProfileTypeRegistry.js';
@@ -35,8 +35,8 @@ import * as UI from '../../ui/legacy/legacy.js';
35
35
  import {IsolateSelector} from './IsolateSelector.js';
36
36
  import profileLauncherViewStyles from './profileLauncherView.css.js';
37
37
 
38
- import type {ProfileType} from './ProfileHeader.js';
39
- import type {ProfilesPanel} from './ProfilesPanel.js';
38
+ import {type ProfileType} from './ProfileHeader.js';
39
+ import {type ProfilesPanel} from './ProfilesPanel.js';
40
40
 
41
41
  const UIStrings = {
42
42
  /**
@@ -6,8 +6,12 @@ import type * as Common from '../../core/common/common.js';
6
6
  import * as i18n from '../../core/i18n/i18n.js';
7
7
  import * as UI from '../../ui/legacy/legacy.js';
8
8
 
9
- import type {DataDisplayDelegate, ProfileHeader, StatusUpdate} from './ProfileHeader.js';
10
- import {Events as ProfileHeaderEvents} from './ProfileHeader.js';
9
+ import {
10
+ Events as ProfileHeaderEvents,
11
+ type DataDisplayDelegate,
12
+ type ProfileHeader,
13
+ type StatusUpdate,
14
+ } from './ProfileHeader.js';
11
15
 
12
16
  const UIStrings = {
13
17
  /**
@@ -16,12 +16,12 @@ import type * as SDK from '../../core/sdk/sdk.js';
16
16
  import * as UI from '../../ui/legacy/legacy.js';
17
17
 
18
18
  import {BottomUpProfileDataGridTree} from './BottomUpProfileDataGrid.js';
19
- import type {ProfileFlameChartDataProvider} from './CPUProfileFlameChart.js';
20
- import {CPUProfileFlameChart} from './CPUProfileFlameChart.js';
21
- import type {Formatter, ProfileDataGridNode} from './ProfileDataGrid.js';
22
- import {ProfileDataGridTree} from './ProfileDataGrid.js';
23
- import type {DataDisplayDelegate, ProfileType} from './ProfileHeader.js';
24
- import {Events, ProfileHeader} from './ProfileHeader.js';
19
+
20
+ import {CPUProfileFlameChart, type ProfileFlameChartDataProvider} from './CPUProfileFlameChart.js';
21
+
22
+ import {ProfileDataGridTree, type Formatter, type ProfileDataGridNode} from './ProfileDataGrid.js';
23
+
24
+ import {Events, ProfileHeader, type DataDisplayDelegate, type ProfileType} from './ProfileHeader.js';
25
25
  import {ProfileSidebarTreeElement} from './ProfileSidebarTreeElement.js';
26
26
  import {TopDownProfileDataGridTree} from './TopDownProfileDataGrid.js';
27
27
 
@@ -39,8 +39,12 @@ import heapProfilerStyles from './heapProfiler.css.js';
39
39
  import profilesPanelStyles from './profilesPanel.css.js';
40
40
  import profilesSidebarTreeStyles from './profilesSidebarTree.css.js';
41
41
 
42
- import type {DataDisplayDelegate, ProfileHeader, ProfileType} from './ProfileHeader.js';
43
- import {ProfileEvents as ProfileTypeEvents} from './ProfileHeader.js';
42
+ import {
43
+ ProfileEvents as ProfileTypeEvents,
44
+ type DataDisplayDelegate,
45
+ type ProfileHeader,
46
+ type ProfileType,
47
+ } from './ProfileHeader.js';
44
48
  import {Events as ProfileLauncherEvents, ProfileLauncherView} from './ProfileLauncherView.js';
45
49
  import {ProfileSidebarTreeElement, setSharedFileSelectorElement} from './ProfileSidebarTreeElement.js';
46
50
  import {instance} from './ProfileTypeRegistry.js';
@@ -30,8 +30,7 @@
30
30
  import type * as SDK from '../../core/sdk/sdk.js';
31
31
  import type * as UI from '../../ui/legacy/legacy.js';
32
32
 
33
- import type {Formatter} from './ProfileDataGrid.js';
34
- import {ProfileDataGridNode, ProfileDataGridTree} from './ProfileDataGrid.js';
33
+ import {ProfileDataGridNode, ProfileDataGridTree, type Formatter} from './ProfileDataGrid.js';
35
34
 
36
35
  export class TopDownProfileDataGridNode extends ProfileDataGridNode {
37
36
  remainingChildren: SDK.ProfileTreeModel.ProfileNode[];
@@ -11,7 +11,7 @@ import * as UI from '../../ui/legacy/legacy.js';
11
11
 
12
12
  import searchResultsPaneStyles from './searchResultsPane.css.js';
13
13
 
14
- import type {SearchConfig, SearchResult} from './SearchConfig.js';
14
+ import {type SearchConfig, type SearchResult} from './SearchConfig.js';
15
15
 
16
16
  const UIStrings = {
17
17
  /**
@@ -9,8 +9,7 @@ import * as UI from '../../ui/legacy/legacy.js';
9
9
 
10
10
  import searchViewStyles from './searchView.css.js';
11
11
 
12
- import type {SearchResult, SearchScope} from './SearchConfig.js';
13
- import {SearchConfig} from './SearchConfig.js';
12
+ import {SearchConfig, type SearchResult, type SearchScope} from './SearchConfig.js';
14
13
  import {SearchResultsPane} from './SearchResultsPane.js';
15
14
 
16
15
  const UIStrings = {
@@ -16,8 +16,13 @@ import mainViewStyles from './mainView.css.js';
16
16
  import originViewStyles from './originView.css.js';
17
17
  import sidebarStyles from './sidebar.css.js';
18
18
 
19
- import type {PageVisibleSecurityState} from './SecurityModel.js';
20
- import {Events, SecurityModel, SecurityStyleExplanation, SummaryMessages} from './SecurityModel.js';
19
+ import {
20
+ Events,
21
+ SecurityModel,
22
+ SecurityStyleExplanation,
23
+ SummaryMessages,
24
+ type PageVisibleSecurityState,
25
+ } from './SecurityModel.js';
21
26
 
22
27
  const UIStrings = {
23
28
  /**
@@ -40,7 +40,7 @@ import * as PanelComponents from './components/components.js';
40
40
 
41
41
  import settingsScreenStyles from './settingsScreen.css.js';
42
42
 
43
- import type {KeybindsSettingsTab} from './KeybindsSettingsTab.js';
43
+ import {type KeybindsSettingsTab} from './KeybindsSettingsTab.js';
44
44
 
45
45
  const UIStrings = {
46
46
  /**
@@ -8,8 +8,17 @@
8
8
  import type * as UI from '../../../../ui/legacy/legacy.js';
9
9
  import type * as Protocol from '../../../../generated/protocol.js';
10
10
 
11
- import type {Item, List, Parameters, ParamName, String as SHString} from './StructuredHeaders.js';
12
- import {parseList, ResultKind, serializeItem, serializeList} from './StructuredHeaders.js';
11
+ import {
12
+ parseList,
13
+ ResultKind,
14
+ serializeItem,
15
+ serializeList,
16
+ type Item,
17
+ type List,
18
+ type Parameters,
19
+ type ParamName,
20
+ type String as SHString,
21
+ } from './StructuredHeaders.js';
13
22
 
14
23
  /* Returned string is for error, either parseErrorString or structErrorString.
15
24
  */
@@ -33,8 +33,8 @@ import * as Workspace from '../../models/workspace/workspace.js';
33
33
  import type * as CodeMirror from '../../third_party/codemirror.next/codemirror.next.js';
34
34
  import * as SourceFrame from '../../ui/legacy/components/source_frame/source_frame.js';
35
35
 
36
- import type {SourcesView} from './SourcesView.js';
37
- import type {UISourceCodeFrame} from './UISourceCodeFrame.js';
36
+ import {type SourcesView} from './SourcesView.js';
37
+ import {type UISourceCodeFrame} from './UISourceCodeFrame.js';
38
38
 
39
39
  export const HistoryDepth = 20;
40
40
 
@@ -9,7 +9,7 @@ import * as QuickOpen from '../../ui/legacy/components/quick_open/quick_open.js'
9
9
  import * as UI from '../../ui/legacy/legacy.js';
10
10
 
11
11
  import {SourcesView} from './SourcesView.js';
12
- import type {UISourceCodeFrame} from './UISourceCodeFrame.js';
12
+ import {type UISourceCodeFrame} from './UISourceCodeFrame.js';
13
13
 
14
14
  const UIStrings = {
15
15
  /**
@@ -10,8 +10,13 @@ import type * as Workspace from '../../models/workspace/workspace.js';
10
10
  import type * as SourceFrame from '../../ui/legacy/components/source_frame/source_frame.js';
11
11
  import * as UI from '../../ui/legacy/legacy.js';
12
12
 
13
- import type {EditorAction, EditorClosedEvent, SourcesView} from './SourcesView.js';
14
- import {Events, registerEditorAction} from './SourcesView.js';
13
+ import {
14
+ Events,
15
+ registerEditorAction,
16
+ type EditorAction,
17
+ type EditorClosedEvent,
18
+ type SourcesView,
19
+ } from './SourcesView.js';
15
20
 
16
21
  const UIStrings = {
17
22
  /**
@@ -11,8 +11,13 @@ import * as Workspace from '../../models/workspace/workspace.js';
11
11
  import * as SourceFrame from '../../ui/legacy/components/source_frame/source_frame.js';
12
12
  import * as UI from '../../ui/legacy/legacy.js';
13
13
 
14
- import type {EditorAction, EditorClosedEvent, SourcesView} from './SourcesView.js';
15
- import {Events, registerEditorAction} from './SourcesView.js';
14
+ import {
15
+ Events,
16
+ registerEditorAction,
17
+ type EditorAction,
18
+ type EditorClosedEvent,
19
+ type SourcesView,
20
+ } from './SourcesView.js';
16
21
 
17
22
  const UIStrings = {
18
23
  /**
@@ -40,8 +40,7 @@ import * as Feedback from '../../ui/components/panel_feedback/panel_feedback.js'
40
40
  import * as UI from '../../ui/legacy/legacy.js';
41
41
  import * as Snippets from '../snippets/snippets.js';
42
42
 
43
- import type {NavigatorUISourceCodeTreeNode} from './NavigatorView.js';
44
- import {NavigatorView} from './NavigatorView.js';
43
+ import {NavigatorView, type NavigatorUISourceCodeTreeNode} from './NavigatorView.js';
45
44
  import sourcesNavigatorStyles from './sourcesNavigator.css.js';
46
45
 
47
46
  const UIStrings = {
@@ -46,7 +46,7 @@ import {CallStackSidebarPane} from './CallStackSidebarPane.js';
46
46
  import {DebuggerPausedMessage} from './DebuggerPausedMessage.js';
47
47
  import sourcesPanelStyles from './sourcesPanel.css.js';
48
48
 
49
- import type {NavigatorView} from './NavigatorView.js';
49
+ import {type NavigatorView} from './NavigatorView.js';
50
50
  import {
51
51
  ContentScriptsNavigatorView,
52
52
  FilesNavigatorView,
@@ -262,6 +262,9 @@ export class SourcesSearchScope implements Search.SearchConfig.SearchScope {
262
262
  content, queries[i], !searchConfig.ignoreCase(), searchConfig.isRegex());
263
263
  matches = Platform.ArrayUtilities.mergeOrdered(matches, nextMatches, matchesComparator);
264
264
  }
265
+ if (!searchConfig.queries().length) {
266
+ matches = [new TextUtils.ContentProvider.SearchMatch(0, (new TextUtils.Text.Text(content)).lineAt(0))];
267
+ }
265
268
  }
266
269
  if (matches && this.searchResultCallback) {
267
270
  const searchResult = new FileBasedSearchResult(uiSourceCode, matches);
@@ -16,8 +16,12 @@ import * as Components from './components/components.js';
16
16
  import {EditingLocationHistoryManager} from './EditingLocationHistoryManager.js';
17
17
  import sourcesViewStyles from './sourcesView.css.js';
18
18
 
19
- import type {EditorSelectedEvent, TabbedEditorContainerDelegate} from './TabbedEditorContainer.js';
20
- import {Events as TabbedEditorContainerEvents, TabbedEditorContainer} from './TabbedEditorContainer.js';
19
+ import {
20
+ Events as TabbedEditorContainerEvents,
21
+ TabbedEditorContainer,
22
+ type EditorSelectedEvent,
23
+ type TabbedEditorContainerDelegate,
24
+ } from './TabbedEditorContainer.js';
21
25
  import {Events as UISourceCodeFrameEvents, UISourceCodeFrame} from './UISourceCodeFrame.js';
22
26
 
23
27
  const UIStrings = {
@@ -46,7 +46,7 @@ import {CSSPlugin} from './CSSPlugin.js';
46
46
  import {DebuggerPlugin} from './DebuggerPlugin.js';
47
47
  import {MemoryProfilePlugin, PerformanceProfilePlugin} from './ProfilePlugin.js';
48
48
  import {JavaScriptCompilerPlugin} from './JavaScriptCompilerPlugin.js';
49
- import type {Plugin} from './Plugin.js';
49
+ import {type Plugin} from './Plugin.js';
50
50
  import {ScriptOriginPlugin} from './ScriptOriginPlugin.js';
51
51
  import {SnippetsPlugin} from './SnippetsPlugin.js';
52
52
  import {SourcesPanel} from './SourcesPanel.js';
@@ -35,9 +35,8 @@ import * as TimelineModel from '../../models/timeline_model/timeline_model.js';
35
35
  import * as PerfUI from '../../ui/legacy/components/perf_ui/perf_ui.js';
36
36
  import * as UI from '../../ui/legacy/legacy.js';
37
37
 
38
- import type {PerformanceModel, WindowChangedEvent} from './PerformanceModel.js';
39
- import {Events} from './PerformanceModel.js';
40
- import type {TimelineModeViewDelegate} from './TimelinePanel.js';
38
+ import {Events, type PerformanceModel, type WindowChangedEvent} from './PerformanceModel.js';
39
+ import {type TimelineModeViewDelegate} from './TimelinePanel.js';
41
40
 
42
41
  const UIStrings = {
43
42
  /**
@@ -10,8 +10,8 @@ import * as DataGrid from '../../ui/legacy/components/data_grid/data_grid.js';
10
10
  import * as UI from '../../ui/legacy/legacy.js';
11
11
 
12
12
  import {Category, IsLong} from './TimelineFilters.js';
13
- import type {TimelineModeViewDelegate} from './TimelinePanel.js';
14
- import {TimelineSelection} from './TimelinePanel.js';
13
+
14
+ import {TimelineSelection, type TimelineModeViewDelegate} from './TimelinePanel.js';
15
15
  import {TimelineTreeView} from './TimelineTreeView.js';
16
16
  import {TimelineUIUtils} from './TimelineUIUtils.js';
17
17
 
@@ -6,9 +6,9 @@ import type * as Platform from '../../core/platform/platform.js';
6
6
  import type * as SDK from '../../core/sdk/sdk.js';
7
7
  import type * as Extensions from '../../models/extensions/extensions.js';
8
8
 
9
- import type {PerformanceModel} from './PerformanceModel.js';
10
- import type {Client} from './TimelineLoader.js';
11
- import {TimelineLoader} from './TimelineLoader.js';
9
+ import {type PerformanceModel} from './PerformanceModel.js';
10
+
11
+ import {TimelineLoader, type Client} from './TimelineLoader.js';
12
12
 
13
13
  export class ExtensionTracingSession implements Extensions.ExtensionTraceProvider.TracingSession, Client {
14
14
  private readonly provider: Extensions.ExtensionTraceProvider.ExtensionTraceProvider;
@@ -10,14 +10,14 @@ import * as Components from '../../ui/legacy/components/utils/utils.js';
10
10
  import * as UI from '../../ui/legacy/legacy.js';
11
11
 
12
12
  import {EventsTimelineTreeView} from './EventsTimelineTreeView.js';
13
- import type {PerformanceModel} from './PerformanceModel.js';
14
- import {Events} from './PerformanceModel.js';
13
+
14
+ import {Events, type PerformanceModel} from './PerformanceModel.js';
15
15
  import {TimelineLayersView} from './TimelineLayersView.js';
16
16
  import {TimelinePaintProfilerView} from './TimelinePaintProfilerView.js';
17
- import type {TimelineModeViewDelegate} from './TimelinePanel.js';
18
- import {TimelineSelection} from './TimelinePanel.js';
19
- import type {TimelineTreeView} from './TimelineTreeView.js';
20
- import {BottomUpTimelineTreeView, CallTreeTimelineTreeView} from './TimelineTreeView.js';
17
+
18
+ import {TimelineSelection, type TimelineModeViewDelegate} from './TimelinePanel.js';
19
+
20
+ import {BottomUpTimelineTreeView, CallTreeTimelineTreeView, type TimelineTreeView} from './TimelineTreeView.js';
21
21
  import {TimelineDetailsContentHelper, TimelineUIUtils} from './TimelineUIUtils.js';
22
22
 
23
23
  const UIStrings = {
@@ -37,9 +37,9 @@ import * as UI from '../../ui/legacy/legacy.js';
37
37
  import * as Coverage from '../coverage/coverage.js';
38
38
  import * as Protocol from '../../generated/protocol.js';
39
39
 
40
- import type {PerformanceModel} from './PerformanceModel.js';
41
- import type {EventDispatchTypeDescriptor, TimelineCategory} from './TimelineUIUtils.js';
42
- import {TimelineUIUtils} from './TimelineUIUtils.js';
40
+ import {type PerformanceModel} from './PerformanceModel.js';
41
+
42
+ import {TimelineUIUtils, type EventDispatchTypeDescriptor, type TimelineCategory} from './TimelineUIUtils.js';
43
43
 
44
44
  const UIStrings = {
45
45
  /**
@@ -42,11 +42,11 @@ import * as ThemeSupport from '../../ui/legacy/theme_support/theme_support.js';
42
42
 
43
43
  import timelineFlamechartPopoverStyles from './timelineFlamechartPopover.css.js';
44
44
 
45
- import type {PerformanceModel} from './PerformanceModel.js';
45
+ import {type PerformanceModel} from './PerformanceModel.js';
46
46
  import {FlameChartStyle, Selection, TimelineFlameChartMarker} from './TimelineFlameChartView.js';
47
47
  import {TimelineSelection} from './TimelinePanel.js';
48
- import type {TimelineCategory} from './TimelineUIUtils.js';
49
- import {TimelineUIUtils, assignLayoutShiftsToClusters} from './TimelineUIUtils.js';
48
+
49
+ import {TimelineUIUtils, assignLayoutShiftsToClusters, type TimelineCategory} from './TimelineUIUtils.js';
50
50
 
51
51
  const UIStrings = {
52
52
  /**
@@ -15,7 +15,7 @@ import * as UI from '../../ui/legacy/legacy.js';
15
15
  import * as ThemeSupport from '../../ui/legacy/theme_support/theme_support.js';
16
16
  import * as Protocol from '../../generated/protocol.js';
17
17
 
18
- import type {PerformanceModel} from './PerformanceModel.js';
18
+ import {type PerformanceModel} from './PerformanceModel.js';
19
19
  import {FlameChartStyle, Selection} from './TimelineFlameChartView.js';
20
20
  import {TimelineSelection} from './TimelinePanel.js';
21
21
  import {TimelineUIUtils} from './TimelineUIUtils.js';
@@ -13,8 +13,8 @@ import * as PerfUI from '../../ui/legacy/components/perf_ui/perf_ui.js';
13
13
  import * as UI from '../../ui/legacy/legacy.js';
14
14
 
15
15
  import {CountersGraph} from './CountersGraph.js';
16
- import type {PerformanceModel, WindowChangedEvent} from './PerformanceModel.js';
17
- import {Events as PerformanceModelEvents} from './PerformanceModel.js';
16
+
17
+ import {Events as PerformanceModelEvents, type PerformanceModel, type WindowChangedEvent} from './PerformanceModel.js';
18
18
  import {TimelineDetailsView} from './TimelineDetailsView.js';
19
19
  import {TimelineRegExp} from './TimelineFilters.js';
20
20
  import {
@@ -22,11 +22,11 @@ import {
22
22
  TimelineFlameChartDataProvider,
23
23
  } from './TimelineFlameChartDataProvider.js';
24
24
  import {TimelineFlameChartNetworkDataProvider} from './TimelineFlameChartNetworkDataProvider.js';
25
- import type {TimelineModeViewDelegate} from './TimelinePanel.js';
26
- import {TimelineSelection} from './TimelinePanel.js';
25
+
26
+ import {TimelineSelection, type TimelineModeViewDelegate} from './TimelinePanel.js';
27
27
  import {AggregatedTimelineTreeView} from './TimelineTreeView.js';
28
- import type {TimelineMarkerStyle} from './TimelineUIUtils.js';
29
- import {TimelineUIUtils} from './TimelineUIUtils.js';
28
+
29
+ import {TimelineUIUtils, type TimelineMarkerStyle} from './TimelineUIUtils.js';
30
30
  import {WebVitalsIntegrator} from './WebVitalsTimelineUtils.js';
31
31
 
32
32
  const UIStrings = {
@@ -9,7 +9,7 @@ import * as UI from '../../ui/legacy/legacy.js';
9
9
 
10
10
  import timelineHistoryManagerStyles from './timelineHistoryManager.css.js';
11
11
 
12
- import type {PerformanceModel} from './PerformanceModel.js';
12
+ import {type PerformanceModel} from './PerformanceModel.js';
13
13
  import {
14
14
  TimelineEventOverviewCPUActivity,
15
15
  TimelineEventOverviewNetwork,
@@ -52,11 +52,10 @@ import timelineStatusDialogStyles from './timelineStatusDialog.css.js';
52
52
  import type * as Coverage from '../coverage/coverage.js';
53
53
  import * as MobileThrottling from '../mobile_throttling/mobile_throttling.js';
54
54
 
55
- import type {WindowChangedEvent} from './PerformanceModel.js';
56
- import {Events, PerformanceModel} from './PerformanceModel.js';
57
- import type {Client} from './TimelineController.js';
58
- import {TimelineController} from './TimelineController.js';
59
- import type {TimelineEventOverview} from './TimelineEventOverview.js';
55
+ import {Events, PerformanceModel, type WindowChangedEvent} from './PerformanceModel.js';
56
+
57
+ import {TimelineController, type Client} from './TimelineController.js';
58
+
60
59
  import {
61
60
  TimelineEventOverviewCoverage,
62
61
  TimelineEventOverviewCPUActivity,
@@ -65,6 +64,7 @@ import {
65
64
  TimelineEventOverviewNetwork,
66
65
  TimelineEventOverviewResponsiveness,
67
66
  TimelineFilmStripOverview,
67
+ type TimelineEventOverview,
68
68
  } from './TimelineEventOverview.js';
69
69
  import {TimelineFlameChartView} from './TimelineFlameChartView.js';
70
70
  import {TimelineHistoryManager} from './TimelineHistoryManager.js';
@@ -12,9 +12,9 @@ import * as DataGrid from '../../ui/legacy/components/data_grid/data_grid.js';
12
12
  import * as Components from '../../ui/legacy/components/utils/utils.js';
13
13
  import * as UI from '../../ui/legacy/legacy.js';
14
14
 
15
- import type {PerformanceModel} from './PerformanceModel.js';
15
+ import {type PerformanceModel} from './PerformanceModel.js';
16
16
  import {TimelineRegExp} from './TimelineFilters.js';
17
- import type {TimelineSelection} from './TimelinePanel.js';
17
+ import {type TimelineSelection} from './TimelinePanel.js';
18
18
  import {TimelineUIUtils} from './TimelineUIUtils.js';
19
19
 
20
20
  const UIStrings = {
@@ -30,8 +30,7 @@
30
30
 
31
31
  import type * as SDK from '../../core/sdk/sdk.js';
32
32
 
33
- import type {Client} from './TimelineController.js';
34
- import {TimelineController} from './TimelineController.js';
33
+ import {TimelineController, type Client} from './TimelineController.js';
35
34
  import {TimelineUIUtils} from './TimelineUIUtils.js';
36
35
  import {UIDevtoolsUtils} from './UIDevtoolsUtils.js';
37
36
 
@@ -6,8 +6,15 @@ import * as Host from '../../../core/host/host.js';
6
6
  import type * as LitHtml from '../../../ui/lit-html/lit-html.js';
7
7
  import * as i18n from '../../../core/i18n/i18n.js';
8
8
 
9
- import type {Event, Marker, Timebox, WebVitalsTimeline} from './WebVitalsTimeline.js';
10
- import {assertInstanceOf, LONG_TASK_THRESHOLD, MarkerType} from './WebVitalsTimeline.js';
9
+ import {
10
+ assertInstanceOf,
11
+ LONG_TASK_THRESHOLD,
12
+ MarkerType,
13
+ type Event,
14
+ type Marker,
15
+ type Timebox,
16
+ type WebVitalsTimeline,
17
+ } from './WebVitalsTimeline.js';
11
18
 
12
19
  type GetMarkerTypeCallback = (event: Event) => MarkerType;
13
20
  type GetMarkerOverlayCallback = (marker: Marker) => LitHtml.TemplateResult;
@@ -11,7 +11,7 @@ import * as LitHtml from '../../../ui/lit-html/lit-html.js';
11
11
  const coordinator = Coordinator.RenderCoordinator.RenderCoordinator.instance();
12
12
 
13
13
  import {WebVitalsEventLane, WebVitalsTimeboxLane} from './WebVitalsLane.js';
14
- import type {WebVitalsTooltip} from './WebVitalsTooltip.js';
14
+ import {type WebVitalsTooltip} from './WebVitalsTooltip.js';
15
15
 
16
16
  const UIStrings = {
17
17
  /**
@@ -2,7 +2,7 @@
2
2
  // Use of this source code is governed by a BSD-style license that can be
3
3
  // found in the LICENSE file.
4
4
 
5
- import type {NodeParamConnectionData, NodesConnectionData} from './GraphStyle.js';
5
+ import {type NodeParamConnectionData, type NodesConnectionData} from './GraphStyle.js';
6
6
  import {generateInputPortId, generateOutputPortId, generateParamPortId} from './NodeView.js';
7
7
 
8
8
  // A class that represents an edge of a graph, including node-to-node connection,
@@ -6,9 +6,15 @@ import * as Common from '../../../core/common/common.js';
6
6
  import * as Platform from '../../../core/platform/platform.js';
7
7
 
8
8
  import {EdgeTypes, EdgeView, generateEdgePortIdsByData} from './EdgeView.js';
9
- import type {
10
- NodeCreationData, NodeParamConnectionData, NodeParamDisconnectionData, NodesConnectionData, NodesDisconnectionData,
11
- NodesDisconnectionDataWithDestination, ParamCreationData} from './GraphStyle.js';
9
+ import {
10
+ type NodeCreationData,
11
+ type NodeParamConnectionData,
12
+ type NodeParamDisconnectionData,
13
+ type NodesConnectionData,
14
+ type NodesDisconnectionData,
15
+ type NodesDisconnectionDataWithDestination,
16
+ type ParamCreationData,
17
+ } from './GraphStyle.js';
12
18
  import {NodeLabelGenerator, NodeView} from './NodeView.js';
13
19
 
14
20
  // A class that tracks all the nodes and edges of an audio graph.
@@ -2,7 +2,6 @@
2
2
  // Use of this source code is governed by a BSD-style license that can be
3
3
  // found in the LICENSE file.
4
4
 
5
- import type {Point, Size} from './GraphStyle.js';
6
5
  import {
7
6
  AudioParamRadius,
8
7
  InputPortRadius,
@@ -10,6 +9,8 @@ import {
10
9
  TotalInputPortHeight,
11
10
  TotalOutputPortHeight,
12
11
  TotalParamPortHeight,
12
+ type Point,
13
+ type Size,
13
14
  } from './GraphStyle.js';
14
15
 
15
16
  /**
@@ -4,7 +4,6 @@
4
4
 
5
5
  import * as UI from '../../../ui/legacy/legacy.js';
6
6
 
7
- import type {NodeCreationData, NodeLayout, Port} from './GraphStyle.js';
8
7
  import {
9
8
  BottomPaddingWithoutParam,
10
9
  BottomPaddingWithParam,
@@ -17,6 +16,9 @@ import {
17
16
  TotalInputPortHeight,
18
17
  TotalOutputPortHeight,
19
18
  TotalParamPortHeight,
19
+ type NodeCreationData,
20
+ type NodeLayout,
21
+ type Port,
20
22
  } from './GraphStyle.js';
21
23
  import {calculateInputPortXY, calculateOutputPortXY, calculateParamPortXY} from './NodeRendererUtility.js';
22
24
 
@@ -1 +1 @@
1
- DisableFormat: true
1
+ DisableFormat: true
@@ -2,7 +2,7 @@
2
2
  // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
3
3
  // Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
4
4
 
5
- import type {LocalizedMessages, UIStrings} from './i18n-impl.js';
5
+ import {type LocalizedMessages, type UIStrings} from './i18n-impl.js';
6
6
 
7
7
  import * as IntlMessageFormat from '../intl-messageformat/intl-messageformat.js';
8
8