chrome-devtools-frontend 1.0.982087 → 1.0.995629

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 (489) hide show
  1. package/AUTHORS +2 -0
  2. package/config/gni/devtools_grd_files.gni +8 -7
  3. package/config/gni/devtools_image_files.gni +1 -0
  4. package/front_end/.eslintrc.js +10 -0
  5. package/front_end/Images/src/ic_rendering.svg +3 -0
  6. package/front_end/core/common/ParsedURL.ts +39 -28
  7. package/front_end/core/common/ResourceType.ts +1 -1
  8. package/front_end/core/common/SettingRegistration.ts +1 -0
  9. package/front_end/core/host/InspectorFrontendHost.ts +4 -4
  10. package/front_end/core/host/InspectorFrontendHostAPI.ts +7 -6
  11. package/front_end/core/host/Platform.ts +11 -2
  12. package/front_end/core/host/UserMetrics.ts +27 -2
  13. package/front_end/core/i18n/DevToolsLocale.ts +4 -0
  14. package/front_end/core/i18n/locales/af.json +76 -16
  15. package/front_end/core/i18n/locales/am.json +76 -16
  16. package/front_end/core/i18n/locales/ar.json +77 -17
  17. package/front_end/core/i18n/locales/as.json +76 -16
  18. package/front_end/core/i18n/locales/az.json +76 -16
  19. package/front_end/core/i18n/locales/be.json +75 -15
  20. package/front_end/core/i18n/locales/bg.json +76 -16
  21. package/front_end/core/i18n/locales/bn.json +76 -16
  22. package/front_end/core/i18n/locales/bs.json +88 -28
  23. package/front_end/core/i18n/locales/ca.json +76 -16
  24. package/front_end/core/i18n/locales/cs.json +76 -16
  25. package/front_end/core/i18n/locales/cy.json +76 -16
  26. package/front_end/core/i18n/locales/da.json +77 -17
  27. package/front_end/core/i18n/locales/de.json +178 -118
  28. package/front_end/core/i18n/locales/el.json +76 -16
  29. package/front_end/core/i18n/locales/en-GB.json +76 -16
  30. package/front_end/core/i18n/locales/en-US.json +193 -52
  31. package/front_end/core/i18n/locales/en-XL.json +193 -52
  32. package/front_end/core/i18n/locales/es-419.json +76 -16
  33. package/front_end/core/i18n/locales/es.json +76 -16
  34. package/front_end/core/i18n/locales/et.json +76 -16
  35. package/front_end/core/i18n/locales/eu.json +76 -16
  36. package/front_end/core/i18n/locales/fa.json +83 -23
  37. package/front_end/core/i18n/locales/fi.json +76 -16
  38. package/front_end/core/i18n/locales/fil.json +76 -16
  39. package/front_end/core/i18n/locales/fr-CA.json +76 -16
  40. package/front_end/core/i18n/locales/fr.json +76 -16
  41. package/front_end/core/i18n/locales/gl.json +76 -16
  42. package/front_end/core/i18n/locales/gu.json +76 -16
  43. package/front_end/core/i18n/locales/he.json +76 -16
  44. package/front_end/core/i18n/locales/hi.json +76 -16
  45. package/front_end/core/i18n/locales/hr.json +76 -16
  46. package/front_end/core/i18n/locales/hu.json +76 -16
  47. package/front_end/core/i18n/locales/hy.json +76 -16
  48. package/front_end/core/i18n/locales/id.json +79 -19
  49. package/front_end/core/i18n/locales/is.json +75 -15
  50. package/front_end/core/i18n/locales/it.json +124 -64
  51. package/front_end/core/i18n/locales/ja.json +76 -16
  52. package/front_end/core/i18n/locales/ka.json +76 -16
  53. package/front_end/core/i18n/locales/kk.json +76 -16
  54. package/front_end/core/i18n/locales/km.json +76 -16
  55. package/front_end/core/i18n/locales/kn.json +76 -16
  56. package/front_end/core/i18n/locales/ko.json +76 -16
  57. package/front_end/core/i18n/locales/ky.json +76 -16
  58. package/front_end/core/i18n/locales/lo.json +76 -16
  59. package/front_end/core/i18n/locales/lt.json +76 -16
  60. package/front_end/core/i18n/locales/lv.json +76 -16
  61. package/front_end/core/i18n/locales/mk.json +76 -16
  62. package/front_end/core/i18n/locales/ml.json +76 -16
  63. package/front_end/core/i18n/locales/mn.json +76 -16
  64. package/front_end/core/i18n/locales/mr.json +76 -16
  65. package/front_end/core/i18n/locales/ms.json +76 -16
  66. package/front_end/core/i18n/locales/my.json +78 -18
  67. package/front_end/core/i18n/locales/ne.json +76 -16
  68. package/front_end/core/i18n/locales/nl.json +77 -17
  69. package/front_end/core/i18n/locales/no.json +76 -16
  70. package/front_end/core/i18n/locales/or.json +76 -16
  71. package/front_end/core/i18n/locales/pa.json +76 -16
  72. package/front_end/core/i18n/locales/pl.json +78 -18
  73. package/front_end/core/i18n/locales/pt-PT.json +123 -63
  74. package/front_end/core/i18n/locales/pt.json +78 -18
  75. package/front_end/core/i18n/locales/ro.json +76 -16
  76. package/front_end/core/i18n/locales/ru.json +77 -17
  77. package/front_end/core/i18n/locales/si.json +76 -16
  78. package/front_end/core/i18n/locales/sk.json +76 -16
  79. package/front_end/core/i18n/locales/sl.json +76 -16
  80. package/front_end/core/i18n/locales/sq.json +76 -16
  81. package/front_end/core/i18n/locales/sr-Latn.json +76 -16
  82. package/front_end/core/i18n/locales/sr.json +76 -16
  83. package/front_end/core/i18n/locales/sv.json +76 -16
  84. package/front_end/core/i18n/locales/sw.json +76 -16
  85. package/front_end/core/i18n/locales/ta.json +77 -17
  86. package/front_end/core/i18n/locales/te.json +76 -16
  87. package/front_end/core/i18n/locales/th.json +76 -16
  88. package/front_end/core/i18n/locales/tr.json +76 -16
  89. package/front_end/core/i18n/locales/uk.json +76 -16
  90. package/front_end/core/i18n/locales/ur.json +76 -16
  91. package/front_end/core/i18n/locales/uz.json +77 -17
  92. package/front_end/core/i18n/locales/vi.json +76 -16
  93. package/front_end/core/i18n/locales/zh-HK.json +76 -16
  94. package/front_end/core/i18n/locales/zh-TW.json +76 -16
  95. package/front_end/core/i18n/locales/zh.json +76 -16
  96. package/front_end/core/i18n/locales/zu.json +76 -16
  97. package/front_end/core/platform/dom-utilities.ts +16 -0
  98. package/front_end/core/platform/platform.ts +2 -0
  99. package/front_end/core/protocol_client/InspectorBackend.ts +2 -1
  100. package/front_end/core/protocol_client/NodeURL.ts +1 -1
  101. package/front_end/core/root/Runtime.ts +6 -0
  102. package/front_end/core/sdk/AccessibilityModel.ts +7 -6
  103. package/front_end/core/sdk/CSSMatchedStyles.ts +71 -17
  104. package/front_end/core/sdk/CSSMetadata.ts +15 -0
  105. package/front_end/core/sdk/CSSModel.ts +9 -7
  106. package/front_end/core/sdk/CSSProperty.ts +97 -11
  107. package/front_end/core/sdk/CSSStyleSheetHeader.ts +9 -5
  108. package/front_end/core/sdk/CSSSupports.ts +4 -1
  109. package/front_end/core/sdk/ChildTargetManager.ts +3 -1
  110. package/front_end/core/sdk/Connections.ts +3 -2
  111. package/front_end/core/sdk/ConsoleModel.ts +6 -5
  112. package/front_end/core/sdk/Cookie.ts +4 -2
  113. package/front_end/core/sdk/DOMDebuggerModel.ts +10 -6
  114. package/front_end/core/sdk/DOMModel.ts +2 -2
  115. package/front_end/core/sdk/DebuggerModel.ts +27 -5
  116. package/front_end/core/sdk/HeapProfilerModel.ts +2 -1
  117. package/front_end/core/sdk/NetworkManager.ts +13 -12
  118. package/front_end/core/sdk/NetworkRequest.ts +1 -1
  119. package/front_end/core/sdk/PageLoad.ts +3 -1
  120. package/front_end/core/sdk/PageResourceLoader.ts +9 -7
  121. package/front_end/core/sdk/ProfileTreeModel.ts +3 -2
  122. package/front_end/core/sdk/RemoteObject.ts +18 -6
  123. package/front_end/core/sdk/ResourceTreeModel.ts +17 -11
  124. package/front_end/core/sdk/ScreenCaptureModel.ts +3 -0
  125. package/front_end/core/sdk/Script.ts +4 -3
  126. package/front_end/core/sdk/ServiceWorkerCacheModel.ts +2 -1
  127. package/front_end/core/sdk/SourceMap.ts +10 -6
  128. package/front_end/core/sdk/SourceMapManager.ts +47 -5
  129. package/front_end/core/sdk/TracingModel.ts +0 -9
  130. package/front_end/devtools_compatibility.js +1 -0
  131. package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -1
  132. package/front_end/entrypoints/lighthouse_worker/LighthouseWorkerService.ts +10 -3
  133. package/front_end/entrypoints/main/MainImpl.ts +22 -2
  134. package/front_end/generated/InspectorBackendCommands.js +79 -14
  135. package/front_end/generated/SupportedCSSProperties.js +21 -8
  136. package/front_end/generated/protocol-mapping.d.ts +4 -0
  137. package/front_end/generated/protocol-proxy-api.d.ts +5 -0
  138. package/front_end/generated/protocol.ts +158 -28
  139. package/front_end/legacy/legacy-defs.d.ts +0 -4
  140. package/front_end/legacy_test_runner/heap_profiler_test_runner/heap_profiler_test_runner.js +1 -1
  141. package/front_end/legacy_test_runner/test_runner/TestRunner.js +1 -0
  142. package/front_end/models/bindings/BreakpointManager.ts +68 -11
  143. package/front_end/models/bindings/CSSWorkspaceBinding.ts +9 -2
  144. package/front_end/models/bindings/CompilerScriptMapping.ts +3 -2
  145. package/front_end/models/bindings/ContentProviderBasedProject.ts +12 -9
  146. package/front_end/models/bindings/DebuggerLanguagePlugins.ts +10 -8
  147. package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +8 -1
  148. package/front_end/models/bindings/DefaultScriptMapping.ts +8 -2
  149. package/front_end/models/bindings/IgnoreListManager.ts +5 -5
  150. package/front_end/models/bindings/ResourceUtils.ts +5 -4
  151. package/front_end/models/emulation/EmulatedDevices.ts +17 -0
  152. package/front_end/models/extensions/ExtensionAPI.ts +5 -2
  153. package/front_end/models/extensions/ExtensionPanel.ts +2 -1
  154. package/front_end/models/extensions/ExtensionServer.ts +13 -8
  155. package/front_end/models/issues_manager/AttributionReportingIssue.ts +0 -63
  156. package/front_end/models/issues_manager/CookieIssue.ts +7 -0
  157. package/front_end/models/issues_manager/DeprecationIssue.ts +326 -8
  158. package/front_end/models/issues_manager/IssuesManager.ts +4 -0
  159. package/front_end/models/issues_manager/descriptions/CookieAttributeValueExceedsMaxSize.md +5 -0
  160. package/front_end/models/issues_manager/descriptions/deprecation.md +1 -1
  161. package/front_end/models/logs/LogManager.ts +2 -1
  162. package/front_end/models/logs/NetworkLog.ts +14 -12
  163. package/front_end/models/persistence/Automapping.ts +17 -16
  164. package/front_end/models/persistence/EditFileSystemView.ts +5 -4
  165. package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +24 -24
  166. package/front_end/models/persistence/IsolatedFileSystem.ts +2 -2
  167. package/front_end/models/persistence/IsolatedFileSystemManager.ts +7 -6
  168. package/front_end/models/persistence/NetworkPersistenceManager.ts +92 -54
  169. package/front_end/models/persistence/PersistenceImpl.ts +7 -7
  170. package/front_end/models/persistence/PlatformFileSystem.ts +7 -8
  171. package/front_end/models/persistence/WorkspaceSettingsTab.ts +3 -2
  172. package/front_end/models/text_utils/CodeMirrorUtils.ts +53 -0
  173. package/front_end/models/text_utils/text_utils.ts +2 -0
  174. package/front_end/models/timeline_model/TimelineModel.ts +31 -30
  175. package/front_end/models/timeline_model/TimelineProfileTree.ts +3 -2
  176. package/front_end/models/workspace/UISourceCode.ts +16 -14
  177. package/front_end/models/workspace/WorkspaceImpl.ts +40 -16
  178. package/front_end/panels/accessibility/AccessibilitySubPane.ts +2 -1
  179. package/front_end/panels/application/AppManifestView.ts +1 -1
  180. package/front_end/panels/application/ApplicationPanelCacheSection.ts +5 -4
  181. package/front_end/panels/application/ApplicationPanelSidebar.ts +34 -30
  182. package/front_end/panels/application/ApplicationPanelTreeElement.ts +5 -4
  183. package/front_end/panels/application/DatabaseQueryView.ts +2 -1
  184. package/front_end/panels/application/InterestGroupTreeElement.ts +3 -2
  185. package/front_end/panels/application/ReportingApiTreeElement.ts +3 -2
  186. package/front_end/panels/application/ResourcesPanel.ts +4 -3
  187. package/front_end/panels/application/ServiceWorkerCacheViews.ts +6 -1
  188. package/front_end/panels/application/TrustTokensTreeElement.ts +3 -2
  189. package/front_end/panels/application/components/BackForwardCacheStrings.ts +10 -1
  190. package/front_end/panels/application/components/BackForwardCacheView.ts +163 -13
  191. package/front_end/panels/application/components/backForwardCacheView.css +15 -4
  192. package/front_end/panels/browser_debugger/XHRBreakpointsSidebarPane.ts +19 -19
  193. package/front_end/panels/changes/ChangesView.ts +38 -0
  194. package/front_end/panels/console/ConsolePinPane.ts +7 -0
  195. package/front_end/panels/console/ConsolePrompt.ts +11 -1
  196. package/front_end/panels/console/ConsoleSidebar.ts +2 -1
  197. package/front_end/panels/console/ConsoleView.ts +57 -31
  198. package/front_end/panels/console/ConsoleViewMessage.ts +12 -9
  199. package/front_end/panels/console/ConsoleViewport.ts +2 -1
  200. package/front_end/panels/console/ErrorStackParser.ts +8 -4
  201. package/front_end/panels/console/consoleView.css +0 -1
  202. package/front_end/panels/coverage/CoverageListView.ts +1 -1
  203. package/front_end/panels/coverage/CoverageModel.ts +6 -6
  204. package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -1
  205. package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +7 -6
  206. package/front_end/panels/css_overview/components/cssOverviewStartView.css +0 -48
  207. package/front_end/panels/css_overview/cssOverviewCompletedView.css +5 -0
  208. package/front_end/panels/css_overview/cssOverviewSidebarPanel.css +2 -0
  209. package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +2 -1
  210. package/front_end/panels/elements/ComputedStyleWidget.ts +2 -1
  211. package/front_end/panels/elements/ElementStatePaneWidget.ts +4 -6
  212. package/front_end/panels/elements/ElementsPanel.ts +16 -5
  213. package/front_end/panels/elements/ImagePreviewPopover.ts +6 -4
  214. package/front_end/panels/elements/PropertiesWidget.ts +4 -24
  215. package/front_end/panels/elements/StyleEditorWidget.ts +2 -1
  216. package/front_end/panels/elements/StylePropertiesSection.ts +1614 -0
  217. package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -1
  218. package/front_end/panels/elements/StylePropertyTreeElement.ts +20 -1
  219. package/front_end/panels/elements/StylesSidebarPane.ts +97 -1675
  220. package/front_end/panels/elements/elements-legacy.ts +3 -3
  221. package/front_end/panels/elements/elements.ts +3 -0
  222. package/front_end/panels/elements/stylesSidebarPane.css +3 -1
  223. package/front_end/panels/input/InputTimeline.ts +1 -1
  224. package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +0 -50
  225. package/front_end/panels/issues/ComboBoxOfCheckBoxes.ts +14 -2
  226. package/front_end/panels/issues/IssueAggregator.ts +8 -0
  227. package/front_end/panels/issues/issues.ts +2 -0
  228. package/front_end/panels/lighthouse/LighthouseController.ts +5 -1
  229. package/front_end/panels/lighthouse/LighthousePanel.ts +3 -1
  230. package/front_end/panels/lighthouse/LighthouseTimespanView.ts +3 -3
  231. package/front_end/panels/network/BlockedURLsPane.ts +3 -2
  232. package/front_end/panels/network/NetworkConfigView.ts +6 -0
  233. package/front_end/panels/network/NetworkDataGridNode.ts +4 -0
  234. package/front_end/panels/network/NetworkLogView.ts +1 -1
  235. package/front_end/panels/network/RequestHTMLView.ts +1 -0
  236. package/front_end/panels/network/RequestHeadersView.ts +71 -10
  237. package/front_end/panels/network/networkLogView.css +9 -17
  238. package/front_end/panels/network/requestHeadersTree.css +16 -0
  239. package/front_end/panels/profiler/HeapSnapshotView.ts +2 -0
  240. package/front_end/panels/profiler/LiveHeapProfileView.ts +3 -1
  241. package/front_end/panels/profiler/ProfilesPanel.ts +2 -1
  242. package/front_end/panels/profiler/heapProfiler.css +15 -3
  243. package/front_end/panels/screencast/ScreencastView.ts +1 -1
  244. package/front_end/panels/search/SearchConfig.ts +2 -1
  245. package/front_end/panels/settings/KeybindsSettingsTab.ts +3 -2
  246. package/front_end/panels/settings/emulation/components/userAgentClientHintsForm.css +1 -2
  247. package/front_end/panels/snippets/ScriptSnippetFileSystem.ts +4 -4
  248. package/front_end/panels/sources/BreakpointEditDialog.ts +0 -1
  249. package/front_end/panels/sources/CSSPlugin.ts +6 -6
  250. package/front_end/panels/sources/CoveragePlugin.ts +2 -1
  251. package/front_end/panels/sources/DebuggerPlugin.ts +4 -4
  252. package/front_end/panels/sources/EditingLocationHistoryManager.ts +4 -1
  253. package/front_end/panels/sources/NavigatorView.ts +28 -20
  254. package/front_end/panels/sources/SearchSourcesView.ts +2 -2
  255. package/front_end/panels/sources/SourcesNavigator.ts +4 -2
  256. package/front_end/panels/sources/SourcesPanel.ts +4 -4
  257. package/front_end/panels/sources/SourcesSearchScope.ts +12 -8
  258. package/front_end/panels/sources/SourcesView.ts +3 -1
  259. package/front_end/panels/sources/TabbedEditorContainer.ts +1 -1
  260. package/front_end/panels/sources/components/HeadersView.ts +1 -1
  261. package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +9 -9
  262. package/front_end/panels/timeline/TimelinePanel.ts +1 -1
  263. package/front_end/panels/timeline/timelinePanel.css +1 -2
  264. package/front_end/panels/utils/utils.ts +97 -0
  265. package/front_end/third_party/codemirror.next/bundle.ts +27 -25
  266. package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
  267. package/front_end/third_party/codemirror.next/chunk/cpp.js +2 -2
  268. package/front_end/third_party/codemirror.next/chunk/java.js +2 -1
  269. package/front_end/third_party/codemirror.next/chunk/json.js +2 -2
  270. package/front_end/third_party/codemirror.next/chunk/legacy.js +1 -1
  271. package/front_end/third_party/codemirror.next/chunk/markdown.js +2 -2
  272. package/front_end/third_party/codemirror.next/chunk/php.js +2 -1
  273. package/front_end/third_party/codemirror.next/chunk/python.js +2 -2
  274. package/front_end/third_party/codemirror.next/chunk/wast.js +2 -1
  275. package/front_end/third_party/codemirror.next/chunk/xml.js +2 -1
  276. package/front_end/third_party/codemirror.next/codemirror.next.d.ts +1884 -2281
  277. package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
  278. package/front_end/third_party/codemirror.next/package.json +21 -32
  279. package/front_end/third_party/lit-html/README.chromium +3 -3
  280. package/front_end/third_party/lit-html/package/README.md +1 -1
  281. package/front_end/third_party/lit-html/package/async-directive.d.ts +1 -1
  282. package/front_end/third_party/lit-html/package/async-directive.js.map +1 -1
  283. package/front_end/third_party/lit-html/package/development/async-directive.d.ts +1 -1
  284. package/front_end/third_party/lit-html/package/development/async-directive.js.map +1 -1
  285. package/front_end/third_party/lit-html/package/development/directives/choose.d.ts +32 -0
  286. package/front_end/third_party/lit-html/package/development/directives/choose.d.ts.map +1 -0
  287. package/front_end/third_party/lit-html/package/development/directives/choose.js +41 -0
  288. package/front_end/third_party/lit-html/package/development/directives/choose.js.map +1 -0
  289. package/front_end/third_party/lit-html/package/development/directives/join.d.ts +21 -0
  290. package/front_end/third_party/lit-html/package/development/directives/join.d.ts.map +1 -0
  291. package/front_end/third_party/lit-html/package/development/directives/join.js +19 -0
  292. package/front_end/third_party/lit-html/package/development/directives/join.js.map +1 -0
  293. package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts +23 -0
  294. package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts.map +1 -0
  295. package/front_end/third_party/lit-html/package/development/directives/keyed.js +39 -0
  296. package/front_end/third_party/lit-html/package/development/directives/keyed.js.map +1 -0
  297. package/front_end/third_party/lit-html/package/development/directives/map.d.ts +23 -0
  298. package/front_end/third_party/lit-html/package/development/directives/map.d.ts.map +1 -0
  299. package/front_end/third_party/lit-html/package/development/directives/map.js +30 -0
  300. package/front_end/third_party/lit-html/package/development/directives/map.js.map +1 -0
  301. package/front_end/third_party/lit-html/package/development/directives/range.d.ts +24 -0
  302. package/front_end/third_party/lit-html/package/development/directives/range.d.ts.map +1 -0
  303. package/front_end/third_party/lit-html/package/development/directives/range.js +13 -0
  304. package/front_end/third_party/lit-html/package/development/directives/range.js.map +1 -0
  305. package/front_end/third_party/lit-html/package/development/directives/template-content.d.ts +1 -1
  306. package/front_end/third_party/lit-html/package/development/directives/when.d.ts +26 -0
  307. package/front_end/third_party/lit-html/package/development/directives/when.d.ts.map +1 -0
  308. package/front_end/third_party/lit-html/package/development/directives/when.js +9 -0
  309. package/front_end/third_party/lit-html/package/development/directives/when.js.map +1 -0
  310. package/front_end/third_party/lit-html/package/development/lit-html.d.ts +182 -1
  311. package/front_end/third_party/lit-html/package/development/lit-html.d.ts.map +1 -1
  312. package/front_end/third_party/lit-html/package/development/lit-html.js +187 -4
  313. package/front_end/third_party/lit-html/package/development/lit-html.js.map +1 -1
  314. package/front_end/third_party/lit-html/package/development/static.d.ts.map +1 -1
  315. package/front_end/third_party/lit-html/package/development/static.js +7 -0
  316. package/front_end/third_party/lit-html/package/development/static.js.map +1 -1
  317. package/front_end/third_party/lit-html/package/directives/choose.d.ts +32 -0
  318. package/front_end/third_party/lit-html/package/directives/choose.d.ts.map +1 -0
  319. package/front_end/third_party/lit-html/package/directives/choose.js +7 -0
  320. package/front_end/third_party/lit-html/package/directives/choose.js.map +1 -0
  321. package/front_end/third_party/lit-html/package/directives/class-map.js +1 -1
  322. package/front_end/third_party/lit-html/package/directives/guard.js +1 -1
  323. package/front_end/third_party/lit-html/package/directives/join.d.ts +21 -0
  324. package/front_end/third_party/lit-html/package/directives/join.d.ts.map +1 -0
  325. package/front_end/third_party/lit-html/package/directives/join.js +7 -0
  326. package/front_end/third_party/lit-html/package/directives/join.js.map +1 -0
  327. package/front_end/third_party/lit-html/package/directives/keyed.d.ts +23 -0
  328. package/front_end/third_party/lit-html/package/directives/keyed.d.ts.map +1 -0
  329. package/front_end/third_party/lit-html/package/directives/keyed.js +7 -0
  330. package/front_end/third_party/lit-html/package/directives/keyed.js.map +1 -0
  331. package/front_end/third_party/lit-html/package/directives/map.d.ts +23 -0
  332. package/front_end/third_party/lit-html/package/directives/map.d.ts.map +1 -0
  333. package/front_end/third_party/lit-html/package/directives/map.js +7 -0
  334. package/front_end/third_party/lit-html/package/directives/map.js.map +1 -0
  335. package/front_end/third_party/lit-html/package/directives/range.d.ts +24 -0
  336. package/front_end/third_party/lit-html/package/directives/range.d.ts.map +1 -0
  337. package/front_end/third_party/lit-html/package/directives/range.js +7 -0
  338. package/front_end/third_party/lit-html/package/directives/range.js.map +1 -0
  339. package/front_end/third_party/lit-html/package/directives/ref.js +1 -1
  340. package/front_end/third_party/lit-html/package/directives/repeat.js +1 -1
  341. package/front_end/third_party/lit-html/package/directives/style-map.js +1 -1
  342. package/front_end/third_party/lit-html/package/directives/template-content.d.ts +1 -1
  343. package/front_end/third_party/lit-html/package/directives/template-content.js +1 -1
  344. package/front_end/third_party/lit-html/package/directives/unsafe-html.js +1 -1
  345. package/front_end/third_party/lit-html/package/directives/until.js +1 -1
  346. package/front_end/third_party/lit-html/package/directives/when.d.ts +26 -0
  347. package/front_end/third_party/lit-html/package/directives/when.d.ts.map +1 -0
  348. package/front_end/third_party/lit-html/package/directives/when.js +7 -0
  349. package/front_end/third_party/lit-html/package/directives/when.js.map +1 -0
  350. package/front_end/third_party/lit-html/package/lit-html.d.ts +182 -1
  351. package/front_end/third_party/lit-html/package/lit-html.d.ts.map +1 -1
  352. package/front_end/third_party/lit-html/package/lit-html.js +1 -1
  353. package/front_end/third_party/lit-html/package/lit-html.js.map +1 -1
  354. package/front_end/third_party/lit-html/package/package.json +25 -1
  355. package/front_end/third_party/lit-html/package/private-ssr-support.js +1 -1
  356. package/front_end/third_party/lit-html/package/static.d.ts.map +1 -1
  357. package/front_end/third_party/lit-html/package/static.js +1 -1
  358. package/front_end/third_party/lit-html/package/static.js.map +1 -1
  359. package/front_end/third_party/puppeteer/README.chromium +1 -1
  360. package/front_end/third_party/puppeteer/package/README.md +12 -13
  361. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js +5 -1
  362. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js.map +1 -1
  363. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +5 -1
  364. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
  365. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.d.ts +2 -2
  366. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js +2 -2
  367. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts +2 -2
  368. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  369. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js +13 -6
  370. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
  371. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +5 -1
  372. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
  373. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts +1 -0
  374. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
  375. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js +4 -1
  376. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js.map +1 -1
  377. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts +1 -0
  378. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
  379. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js +10 -0
  380. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
  381. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts +4 -2
  382. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts.map +1 -1
  383. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.js.map +1 -1
  384. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
  385. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js +12 -1
  386. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js.map +1 -1
  387. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js +5 -1
  388. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js.map +1 -1
  389. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.d.ts.map +1 -1
  390. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js +7 -6
  391. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js.map +1 -1
  392. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js +8 -1
  393. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
  394. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js +6 -2
  395. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
  396. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js +6 -2
  397. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
  398. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +1 -1
  399. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts +2 -2
  400. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js +2 -2
  401. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts +2 -2
  402. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  403. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js +13 -6
  404. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
  405. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts +1 -0
  406. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
  407. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js +4 -1
  408. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js.map +1 -1
  409. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts +1 -0
  410. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
  411. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js +10 -0
  412. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
  413. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts +4 -2
  414. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts.map +1 -1
  415. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.js.map +1 -1
  416. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
  417. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js +12 -1
  418. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js.map +1 -1
  419. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.d.ts.map +1 -1
  420. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js +2 -5
  421. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js.map +1 -1
  422. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js +3 -0
  423. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
  424. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js +1 -1
  425. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
  426. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js +1 -1
  427. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js.map +1 -1
  428. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +1 -1
  429. package/front_end/third_party/puppeteer/package/lib/types.d.ts +10 -6
  430. package/front_end/third_party/puppeteer/package/package.json +17 -17
  431. package/front_end/ui/components/code_highlighter/CodeHighlighter.ts +1 -1
  432. package/front_end/ui/components/data_grid/DataGrid.ts +8 -9
  433. package/front_end/ui/components/data_grid/DataGridController.ts +3 -1
  434. package/front_end/ui/components/docs/panel_introduction_steps/basic.html +25 -0
  435. package/front_end/ui/components/docs/panel_introduction_steps/basic.ts +25 -0
  436. package/front_end/ui/components/input/input.ts +2 -2
  437. package/front_end/ui/components/linkifier/LinkifierUtils.ts +3 -1
  438. package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +44 -0
  439. package/front_end/ui/components/panel_introduction_steps/panelIntroductionSteps.css +56 -0
  440. package/front_end/ui/components/panel_introduction_steps/panel_introduction_steps.ts +5 -0
  441. package/front_end/ui/components/render_coordinator/RenderCoordinator.ts +3 -4
  442. package/front_end/ui/components/text_editor/TextEditor.ts +1 -1
  443. package/front_end/ui/components/text_editor/config.ts +1 -35
  444. package/front_end/ui/components/text_editor/javascript.ts +8 -8
  445. package/front_end/ui/components/tree_outline/TreeOutline.ts +10 -9
  446. package/front_end/ui/components/tree_outline/treeOutline.css +1 -1
  447. package/front_end/ui/legacy/ARIAUtils.ts +4 -2
  448. package/front_end/ui/legacy/ContextMenu.ts +14 -0
  449. package/front_end/ui/legacy/DockController.ts +2 -1
  450. package/front_end/ui/legacy/SettingsUI.ts +3 -3
  451. package/front_end/ui/legacy/SoftContextMenu.ts +43 -14
  452. package/front_end/ui/legacy/Toolbar.ts +16 -0
  453. package/front_end/ui/legacy/Treeoutline.ts +17 -7
  454. package/front_end/ui/legacy/UIUtils.ts +2 -2
  455. package/front_end/ui/legacy/View.ts +14 -8
  456. package/front_end/ui/legacy/ViewManager.ts +2 -1
  457. package/front_end/ui/legacy/ViewRegistration.ts +6 -0
  458. package/front_end/ui/legacy/Widget.ts +2 -1
  459. package/front_end/ui/legacy/components/color_picker/Spectrum.ts +43 -11
  460. package/front_end/ui/legacy/components/data_grid/DataGrid.ts +98 -48
  461. package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +4 -3
  462. package/front_end/ui/legacy/components/data_grid/dataGrid.css +24 -28
  463. package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +5 -11
  464. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +8 -1
  465. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +10 -7
  466. package/front_end/ui/legacy/components/perf_ui/LineLevelProfile.ts +11 -10
  467. package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +7 -1
  468. package/front_end/ui/legacy/components/utils/ImagePreview.ts +12 -7
  469. package/front_end/ui/legacy/components/utils/Linkifier.ts +7 -5
  470. package/front_end/ui/legacy/reportView.css +1 -0
  471. package/front_end/ui/legacy/splitWidget.css +1 -1
  472. package/front_end/ui/legacy/tabbedPane.css +1 -0
  473. package/front_end/ui/legacy/themeColors.css +1 -1
  474. package/front_end/ui/legacy/toolbar.css +17 -1
  475. package/front_end/ui/legacy/utils/focus-changed.ts +3 -1
  476. package/inspector_overlay/.eslintrc.js +9 -0
  477. package/package.json +17 -17
  478. package/scripts/eslint_rules/lib/check_component_naming.js +4 -0
  479. package/scripts/eslint_rules/lib/es_modules_import.js +6 -0
  480. package/scripts/eslint_rules/lib/inject_checkbox_styles.js +121 -0
  481. package/scripts/eslint_rules/tests/es_modules_import_test.js +12 -0
  482. package/scripts/eslint_rules/tests/inject_checkbox_styles_test.js +127 -0
  483. package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +0 -4
  484. package/front_end/models/issues_manager/descriptions/arAttributionTriggerDataTooLarge.md +0 -4
  485. package/front_end/models/issues_manager/descriptions/arInvalidAttributionData.md +0 -8
  486. package/front_end/models/issues_manager/descriptions/arInvalidEventSourceTriggerData.md +0 -9
  487. package/front_end/models/issues_manager/descriptions/arInvalidTriggerDedupKey.md +0 -5
  488. package/front_end/models/issues_manager/descriptions/arInvalidTriggerPriority.md +0 -5
  489. package/front_end/models/issues_manager/descriptions/arMissingAttributionData.md +0 -7
@@ -1325,6 +1325,21 @@
1325
1325
  "models/issues_manager/ContentSecurityPolicyIssue.ts | trustedTypesPolicyViolation": {
1326
1326
  "message": "Trusted Types — politikas pārkāpums"
1327
1327
  },
1328
+ "models/issues_manager/CookieIssue.ts | aSecure": {
1329
+ "message": "droša"
1330
+ },
1331
+ "models/issues_manager/CookieIssue.ts | anInsecure": {
1332
+ "message": "nedroša"
1333
+ },
1334
+ "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1335
+ "message": "First-Party Sets un atribūts SameParty"
1336
+ },
1337
+ "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1338
+ "message": "Kā darbojas shēmai atbilstoša sīkfailu Same-Site definēšana"
1339
+ },
1340
+ "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1341
+ "message": "Informācija par sīkfailiem SameSite"
1342
+ },
1328
1343
  "models/issues_manager/CorsIssue.ts | CORS": {
1329
1344
  "message": "Citas izcelsmes resursu kopīgošana (CORS)"
1330
1345
  },
@@ -1376,21 +1391,6 @@
1376
1391
  "models/issues_manager/QuirksModeIssue.ts | documentCompatibilityMode": {
1377
1392
  "message": "Dokumentu saderības režīms"
1378
1393
  },
1379
- "models/issues_manager/CookieIssue.ts | aSecure": {
1380
- "message": "droša"
1381
- },
1382
- "models/issues_manager/CookieIssue.ts | anInsecure": {
1383
- "message": "nedroša"
1384
- },
1385
- "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1386
- "message": "First-Party Sets un atribūts SameParty"
1387
- },
1388
- "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1389
- "message": "Kā darbojas shēmai atbilstoša sīkfailu Same-Site definēšana"
1390
- },
1391
- "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1392
- "message": "Informācija par sīkfailiem SameSite"
1393
- },
1394
1394
  "models/issues_manager/SharedArrayBufferIssue.ts | enablingSharedArrayBuffer": {
1395
1395
  "message": "Notiek SharedArrayBuffer iespējošana"
1396
1396
  },
@@ -3236,6 +3236,9 @@
3236
3236
  "panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
3237
3237
  "message": "Pilnīga saglabāšana kešatmiņā"
3238
3238
  },
3239
+ "panels/application/components/BackForwardCacheView.ts | blockingExtensionId": {
3240
+ "message": "Paplašinājuma ID: "
3241
+ },
3239
3242
  "panels/application/components/BackForwardCacheView.ts | circumstantial": {
3240
3243
  "message": "Nav jāveic nekādas darbības"
3241
3244
  },
@@ -4622,6 +4625,12 @@
4622
4625
  "panels/elements/EventListenersWidget.ts | showListenersOnTheAncestors": {
4623
4626
  "message": "Rādīt uztvērējus pie priekštečiem"
4624
4627
  },
4628
+ "panels/elements/LayersWidget.ts | cssLayersTitle": {
4629
+ "message": "CSS slāņi"
4630
+ },
4631
+ "panels/elements/LayersWidget.ts | toggleCSSLayers": {
4632
+ "message": "Pārslēgt CSS slāņu skata rādīšanu/slēpšanu"
4633
+ },
4625
4634
  "panels/elements/MarkerDecorator.ts | domBreakpoint": {
4626
4635
  "message": "DOM robežvērtība"
4627
4636
  },
@@ -4703,6 +4712,9 @@
4703
4712
  "panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
4704
4713
  "message": "Skatīt aprēķināto vērtību"
4705
4714
  },
4715
+ "panels/elements/StylesSidebarPane.ts | clickToRevealLayer": {
4716
+ "message": "Lai atklātu šo slāni slāņu kokā, noklikšķiniet uz šīs saites"
4717
+ },
4706
4718
  "panels/elements/StylesSidebarPane.ts | constructedStylesheet": {
4707
4719
  "message": "strukturēta stila lapa"
4708
4720
  },
@@ -4757,6 +4769,9 @@
4757
4769
  "panels/elements/StylesSidebarPane.ts | invalidString": {
4758
4770
  "message": "{PH1}, īpašuma nosaukums: {PH2}, īpašuma vērtība: {PH3}"
4759
4771
  },
4772
+ "panels/elements/StylesSidebarPane.ts | layer": {
4773
+ "message": "Slānis"
4774
+ },
4760
4775
  "panels/elements/StylesSidebarPane.ts | newStyleRule": {
4761
4776
  "message": "Jauna stila kārtula"
4762
4777
  },
@@ -5816,8 +5831,11 @@
5816
5831
  "panels/lighthouse/LighthouseController.ts | thereMayBeStoredDataAffectingSingular": {
5817
5832
  "message": "Iespējams, ielādes veiktspēju ietekmē dati, kas tiek glabāti šajā atrašanās vietā: {PH1}. Lai šie resursi neietekmētu jūsu rezultātus, pārbaudiet šo lapu inkognito logā."
5818
5833
  },
5834
+ "panels/lighthouse/LighthouseController.ts | timespan": {
5835
+ "message": "Laika posms"
5836
+ },
5819
5837
  "panels/lighthouse/LighthouseController.ts | useLegacyNavigation": {
5820
- "message": "Pārbaudiet lapu, izmantojot klasisko Lighthouse versiju navigācijas režīmā."
5838
+ "message": "Analizējiet lapu, izmantojot klasisko Lighthouse versiju navigācijas režīmā."
5821
5839
  },
5822
5840
  "panels/lighthouse/LighthouseController.ts | webSql": {
5823
5841
  "message": "Tīmekļa SQL"
@@ -5876,9 +5894,18 @@
5876
5894
  "panels/lighthouse/LighthouseStartView.ts | learnMore": {
5877
5895
  "message": "Uzzināt vairāk"
5878
5896
  },
5897
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeNavigation": {
5898
+ "message": "Analizēt navigāciju"
5899
+ },
5900
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeSnapshot": {
5901
+ "message": "Analizēt momentuzņēmumu"
5902
+ },
5879
5903
  "panels/lighthouse/LighthouseStartViewFR.ts | mode": {
5880
5904
  "message": "Režīms"
5881
5905
  },
5906
+ "panels/lighthouse/LighthouseStartViewFR.ts | startTimespan": {
5907
+ "message": "Sākt laika posmu"
5908
+ },
5882
5909
  "panels/lighthouse/LighthouseStatusView.ts | OfGlobalMobileUsersInWereOnGOrG": {
5883
5910
  "message": "2016. gadā 75% no mobilo ierīču lietotājiem visā pasaulē izmantoja 2G vai 3G savienojumu [avots: GSMA Mobile]"
5884
5911
  },
@@ -5966,6 +5993,18 @@
5966
5993
  "panels/lighthouse/LighthouseStatusView.ts | walmartSawAIncreaseInRevenueFor": {
5967
5994
  "message": "Uzlabojot lapas ielādes ātrumu, Walmart konstatēja, ka ar katru 100 ms uzlabojumu ieņēmumi pieaug par 1% [avots: WPO Stats]"
5968
5995
  },
5996
+ "panels/lighthouse/LighthouseTimespanView.ts | cancel": {
5997
+ "message": "Atcelt"
5998
+ },
5999
+ "panels/lighthouse/LighthouseTimespanView.ts | endTimespan": {
6000
+ "message": "Beigt laika posmu"
6001
+ },
6002
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarted": {
6003
+ "message": "Laika posms ir sākts. Sāciet mijiedarbību ar lapu."
6004
+ },
6005
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarting": {
6006
+ "message": "Notiek laika posma sākšana…"
6007
+ },
5969
6008
  "panels/lighthouse/lighthouse-meta.ts | showLighthouse": {
5970
6009
  "message": "Rādīt Lighthouse"
5971
6010
  },
@@ -9698,6 +9737,24 @@
9698
9737
  "panels/sources/WatchExpressionsSidebarPane.ts | refreshWatchExpressions": {
9699
9738
  "message": "Atsvaidzināt uzraudzības izteiksmes"
9700
9739
  },
9740
+ "panels/sources/components/HeadersView.ts | addHeader": {
9741
+ "message": "Pievienot galveni"
9742
+ },
9743
+ "panels/sources/components/HeadersView.ts | addHeaderOverride": {
9744
+ "message": "Pievienot galvenes ignorēšanu"
9745
+ },
9746
+ "panels/sources/components/HeadersView.ts | errorWhenParsing": {
9747
+ "message": "Analizējot failu {PH1}, radās kļūda."
9748
+ },
9749
+ "panels/sources/components/HeadersView.ts | parsingErrorExplainer": {
9750
+ "message": "Visticamāk, tas tāpēc, ka failā {PH1} ir sintakses kļūda. Varat atvērt failu ārējā redaktorā, lai izlabotu kļūdu, vai izdzēst un no jauna izveidot failu, kurā ir noteikta ignorēšana."
9751
+ },
9752
+ "panels/sources/components/HeadersView.ts | removeBlock": {
9753
+ "message": "Noņemt šo sadaļu: “ApplyTo”"
9754
+ },
9755
+ "panels/sources/components/HeadersView.ts | removeHeader": {
9756
+ "message": "Noņemt šo galveni"
9757
+ },
9701
9758
  "panels/sources/sources-meta.ts | activateBreakpoints": {
9702
9759
  "message": "Aktivizēt pārtraukumpunktus"
9703
9760
  },
@@ -10874,6 +10931,9 @@
10874
10931
  "panels/timeline/TimelineUIUtils.ts | pinchUpdate": {
10875
10932
  "message": "Savilkšanas atjauninājums"
10876
10933
  },
10934
+ "panels/timeline/TimelineUIUtils.ts | prePaint": {
10935
+ "message": "Pirms krāsošanas"
10936
+ },
10877
10937
  "panels/timeline/TimelineUIUtils.ts | preview": {
10878
10938
  "message": "Priekšskatīt"
10879
10939
  },
@@ -1325,6 +1325,21 @@
1325
1325
  "models/issues_manager/ContentSecurityPolicyIssue.ts | trustedTypesPolicyViolation": {
1326
1326
  "message": "Доверливи типови - прекршување на правилата"
1327
1327
  },
1328
+ "models/issues_manager/CookieIssue.ts | aSecure": {
1329
+ "message": "безбедно"
1330
+ },
1331
+ "models/issues_manager/CookieIssue.ts | anInsecure": {
1332
+ "message": "небезбеден"
1333
+ },
1334
+ "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1335
+ "message": "First-Party Sets и атрибутот SameParty"
1336
+ },
1337
+ "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1338
+ "message": "Како функционираат плановите за исти локации"
1339
+ },
1340
+ "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1341
+ "message": "Појаснување на колачињата за SameSite"
1342
+ },
1328
1343
  "models/issues_manager/CorsIssue.ts | CORS": {
1329
1344
  "message": "Споделување ресурс со вкрстено потекло (CORS)"
1330
1345
  },
@@ -1376,21 +1391,6 @@
1376
1391
  "models/issues_manager/QuirksModeIssue.ts | documentCompatibilityMode": {
1377
1392
  "message": "Режим за компатибилност на документи"
1378
1393
  },
1379
- "models/issues_manager/CookieIssue.ts | aSecure": {
1380
- "message": "безбедно"
1381
- },
1382
- "models/issues_manager/CookieIssue.ts | anInsecure": {
1383
- "message": "небезбеден"
1384
- },
1385
- "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1386
- "message": "First-Party Sets и атрибутот SameParty"
1387
- },
1388
- "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1389
- "message": "Како функционираат плановите за исти локации"
1390
- },
1391
- "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1392
- "message": "Појаснување на колачињата за SameSite"
1393
- },
1394
1394
  "models/issues_manager/SharedArrayBufferIssue.ts | enablingSharedArrayBuffer": {
1395
1395
  "message": "Се овозможува SharedArrayBuffer"
1396
1396
  },
@@ -3236,6 +3236,9 @@
3236
3236
  "panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
3237
3237
  "message": "Кеш за движење наназад и нанапред"
3238
3238
  },
3239
+ "panels/application/components/BackForwardCacheView.ts | blockingExtensionId": {
3240
+ "message": "ID на екстензија: "
3241
+ },
3239
3242
  "panels/application/components/BackForwardCacheView.ts | circumstantial": {
3240
3243
  "message": "Не може да се преземе дејство"
3241
3244
  },
@@ -4622,6 +4625,12 @@
4622
4625
  "panels/elements/EventListenersWidget.ts | showListenersOnTheAncestors": {
4623
4626
  "message": "Прикажи слушатели на претходниците"
4624
4627
  },
4628
+ "panels/elements/LayersWidget.ts | cssLayersTitle": {
4629
+ "message": "CSS-слоеви"
4630
+ },
4631
+ "panels/elements/LayersWidget.ts | toggleCSSLayers": {
4632
+ "message": "Вклучете/исклучете приказ на CSS-слоеви"
4633
+ },
4625
4634
  "panels/elements/MarkerDecorator.ts | domBreakpoint": {
4626
4635
  "message": "Точка на прекин за DOM"
4627
4636
  },
@@ -4703,6 +4712,9 @@
4703
4712
  "panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
4704
4713
  "message": "Прикажи ја пресметаната вредност"
4705
4714
  },
4715
+ "panels/elements/StylesSidebarPane.ts | clickToRevealLayer": {
4716
+ "message": "Кликнете за да се прикаже слојот во дрво на слоеви"
4717
+ },
4706
4718
  "panels/elements/StylesSidebarPane.ts | constructedStylesheet": {
4707
4719
  "message": "конструиран стилизатор"
4708
4720
  },
@@ -4757,6 +4769,9 @@
4757
4769
  "panels/elements/StylesSidebarPane.ts | invalidString": {
4758
4770
  "message": "{PH1}, име на својството: {PH2}, вредност на својството: {PH3}"
4759
4771
  },
4772
+ "panels/elements/StylesSidebarPane.ts | layer": {
4773
+ "message": "Слој"
4774
+ },
4760
4775
  "panels/elements/StylesSidebarPane.ts | newStyleRule": {
4761
4776
  "message": "Ново правило за стил"
4762
4777
  },
@@ -5816,8 +5831,11 @@
5816
5831
  "panels/lighthouse/LighthouseController.ts | thereMayBeStoredDataAffectingSingular": {
5817
5832
  "message": "Може да има складирани податоци што влијаат врз изведбата на вчитувањето во оваа локација: {PH1}. Проверете ја страницава во прозорец „Инкогнито“ за да спречите тие ресурси да влијаат на вашите резултати."
5818
5833
  },
5834
+ "panels/lighthouse/LighthouseController.ts | timespan": {
5835
+ "message": "Временска рамка"
5836
+ },
5819
5837
  "panels/lighthouse/LighthouseController.ts | useLegacyNavigation": {
5820
- "message": "Прегледајте ја страницата со класичен Lighthouse кога сте во режим на навигација."
5838
+ "message": "Анализирајте ја страницата со класичен Lighthouse кога сте во режим на навигација."
5821
5839
  },
5822
5840
  "panels/lighthouse/LighthouseController.ts | webSql": {
5823
5841
  "message": "Веб-SQL"
@@ -5876,9 +5894,18 @@
5876
5894
  "panels/lighthouse/LighthouseStartView.ts | learnMore": {
5877
5895
  "message": "Дознајте повеќе"
5878
5896
  },
5897
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeNavigation": {
5898
+ "message": "Анализиран навигација"
5899
+ },
5900
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeSnapshot": {
5901
+ "message": "Анализирај слика на состојбата"
5902
+ },
5879
5903
  "panels/lighthouse/LighthouseStartViewFR.ts | mode": {
5880
5904
  "message": "Режим"
5881
5905
  },
5906
+ "panels/lighthouse/LighthouseStartViewFR.ts | startTimespan": {
5907
+ "message": "Започни временска рамка"
5908
+ },
5882
5909
  "panels/lighthouse/LighthouseStatusView.ts | OfGlobalMobileUsersInWereOnGOrG": {
5883
5910
  "message": "75 % од глобалните мобилни корисници во 2016 г. беа на 2G или 3G [Извор: GSMA Mobile]"
5884
5911
  },
@@ -5966,6 +5993,18 @@
5966
5993
  "panels/lighthouse/LighthouseStatusView.ts | walmartSawAIncreaseInRevenueFor": {
5967
5994
  "message": "Walmart забележа 1 % раст на приходот за секои 100 ms подобрување во брзината на вчитување на страниците [Извор: WPO Stats]"
5968
5995
  },
5996
+ "panels/lighthouse/LighthouseTimespanView.ts | cancel": {
5997
+ "message": "Откажи"
5998
+ },
5999
+ "panels/lighthouse/LighthouseTimespanView.ts | endTimespan": {
6000
+ "message": "Заврши ја временската рамка"
6001
+ },
6002
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarted": {
6003
+ "message": "Временската рамка започна, комуницирајте со страницата"
6004
+ },
6005
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarting": {
6006
+ "message": "Временската рамка започнува…"
6007
+ },
5969
6008
  "panels/lighthouse/lighthouse-meta.ts | showLighthouse": {
5970
6009
  "message": "Прикажи Lighthouse"
5971
6010
  },
@@ -9698,6 +9737,24 @@
9698
9737
  "panels/sources/WatchExpressionsSidebarPane.ts | refreshWatchExpressions": {
9699
9738
  "message": "Освежи ги изразите за следење"
9700
9739
  },
9740
+ "panels/sources/components/HeadersView.ts | addHeader": {
9741
+ "message": "Додај заглавие"
9742
+ },
9743
+ "panels/sources/components/HeadersView.ts | addHeaderOverride": {
9744
+ "message": "Додај отфрлање заглавие"
9745
+ },
9746
+ "panels/sources/components/HeadersView.ts | errorWhenParsing": {
9747
+ "message": "Грешка при анализирање на „{PH1}“."
9748
+ },
9749
+ "panels/sources/components/HeadersView.ts | parsingErrorExplainer": {
9750
+ "message": "Ова веројатно е поради синтаксичка грешка во „{PH1}“. Пробајте да ја отворите датотекава во надворешен уредник за да ја поправите грешката или да ја избришете датотеката и повторно да го создадете отфрлањето."
9751
+ },
9752
+ "panels/sources/components/HeadersView.ts | removeBlock": {
9753
+ "message": "Отстрани ја секцијава „ApplyTo“"
9754
+ },
9755
+ "panels/sources/components/HeadersView.ts | removeHeader": {
9756
+ "message": "Отстрани го заглавиево"
9757
+ },
9701
9758
  "panels/sources/sources-meta.ts | activateBreakpoints": {
9702
9759
  "message": "Активирај ги точките на прекин"
9703
9760
  },
@@ -10874,6 +10931,9 @@
10874
10931
  "panels/timeline/TimelineUIUtils.ts | pinchUpdate": {
10875
10932
  "message": "Ажурирање со штипнување"
10876
10933
  },
10934
+ "panels/timeline/TimelineUIUtils.ts | prePaint": {
10935
+ "message": "Пред боење"
10936
+ },
10877
10937
  "panels/timeline/TimelineUIUtils.ts | preview": {
10878
10938
  "message": "Преглед"
10879
10939
  },
@@ -1325,6 +1325,21 @@
1325
1325
  "models/issues_manager/ContentSecurityPolicyIssue.ts | trustedTypesPolicyViolation": {
1326
1326
  "message": "വിശ്വസനീയ തരങ്ങൾ - നയ ലംഘനം"
1327
1327
  },
1328
+ "models/issues_manager/CookieIssue.ts | aSecure": {
1329
+ "message": "സുരക്ഷിതം"
1330
+ },
1331
+ "models/issues_manager/CookieIssue.ts | anInsecure": {
1332
+ "message": "സുരക്ഷിതമല്ലാത്തത്"
1333
+ },
1334
+ "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1335
+ "message": "First-Party Sets, SameParty ആട്രിബ്യൂട്ട് എന്നിവ"
1336
+ },
1337
+ "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1338
+ "message": "സ്കീംഫുൾ Same-Site എങ്ങനെ പ്രവർത്തിക്കുന്നു"
1339
+ },
1340
+ "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1341
+ "message": "SameSite കുക്കികൾ വിവരിച്ചിരിക്കുന്നു"
1342
+ },
1328
1343
  "models/issues_manager/CorsIssue.ts | CORS": {
1329
1344
  "message": "ക്രോസ്-ഒറിജിൻ ഉറവിട പങ്കിടൽ (CORS)"
1330
1345
  },
@@ -1376,21 +1391,6 @@
1376
1391
  "models/issues_manager/QuirksModeIssue.ts | documentCompatibilityMode": {
1377
1392
  "message": "ഡോക്യുമെന്റ് അനുയോജ്യതാ മോഡ്"
1378
1393
  },
1379
- "models/issues_manager/CookieIssue.ts | aSecure": {
1380
- "message": "സുരക്ഷിതം"
1381
- },
1382
- "models/issues_manager/CookieIssue.ts | anInsecure": {
1383
- "message": "സുരക്ഷിതമല്ലാത്തത്"
1384
- },
1385
- "models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
1386
- "message": "First-Party Sets, SameParty ആട്രിബ്യൂട്ട് എന്നിവ"
1387
- },
1388
- "models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
1389
- "message": "സ്കീംഫുൾ Same-Site എങ്ങനെ പ്രവർത്തിക്കുന്നു"
1390
- },
1391
- "models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
1392
- "message": "SameSite കുക്കികൾ വിവരിച്ചിരിക്കുന്നു"
1393
- },
1394
1394
  "models/issues_manager/SharedArrayBufferIssue.ts | enablingSharedArrayBuffer": {
1395
1395
  "message": "SharedArrayBuffer പ്രവർത്തനക്ഷമമാക്കുന്നു"
1396
1396
  },
@@ -3236,6 +3236,9 @@
3236
3236
  "panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
3237
3237
  "message": "ബാക്ക്/ഫോർവേഡ് കാഷെ"
3238
3238
  },
3239
+ "panels/application/components/BackForwardCacheView.ts | blockingExtensionId": {
3240
+ "message": "വിപുലീകരണ ഐഡി: "
3241
+ },
3239
3242
  "panels/application/components/BackForwardCacheView.ts | circumstantial": {
3240
3243
  "message": "നടപടിയെടുക്കാനാകാത്തവ"
3241
3244
  },
@@ -4622,6 +4625,12 @@
4622
4625
  "panels/elements/EventListenersWidget.ts | showListenersOnTheAncestors": {
4623
4626
  "message": "ആൻസെസ്റ്ററുകളിൽ ലിസണറുകൾ കാണിക്കുക"
4624
4627
  },
4628
+ "panels/elements/LayersWidget.ts | cssLayersTitle": {
4629
+ "message": "CSS ലെയറുകൾ"
4630
+ },
4631
+ "panels/elements/LayersWidget.ts | toggleCSSLayers": {
4632
+ "message": "CSS ലെയറുകൾ കാഴ്‌ച മാറ്റുക"
4633
+ },
4625
4634
  "panels/elements/MarkerDecorator.ts | domBreakpoint": {
4626
4635
  "message": "DOM ബ്രേക്ക്‌പോയിന്റ്"
4627
4636
  },
@@ -4703,6 +4712,9 @@
4703
4712
  "panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
4704
4713
  "message": "കണക്കാക്കിയ മൂല്യം കാണുക"
4705
4714
  },
4715
+ "panels/elements/StylesSidebarPane.ts | clickToRevealLayer": {
4716
+ "message": "ലെയർ ട്രീയിലെ ലെയർ കാണിക്കാൻ ക്ലിക്ക് ചെയ്യുക"
4717
+ },
4706
4718
  "panels/elements/StylesSidebarPane.ts | constructedStylesheet": {
4707
4719
  "message": "കൺസ്ട്രക്ട് ചെയ്ത സ്റ്റൈൽ ഷീറ്റ്"
4708
4720
  },
@@ -4757,6 +4769,9 @@
4757
4769
  "panels/elements/StylesSidebarPane.ts | invalidString": {
4758
4770
  "message": "{PH1}, പ്രോപ്പർട്ടിയുടെ പേര്: {PH2}, പ്രോപ്പർട്ടി മൂല്യം: {PH3}"
4759
4771
  },
4772
+ "panels/elements/StylesSidebarPane.ts | layer": {
4773
+ "message": "ലെയർ"
4774
+ },
4760
4775
  "panels/elements/StylesSidebarPane.ts | newStyleRule": {
4761
4776
  "message": "പുതിയ സ്റ്റൈൽ നയം"
4762
4777
  },
@@ -5816,8 +5831,11 @@
5816
5831
  "panels/lighthouse/LighthouseController.ts | thereMayBeStoredDataAffectingSingular": {
5817
5832
  "message": "ഈ ലൊക്കേഷനിലെ ലോഡിംഗ് പ്രകടനത്തെ ബാധിക്കുന്ന സംഭരിച്ച ഡാറ്റ ഉണ്ടായേക്കാം: {PH1}. നിങ്ങളുടെ സ്‌കോറിനെ ബാധിക്കുന്നതിൽ നിന്ന് ആ ഉറവിടങ്ങളെ തടയാൻ, അദൃശ്യ വിൻഡോയിൽ ഈ പേജ് ഓഡിറ്റ് ചെയ്യുക."
5818
5833
  },
5834
+ "panels/lighthouse/LighthouseController.ts | timespan": {
5835
+ "message": "ടൈംസ്‌പാൻ"
5836
+ },
5819
5837
  "panels/lighthouse/LighthouseController.ts | useLegacyNavigation": {
5820
- "message": "നാവിഗേഷൻ മോഡിലായിരിക്കുമ്പോൾ ക്ലാസിക് ലൈറ്റ്‌ഹൗസ് ഉപയോഗിച്ച് പേജ് ഓഡിറ്റ് ചെയ്യുക."
5838
+ "message": "നാവിഗേഷൻ മോഡിലായിരിക്കുമ്പോൾ ക്ലാസിക് ലൈറ്റ്‌ഹൗസ് ഉപയോഗിച്ച് പേജ് വിശകലനം ചെയ്യുക."
5821
5839
  },
5822
5840
  "panels/lighthouse/LighthouseController.ts | webSql": {
5823
5841
  "message": "വെബ് SQL"
@@ -5876,9 +5894,18 @@
5876
5894
  "panels/lighthouse/LighthouseStartView.ts | learnMore": {
5877
5895
  "message": "കൂടുതലറിയുക"
5878
5896
  },
5897
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeNavigation": {
5898
+ "message": "നാവിഗേഷൻ വിശകലനം ചെയ്യുക"
5899
+ },
5900
+ "panels/lighthouse/LighthouseStartViewFR.ts | analyzeSnapshot": {
5901
+ "message": "സ്‌നാപ്പ്‌ഷോട്ട് വിശകലനം ചെയ്യുക"
5902
+ },
5879
5903
  "panels/lighthouse/LighthouseStartViewFR.ts | mode": {
5880
5904
  "message": "മോഡ്"
5881
5905
  },
5906
+ "panels/lighthouse/LighthouseStartViewFR.ts | startTimespan": {
5907
+ "message": "ടൈംസ്‌പാൻ ആരംഭിക്കുക"
5908
+ },
5882
5909
  "panels/lighthouse/LighthouseStatusView.ts | OfGlobalMobileUsersInWereOnGOrG": {
5883
5910
  "message": "2016-ൽ 75% ആഗോള മൊബൈൽ ഉപയോക്താക്കൾ 2G-യിലോ 3G-യിലോ ആയിരുന്നു [ഉറവിടം: GSMA Mobile]"
5884
5911
  },
@@ -5966,6 +5993,18 @@
5966
5993
  "panels/lighthouse/LighthouseStatusView.ts | walmartSawAIncreaseInRevenueFor": {
5967
5994
  "message": "പേജ് ലോഡ് വേഗത ഓരോ 100 മില്ലി സെക്കൻഡ് കൂടുമ്പോഴും Walmart-ന്റെ വരുമാനം 1% വർദ്ധിച്ചു [ഉറവിടം: WPO Stats]"
5968
5995
  },
5996
+ "panels/lighthouse/LighthouseTimespanView.ts | cancel": {
5997
+ "message": "റദ്ദാക്കുക"
5998
+ },
5999
+ "panels/lighthouse/LighthouseTimespanView.ts | endTimespan": {
6000
+ "message": "ടൈംസ്‌പാൻ അവസാനിപ്പിക്കുക"
6001
+ },
6002
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarted": {
6003
+ "message": "ടൈംസ്‌പാൻ ആരംഭിച്ചു, പേജുമായി ഇടപഴകുക"
6004
+ },
6005
+ "panels/lighthouse/LighthouseTimespanView.ts | timespanStarting": {
6006
+ "message": "ടൈംസ്‌പാൻ ആരംഭിക്കുന്നു…"
6007
+ },
5969
6008
  "panels/lighthouse/lighthouse-meta.ts | showLighthouse": {
5970
6009
  "message": "Lighthouse കാണിക്കുക"
5971
6010
  },
@@ -9698,6 +9737,24 @@
9698
9737
  "panels/sources/WatchExpressionsSidebarPane.ts | refreshWatchExpressions": {
9699
9738
  "message": "വാച്ച് എക്‌സ്‌പ്രഷനുകൾ റീഫ്രഷ് ചെയ്യുക"
9700
9739
  },
9740
+ "panels/sources/components/HeadersView.ts | addHeader": {
9741
+ "message": "ഒരു ഹെഡ്ഡർ ചേർക്കുക"
9742
+ },
9743
+ "panels/sources/components/HeadersView.ts | addHeaderOverride": {
9744
+ "message": "ഹെഡ്ഡർ ഓവർറൈഡ് ചേർക്കുക"
9745
+ },
9746
+ "panels/sources/components/HeadersView.ts | errorWhenParsing": {
9747
+ "message": "''{PH1}'' വിശകലനം ചെയ്യുന്നതിൽ പിശക്."
9748
+ },
9749
+ "panels/sources/components/HeadersView.ts | parsingErrorExplainer": {
9750
+ "message": "''{PH1}'' എന്നതിലെ വാക്യഘടനയുമായി ബന്ധപ്പെട്ട പിശക് കാരണം ഇത് സംഭവിച്ചിരിക്കാനാണ് കൂടുതൽ സാധ്യത. പിശക് പരിഹരിക്കാൻ എക്‌സ്റ്റേണൽ എഡിറ്ററിൽ ഈ ഫയൽ തുറക്കാൻ ശ്രമിക്കുക അല്ലെങ്കിൽ ഫയൽ ഇല്ലാതാക്കിയ ശേഷം, അസാധുവായത് വീണ്ടും സൃഷ്ടിക്കുക."
9751
+ },
9752
+ "panels/sources/components/HeadersView.ts | removeBlock": {
9753
+ "message": "ഈ 'ApplyTo'-വിഭാഗം നീക്കം ചെയ്യുക"
9754
+ },
9755
+ "panels/sources/components/HeadersView.ts | removeHeader": {
9756
+ "message": "ഈ ഹെഡ്ഡർ നീക്കം ചെയ്യുക"
9757
+ },
9701
9758
  "panels/sources/sources-meta.ts | activateBreakpoints": {
9702
9759
  "message": "ബ്രേക്ക്‌പോയിന്റുകൾ സജീവമാക്കുക"
9703
9760
  },
@@ -10874,6 +10931,9 @@
10874
10931
  "panels/timeline/TimelineUIUtils.ts | pinchUpdate": {
10875
10932
  "message": "പിഞ്ച് അപ്ഡേറ്റ് ചെയ്യുക"
10876
10933
  },
10934
+ "panels/timeline/TimelineUIUtils.ts | prePaint": {
10935
+ "message": "പ്രീ-പെയിന്റ്"
10936
+ },
10877
10937
  "panels/timeline/TimelineUIUtils.ts | preview": {
10878
10938
  "message": "പ്രിവ്യൂ ചെയ്യുക"
10879
10939
  },