chrome-devtools-frontend 1.0.1362775 → 1.0.1376716
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.
- package/.eslintrc.js +1 -0
- package/.stylelintrc.json +2 -1
- package/.vscode/extensions.json +4 -4
- package/config/gni/devtools_grd_files.gni +43 -9
- package/config/gni/devtools_image_files.gni +5 -1
- package/docs/README.md +1 -5
- package/docs/checklist/javascript.md +45 -8
- package/docs/contributing/design.md +1 -1
- package/docs/contributing/issues.md +15 -0
- package/docs/contributing/settings-experiments-features.md +1 -1
- package/docs/cookbook/README.md +12 -0
- package/docs/cookbook/create_new_issues.md +91 -0
- package/docs/cookbook/dependencies.md +103 -0
- package/docs/cookbook/localization.md +320 -0
- package/docs/cookbook/navbar.md +8 -0
- package/docs/cookbook/release_management.md +60 -0
- package/docs/cookbook/uma_metrics.md +121 -0
- package/docs/dependencies.md +1 -100
- package/docs/l10n.md +1 -295
- package/docs/release_management.md +1 -53
- package/extensions/cxx_debugging/e2e/standalone/MemoryInspector_test.ts +1 -1
- package/extensions/cxx_debugging/e2e/tsconfig.json +1 -0
- package/extensions/cxx_debugging/src/ExtensionOptions.ts +6 -8
- package/extensions/cxx_debugging/tests/CreditsItem_test.ts +4 -4
- package/extensions/cxx_debugging/third_party/llvm/README.chromium +1 -1
- package/front_end/.eslintrc.js +0 -6
- package/front_end/Images/src/button-magic.svg +3 -0
- package/front_end/Images/src/center-focus-weak.svg +1 -0
- package/front_end/Images/src/history.svg +3 -0
- package/front_end/Images/src/home.svg +1 -0
- package/front_end/Images/src/performance-panel-delete-annotation.svg +32 -0
- package/front_end/Images/src/performance-panel-diagram.svg +19 -14
- package/front_end/Images/src/performance-panel-entry-label.svg +9 -16
- package/front_end/Images/src/performance-panel-time-range.svg +2 -8
- package/front_end/core/common/AppProvider.ts +1 -1
- package/front_end/core/common/Color.ts +10 -0
- package/front_end/core/common/Object.ts +2 -7
- package/front_end/core/common/ResourceType.test.ts +26 -26
- package/front_end/core/common/ResourceType.ts +21 -12
- package/front_end/core/common/Revealer.ts +5 -0
- package/front_end/core/common/SettingRegistration.ts +1 -1
- package/front_end/core/common/Settings.ts +6 -2
- package/front_end/core/host/AidaClient.ts +65 -1
- package/front_end/core/host/InspectorFrontendHost.ts +2 -2
- package/front_end/core/host/InspectorFrontendHostAPI.ts +8 -1
- package/front_end/core/host/ResourceLoader.ts +1 -1
- package/front_end/core/host/UserMetrics.ts +28 -13
- package/front_end/core/i18n/locales/af.json +598 -109
- package/front_end/core/i18n/locales/am.json +607 -118
- package/front_end/core/i18n/locales/ar.json +888 -399
- package/front_end/core/i18n/locales/as.json +603 -114
- package/front_end/core/i18n/locales/az.json +606 -117
- package/front_end/core/i18n/locales/be.json +599 -110
- package/front_end/core/i18n/locales/bg.json +598 -109
- package/front_end/core/i18n/locales/bn.json +609 -120
- package/front_end/core/i18n/locales/bs.json +607 -118
- package/front_end/core/i18n/locales/ca.json +601 -112
- package/front_end/core/i18n/locales/cs.json +605 -116
- package/front_end/core/i18n/locales/cy.json +603 -114
- package/front_end/core/i18n/locales/da.json +599 -110
- package/front_end/core/i18n/locales/de.json +604 -115
- package/front_end/core/i18n/locales/el.json +596 -107
- package/front_end/core/i18n/locales/en-GB.json +599 -110
- package/front_end/core/i18n/locales/es-419.json +600 -111
- package/front_end/core/i18n/locales/es.json +602 -113
- package/front_end/core/i18n/locales/et.json +601 -112
- package/front_end/core/i18n/locales/eu.json +605 -116
- package/front_end/core/i18n/locales/fa.json +609 -120
- package/front_end/core/i18n/locales/fi.json +598 -109
- package/front_end/core/i18n/locales/fil.json +605 -116
- package/front_end/core/i18n/locales/fr-CA.json +602 -113
- package/front_end/core/i18n/locales/fr.json +600 -111
- package/front_end/core/i18n/locales/gl.json +595 -106
- package/front_end/core/i18n/locales/gu.json +605 -116
- package/front_end/core/i18n/locales/he.json +603 -114
- package/front_end/core/i18n/locales/hi.json +600 -111
- package/front_end/core/i18n/locales/hr.json +600 -111
- package/front_end/core/i18n/locales/hu.json +600 -111
- package/front_end/core/i18n/locales/hy.json +599 -110
- package/front_end/core/i18n/locales/id.json +603 -114
- package/front_end/core/i18n/locales/is.json +598 -109
- package/front_end/core/i18n/locales/it.json +602 -113
- package/front_end/core/i18n/locales/ja.json +596 -107
- package/front_end/core/i18n/locales/ka.json +597 -108
- package/front_end/core/i18n/locales/kk.json +884 -395
- package/front_end/core/i18n/locales/km.json +605 -116
- package/front_end/core/i18n/locales/kn.json +606 -117
- package/front_end/core/i18n/locales/ko.json +591 -102
- package/front_end/core/i18n/locales/ky.json +599 -110
- package/front_end/core/i18n/locales/lo.json +608 -119
- package/front_end/core/i18n/locales/lt.json +597 -108
- package/front_end/core/i18n/locales/lv.json +606 -117
- package/front_end/core/i18n/locales/mk.json +885 -396
- package/front_end/core/i18n/locales/ml.json +601 -112
- package/front_end/core/i18n/locales/mn.json +599 -110
- package/front_end/core/i18n/locales/mr.json +601 -112
- package/front_end/core/i18n/locales/ms.json +602 -113
- package/front_end/core/i18n/locales/my.json +604 -115
- package/front_end/core/i18n/locales/ne.json +609 -120
- package/front_end/core/i18n/locales/nl.json +597 -108
- package/front_end/core/i18n/locales/no.json +601 -112
- package/front_end/core/i18n/locales/or.json +601 -112
- package/front_end/core/i18n/locales/pa.json +600 -111
- package/front_end/core/i18n/locales/pl.json +601 -112
- package/front_end/core/i18n/locales/pt-PT.json +600 -111
- package/front_end/core/i18n/locales/pt.json +596 -107
- package/front_end/core/i18n/locales/ro.json +601 -112
- package/front_end/core/i18n/locales/ru.json +609 -120
- package/front_end/core/i18n/locales/si.json +603 -114
- package/front_end/core/i18n/locales/sk.json +599 -110
- package/front_end/core/i18n/locales/sl.json +601 -112
- package/front_end/core/i18n/locales/sq.json +602 -113
- package/front_end/core/i18n/locales/sr-Latn.json +598 -109
- package/front_end/core/i18n/locales/sr.json +598 -109
- package/front_end/core/i18n/locales/sv.json +600 -111
- package/front_end/core/i18n/locales/sw.json +606 -117
- package/front_end/core/i18n/locales/ta.json +892 -403
- package/front_end/core/i18n/locales/te.json +604 -115
- package/front_end/core/i18n/locales/th.json +597 -108
- package/front_end/core/i18n/locales/tr.json +601 -112
- package/front_end/core/i18n/locales/uk.json +598 -109
- package/front_end/core/i18n/locales/ur.json +604 -115
- package/front_end/core/i18n/locales/uz.json +599 -110
- package/front_end/core/i18n/locales/vi.json +602 -113
- package/front_end/core/i18n/locales/zh-HK.json +599 -110
- package/front_end/core/i18n/locales/zh-TW.json +595 -106
- package/front_end/core/i18n/locales/zh.json +601 -112
- package/front_end/core/i18n/locales/zu.json +607 -118
- package/front_end/core/i18n/time-utilities.ts +7 -1
- package/front_end/core/platform/ArrayUtilities.ts +1 -0
- package/front_end/core/platform/DevToolsPath.ts +1 -1
- package/front_end/core/platform/Timing.ts +1 -1
- package/front_end/core/platform/UIString.ts +1 -1
- package/front_end/core/platform/UserVisibleError.ts +1 -1
- package/front_end/core/root/Runtime.ts +26 -9
- package/front_end/core/sdk/AccessibilityModel.ts +3 -4
- package/front_end/{panels/animation → core/sdk}/AnimationModel.test.ts +85 -6
- package/front_end/{panels/animation → core/sdk}/AnimationModel.ts +303 -37
- package/front_end/core/sdk/CPUProfilerModel.ts +3 -4
- package/front_end/core/sdk/CSSContainerQuery.ts +7 -5
- package/front_end/core/sdk/CSSLayer.ts +2 -2
- package/front_end/core/sdk/CSSMatchedStyles.test.ts +5 -0
- package/front_end/core/sdk/CSSMatchedStyles.ts +23 -12
- package/front_end/core/sdk/CSSMedia.ts +2 -2
- package/front_end/core/sdk/CSSMetadata.ts +27 -0
- package/front_end/core/sdk/CSSModel.ts +1 -0
- package/front_end/core/sdk/CSSProperty.ts +2 -2
- package/front_end/core/sdk/CSSQuery.ts +2 -2
- package/front_end/core/sdk/CSSRule.ts +2 -2
- package/front_end/core/sdk/CSSScope.ts +2 -2
- package/front_end/core/sdk/CSSStyleDeclaration.test.ts +10 -0
- package/front_end/core/sdk/CSSStyleDeclaration.ts +4 -4
- package/front_end/core/sdk/CSSStyleSheetHeader.ts +4 -4
- package/front_end/core/sdk/CSSSupports.ts +2 -2
- package/front_end/core/sdk/CookieModel.ts +1 -1
- package/front_end/core/sdk/DOMDebuggerModel.ts +1 -1
- package/front_end/core/sdk/DOMModel.ts +3 -3
- package/front_end/core/sdk/DebuggerModel.test.ts +2 -0
- package/front_end/core/sdk/DebuggerModel.ts +9 -3
- package/front_end/core/sdk/EmulationModel.ts +32 -0
- package/front_end/core/sdk/EnhancedTracesParser.test.ts +5 -9
- package/front_end/core/sdk/EnhancedTracesParser.ts +5 -10
- package/front_end/core/sdk/EventBreakpointsModel.ts +1 -2
- package/front_end/core/sdk/FrameAssociated.ts +1 -1
- package/front_end/core/sdk/FrameManager.ts +9 -7
- package/front_end/core/sdk/HeapProfilerModel.ts +3 -4
- package/front_end/core/sdk/IsolateManager.ts +2 -3
- package/front_end/core/sdk/LayerTreeBase.ts +2 -2
- package/front_end/core/sdk/NetworkManager.ts +1 -1
- package/front_end/core/sdk/OverlayModel.ts +2 -2
- package/front_end/core/sdk/OverlayPersistentHighlighter.ts +1 -1
- package/front_end/core/sdk/PageLoad.ts +1 -1
- package/front_end/core/sdk/PageResourceLoader.ts +1 -1
- package/front_end/core/sdk/RehydratingConnection.test.ts +190 -0
- package/front_end/core/sdk/RehydratingConnection.ts +310 -0
- package/front_end/core/sdk/RehydratingObject.ts +26 -2
- package/front_end/core/sdk/RemoteObject.ts +3 -3
- package/front_end/core/sdk/Resource.ts +2 -2
- package/front_end/core/sdk/ResourceTreeModel.ts +1 -1
- package/front_end/core/sdk/RuntimeModel.ts +31 -0
- package/front_end/core/sdk/SDKModel.ts +1 -1
- package/front_end/core/sdk/Script.ts +6 -6
- package/front_end/core/sdk/ServiceWorkerCacheModel.ts +5 -7
- package/front_end/core/sdk/SourceMap.ts +1 -1
- package/front_end/core/sdk/SourceMapManager.ts +1 -1
- package/front_end/core/sdk/SourceMapScopeChainEntry.ts +2 -2
- package/front_end/core/sdk/SourceMapScopesInfo.ts +2 -2
- package/front_end/core/sdk/Target.ts +3 -2
- package/front_end/core/sdk/TargetManager.ts +4 -1
- package/front_end/core/sdk/TraceObject.ts +8 -0
- package/front_end/core/sdk/WebAuthnModel.ts +20 -0
- package/front_end/core/sdk/sdk-meta.ts +7 -0
- package/front_end/core/sdk/sdk.ts +2 -0
- package/front_end/devtools_compatibility.js +3 -4
- package/front_end/entrypoints/formatter_worker/CSSFormatter.ts +1 -1
- package/front_end/entrypoints/formatter_worker/HTMLFormatter.ts +1 -1
- package/front_end/entrypoints/formatter_worker/IdentityFormatter.ts +1 -1
- package/front_end/entrypoints/formatter_worker/JSONFormatter.ts +1 -1
- package/front_end/entrypoints/formatter_worker/JavaScriptFormatter.ts +1 -1
- package/front_end/entrypoints/heap_snapshot_worker/AllocationProfile.ts +1 -1
- package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +107 -86
- package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshotLoader.ts +1 -1
- package/front_end/entrypoints/main/MainImpl.ts +21 -1
- package/front_end/generated/InspectorBackendCommands.js +15 -12
- package/front_end/generated/SupportedCSSProperties.js +35 -15
- package/front_end/generated/protocol-mapping.d.ts +14 -3
- package/front_end/generated/protocol-proxy-api.d.ts +16 -3
- package/front_end/generated/protocol.ts +63 -3
- package/front_end/legacy_test_runner/network_test_runner/network_test_runner.js +1 -0
- package/front_end/legacy_test_runner/sdk_test_runner/sdk_test_runner.js +4 -2
- package/front_end/models/bindings/CSSWorkspaceBinding.ts +2 -2
- package/front_end/models/bindings/CompilerScriptMapping.ts +1 -2
- package/front_end/models/bindings/DebuggerLanguagePlugins.test.ts +1 -1
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +2 -2
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +1 -1
- package/front_end/models/bindings/DefaultScriptMapping.ts +1 -1
- package/front_end/models/bindings/IgnoreListManager.test.ts +49 -12
- package/front_end/models/bindings/IgnoreListManager.ts +79 -5
- package/front_end/models/bindings/ResourceMapping.ts +1 -1
- package/front_end/models/bindings/StylesSourceMapping.ts +11 -6
- package/front_end/models/breakpoints/BreakpointManager.test.ts +1 -1
- package/front_end/models/extensions/ExtensionPanel.ts +1 -1
- package/front_end/models/extensions/ExtensionServer.test.ts +1 -1
- package/front_end/models/extensions/ExtensionServer.ts +1 -1
- package/front_end/models/extensions/ExtensionView.ts +1 -1
- package/front_end/models/extensions/LanguageExtensionEndpoint.ts +1 -1
- package/front_end/models/extensions/RecorderPluginManager.ts +1 -1
- package/front_end/models/har/HARFormat.ts +1 -0
- package/front_end/models/har/Importer.test.ts +16 -2
- package/front_end/models/har/Importer.ts +3 -3
- package/front_end/models/har/Log.test.ts +23 -0
- package/front_end/models/har/Log.ts +6 -4
- package/front_end/models/heap_snapshot_model/HeapSnapshotModel.ts +4 -2
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +59 -19
- package/front_end/models/issues_manager/BounceTrackingIssue.ts +1 -2
- package/front_end/models/issues_manager/CookieDeprecationMetadataIssue.ts +1 -1
- package/front_end/models/issues_manager/CookieIssue.ts +12 -0
- package/front_end/models/issues_manager/CorsIssue.ts +1 -1
- package/front_end/models/issues_manager/HeavyAdIssue.ts +1 -1
- package/front_end/models/issues_manager/Issue.ts +1 -1
- package/front_end/models/issues_manager/IssueResolver.ts +2 -2
- package/front_end/models/issues_manager/IssuesManager.ts +1 -1
- package/front_end/models/issues_manager/LowTextContrastIssue.ts +1 -1
- package/front_end/models/issues_manager/MixedContentIssue.ts +1 -1
- package/front_end/models/issues_manager/PropertyRuleIssue.ts +1 -1
- package/front_end/models/issues_manager/QuirksModeIssue.ts +1 -1
- package/front_end/models/issues_manager/RelatedIssue.ts +1 -1
- package/front_end/models/issues_manager/SharedArrayBufferIssue.ts +3 -3
- package/front_end/models/issues_manager/SourceFrameIssuesManager.ts +1 -1
- package/front_end/models/issues_manager/StylesheetLoadingIssue.ts +1 -1
- package/front_end/models/issues_manager/descriptions/arInvalidInfoHeader.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNavigationRegistrationUniqueScopeAlreadySet.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNoRegisterOsSourceHeader.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNoRegisterOsTriggerHeader.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNoRegisterSourceHeader.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNoRegisterTriggerHeader.md +5 -0
- package/front_end/models/issues_manager/descriptions/arNoWebOrOsSupport.md +4 -0
- package/front_end/models/issues_manager/descriptions/placeholderDescriptionForInvisibleIssues.md +3 -0
- package/front_end/models/javascript_metadata/NativeFunctions.js +132 -73
- package/front_end/models/live-metrics/LiveMetrics.ts +152 -48
- package/front_end/models/live-metrics/web-vitals-injected/OnEachInteraction.ts +24 -61
- package/front_end/models/live-metrics/web-vitals-injected/spec/spec.ts +50 -22
- package/front_end/models/live-metrics/web-vitals-injected/web-vitals-injected.ts +43 -5
- package/front_end/models/persistence/EditFileSystemView.ts +1 -1
- package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +2 -3
- package/front_end/models/persistence/IsolatedFileSystemManager.ts +2 -3
- package/front_end/models/persistence/WorkspaceSettingsTab.ts +2 -2
- package/front_end/models/text_utils/ContentProvider.ts +3 -3
- package/front_end/models/text_utils/StaticContentProvider.ts +1 -5
- package/front_end/models/text_utils/TextUtils.ts +1 -1
- package/front_end/models/text_utils/WasmDisassembly.ts +1 -1
- package/front_end/models/timeline_model/TimelineModelFilter.ts +2 -2
- package/front_end/models/timeline_model/TimelineProfileTree.test.ts +21 -21
- package/front_end/models/timeline_model/TimelineProfileTree.ts +1 -1
- package/front_end/models/trace/ModelImpl.test.ts +1 -1
- package/front_end/models/trace/ModelImpl.ts +10 -27
- package/front_end/models/trace/Processor.test.ts +16 -15
- package/front_end/models/trace/Processor.ts +38 -10
- package/front_end/models/trace/extras/FilmStrip.ts +2 -2
- package/front_end/models/trace/extras/ThirdParties.test.ts +117 -0
- package/front_end/models/trace/extras/ThirdParties.ts +207 -0
- package/front_end/models/trace/extras/extras.ts +1 -0
- package/front_end/models/trace/handlers/FramesHandler.ts +12 -5
- package/front_end/models/trace/handlers/InitiatorsHandler.test.ts +40 -0
- package/front_end/models/trace/handlers/InitiatorsHandler.ts +9 -0
- package/front_end/models/trace/handlers/LayoutShiftsHandler.test.ts +2 -2
- package/front_end/models/trace/handlers/LayoutShiftsHandler.ts +27 -1
- package/front_end/models/trace/handlers/MetaHandler.ts +4 -0
- package/front_end/models/trace/handlers/NetworkRequestsHandler.ts +2 -2
- package/front_end/models/trace/handlers/PageLoadMetricsHandler.ts +1 -1
- package/front_end/models/trace/handlers/RendererHandler.test.ts +5 -5
- package/front_end/models/trace/handlers/SamplesHandler.test.ts +2 -2
- package/front_end/models/trace/handlers/ScreenshotsHandler.test.ts +5 -4
- package/front_end/models/trace/handlers/ScreenshotsHandler.ts +7 -5
- package/front_end/models/trace/handlers/Threads.ts +2 -2
- package/front_end/models/trace/handlers/WarningsHandler.ts +1 -1
- package/front_end/models/trace/helpers/Network.ts +20 -2
- package/front_end/models/trace/helpers/SyntheticEvents.test.ts +1 -1
- package/front_end/models/trace/helpers/Timing.test.ts +29 -0
- package/front_end/models/trace/helpers/Timing.ts +18 -0
- package/front_end/models/trace/helpers/Trace.test.ts +34 -3
- package/front_end/models/trace/helpers/Trace.ts +12 -0
- package/front_end/models/trace/helpers/TreeHelpers.test.ts +70 -0
- package/front_end/models/trace/helpers/TreeHelpers.ts +170 -1
- package/front_end/models/trace/insights/Common.ts +1 -1
- package/front_end/models/trace/insights/CumulativeLayoutShift.test.ts +46 -2
- package/front_end/models/trace/insights/CumulativeLayoutShift.ts +164 -47
- package/front_end/models/trace/insights/DocumentLatency.test.ts +22 -11
- package/front_end/models/trace/insights/DocumentLatency.ts +9 -6
- package/front_end/models/trace/insights/FontDisplay.ts +5 -1
- package/front_end/models/trace/insights/InteractionToNextPaint.ts +4 -3
- package/front_end/models/trace/insights/LargestContentfulPaint.test.ts +9 -1
- package/front_end/models/trace/insights/LargestContentfulPaint.ts +26 -6
- package/front_end/models/trace/insights/RenderBlocking.test.ts +10 -16
- package/front_end/models/trace/insights/RenderBlocking.ts +6 -4
- package/front_end/models/trace/insights/SlowCSSSelector.ts +3 -1
- package/front_end/models/trace/insights/ThirdPartyWeb.ts +21 -178
- package/front_end/models/trace/insights/Viewport.ts +1 -0
- package/front_end/models/trace/insights/types.ts +14 -11
- package/front_end/models/trace/lantern/core/NetworkAnalyzer.test.ts +4 -4
- package/front_end/models/trace/lantern/core/NetworkAnalyzer.ts +9 -5
- package/front_end/models/trace/lantern/graph/BaseNode.ts +2 -2
- package/front_end/models/trace/lantern/graph/PageDependencyGraph.ts +4 -3
- package/front_end/models/trace/lantern/simulation/Simulator.ts +1 -1
- package/front_end/models/trace/lantern/simulation/TCPConnection.ts +1 -1
- package/front_end/models/trace/lantern/testing/MetricTestUtils.ts +5 -1
- package/front_end/models/trace/root-causes/LayoutShift.ts +3 -20
- package/front_end/models/trace/types/Extensions.ts +3 -7
- package/front_end/models/trace/types/File.ts +2 -8
- package/front_end/models/trace/types/TraceEvents.ts +78 -6
- package/front_end/models/workspace/UISourceCode.test.ts +3 -3
- package/front_end/models/workspace/WorkspaceImpl.ts +1 -1
- package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +1 -1
- package/front_end/panels/accessibility/AccessibilitySidebarView.ts +1 -1
- package/front_end/panels/animation/AnimationGroupPreviewUI.ts +3 -3
- package/front_end/panels/animation/AnimationTimeline.test.ts +15 -15
- package/front_end/panels/animation/AnimationTimeline.ts +85 -53
- package/front_end/panels/animation/AnimationUI.ts +5 -6
- package/front_end/panels/animation/animation-meta.ts +15 -0
- package/front_end/panels/animation/animation.ts +0 -4
- package/front_end/panels/application/ApplicationPanelSidebar.test.ts +106 -0
- package/front_end/panels/application/ApplicationPanelSidebar.ts +127 -20
- package/front_end/panels/application/ApplicationPanelTreeElement.ts +1 -1
- package/front_end/panels/application/BackForwardCacheTreeElement.ts +1 -1
- package/front_end/panels/application/BounceTrackingMitigationsTreeElement.ts +1 -1
- package/front_end/panels/application/DOMStorageItemsView.ts +4 -2
- package/front_end/panels/application/ExtensionStorageItemsView.test.ts +161 -0
- package/front_end/panels/application/ExtensionStorageItemsView.ts +241 -0
- package/front_end/panels/application/ExtensionStorageModel.test.ts +27 -0
- package/front_end/panels/application/ExtensionStorageModel.ts +66 -14
- package/front_end/panels/application/IndexedDBViews.ts +14 -19
- package/front_end/panels/application/InterestGroupTreeElement.ts +1 -1
- package/front_end/panels/application/OpenedWindowDetailsView.ts +2 -3
- package/front_end/panels/application/PreloadingTreeElement.ts +1 -1
- package/front_end/panels/application/ReportingApiTreeElement.ts +1 -1
- package/front_end/panels/application/ResourcesPanel.ts +18 -1
- package/front_end/panels/application/ServiceWorkerCacheTreeElement.ts +1 -1
- package/front_end/panels/application/SharedStorageItemsView.test.ts +1 -20
- package/front_end/panels/application/SharedStorageListTreeElement.ts +1 -1
- package/front_end/panels/application/SharedStorageTreeElement.ts +2 -2
- package/front_end/panels/application/StorageBucketsTreeElement.ts +1 -1
- package/front_end/panels/application/TrustTokensTreeElement.ts +1 -1
- package/front_end/panels/application/application.ts +2 -0
- package/front_end/panels/application/components/BackForwardCacheStrings.ts +1 -0
- package/front_end/panels/application/components/BackForwardCacheView.ts +76 -72
- package/front_end/panels/application/components/BounceTrackingMitigationsView.ts +32 -33
- package/front_end/panels/application/components/EndpointsGrid.ts +5 -5
- package/front_end/panels/application/components/FrameDetailsView.ts +118 -135
- package/front_end/panels/application/components/InterestGroupAccessGrid.ts +11 -15
- package/front_end/panels/application/components/OriginTrialTreeView.ts +36 -34
- package/front_end/panels/application/components/PermissionsPolicySection.ts +32 -35
- package/front_end/panels/application/components/ProtocolHandlersView.ts +15 -14
- package/front_end/panels/application/components/ReportsGrid.ts +10 -10
- package/front_end/panels/application/components/ServiceWorkerRouterView.ts +0 -1
- package/front_end/panels/application/components/SharedStorageAccessGrid.ts +11 -16
- package/front_end/panels/application/components/SharedStorageMetadataView.ts +16 -14
- package/front_end/panels/application/components/StackTrace.ts +20 -22
- package/front_end/panels/application/components/StorageMetadataView.ts +18 -18
- package/front_end/panels/application/components/TrustTokensView.ts +16 -16
- package/front_end/panels/application/preloading/PreloadingView.ts +18 -15
- package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.test.ts +2 -2
- package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.ts +8 -13
- package/front_end/panels/application/preloading/components/PreloadingDetailsReportView.ts +41 -47
- package/front_end/panels/application/preloading/components/PreloadingDisabledInfobar.ts +15 -13
- package/front_end/panels/application/preloading/components/PreloadingGrid.test.ts +1 -1
- package/front_end/panels/application/preloading/components/PreloadingGrid.ts +11 -12
- package/front_end/panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts +4 -5
- package/front_end/panels/application/preloading/components/PreloadingString.ts +7 -0
- package/front_end/panels/application/preloading/components/RuleSetDetailsView.ts +11 -10
- package/front_end/panels/application/preloading/components/RuleSetGrid.ts +24 -23
- package/front_end/panels/application/preloading/components/UsedPreloadingView.ts +50 -57
- package/front_end/panels/application/resourcesSidebar.css +0 -3
- package/front_end/panels/autofill/AutofillView.ts +19 -17
- package/front_end/panels/console/ConsoleFilter.ts +1 -1
- package/front_end/panels/console/ConsoleSidebar.ts +1 -1
- package/front_end/panels/console/ConsoleView.ts +1 -1
- package/front_end/panels/console/ConsoleViewMessage.ts +2 -2
- package/front_end/panels/console/consoleView.css +4 -3
- package/front_end/panels/coverage/CoverageDecorationManager.ts +1 -1
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +1 -1
- package/front_end/panels/css_overview/CSSOverviewController.ts +2 -2
- package/front_end/panels/css_overview/CSSOverviewModel.ts +2 -3
- package/front_end/panels/css_overview/CSSOverviewPanel.ts +5 -7
- package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +13 -13
- package/front_end/panels/elements/AccessibilityTreeUtils.ts +9 -6
- package/front_end/panels/elements/CSSRuleValidator.ts +0 -5
- package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +3 -5
- package/front_end/panels/elements/ComputedStyleWidget.ts +6 -4
- package/front_end/panels/elements/ElementStatePaneWidget.ts +5 -0
- package/front_end/panels/elements/ElementsPanel.ts +11 -10
- package/front_end/panels/elements/ElementsTreeElement.ts +36 -1
- package/front_end/panels/elements/ElementsTreeOutline.ts +1 -1
- package/front_end/panels/elements/PropertyMatchers.test.ts +57 -0
- package/front_end/panels/elements/PropertyMatchers.ts +78 -1
- package/front_end/panels/elements/StyleEditorWidget.ts +2 -2
- package/front_end/panels/elements/StylePropertiesSection.test.ts +1 -0
- package/front_end/panels/elements/StylePropertyHighlighter.test.ts +1 -0
- package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -2
- package/front_end/panels/elements/StylePropertyTreeElement.test.ts +126 -3
- package/front_end/panels/elements/StylePropertyTreeElement.ts +101 -28
- package/front_end/panels/elements/StylesSidebarPane.test.ts +2 -0
- package/front_end/panels/elements/TopLayerContainer.ts +1 -2
- package/front_end/panels/elements/components/AccessibilityTreeNode.ts +8 -7
- package/front_end/panels/elements/components/AdornerSettingsPane.ts +3 -4
- package/front_end/panels/elements/components/AnchorFunctionLinkSwatch.ts +8 -7
- package/front_end/panels/elements/components/CSSHintDetailsView.ts +3 -2
- package/front_end/panels/elements/components/CSSPropertyDocsView.ts +3 -2
- package/front_end/panels/elements/components/CSSQuery.ts +0 -1
- package/front_end/panels/elements/components/CSSVariableValueView.ts +1 -3
- package/front_end/panels/elements/components/ComputedStyleProperty.ts +0 -1
- package/front_end/panels/elements/components/ComputedStyleTrace.ts +0 -1
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +15 -13
- package/front_end/panels/elements/components/ElementsBreadcrumbsUtils.ts +1 -1
- package/front_end/panels/elements/components/ElementsTreeExpandButton.ts +6 -4
- package/front_end/panels/elements/components/LayoutPane.ts +8 -8
- package/front_end/panels/elements/components/QueryContainer.test.ts +2 -3
- package/front_end/panels/elements/components/QueryContainer.ts +9 -10
- package/front_end/panels/elements/components/StylePropertyEditor.ts +4 -4
- package/front_end/panels/elements/components/computedStyleProperty.css +2 -1
- package/front_end/panels/elements/components/cssPropertyDocsView.css +3 -2
- package/front_end/panels/elements/elementsTreeOutline.css +17 -0
- package/front_end/panels/elements/stylePropertiesTreeOutline.css +13 -0
- package/front_end/panels/elements/stylesSidebarPane.css +2 -2
- package/front_end/panels/emulation/DeviceModeWrapper.ts +1 -1
- package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +3 -3
- package/front_end/panels/event_listeners/EventListenersView.ts +2 -2
- package/front_end/panels/event_listeners/eventListenersView.css +4 -3
- package/front_end/panels/explain/components/ConsoleInsight.test.ts +56 -8
- package/front_end/panels/explain/components/ConsoleInsight.ts +99 -81
- package/front_end/panels/explain/components/consoleInsight.css +0 -9
- package/front_end/panels/explain/explain-meta.ts +1 -12
- package/front_end/panels/freestyler/AiAgent.test.ts +92 -12
- package/front_end/panels/freestyler/AiAgent.ts +345 -54
- package/front_end/panels/freestyler/DrJonesFileAgent.test.ts +228 -0
- package/front_end/panels/freestyler/DrJonesFileAgent.ts +192 -0
- package/front_end/panels/freestyler/DrJonesNetworkAgent.test.ts +136 -73
- package/front_end/panels/freestyler/DrJonesNetworkAgent.ts +251 -146
- package/front_end/panels/freestyler/DrJonesPerformanceAgent.test.ts +241 -0
- package/front_end/panels/freestyler/DrJonesPerformanceAgent.ts +197 -0
- package/front_end/panels/freestyler/FreestylerAgent.test.ts +258 -85
- package/front_end/panels/freestyler/FreestylerAgent.ts +124 -167
- package/front_end/panels/freestyler/FreestylerEvaluateAction.test.ts +61 -37
- package/front_end/panels/freestyler/FreestylerEvaluateAction.ts +18 -14
- package/front_end/panels/freestyler/FreestylerPanel.test.ts +562 -15
- package/front_end/panels/freestyler/FreestylerPanel.ts +469 -105
- package/front_end/panels/freestyler/components/FreestylerChatUi.test.ts +53 -4
- package/front_end/panels/freestyler/components/FreestylerChatUi.ts +434 -191
- package/front_end/panels/freestyler/components/UserActionRow.test.ts +60 -0
- package/front_end/panels/freestyler/components/{ProvideFeedback.ts → UserActionRow.ts} +58 -29
- package/front_end/panels/freestyler/components/freestylerChatUi.css +148 -93
- package/front_end/panels/freestyler/components/userActionRow.css +149 -0
- package/front_end/panels/freestyler/freestyler-meta.ts +108 -26
- package/front_end/panels/freestyler/freestyler.ts +3 -1
- package/front_end/panels/issues/AffectedResourcesView.ts +2 -2
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +19 -4
- package/front_end/panels/issues/CorsIssueDetailsView.ts +6 -6
- package/front_end/panels/issues/GenericIssueDetailsView.ts +3 -3
- package/front_end/panels/issues/IssueAggregator.ts +10 -1
- package/front_end/panels/issues/IssueView.ts +2 -2
- package/front_end/panels/issues/components/ElementsPanelLink.ts +3 -2
- package/front_end/panels/issues/components/HideIssuesMenu.ts +17 -8
- package/front_end/panels/lighthouse/LighthouseController.ts +2 -2
- package/front_end/panels/lighthouse/LighthousePanel.ts +1 -1
- package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +2 -6
- package/front_end/panels/lighthouse/LighthouseStartView.ts +2 -2
- package/front_end/panels/lighthouse/LighthouseStatusView.ts +1 -1
- package/front_end/panels/lighthouse/LighthouseTimespanView.ts +1 -1
- package/front_end/panels/linear_memory_inspector/LinearMemoryInspectorController.ts +2 -2
- package/front_end/panels/linear_memory_inspector/LinearMemoryInspectorPane.ts +8 -2
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryHighlightChipList.ts +6 -7
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryInspector.test.ts +11 -0
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryInspector.ts +26 -36
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryNavigator.ts +5 -5
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts +12 -16
- package/front_end/panels/linear_memory_inspector/components/LinearMemoryViewer.ts +1 -3
- package/front_end/panels/linear_memory_inspector/components/ValueInterpreterDisplay.ts +5 -5
- package/front_end/panels/linear_memory_inspector/components/ValueInterpreterSettings.ts +0 -1
- package/front_end/panels/media/EventDisplayTable.ts +1 -1
- package/front_end/panels/media/EventTimelineView.ts +1 -1
- package/front_end/panels/media/PlayerDetailView.ts +3 -3
- package/front_end/panels/media/PlayerListView.ts +2 -2
- package/front_end/panels/mobile_throttling/ThrottlingManager.ts +23 -29
- package/front_end/panels/network/BinaryResourceView.ts +3 -2
- package/front_end/panels/network/NetworkConfigView.ts +1 -2
- package/front_end/panels/network/NetworkDataGridNode.test.ts +29 -0
- package/front_end/panels/network/NetworkDataGridNode.ts +60 -158
- package/front_end/panels/network/NetworkFrameGrouper.ts +1 -1
- package/front_end/panels/network/NetworkItemView.ts +1 -1
- package/front_end/panels/network/NetworkLogView.test.ts +29 -0
- package/front_end/panels/network/NetworkLogView.ts +3 -3
- package/front_end/panels/network/NetworkLogViewColumns.ts +4 -6
- package/front_end/panels/network/NetworkPanel.test.ts +3 -22
- package/front_end/panels/network/NetworkPanel.ts +26 -7
- package/front_end/panels/network/NetworkWaterfallColumn.ts +7 -8
- package/front_end/panels/network/RequestResponseView.test.ts +28 -1
- package/front_end/panels/network/RequestResponseView.ts +17 -14
- package/front_end/panels/network/ResourceWebSocketFrameView.ts +3 -1
- package/front_end/panels/network/components/EditableSpan.ts +0 -1
- package/front_end/panels/network/components/HeaderSectionRow.test.ts +1 -1
- package/front_end/panels/network/components/HeaderSectionRow.ts +31 -31
- package/front_end/panels/network/components/RequestHeaderSection.ts +10 -15
- package/front_end/panels/network/components/RequestHeadersView.css +7 -0
- package/front_end/panels/network/components/RequestHeadersView.ts +25 -26
- package/front_end/panels/network/components/RequestTrustTokensView.ts +33 -36
- package/front_end/panels/network/components/ResponseHeaderSection.ts +8 -10
- package/front_end/panels/network/components/WebBundleInfoView.ts +13 -11
- package/front_end/panels/network/networkConfigView.css +13 -5
- package/front_end/panels/network/networkLogView.css +35 -16
- package/front_end/panels/network/networkPanel.css +2 -1
- package/front_end/panels/network/requestHTMLView.css +1 -0
- package/front_end/panels/profiler/BottomUpProfileDataGrid.ts +3 -3
- package/front_end/panels/profiler/HeapProfileView.ts +1 -1
- package/front_end/panels/profiler/HeapProfilerPanel.ts +2 -2
- package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +14 -13
- package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +15 -11
- package/front_end/panels/profiler/HeapSnapshotProxy.ts +7 -7
- package/front_end/panels/profiler/ProfileLauncherView.ts +3 -3
- package/front_end/panels/protocol_monitor/ProtocolMonitor.ts +4 -2
- package/front_end/panels/protocol_monitor/components/JSONEditor.ts +25 -18
- package/front_end/panels/protocol_monitor/components/Toolbar.ts +4 -4
- package/front_end/panels/recorder/RecorderController.ts +39 -43
- package/front_end/panels/recorder/components/ControlButton.ts +1 -1
- package/front_end/panels/recorder/components/CreateRecordingView.ts +15 -15
- package/front_end/panels/recorder/components/ExtensionView.ts +9 -8
- package/front_end/panels/recorder/components/RecordingListView.ts +15 -13
- package/front_end/panels/recorder/components/RecordingView.ts +92 -84
- package/front_end/panels/recorder/components/ReplaySection.ts +6 -6
- package/front_end/panels/recorder/components/SelectButton.ts +21 -20
- package/front_end/panels/recorder/components/StartView.ts +15 -20
- package/front_end/panels/recorder/components/StepEditor.ts +3 -3
- package/front_end/panels/recorder/components/StepView.ts +20 -20
- package/front_end/panels/recorder/components/TimelineSection.ts +3 -2
- package/front_end/panels/recorder/components/recordingView.css +1 -4
- package/front_end/panels/recorder/components/selectButton.css +6 -50
- package/front_end/panels/recorder/converters/ExtensionConverter.ts +2 -2
- package/front_end/panels/recorder/converters/JSONConverter.ts +1 -1
- package/front_end/panels/recorder/converters/LighthouseConverter.ts +1 -1
- package/front_end/panels/recorder/converters/PuppeteerConverter.ts +1 -1
- package/front_end/panels/recorder/converters/PuppeteerReplayConverter.ts +1 -1
- package/front_end/panels/recorder/injected/RecordingClient.ts +7 -10
- package/front_end/panels/recorder/injected/SelectorComputer.ts +5 -5
- package/front_end/panels/recorder/injected/SelectorPicker.ts +2 -2
- package/front_end/panels/recorder/injected/Step.ts +1 -1
- package/front_end/panels/recorder/injected/injected.ts +1 -1
- package/front_end/panels/recorder/injected/selectors/ARIASelector.ts +1 -1
- package/front_end/panels/recorder/injected/selectors/PierceSelector.ts +6 -7
- package/front_end/panels/recorder/injected/selectors/TextSelector.ts +3 -5
- package/front_end/panels/recorder/injected/util.ts +1 -1
- package/front_end/panels/recorder/models/RecorderShortcutHelper.ts +1 -1
- package/front_end/panels/recorder/models/RecordingPlayer.ts +1 -1
- package/front_end/panels/recorder/models/RecordingSession.ts +4 -4
- package/front_end/panels/recorder/models/RecordingSettings.ts +1 -4
- package/front_end/panels/recorder/models/RecordingStorage.ts +1 -1
- package/front_end/panels/recorder/models/SDKUtils.ts +3 -2
- package/front_end/panels/recorder/models/ScreenshotUtils.ts +1 -1
- package/front_end/panels/recorder/models/Section.ts +2 -2
- package/front_end/panels/recorder/recorderController.css +38 -18
- package/front_end/panels/screencast/ScreencastApp.ts +1 -1
- package/front_end/panels/screencast/ScreencastView.ts +1 -1
- package/front_end/panels/search/SearchResultsPane.ts +1 -2
- package/front_end/panels/search/SearchView.ts +1 -3
- package/front_end/panels/search/searchView.css +5 -1
- package/front_end/panels/security/CookieReportTreeElement.ts +26 -0
- package/front_end/panels/security/OriginTreeElement.ts +20 -7
- package/front_end/panels/security/SecurityPanel.ts +64 -15
- package/front_end/panels/security/{SecurityAndPrivacyPanelSidebar.ts → SecurityPanelSidebar.ts} +25 -14
- package/front_end/panels/security/SecurityPanelSidebarTreeElement.ts +1 -12
- package/front_end/panels/security/sidebar.css +40 -1
- package/front_end/panels/sensors/SensorsView.ts +43 -0
- package/front_end/panels/sensors/sensors-meta.ts +59 -0
- package/front_end/panels/sensors/sensors.css +16 -0
- package/front_end/panels/settings/AISettingsTab.test.ts +113 -15
- package/front_end/panels/settings/AISettingsTab.ts +194 -62
- package/front_end/panels/settings/FrameworkIgnoreListSettingsTab.ts +53 -30
- package/front_end/panels/settings/KeybindsSettingsTab.ts +34 -17
- package/front_end/panels/settings/SettingsScreen.ts +2 -2
- package/front_end/panels/settings/aiSettingsTab.css +13 -0
- package/front_end/panels/settings/components/SyncSection.ts +18 -15
- package/front_end/panels/settings/emulation/DevicesSettingsTab.ts +51 -29
- package/front_end/panels/settings/emulation/components/UserAgentClientHintsForm.ts +56 -41
- package/front_end/panels/settings/emulation/devicesSettingsTab.css +11 -10
- package/front_end/panels/settings/frameworkIgnoreListSettingsTab.css +14 -42
- package/front_end/panels/settings/keybindsSettingsTab.css +51 -89
- package/front_end/panels/settings/settings-meta.ts +2 -2
- package/front_end/panels/settings/settingsScreen.css +30 -6
- package/front_end/panels/sources/AddSourceMapURLDialog.ts +1 -1
- package/front_end/panels/sources/CSSPlugin.ts +0 -2
- package/front_end/panels/sources/DebuggerPlugin.ts +1 -1
- package/front_end/panels/sources/EditingLocationHistoryManager.ts +2 -2
- package/front_end/panels/sources/GoToLineQuickOpen.ts +1 -1
- package/front_end/panels/sources/InplaceFormatterEditorAction.ts +1 -1
- package/front_end/panels/sources/NavigatorView.ts +31 -23
- package/front_end/panels/sources/OutlineQuickOpen.ts +1 -1
- package/front_end/panels/sources/SourcesNavigator.test.ts +1 -0
- package/front_end/panels/sources/SourcesPanel.ts +26 -0
- package/front_end/panels/sources/SourcesView.test.ts +1 -0
- package/front_end/panels/sources/SourcesView.ts +2 -2
- package/front_end/panels/sources/TabbedEditorContainer.ts +1 -1
- package/front_end/panels/sources/UISourceCodeFrame.ts +1 -1
- package/front_end/panels/sources/components/BreakpointsView.ts +25 -27
- package/front_end/panels/sources/components/HeadersView.ts +17 -16
- package/front_end/panels/sources/navigatorTree.css +11 -0
- package/front_end/panels/timeline/AnimationsTrackAppender.ts +18 -3
- package/front_end/panels/timeline/AnnotationHelpers.ts +4 -4
- package/front_end/panels/timeline/AppenderUtils.ts +2 -4
- package/front_end/panels/timeline/CompatibilityTracksAppender.ts +48 -19
- package/front_end/panels/timeline/CountersGraph.ts +1 -1
- package/front_end/panels/timeline/EntriesFilter.test.ts +51 -0
- package/front_end/panels/timeline/EntriesFilter.ts +15 -0
- package/front_end/panels/timeline/EventsTimelineTreeView.ts +10 -10
- package/front_end/panels/timeline/InteractionsTrackAppender.ts +12 -1
- package/front_end/panels/timeline/LayoutShiftsTrackAppender.ts +141 -7
- package/front_end/panels/timeline/ModificationsManager.test.ts +160 -0
- package/front_end/panels/timeline/ModificationsManager.ts +31 -0
- package/front_end/panels/timeline/NetworkTrackAppender.ts +1 -8
- package/front_end/panels/timeline/ThreadAppender.ts +5 -6
- package/front_end/panels/timeline/TimelineDetailsView.test.ts +89 -44
- package/front_end/panels/timeline/TimelineDetailsView.ts +96 -45
- package/front_end/panels/timeline/TimelineEventOverview.ts +11 -10
- package/front_end/panels/timeline/TimelineFilters.test.ts +4 -4
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.test.ts +53 -0
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +89 -63
- package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.test.ts +57 -0
- package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +34 -15
- package/front_end/panels/timeline/TimelineFlameChartView.test.ts +2 -3
- package/front_end/panels/timeline/TimelineFlameChartView.ts +192 -86
- package/front_end/panels/timeline/TimelineHistoryManager.ts +7 -1
- package/front_end/panels/timeline/TimelineLoader.ts +1 -1
- package/front_end/panels/timeline/TimelineMiniMap.ts +0 -8
- package/front_end/panels/timeline/TimelinePanel.ts +136 -79
- package/front_end/panels/timeline/TimelineSelection.test.ts +91 -36
- package/front_end/panels/timeline/TimelineSelection.ts +48 -60
- package/front_end/panels/timeline/TimelineSelectorStatsView.ts +15 -16
- package/front_end/panels/timeline/TimelineTreeView.test.ts +9 -9
- package/front_end/panels/timeline/TimelineTreeView.ts +7 -5
- package/front_end/panels/timeline/TimelineUIUtils.test.ts +51 -4
- package/front_end/panels/timeline/TimelineUIUtils.ts +153 -68
- package/front_end/panels/timeline/TimingsTrackAppender.ts +1 -1
- package/front_end/panels/timeline/UIDevtoolsController.ts +5 -5
- package/front_end/panels/timeline/UIDevtoolsUtils.ts +59 -68
- package/front_end/panels/timeline/components/BreadcrumbsUI.ts +3 -5
- package/front_end/panels/timeline/components/CPUThrottlingSelector.ts +8 -7
- package/front_end/panels/timeline/components/FieldSettingsDialog.ts +28 -27
- package/front_end/panels/timeline/components/InteractionBreakdown.ts +3 -2
- package/front_end/panels/timeline/components/LayoutShiftDetails.test.ts +13 -11
- package/front_end/panels/timeline/components/LayoutShiftDetails.ts +238 -91
- package/front_end/panels/timeline/components/LiveMetricsView.test.ts +415 -128
- package/front_end/panels/timeline/components/LiveMetricsView.ts +448 -228
- package/front_end/panels/timeline/components/MetricCard.test.ts +8 -8
- package/front_end/panels/timeline/components/MetricCard.ts +6 -4
- package/front_end/panels/timeline/components/MetricCompareStrings.ts +1 -1
- package/front_end/panels/timeline/components/NetworkRequestDetails.test.ts +14 -7
- package/front_end/panels/timeline/components/NetworkRequestDetails.ts +57 -124
- package/front_end/panels/timeline/components/NetworkRequestTooltip.ts +70 -78
- package/front_end/panels/timeline/components/NetworkThrottlingSelector.test.ts +35 -2
- package/front_end/panels/timeline/components/NetworkThrottlingSelector.ts +30 -13
- package/front_end/panels/timeline/components/RelatedInsightChips.test.ts +74 -0
- package/front_end/panels/timeline/components/RelatedInsightChips.ts +92 -0
- package/front_end/panels/timeline/components/Sidebar.test.ts +74 -0
- package/front_end/panels/timeline/components/Sidebar.ts +34 -14
- package/front_end/panels/timeline/components/SidebarAnnotationsTab.test.ts +66 -0
- package/front_end/panels/timeline/components/SidebarAnnotationsTab.ts +117 -50
- package/front_end/panels/timeline/components/SidebarInsightsTab.test.ts +11 -1
- package/front_end/panels/timeline/components/SidebarInsightsTab.ts +119 -37
- package/front_end/panels/timeline/components/SidebarSingleInsightSet.test.ts +58 -1
- package/front_end/panels/timeline/components/SidebarSingleInsightSet.ts +90 -34
- package/front_end/panels/timeline/components/Utils.test.ts +65 -0
- package/front_end/panels/timeline/components/Utils.ts +145 -29
- package/front_end/panels/timeline/components/components.ts +2 -4
- package/front_end/panels/timeline/components/insights/CLSCulprits.ts +76 -55
- package/front_end/panels/timeline/components/insights/DocumentLatency.ts +105 -17
- package/front_end/panels/timeline/components/insights/EventRef.ts +91 -0
- package/front_end/panels/timeline/components/insights/FontDisplay.ts +24 -13
- package/front_end/panels/timeline/components/insights/Helpers.ts +49 -44
- package/front_end/panels/timeline/components/insights/InteractionToNextPaint.ts +21 -21
- package/front_end/panels/timeline/components/insights/LCPDiscovery.ts +94 -49
- package/front_end/panels/timeline/components/insights/LCPPhases.ts +35 -10
- package/front_end/panels/timeline/components/insights/NodeLink.ts +3 -2
- package/front_end/panels/timeline/components/insights/README.md +2 -2
- package/front_end/panels/timeline/components/insights/RenderBlocking.ts +35 -29
- package/front_end/panels/timeline/components/insights/SidebarInsight.ts +103 -17
- package/front_end/panels/timeline/components/insights/SlowCSSSelector.ts +125 -60
- package/front_end/panels/timeline/components/insights/Table.ts +13 -12
- package/front_end/panels/timeline/components/insights/ThirdParties.ts +24 -19
- package/front_end/panels/timeline/components/insights/Viewport.ts +23 -22
- package/front_end/panels/timeline/components/insights/insights.ts +2 -0
- package/front_end/panels/timeline/components/insights/sidebarInsight.css +54 -9
- package/front_end/panels/timeline/components/insights/table.css +9 -1
- package/front_end/panels/timeline/components/layoutShiftDetails.css +28 -20
- package/front_end/panels/timeline/components/liveMetricsView.css +102 -31
- package/front_end/panels/timeline/components/networkRequestDetails.css +11 -50
- package/front_end/panels/timeline/components/networkRequestTooltip.css +34 -11
- package/front_end/panels/timeline/components/relatedInsightChips.css +45 -0
- package/front_end/panels/timeline/components/sidebarInsightsTab.css +44 -6
- package/front_end/panels/timeline/components/sidebarSingleInsightSet.css +18 -4
- package/front_end/panels/timeline/extensions/ExtensionUI.ts +11 -8
- package/front_end/panels/timeline/fixtures/traces/README.md +4 -0
- package/front_end/panels/timeline/fixtures/traces/basic.json.gz +0 -0
- package/front_end/panels/timeline/fixtures/traces/many-redirects.json.gz +0 -0
- package/front_end/panels/timeline/fixtures/traces/missing-url.json.gz +0 -0
- package/front_end/panels/timeline/fixtures/traces/scheduler-post-task.json.gz +0 -0
- package/front_end/panels/timeline/fixtures/traces/unsized-images.json.gz +0 -0
- package/front_end/panels/timeline/historyToolbarButton.css +33 -19
- package/front_end/panels/timeline/overlays/OverlaysImpl.test.ts +40 -67
- package/front_end/panels/timeline/overlays/OverlaysImpl.ts +135 -61
- package/front_end/panels/timeline/overlays/components/EntriesLinkOverlay.ts +13 -11
- package/front_end/panels/timeline/overlays/components/EntryLabelOverlay.ts +24 -32
- package/front_end/panels/timeline/overlays/components/TimeRangeOverlay.ts +23 -24
- package/front_end/panels/timeline/overlays/components/TimespanBreakdownOverlay.test.ts +42 -0
- package/front_end/panels/timeline/overlays/components/TimespanBreakdownOverlay.ts +25 -19
- package/front_end/panels/timeline/overlays/components/entriesLinkOverlay.css +8 -0
- package/front_end/panels/timeline/overlays/components/entryLabelOverlay.css +14 -12
- package/front_end/panels/timeline/overlays/components/timeRangeOverlay.css +16 -13
- package/front_end/panels/timeline/overlays/components/timespanBreakdownOverlay.css +59 -20
- package/front_end/panels/timeline/timeline-meta.ts +11 -0
- package/front_end/panels/timeline/timelineFlameChartView.css +19 -2
- package/front_end/panels/timeline/timelineFlamechartPopover.css +19 -0
- package/front_end/panels/timeline/timelineHistoryManager.css +4 -0
- package/front_end/panels/timeline/timelinePanel.css +2 -10
- package/front_end/panels/timeline/track_appenders/AnimationsTrackAppender.test.ts +2 -3
- package/front_end/panels/timeline/track_appenders/AppenderUtils.test.ts +1 -6
- package/front_end/panels/timeline/track_appenders/CompatibilityTracksAppender.test.ts +1 -1
- package/front_end/panels/timeline/track_appenders/ExtensionTrackAppender.test.ts +7 -8
- package/front_end/panels/timeline/track_appenders/GPUTrackAppender.test.ts +2 -2
- package/front_end/panels/timeline/track_appenders/InteractionsTrackAppender.test.ts +3 -3
- package/front_end/panels/timeline/track_appenders/LayoutShiftsTrackAppender.test.ts +10 -11
- package/front_end/panels/timeline/track_appenders/ServerTimingsTrackAppender.test.ts +2 -3
- package/front_end/panels/timeline/track_appenders/ThreadAppender.test.ts +5 -10
- package/front_end/panels/timeline/track_appenders/TimingsTrackAppender.test.ts +6 -6
- package/front_end/panels/timeline/utils/AICallTree.test.ts +80 -0
- package/front_end/panels/timeline/utils/AICallTree.ts +165 -0
- package/front_end/panels/timeline/{components → utils}/EntryName.test.ts +12 -12
- package/front_end/panels/timeline/{components → utils}/EntryName.ts +1 -1
- package/front_end/panels/timeline/{components → utils}/EntryStyles.ts +28 -1
- package/front_end/panels/timeline/utils/Helpers.test.ts +43 -0
- package/front_end/panels/timeline/utils/Helpers.ts +93 -0
- package/front_end/panels/timeline/utils/IgnoreList.test.ts +86 -0
- package/front_end/panels/timeline/utils/IgnoreList.ts +11 -4
- package/front_end/panels/timeline/utils/ImageCache.test.ts +106 -0
- package/front_end/panels/timeline/utils/ImageCache.ts +55 -0
- package/front_end/panels/timeline/utils/NetworkRequest.ts +1 -1
- package/front_end/panels/timeline/utils/SourceMapsResolver.test.ts +64 -19
- package/front_end/panels/timeline/utils/SourceMapsResolver.ts +14 -3
- package/front_end/panels/timeline/utils/utils.ts +10 -0
- package/front_end/panels/utils/utils.ts +57 -5
- package/front_end/panels/web_audio/graph_visualizer/EdgeView.ts +1 -1
- package/front_end/panels/web_audio/graph_visualizer/GraphView.ts +3 -9
- package/front_end/panels/webauthn/WebauthnPane.test.ts +75 -4
- package/front_end/panels/webauthn/WebauthnPane.ts +24 -3
- package/front_end/services/trace_bounds/TraceBounds.ts +7 -1
- package/front_end/testing/ContextMenuHelpers.ts +1 -1
- package/front_end/testing/EnvironmentHelpers.ts +42 -5
- package/front_end/testing/ExtensionHelpers.ts +1 -1
- package/front_end/testing/LanguagePluginHelpers.ts +1 -1
- package/front_end/testing/MockConnection.ts +1 -1
- package/front_end/testing/MockIssuesManager.ts +1 -1
- package/front_end/testing/MockScopeChain.ts +1 -1
- package/front_end/testing/MutationHelpers.test.ts +6 -8
- package/front_end/testing/NetworkHelpers.ts +38 -0
- package/front_end/testing/StorageItemsViewHelpers.ts +24 -0
- package/front_end/testing/TraceHelpers.ts +13 -1
- package/front_end/third_party/additional_readme_paths.json +1 -0
- package/front_end/third_party/codemirror.next/chunk/angular.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/angular.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/codemirror.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/cpp.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/java.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/java.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/legacy.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/less.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/php.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/python.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/python.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/sass.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/sass.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/svelte.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/svelte.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/vue.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/vue.js.map +1 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js.map +1 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +79 -6
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +7 -6
- package/front_end/third_party/i18n/localized-string-set.ts +1 -1
- package/front_end/third_party/intl-messageformat/README.chromium +2 -1
- package/front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js +0 -1
- package/front_end/third_party/json5/LICENSE +23 -0
- package/front_end/third_party/json5/README.chromium +17 -0
- package/front_end/third_party/json5/json5-tsconfig.json +8 -0
- package/front_end/third_party/json5/json5.ts +4 -0
- package/front_end/third_party/json5/lib/index.d.ts +2 -0
- package/front_end/third_party/json5/lib/index.js +1121 -0
- package/front_end/third_party/json5/package/lib/index.d.ts +4 -0
- package/front_end/third_party/json5/package/lib/index.js +9 -0
- package/front_end/third_party/json5/package/lib/parse.d.ts +15 -0
- package/front_end/third_party/json5/package/lib/parse.js +1114 -0
- package/front_end/third_party/json5/package/lib/register.js +13 -0
- package/front_end/third_party/json5/package/lib/require.js +4 -0
- package/front_end/third_party/json5/package/lib/stringify.d.ts +89 -0
- package/front_end/third_party/json5/package/lib/stringify.js +261 -0
- package/front_end/third_party/json5/package/lib/unicode.d.ts +3 -0
- package/front_end/third_party/json5/package/lib/unicode.js +4 -0
- package/front_end/third_party/json5/package/lib/util.d.ts +5 -0
- package/front_end/third_party/json5/package/lib/util.js +35 -0
- package/front_end/third_party/json5/package.json +8 -0
- package/front_end/third_party/json5/rebuild.sh +5 -0
- package/front_end/third_party/puppeteer/README.chromium +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js +1 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.d.ts +13 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js +99 -92
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts +7 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts +22 -22
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js +26 -19
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js +4 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js +13 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js +21 -10
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Navigation.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Navigation.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Realm.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Realm.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Session.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Session.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/UserContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/UserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/UserPrompt.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/UserPrompt.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js +2 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Accessibility.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Accessibility.js +7 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Accessibility.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ElementHandle.js +2 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js +17 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Frame.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Frame.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Frame.js +17 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js +2 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js +16 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js +6 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts +3 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js +4 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js +13 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js +13 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts +7 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js +0 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts +2 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js +15 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts +0 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/injected.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/CSSSelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/PQuerySelector.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/PQuerySelector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +4 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js +3 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js +2 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts +6 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js +15 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js +4 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js +18 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/disposable.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js +4 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.d.ts +374 -577
- package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.js +427 -244
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js +1 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.d.ts +13 -13
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js +98 -92
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts +7 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts +22 -22
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js +24 -17
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js +4 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js +14 -8
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js +21 -10
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Navigation.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Navigation.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Realm.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Realm.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Session.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Session.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/UserContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/UserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/UserPrompt.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/UserPrompt.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Accessibility.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Accessibility.js +7 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Accessibility.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ElementHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ElementHandle.js +3 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ElementHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js +17 -13
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Frame.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Frame.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Frame.js +17 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Frame.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js +2 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js +16 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js +13 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts +7 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js +0 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts +2 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js +4 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts +0 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/injected.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/CSSSelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/PQuerySelector.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/PQuerySelector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts +6 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js +3 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Function.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js +12 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/disposable.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +374 -577
- package/front_end/third_party/puppeteer/package/package.json +6 -6
- package/front_end/third_party/puppeteer/package/src/api/Browser.ts +9 -9
- package/front_end/third_party/puppeteer/package/src/api/BrowserContext.ts +6 -6
- package/front_end/third_party/puppeteer/package/src/api/CDPSession.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/api/Dialog.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/api/ElementHandle.ts +130 -130
- package/front_end/third_party/puppeteer/package/src/api/Frame.ts +33 -33
- package/front_end/third_party/puppeteer/package/src/api/HTTPRequest.ts +14 -9
- package/front_end/third_party/puppeteer/package/src/api/Input.ts +11 -11
- package/front_end/third_party/puppeteer/package/src/api/JSHandle.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/api/Page.ts +89 -88
- package/front_end/third_party/puppeteer/package/src/api/Realm.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/api/WebWorker.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/api/api.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/api/locators/locators.ts +79 -79
- package/front_end/third_party/puppeteer/package/src/bidi/BidiOverCdp.ts +7 -7
- package/front_end/third_party/puppeteer/package/src/bidi/Browser.ts +9 -5
- package/front_end/third_party/puppeteer/package/src/bidi/BrowserConnector.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/bidi/BrowserContext.ts +10 -10
- package/front_end/third_party/puppeteer/package/src/bidi/CDPSession.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/bidi/Connection.ts +6 -6
- package/front_end/third_party/puppeteer/package/src/bidi/ElementHandle.ts +9 -5
- package/front_end/third_party/puppeteer/package/src/bidi/ExposedFunction.ts +11 -11
- package/front_end/third_party/puppeteer/package/src/bidi/Frame.ts +45 -41
- package/front_end/third_party/puppeteer/package/src/bidi/HTTPRequest.ts +9 -9
- package/front_end/third_party/puppeteer/package/src/bidi/HTTPResponse.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/bidi/Input.ts +10 -10
- package/front_end/third_party/puppeteer/package/src/bidi/JSHandle.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/bidi/Page.ts +56 -52
- package/front_end/third_party/puppeteer/package/src/bidi/Realm.ts +15 -15
- package/front_end/third_party/puppeteer/package/src/bidi/Serializer.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/bidi/Target.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/bidi/WebWorker.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/bidi/core/Browser.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/bidi/core/BrowsingContext.ts +18 -18
- package/front_end/third_party/puppeteer/package/src/bidi/core/Connection.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/bidi/core/Navigation.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/bidi/core/Realm.ts +8 -8
- package/front_end/third_party/puppeteer/package/src/bidi/core/Request.ts +6 -6
- package/front_end/third_party/puppeteer/package/src/bidi/core/Session.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/bidi/core/UserContext.ts +10 -10
- package/front_end/third_party/puppeteer/package/src/bidi/core/UserPrompt.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/bidi/core/core.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/bidi/util.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/cdp/Accessibility.ts +16 -12
- package/front_end/third_party/puppeteer/package/src/cdp/AriaQueryHandler.ts +10 -6
- package/front_end/third_party/puppeteer/package/src/cdp/Binding.ts +6 -6
- package/front_end/third_party/puppeteer/package/src/cdp/Browser.ts +24 -24
- package/front_end/third_party/puppeteer/package/src/cdp/BrowserConnector.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/cdp/BrowserContext.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/cdp/CDPSession.ts +7 -7
- package/front_end/third_party/puppeteer/package/src/cdp/ChromeTargetManager.ts +19 -17
- package/front_end/third_party/puppeteer/package/src/cdp/Connection.ts +7 -7
- package/front_end/third_party/puppeteer/package/src/cdp/Coverage.ts +11 -11
- package/front_end/third_party/puppeteer/package/src/cdp/DeviceRequestPrompt.ts +17 -17
- package/front_end/third_party/puppeteer/package/src/cdp/Dialog.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/cdp/ElementHandle.ts +13 -9
- package/front_end/third_party/puppeteer/package/src/cdp/EmulationManager.ts +34 -34
- package/front_end/third_party/puppeteer/package/src/cdp/ExecutionContext.ts +19 -20
- package/front_end/third_party/puppeteer/package/src/cdp/ExtensionTransport.ts +7 -3
- package/front_end/third_party/puppeteer/package/src/cdp/FirefoxTargetManager.ts +7 -7
- package/front_end/third_party/puppeteer/package/src/cdp/Frame.ts +38 -17
- package/front_end/third_party/puppeteer/package/src/cdp/FrameManager.ts +20 -20
- package/front_end/third_party/puppeteer/package/src/cdp/FrameManagerEvents.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/cdp/HTTPRequest.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/cdp/HTTPResponse.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/cdp/Input.ts +16 -14
- package/front_end/third_party/puppeteer/package/src/cdp/IsolatedWorld.ts +15 -14
- package/front_end/third_party/puppeteer/package/src/cdp/JSHandle.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/cdp/LifecycleWatcher.ts +11 -11
- package/front_end/third_party/puppeteer/package/src/cdp/NetworkEventManager.ts +15 -15
- package/front_end/third_party/puppeteer/package/src/cdp/NetworkManager.ts +38 -37
- package/front_end/third_party/puppeteer/package/src/cdp/Page.ts +71 -70
- package/front_end/third_party/puppeteer/package/src/cdp/PredefinedNetworkConditions.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/cdp/Target.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/cdp/TargetManager.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/cdp/Tracing.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/cdp/WebWorker.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/cdp/cdp.ts +2 -0
- package/front_end/third_party/puppeteer/package/src/cdp/utils.ts +10 -10
- package/front_end/third_party/puppeteer/package/src/common/BrowserConnector.ts +5 -5
- package/front_end/third_party/puppeteer/package/src/common/CSSQueryHandler.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/common/CallbackRegistry.ts +9 -7
- package/front_end/third_party/puppeteer/package/src/common/ConnectOptions.ts +3 -0
- package/front_end/third_party/puppeteer/package/src/common/ConsoleMessage.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/CustomQueryHandler.ts +6 -6
- package/front_end/third_party/puppeteer/package/src/common/Debug.ts +0 -1
- package/front_end/third_party/puppeteer/package/src/common/EventEmitter.ts +8 -8
- package/front_end/third_party/puppeteer/package/src/common/FileChooser.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/common/HandleIterator.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/common/LazyArg.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/NetworkManagerEvents.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/PQueryHandler.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/common/PSelectorParser.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/PierceQueryHandler.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/common/Puppeteer.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/QueryHandler.ts +13 -15
- package/front_end/third_party/puppeteer/package/src/common/TaskQueue.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/TextQueryHandler.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/common/WaitTask.ts +8 -8
- package/front_end/third_party/puppeteer/package/src/common/XPathQueryHandler.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/common/common.ts +7 -7
- package/front_end/third_party/puppeteer/package/src/common/util.ts +17 -15
- package/front_end/third_party/puppeteer/package/src/generated/injected.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/generated/version.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/injected/ARIAQuerySelector.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/injected/CSSSelector.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/injected/PQuerySelector.ts +8 -8
- package/front_end/third_party/puppeteer/package/src/injected/PierceQuerySelector.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/injected/TextContent.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/injected/TextQuerySelector.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/injected/XPathQuerySelector.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/injected/util.ts +2 -2
- package/front_end/third_party/puppeteer/package/src/node/BrowserLauncher.ts +38 -30
- package/front_end/third_party/puppeteer/package/src/node/ChromeLauncher.ts +11 -12
- package/front_end/third_party/puppeteer/package/src/node/FirefoxLauncher.ts +8 -8
- package/front_end/third_party/puppeteer/package/src/node/NodeWebSocketTransport.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/node/PipeTransport.ts +7 -3
- package/front_end/third_party/puppeteer/package/src/node/PuppeteerNode.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/node/ScreenRecorder.ts +11 -11
- package/front_end/third_party/puppeteer/package/src/node/node.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/puppeteer-core.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/revisions.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/util/AsyncIterableUtil.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/util/Deferred.ts +3 -2
- package/front_end/third_party/puppeteer/package/src/util/ErrorLike.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/util/Function.ts +4 -4
- package/front_end/third_party/puppeteer/package/src/util/Mutex.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/util/assert.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/util/decorators.ts +8 -9
- package/front_end/third_party/puppeteer/package/src/util/encoding.ts +1 -1
- package/front_end/third_party/puppeteer/package/src/util/util.ts +1 -0
- package/front_end/third_party/puppeteer/puppeteer.ts +1 -1
- package/front_end/third_party/web-vitals/README.chromium +3 -3
- package/front_end/third_party/web-vitals/package/README.md +36 -23
- package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.d.ts +2 -1
- package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.js +11 -13
- package/front_end/third_party/web-vitals/package/dist/modules/lib/bindReporter.d.ts +2 -22
- package/front_end/third_party/web-vitals/package/dist/modules/lib/initMetric.d.ts +3 -2
- package/front_end/third_party/web-vitals/package/dist/modules/lib/interactions.js +1 -1
- package/front_end/third_party/web-vitals/package/dist/modules/onLCP.js +4 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.iife.js +1 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.js +1 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.umd.cjs +1 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.iife.js +1 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.js +1 -1
- package/front_end/third_party/web-vitals/package/dist/web-vitals.umd.cjs +1 -1
- package/front_end/third_party/web-vitals/package/package.json +1 -1
- package/front_end/third_party/web-vitals/package/src/attribution/onINP.ts +11 -14
- package/front_end/third_party/web-vitals/package/src/lib/interactions.ts +1 -1
- package/front_end/third_party/web-vitals/package/src/onLCP.ts +4 -1
- package/front_end/third_party/web-vitals/rebuild.sh +14 -0
- package/front_end/third_party/web-vitals/web-vitals.ts +2 -0
- package/front_end/ui/components/adorners/Adorner.ts +0 -1
- package/front_end/ui/components/buttons/Button.ts +18 -18
- package/front_end/ui/components/buttons/button.css +1 -4
- package/front_end/ui/components/cards/Card.test.ts +92 -0
- package/front_end/ui/components/cards/Card.ts +76 -0
- package/front_end/ui/components/cards/card.css +50 -0
- package/front_end/ui/components/cards/cards.ts +9 -0
- package/front_end/ui/components/chrome_link/ChromeLink.test.ts +5 -3
- package/front_end/ui/components/chrome_link/ChromeLink.ts +3 -2
- package/front_end/ui/components/data_grid/DataGrid.test.ts +3 -1
- package/front_end/ui/components/data_grid/DataGrid.ts +25 -24
- package/front_end/ui/components/data_grid/DataGridContextMenuUtils.ts +2 -2
- package/front_end/ui/components/data_grid/DataGridController.ts +10 -7
- package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
- package/front_end/ui/components/data_grid/DataGridEvents.ts +1 -1
- package/front_end/ui/components/data_grid/DataGridRenderers.ts +7 -4
- package/front_end/ui/components/dialogs/Dialog.ts +4 -3
- package/front_end/ui/components/dialogs/IconDialog.ts +18 -18
- package/front_end/ui/components/dialogs/ShortcutDialog.ts +13 -12
- package/front_end/ui/components/diff_view/DiffView.ts +9 -9
- package/front_end/ui/components/docs/building-ui-documentation/ComponentPerformance.md +1 -4
- package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +14 -44
- package/front_end/ui/components/docs/create_breadcrumbs.ts +3 -1
- package/front_end/ui/components/docs/expandable_list/basic.ts +4 -2
- package/front_end/ui/components/docs/floating_button/basic.html +26 -0
- package/front_end/ui/components/docs/floating_button/basic.ts +20 -0
- package/front_end/ui/components/docs/freestyler/basic.ts +5 -1
- package/front_end/ui/components/docs/freestyler/empty_state.ts +5 -0
- package/front_end/ui/components/docs/icon_dialog/basic.ts +9 -7
- package/front_end/ui/components/docs/panel_introduction_steps/basic.ts +7 -4
- package/front_end/ui/components/docs/performance_panel/basic.ts +4 -1
- package/front_end/ui/components/docs/performance_panel/flamechart.html +4 -0
- package/front_end/ui/components/docs/performance_panel/flamechart.ts +45 -0
- package/front_end/ui/components/docs/recorder_select_button/basic.ts +21 -18
- package/front_end/ui/components/docs/report/basic.ts +21 -25
- package/front_end/ui/components/docs/theme_colors/basic.ts +4 -2
- package/front_end/ui/components/docs/tree_outline/custom-renderers.ts +4 -2
- package/front_end/ui/components/expandable_list/ExpandableList.test.ts +5 -3
- package/front_end/ui/components/expandable_list/ExpandableList.ts +6 -5
- package/front_end/ui/components/floating_button/FloatingButton.ts +50 -0
- package/front_end/ui/components/floating_button/floatingButton.css +63 -0
- package/front_end/ui/components/floating_button/floating_button.ts +7 -0
- package/front_end/ui/components/helpers/helpers.test.ts +18 -14
- package/front_end/ui/components/icon_button/FileSourceIcon.test.ts +32 -0
- package/front_end/ui/components/icon_button/FileSourceIcon.ts +76 -0
- package/front_end/ui/components/icon_button/Icon.ts +2 -5
- package/front_end/ui/components/icon_button/IconButton.ts +15 -11
- package/front_end/ui/components/icon_button/fileSourceIcon.css +43 -0
- package/front_end/ui/components/icon_button/icon_button.ts +2 -0
- package/front_end/ui/components/issue_counter/IssueCounter.ts +6 -4
- package/front_end/ui/components/issue_counter/IssueLinkIcon.ts +7 -5
- package/front_end/ui/components/legacy_wrapper/LegacyWrapper.ts +1 -2
- package/front_end/ui/components/linkifier/LinkifierImpl.ts +6 -2
- package/front_end/ui/components/markdown_view/CodeBlock.test.ts +7 -7
- package/front_end/ui/components/markdown_view/CodeBlock.ts +33 -42
- package/front_end/ui/components/markdown_view/MarkdownImage.ts +12 -10
- package/front_end/ui/components/markdown_view/MarkdownLink.ts +3 -2
- package/front_end/ui/components/markdown_view/MarkdownView.test.ts +51 -3
- package/front_end/ui/components/markdown_view/MarkdownView.ts +43 -23
- package/front_end/ui/components/markdown_view/codeBlock.css +6 -28
- package/front_end/ui/components/markdown_view/markdownLink.css +1 -1
- package/front_end/ui/components/markdown_view/markdownView.css +4 -0
- package/front_end/ui/components/menus/Menu.ts +7 -8
- package/front_end/ui/components/menus/SelectMenu.test.ts +3 -1
- package/front_end/ui/components/menus/SelectMenu.ts +17 -17
- package/front_end/ui/components/menus/selectMenu.css +8 -5
- package/front_end/ui/components/menus/selectMenuButton.css +29 -17
- package/front_end/ui/components/node_text/NodeText.ts +0 -1
- package/front_end/ui/components/panel_feedback/FeedbackButton.ts +5 -4
- package/front_end/ui/components/panel_feedback/PanelFeedback.ts +7 -5
- package/front_end/ui/components/panel_feedback/PreviewToggle.ts +6 -6
- package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +3 -2
- package/front_end/ui/components/report_view/ReportView.test.ts +5 -3
- package/front_end/ui/components/report_view/ReportView.ts +10 -14
- package/front_end/ui/components/request_link_icon/RequestLinkIcon.ts +8 -6
- package/front_end/ui/components/settings/SettingCheckbox.ts +38 -18
- package/front_end/ui/components/settings/SettingDeprecationWarning.ts +6 -5
- package/front_end/ui/components/settings/settingCheckbox.css +1 -0
- package/front_end/ui/components/spinners/Spinner.ts +3 -2
- package/front_end/ui/components/spinners/spinner.css +1 -0
- package/front_end/ui/components/split_view/SplitView.ts +3 -2
- package/front_end/ui/components/srgb_overlay/SrgbOverlay.ts +3 -2
- package/front_end/ui/components/suggestion_input/SuggestionInput.ts +3 -2
- package/front_end/ui/components/survey_link/SurveyLink.ts +6 -4
- package/front_end/ui/components/switch/SwitchImpl.ts +3 -2
- package/front_end/ui/components/text_editor/TextEditor.ts +0 -2
- package/front_end/ui/components/text_editor/TextEditorHistory.ts +2 -2
- package/front_end/ui/components/text_prompt/TextPrompt.ts +3 -2
- package/front_end/ui/components/tree_outline/TreeOutline.test.ts +8 -6
- package/front_end/ui/components/tree_outline/TreeOutline.ts +9 -9
- package/front_end/ui/components/two_states_counter/TwoStatesCounter.ts +5 -4
- package/front_end/ui/legacy/Context.ts +1 -1
- package/front_end/ui/legacy/ContextMenu.ts +46 -7
- package/front_end/ui/legacy/Dialog.ts +2 -2
- package/front_end/ui/legacy/DockController.ts +2 -2
- package/front_end/ui/legacy/FilterBar.test.ts +52 -0
- package/front_end/ui/legacy/FilterBar.ts +47 -2
- package/front_end/ui/legacy/FilterSuggestionBuilder.ts +1 -1
- package/front_end/ui/legacy/GlassPane.ts +1 -1
- package/front_end/ui/legacy/Infobar.ts +1 -1
- package/front_end/ui/legacy/InspectorView.ts +5 -5
- package/front_end/ui/legacy/KeyboardShortcut.ts +35 -21
- package/front_end/ui/legacy/Panel.ts +3 -3
- package/front_end/ui/legacy/ShortcutRegistry.ts +11 -8
- package/front_end/ui/legacy/SoftContextMenu.ts +3 -0
- package/front_end/ui/legacy/SplitWidget.test.ts +33 -1
- package/front_end/ui/legacy/SplitWidget.ts +62 -7
- package/front_end/ui/legacy/TabbedPane.ts +24 -0
- package/front_end/ui/legacy/ThrottledWidget.ts +2 -2
- package/front_end/ui/legacy/Toolbar.test.ts +39 -0
- package/front_end/ui/legacy/Toolbar.ts +17 -17
- package/front_end/ui/legacy/Treeoutline.ts +7 -4
- package/front_end/ui/legacy/UIUtils.ts +10 -1
- package/front_end/ui/legacy/View.ts +4 -4
- package/front_end/ui/legacy/ViewManager.ts +5 -3
- package/front_end/ui/legacy/ViewRegistration.ts +2 -2
- package/front_end/ui/legacy/Widget.ts +64 -16
- package/front_end/ui/legacy/XElement.ts +0 -1
- package/front_end/ui/legacy/XLink.test.ts +3 -1
- package/front_end/ui/legacy/XLink.ts +6 -4
- package/front_end/ui/legacy/checkboxTextLabel.css +4 -0
- package/front_end/ui/legacy/components/color_picker/Spectrum.ts +1 -1
- package/front_end/ui/legacy/components/data_grid/DataGrid.test.ts +51 -0
- package/front_end/ui/legacy/components/data_grid/DataGrid.ts +92 -6
- package/front_end/ui/legacy/components/data_grid/DataGridWithPreview.ts +21 -10
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +8 -1
- package/front_end/ui/legacy/components/inline_editor/AnimationTimingUI.ts +1 -1
- package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +11 -11
- package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +0 -1
- package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +0 -1
- package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +0 -1
- package/front_end/ui/legacy/components/inline_editor/ColorMixSwatch.ts +3 -2
- package/front_end/ui/legacy/components/inline_editor/ColorSwatch.ts +3 -2
- package/front_end/ui/legacy/components/inline_editor/LinkSwatch.ts +9 -12
- package/front_end/ui/legacy/components/inline_editor/Swatches.ts +6 -6
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +2 -2
- package/front_end/ui/legacy/components/perf_ui/BrickBreaker.ts +2 -2
- package/front_end/ui/legacy/components/perf_ui/CanvasHelper.ts +1 -83
- package/front_end/ui/legacy/components/perf_ui/ChartViewport.ts +3 -2
- package/front_end/ui/legacy/components/perf_ui/FilmStripView.test.ts +9 -9
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +209 -68
- package/front_end/ui/legacy/components/perf_ui/PieChart.ts +1 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewCalculator.ts +1 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +3 -3
- package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.test.ts +5 -9
- package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.ts +9 -60
- package/front_end/ui/legacy/components/source_frame/SourceFrame.test.ts +18 -0
- package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +20 -3
- package/front_end/ui/legacy/components/source_frame/StreamingContentHexView.test.ts +69 -0
- package/front_end/ui/legacy/components/source_frame/StreamingContentHexView.ts +122 -0
- package/front_end/ui/legacy/components/source_frame/source_frame.ts +2 -0
- package/front_end/ui/legacy/designTokens.css +46 -40
- package/front_end/ui/legacy/filter.css +23 -8
- package/front_end/ui/legacy/inspectorCommon.css +31 -30
- package/front_end/ui/legacy/searchableView.css +4 -3
- package/front_end/ui/legacy/softDropDownButton.css +10 -6
- package/front_end/ui/legacy/tabbedPane.css +1 -1
- package/front_end/ui/legacy/themeColors.css +10 -0
- package/front_end/ui/legacy/toolbar.css +42 -18
- package/front_end/ui/legacy/treeoutline.css +0 -3
- package/front_end/ui/lit-html/static.test.ts +8 -8
- package/front_end/ui/visual_logging/Debugging.ts +1 -1
- package/front_end/ui/visual_logging/KnownContextValues.ts +99 -4
- package/front_end/ui/visual_logging/LoggingDriver.test.ts +53 -6
- package/front_end/ui/visual_logging/LoggingDriver.ts +9 -6
- package/front_end/ui/visual_logging/LoggingEvents.test.ts +5 -1
- package/front_end/ui/visual_logging/LoggingEvents.ts +29 -29
- package/front_end/ui/visual_logging/LoggingState.ts +2 -2
- package/front_end/ui/visual_logging/NonDomState.ts +2 -2
- package/front_end/ui/visual_logging/visual_logging.ts +3 -1
- package/inspector_overlay/css_grid_label_helpers.test.ts +103 -0
- package/inspector_overlay/css_grid_label_helpers.ts +63 -12
- package/inspector_overlay/highlight_common.ts +2 -2
- package/inspector_overlay/highlight_container_query.ts +1 -2
- package/inspector_overlay/highlight_flex_common.test.ts +1 -1
- package/inspector_overlay/highlight_flex_common.ts +2 -3
- package/inspector_overlay/highlight_grid_common.ts +10 -4
- package/inspector_overlay/highlight_isolated_element.ts +1 -1
- package/inspector_overlay/highlight_scroll_snap.ts +1 -2
- package/inspector_overlay/testing/InspectorOverlayHelpers.ts +1 -1
- package/inspector_overlay/tool_highlight.ts +4 -8
- package/package.json +8 -8
- package/scripts/build/esbuild.js +3 -1
- package/scripts/devtools_paths.js +19 -2
- package/scripts/eslint_rules/lib/avoid_assert_equal.js +34 -7
- package/scripts/eslint_rules/lib/check_test_definitions.js +1 -1
- package/scripts/eslint_rules/lib/html_tagged_template.js +55 -0
- package/scripts/eslint_rules/lib/inline_type_imports.js +22 -23
- package/scripts/eslint_rules/tests/avoid_assert_equal_test.js +61 -2
- package/scripts/eslint_rules/tests/check_test_definitions_test.js +10 -0
- package/scripts/eslint_rules/tests/html_tagged_template_test.js +96 -0
- package/scripts/eslint_rules/tests/inline_type_imports_test.js +5 -25
- package/scripts/freestyler/eval/index.js +83 -47
- package/scripts/protocol_typescript/protocol_dts_generator.ts +1 -1
- package/scripts/stylelint_rules/lib/use_theme_colors.js +2 -1
- package/scripts/stylelint_rules/tests/use_theme_colors_test.js +16 -0
- package/tsconfig.json +11 -1
- package/docs/add_uma_metrics.md +0 -41
- package/docs/uma_metrics.md +0 -23
- package/front_end/Images/src/spark.svg +0 -3
- package/front_end/panels/animation/AnimationDOMNode.ts +0 -268
- package/front_end/panels/freestyler/components/ProvideFeedback.test.ts +0 -29
- package/front_end/panels/freestyler/components/provideFeedback.css +0 -60
- package/front_end/panels/timeline/components/insights/lcpDiscovery.css +0 -13
- package/scripts/eslint_rules/lib/ban_literal_devtools_component_tag_names.js +0 -40
- package/scripts/eslint_rules/lib/check_component_naming.js +0 -214
- package/scripts/eslint_rules/lib/lit_html_data_as_type.js +0 -83
- package/scripts/eslint_rules/tests/ban_literal_devtools_component_tag_names_test.js +0 -38
- package/scripts/eslint_rules/tests/check_component_naming_test.js +0 -246
- package/scripts/eslint_rules/tests/lit_html_data_as_type_test.js +0 -81
@@ -213,7 +213,10 @@
|
|
213
213
|
"message": "{PH1} μs"
|
214
214
|
},
|
215
215
|
"core/i18n/time-utilities.ts | fms": {
|
216
|
-
"message": "{PH1}
|
216
|
+
"message": "{PH1} ms"
|
217
|
+
},
|
218
|
+
"core/i18n/time-utilities.ts | fmsExpanded": {
|
219
|
+
"message": "{PH1} មិល្លីវិនាទី"
|
217
220
|
},
|
218
221
|
"core/i18n/time-utilities.ts | fs": {
|
219
222
|
"message": "{PH1} វិ"
|
@@ -549,7 +552,7 @@
|
|
549
552
|
"message": "បិទទម្រង់ AVIF"
|
550
553
|
},
|
551
554
|
"core/sdk/sdk-meta.ts | disableCache": {
|
552
|
-
"message": "
|
555
|
+
"message": "បិទឃ្លាំងបម្រុង នៅពេលបើកឧបករណ៍អ្នកអភិវឌ្ឍន៍"
|
553
556
|
},
|
554
557
|
"core/sdk/sdk-meta.ts | disableJavascript": {
|
555
558
|
"message": "បិទ JavaScript"
|
@@ -968,6 +971,9 @@
|
|
968
971
|
"entrypoints/main/main-meta.ts | auto": {
|
969
972
|
"message": "ស្វ័យប្រវត្តិ"
|
970
973
|
},
|
974
|
+
"entrypoints/main/main-meta.ts | autoTheme": {
|
975
|
+
"message": "ស្វ័យប្រវត្តិ"
|
976
|
+
},
|
971
977
|
"entrypoints/main/main-meta.ts | bottom": {
|
972
978
|
"message": "ខាងក្រោម"
|
973
979
|
},
|
@@ -995,6 +1001,9 @@
|
|
995
1001
|
"entrypoints/main/main-meta.ts | dockToRight": {
|
996
1002
|
"message": "ភ្ជាប់ទៅស្ដាំ"
|
997
1003
|
},
|
1004
|
+
"entrypoints/main/main-meta.ts | dontMatchChromeColorSchemeCommand": {
|
1005
|
+
"message": "កុំផ្គូផ្គងផ្ទៃពណ៌ Chrome"
|
1006
|
+
},
|
998
1007
|
"entrypoints/main/main-meta.ts | enableCtrlShortcutToSwitchPanels": {
|
999
1008
|
"message": "បើកផ្លូវកាត់ Ctrl + 1-9 ដើម្បីប្ដូរផ្ទាំង"
|
1000
1009
|
},
|
@@ -1029,7 +1038,10 @@
|
|
1029
1038
|
"message": "ភ្លឺ"
|
1030
1039
|
},
|
1031
1040
|
"entrypoints/main/main-meta.ts | matchChromeColorScheme": {
|
1032
|
-
"message": "
|
1041
|
+
"message": "ផ្គូផ្គងផ្ទៃពណ៌ Chrome"
|
1042
|
+
},
|
1043
|
+
"entrypoints/main/main-meta.ts | matchChromeColorSchemeCommand": {
|
1044
|
+
"message": "ផ្គូផ្គងផ្ទៃពណ៌ Chrome"
|
1033
1045
|
},
|
1034
1046
|
"entrypoints/main/main-meta.ts | matchChromeColorSchemeDocumentation": {
|
1035
1047
|
"message": "ផ្គូផ្គងពណ៌ឧបករណ៍អ្នកអភិវឌ្ឍន៍ឱ្យត្រូវគ្នានឹងទម្រង់រចនា Chrome ដែលប្ដូរតាមបំណងរបស់អ្នក (នៅពេលបើក)"
|
@@ -1067,6 +1079,9 @@
|
|
1067
1079
|
"entrypoints/main/main-meta.ts | searchOnEnterCommand": {
|
1068
1080
|
"message": "បិទការស្វែងរកស្របពេលអ្នកវាយបញ្ចូល (ចុច Enter ដើម្បីស្វែងរក)"
|
1069
1081
|
},
|
1082
|
+
"entrypoints/main/main-meta.ts | switchToBrowserPreferredTheme": {
|
1083
|
+
"message": "ប្ដូរទៅទម្រង់រចនាដែលកម្មវិធីរុករកតាមអ៊ីនធឺណិតចង់ប្រើ"
|
1084
|
+
},
|
1070
1085
|
"entrypoints/main/main-meta.ts | switchToDarkTheme": {
|
1071
1086
|
"message": "ប្ដូរទៅរចនាប័ទ្មងងឹត"
|
1072
1087
|
},
|
@@ -1349,6 +1364,9 @@
|
|
1349
1364
|
"models/bindings/DebuggerLanguagePlugins.ts | loadingDebugSymbolsForVia": {
|
1350
1365
|
"message": "[{PH1}] កំពុងផ្ទុកនិមិត្តសញ្ញាជួសជុលសម្រាប់ {PH2} (តាមរយៈ {PH3})..."
|
1351
1366
|
},
|
1367
|
+
"models/bindings/IgnoreListManager.ts | addAllAnonymousScriptsToIgnoreList": {
|
1368
|
+
"message": "បញ្ចូលស្គ្រីបអនាមិកទាំងអស់ទៅក្នុងបញ្ជីមិនអើពើ"
|
1369
|
+
},
|
1352
1370
|
"models/bindings/IgnoreListManager.ts | addAllContentScriptsToIgnoreList": {
|
1353
1371
|
"message": "បញ្ចូលស្គ្រីបកម្មវិធីបន្ថែមទាំងអស់ទៅក្នុងបញ្ជីមិនអើពើ"
|
1354
1372
|
},
|
@@ -2453,6 +2471,21 @@
|
|
2453
2471
|
"panels/application/ApplicationPanelSidebar.ts | documentNotAvailable": {
|
2454
2472
|
"message": "មិនមានឯកសារទេ"
|
2455
2473
|
},
|
2474
|
+
"panels/application/ApplicationPanelSidebar.ts | extensionLocalStorage": {
|
2475
|
+
"message": "មូលដ្ឋាន"
|
2476
|
+
},
|
2477
|
+
"panels/application/ApplicationPanelSidebar.ts | extensionManagedStorage": {
|
2478
|
+
"message": "បានគ្រប់គ្រង"
|
2479
|
+
},
|
2480
|
+
"panels/application/ApplicationPanelSidebar.ts | extensionSessionStorage": {
|
2481
|
+
"message": "វគ្គ"
|
2482
|
+
},
|
2483
|
+
"panels/application/ApplicationPanelSidebar.ts | extensionStorage": {
|
2484
|
+
"message": "ទំហំផ្ទុកកម្មវិធីបន្ថែម"
|
2485
|
+
},
|
2486
|
+
"panels/application/ApplicationPanelSidebar.ts | extensionSyncStorage": {
|
2487
|
+
"message": "ធ្វើសមកាលកម្ម"
|
2488
|
+
},
|
2456
2489
|
"panels/application/ApplicationPanelSidebar.ts | frames": {
|
2457
2490
|
"message": "ស៊ុម"
|
2458
2491
|
},
|
@@ -2639,6 +2672,24 @@
|
|
2639
2672
|
"panels/application/DOMStorageItemsView.ts | value": {
|
2640
2673
|
"message": "តម្លៃ"
|
2641
2674
|
},
|
2675
|
+
"panels/application/ExtensionStorageItemsView.ts | extensionStorage": {
|
2676
|
+
"message": "ទំហំផ្ទុកកម្មវិធីបន្ថែម"
|
2677
|
+
},
|
2678
|
+
"panels/application/ExtensionStorageItemsView.ts | extensionStorageItemDeleted": {
|
2679
|
+
"message": "ធាតុទំហំផ្ទុកត្រូវបានលុប។"
|
2680
|
+
},
|
2681
|
+
"panels/application/ExtensionStorageItemsView.ts | extensionStorageItems": {
|
2682
|
+
"message": "ធាតុទំហំផ្ទុកកម្មវិធីបន្ថែម"
|
2683
|
+
},
|
2684
|
+
"panels/application/ExtensionStorageItemsView.ts | extensionStorageItemsCleared": {
|
2685
|
+
"message": "បានសម្អាតធាតុទំហំផ្ទុកកម្មវិធីបន្ថែម"
|
2686
|
+
},
|
2687
|
+
"panels/application/ExtensionStorageItemsView.ts | key": {
|
2688
|
+
"message": "កូនសោ"
|
2689
|
+
},
|
2690
|
+
"panels/application/ExtensionStorageItemsView.ts | value": {
|
2691
|
+
"message": "តម្លៃ"
|
2692
|
+
},
|
2642
2693
|
"panels/application/IndexedDBViews.ts | clearObjectStore": {
|
2643
2694
|
"message": "សម្អាតកន្លែងផ្ទុកវត្ថុ"
|
2644
2695
|
},
|
@@ -3998,6 +4049,9 @@
|
|
3998
4049
|
"panels/application/preloading/PreloadingView.ts | noRuleSets": {
|
3999
4050
|
"message": "គ្មានការកំណត់វិធានទេ"
|
4000
4051
|
},
|
4052
|
+
"panels/application/preloading/PreloadingView.ts | prettyPrint": {
|
4053
|
+
"message": "ប្រើទម្រង់ស្អាត"
|
4054
|
+
},
|
4001
4055
|
"panels/application/preloading/PreloadingView.ts | statusFailure": {
|
4002
4056
|
"message": "មិនបានសម្រេច"
|
4003
4057
|
},
|
@@ -6411,7 +6465,7 @@
|
|
6411
6465
|
"message": "ប្រើការស្វែងរកជំនួសវិញ"
|
6412
6466
|
},
|
6413
6467
|
"panels/explain/components/ConsoleInsight.ts | settingsLink": {
|
6414
|
-
"message": "
|
6468
|
+
"message": "Console insights នៅក្នុង \"ការកំណត់\""
|
6415
6469
|
},
|
6416
6470
|
"panels/explain/components/ConsoleInsight.ts | signInToUse": {
|
6417
6471
|
"message": "ចូលគណនី ដើម្បីប្រើមុខងារនេះ"
|
@@ -6425,9 +6479,6 @@
|
|
6425
6479
|
"panels/explain/components/ConsoleInsight.ts | updateSettings": {
|
6426
6480
|
"message": "ធ្វើបច្ចុប្បន្នភាពការកំណត់"
|
6427
6481
|
},
|
6428
|
-
"panels/explain/explain-meta.ts | ageRestricted": {
|
6429
|
-
"message": "មានតែអ្នកប្រើប្រាស់ដែលមានអាយុចាប់ពី 18 ឆ្នាំឡើងទៅប៉ុណ្ណោះ ទើបអាចប្រើមុខងារនេះបាន"
|
6430
|
-
},
|
6431
6482
|
"panels/explain/explain-meta.ts | enableConsoleInsights": {
|
6432
6483
|
"message": "យល់ដឹងអំពីសារកុងសូលដោយប្រើ AI"
|
6433
6484
|
},
|
@@ -6444,11 +6495,71 @@
|
|
6444
6495
|
"message": "មិនអាចប្រើមុខងារនេះនៅក្នុងតំបន់របស់អ្នកបានទេ"
|
6445
6496
|
},
|
6446
6497
|
"panels/explain/explain-meta.ts | policyRestricted": {
|
6447
|
-
"message": "
|
6498
|
+
"message": "ការកំណត់នេះត្រូវបានគ្រប់គ្រងដោយអ្នកគ្រប់គ្រងរបស់អ្នក"
|
6448
6499
|
},
|
6449
6500
|
"panels/explain/explain-meta.ts | wrongLocale": {
|
6450
6501
|
"message": "ដើម្បីប្រើមុខងារនេះ សូមប្ដូរចំណូលចិត្តភាសារបស់អ្នកនៅក្នុង \"ការកំណត់ឧបករណ៍អ្នកអភិវឌ្ឍន៍\" ទៅជាភាសាអង់គ្លេស"
|
6451
6502
|
},
|
6503
|
+
"panels/freestyler/FreestylerPanel.ts | chatCleared": {
|
6504
|
+
"message": "បានសម្អាតការជជែក"
|
6505
|
+
},
|
6506
|
+
"panels/freestyler/FreestylerPanel.ts | clearChat": {
|
6507
|
+
"message": "សម្អាតការជជែក"
|
6508
|
+
},
|
6509
|
+
"panels/freestyler/FreestylerPanel.ts | help": {
|
6510
|
+
"message": "ជំនួយ"
|
6511
|
+
},
|
6512
|
+
"panels/freestyler/FreestylerPanel.ts | sendFeedback": {
|
6513
|
+
"message": "ផ្ញើមតិកែលម្អ"
|
6514
|
+
},
|
6515
|
+
"panels/freestyler/FreestylerPanel.ts | settings": {
|
6516
|
+
"message": "ការកំណត់"
|
6517
|
+
},
|
6518
|
+
"panels/freestyler/components/FreestylerChatUi.ts | followTheSteps": {
|
6519
|
+
"message": "ធ្វើតាមជំហានខាងលើ ដើម្បីសួរសំណួរ"
|
6520
|
+
},
|
6521
|
+
"panels/freestyler/components/FreestylerChatUi.ts | inputDisclaimerForEmptyState": {
|
6522
|
+
"message": "នេះគឺជាមុខងារ AI ដែលស្ថិតក្នុងដំណាក់កាលពិសោធន៍ ហើយនឹងមិនដំណើរការបានត្រឹមត្រូវជានិច្ចនោះទេ។"
|
6523
|
+
},
|
6524
|
+
"panels/freestyler/components/FreestylerChatUi.ts | learnAbout": {
|
6525
|
+
"message": "ស្វែងយល់អំពី AI នៅក្នុងឧបករណ៍អ្នកអភិវឌ្ឍន៍"
|
6526
|
+
},
|
6527
|
+
"panels/freestyler/components/FreestylerChatUi.ts | notLoggedIn": {
|
6528
|
+
"message": "អាចប្រើមុខងារនេះបាន តែនៅពេលដែលអ្នកបានចូល Chrome ដោយប្រើគណនី Google របស់អ្នកប៉ុណ្ណោះ"
|
6529
|
+
},
|
6530
|
+
"panels/freestyler/components/FreestylerChatUi.ts | offline": {
|
6531
|
+
"message": "ពិនិត្យការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក រួចព្យាយាមម្ដងទៀត"
|
6532
|
+
},
|
6533
|
+
"panels/freestyler/components/FreestylerChatUi.ts | settingsLink": {
|
6534
|
+
"message": "ជំនួយ AI នៅក្នុង \"ការកំណត់\""
|
6535
|
+
},
|
6536
|
+
"panels/freestyler/components/FreestylerChatUi.ts | turnOnForStyles": {
|
6537
|
+
"message": "បើក {PH1} ដើម្បីទទួលបានជំនួយពាក់ព័ន្ធនឹងការយល់ដឹងអំពីរចនាបថ CSS"
|
6538
|
+
},
|
6539
|
+
"panels/freestyler/components/FreestylerChatUi.ts | turnOnForStylesAndRequests": {
|
6540
|
+
"message": "បើក {PH1} ដើម្បីទទួលបានជំនួយពាក់ព័ន្ធនឹងសំណើបណ្ដាញ និងរចនាបថ"
|
6541
|
+
},
|
6542
|
+
"panels/freestyler/freestyler-meta.ts | aiAssistance": {
|
6543
|
+
"message": "ជំនួយ AI"
|
6544
|
+
},
|
6545
|
+
"panels/freestyler/freestyler-meta.ts | askAi": {
|
6546
|
+
"message": "សួរ AI"
|
6547
|
+
},
|
6548
|
+
"panels/freestyler/freestyler-meta.ts | enableAiAssistance": {
|
6549
|
+
"message": "បើកជំនួយ AI"
|
6550
|
+
},
|
6551
|
+
"panels/freestyler/freestyler-meta.ts | geoRestricted": {
|
6552
|
+
"message": "មិនអាចប្រើមុខងារនេះនៅក្នុងតំបន់របស់អ្នកបានទេ"
|
6553
|
+
},
|
6554
|
+
"panels/freestyler/freestyler-meta.ts | policyRestricted": {
|
6555
|
+
"message": "ការកំណត់នេះត្រូវបានគ្រប់គ្រងដោយអ្នកគ្រប់គ្រងរបស់អ្នក"
|
6556
|
+
},
|
6557
|
+
"panels/freestyler/freestyler-meta.ts | showAiAssistance": {
|
6558
|
+
"message": "បង្ហាញជំនួយ AI"
|
6559
|
+
},
|
6560
|
+
"panels/freestyler/freestyler-meta.ts | wrongLocale": {
|
6561
|
+
"message": "ដើម្បីប្រើមុខងារនេះ សូមកំណត់ចំណូលចិត្តភាសារបស់អ្នកទៅភាសាអង់គ្លេសនៅក្នុង \"ការកំណត់ឧបករណ៍អ្នកអភិវឌ្ឍន៍\""
|
6562
|
+
},
|
6452
6563
|
"panels/issues/AffectedBlockedByResponseView.ts | blockedResource": {
|
6453
6564
|
"message": "ធនធានដែលបានទប់ស្កាត់"
|
6454
6565
|
},
|
@@ -7598,11 +7709,8 @@
|
|
7598
7709
|
"panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrency": {
|
7599
7710
|
"message": "ការដំណើរការព្រមគ្នានៃហាតវែរ"
|
7600
7711
|
},
|
7601
|
-
"panels/mobile_throttling/ThrottlingManager.ts |
|
7602
|
-
"message": "
|
7603
|
-
},
|
7604
|
-
"panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrencySettingTooltip": {
|
7605
|
-
"message": "លុបពីលើតម្លៃដែលបានរាយការណ៍ដោយ navigator.hardwareConcurrency នៅលើទំព័រ"
|
7712
|
+
"panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrencySettingLabel": {
|
7713
|
+
"message": "លុបពីលើតម្លៃដែលបានរាយការណ៍ដោយ navigator.hardwareConcurrency"
|
7606
7714
|
},
|
7607
7715
|
"panels/mobile_throttling/ThrottlingManager.ts | noThrottling": {
|
7608
7716
|
"message": "គ្មានការពន្យឺតទេ"
|
@@ -7949,15 +8057,6 @@
|
|
7949
8057
|
"panels/network/NetworkDataGridNode.ts | redirect": {
|
7950
8058
|
"message": "បញ្ជូនបន្ត"
|
7951
8059
|
},
|
7952
|
-
"panels/network/NetworkDataGridNode.ts | requestContentHeadersOverridden": {
|
7953
|
-
"message": "ទាំងផ្នែកក្បាល និងខ្លឹមសារសំណើត្រូវបានលុបពីលើ"
|
7954
|
-
},
|
7955
|
-
"panels/network/NetworkDataGridNode.ts | requestContentOverridden": {
|
7956
|
-
"message": "ខ្លឹមសារសំណើត្រូវបានលុបពីលើ"
|
7957
|
-
},
|
7958
|
-
"panels/network/NetworkDataGridNode.ts | requestHeadersOverridden": {
|
7959
|
-
"message": "ផ្នែកក្បាលនៃសំណើត្រូវបានលុបពីលើ"
|
7960
|
-
},
|
7961
8060
|
"panels/network/NetworkDataGridNode.ts | sPreflight": {
|
7962
8061
|
"message": "{PH1} + មុនការហោះហើរ"
|
7963
8062
|
},
|
@@ -7994,9 +8093,6 @@
|
|
7994
8093
|
"panels/network/NetworkDataGridNode.ts | signedexchange": {
|
7995
8094
|
"message": "signed-exchange"
|
7996
8095
|
},
|
7997
|
-
"panels/network/NetworkDataGridNode.ts | thirdPartyPhaseout": {
|
7998
|
-
"message": "ខូគីសម្រាប់សំណើនេះត្រូវបានទប់ស្កាត់ដោយសារទង់ Chrome ឬការកំណត់រចនាសម្ព័ន្ធកម្មវិធីរុករកតាមអ៊ីនធឺណិត។ ស្វែងយល់បន្ថែមនៅក្នុងផ្ទាំងបញ្ហា។"
|
7999
|
-
},
|
8000
8096
|
"panels/network/NetworkDataGridNode.ts | timeSubtitleTooltipText": {
|
8001
8097
|
"message": "ការពន្យារ (ពេលទទួលការឆ្លើយតប - ពេលចាប់ផ្ដើម)"
|
8002
8098
|
},
|
@@ -8415,7 +8511,7 @@
|
|
8415
8511
|
"message": "បិទឃ្លាំងបម្រុង"
|
8416
8512
|
},
|
8417
8513
|
"panels/network/NetworkPanel.ts | disableCacheWhileDevtoolsIsOpen": {
|
8418
|
-
"message": "
|
8514
|
+
"message": "បិទឃ្លាំងបម្រុង នៅពេលបើកឧបករណ៍អ្នកអភិវឌ្ឍន៍"
|
8419
8515
|
},
|
8420
8516
|
"panels/network/NetworkPanel.ts | doNotClearLogOnPageReload": {
|
8421
8517
|
"message": "កុំសម្អាតកំណត់ហេតុនៅពេលផ្ទុកទំព័រឡើងវិញ / ការរុករក"
|
@@ -9030,7 +9126,7 @@
|
|
9030
9126
|
"message": "បញ្ចូលលំនាំទប់ស្កាត់សំណើបណ្ដាញ"
|
9031
9127
|
},
|
9032
9128
|
"panels/network/network-meta.ts | allowToGenerateHarWithSensitiveData": {
|
9033
|
-
"message": "
|
9129
|
+
"message": "អនុញ្ញាតឱ្យបង្កើត HAR ដែលមានទិន្នន័យរសើប"
|
9034
9130
|
},
|
9035
9131
|
"panels/network/network-meta.ts | allowToGenerateHarWithSensitiveDataDocumentation": {
|
9036
9132
|
"message": "តាមលំនាំដើម កំណត់ហេតុ HAR ដែលបានបង្កើតត្រូវបានសម្អាត និងមិនរួមបញ្ចូលផ្នែកក្បាល HTTP Cookie, Set-Cookie ឬ Authorization ទេ។ នៅពេលការកំណត់នេះត្រូវបានបើក ជម្រើសនាំចេញ/ចម្លង HAR ដែលមានទិន្នន័យរសើបត្រូវបានផ្តល់ជូន។"
|
@@ -9051,7 +9147,7 @@
|
|
9051
9147
|
"message": "ឃ្លាំងបម្រុងរបស់ថាស"
|
9052
9148
|
},
|
9053
9149
|
"panels/network/network-meta.ts | dontAllowToGenerateHarWithSensitiveData": {
|
9054
|
-
"message": "
|
9150
|
+
"message": "មិនអនុញ្ញាតឱ្យបង្កើត HAR ដែលមានទិន្នន័យរសើបទេ"
|
9055
9151
|
},
|
9056
9152
|
"panels/network/network-meta.ts | dontGroupNetworkLogItemsByFrame": {
|
9057
9153
|
"message": "កុំដាក់ធាតុកំណត់ហេតុបណ្ដាញជាក្រុមតាមស៊ុម"
|
@@ -9801,7 +9897,7 @@
|
|
9801
9897
|
"message": "កែ រួចផ្ញើឡើងវិញ"
|
9802
9898
|
},
|
9803
9899
|
"panels/protocol_monitor/ProtocolMonitor.ts | elapsedTime": {
|
9804
|
-
"message": "
|
9900
|
+
"message": "រយៈពេលកន្លងផុត"
|
9805
9901
|
},
|
9806
9902
|
"panels/protocol_monitor/ProtocolMonitor.ts | filter": {
|
9807
9903
|
"message": "តម្រង"
|
@@ -10637,12 +10733,45 @@
|
|
10637
10733
|
"panels/security/SecurityPanel.ts | yourPageRequestedNonsecure": {
|
10638
10734
|
"message": "ទំព័ររបស់អ្នកបានស្នើសុំធនធានគ្មានសុវត្ថិភាពដែលត្រូវបានទប់ស្កាត់។"
|
10639
10735
|
},
|
10736
|
+
"panels/security/SecurityPanelSidebar.ts | mainOrigin": {
|
10737
|
+
"message": "ប្រភពដើមចម្បង"
|
10738
|
+
},
|
10739
|
+
"panels/security/SecurityPanelSidebar.ts | mainOriginNonsecure": {
|
10740
|
+
"message": "ប្រភពដើមចម្បង (គ្មានសុវត្ថិភាព)"
|
10741
|
+
},
|
10742
|
+
"panels/security/SecurityPanelSidebar.ts | mainOriginSecure": {
|
10743
|
+
"message": "ប្រភពដើមចម្បង (សុវត្ថិភាព)"
|
10744
|
+
},
|
10745
|
+
"panels/security/SecurityPanelSidebar.ts | nonsecureOrigins": {
|
10746
|
+
"message": "ប្រភពដើមដែលគ្មានសុវត្ថិភាព"
|
10747
|
+
},
|
10748
|
+
"panels/security/SecurityPanelSidebar.ts | overview": {
|
10749
|
+
"message": "ទិដ្ឋភាពរួម"
|
10750
|
+
},
|
10751
|
+
"panels/security/SecurityPanelSidebar.ts | reloadToViewDetails": {
|
10752
|
+
"message": "ផ្ទុកឡើងវិញ ដើម្បីមើលព័ត៌មានលម្អិត"
|
10753
|
+
},
|
10754
|
+
"panels/security/SecurityPanelSidebar.ts | secureOrigins": {
|
10755
|
+
"message": "ប្រភពដើមដែលមានសុវត្ថិភាព"
|
10756
|
+
},
|
10757
|
+
"panels/security/SecurityPanelSidebar.ts | security": {
|
10758
|
+
"message": "សុវត្ថិភាព"
|
10759
|
+
},
|
10760
|
+
"panels/security/SecurityPanelSidebar.ts | unknownCanceled": {
|
10761
|
+
"message": "មិនស្គាល់ / បានបោះបង់"
|
10762
|
+
},
|
10640
10763
|
"panels/security/security-meta.ts | security": {
|
10641
10764
|
"message": "សុវត្ថិភាព"
|
10642
10765
|
},
|
10766
|
+
"panels/security/security-meta.ts | securityAndPrivacy": {
|
10767
|
+
"message": "សន្តិសុខ និងឯកជនភាព"
|
10768
|
+
},
|
10643
10769
|
"panels/security/security-meta.ts | showSecurity": {
|
10644
10770
|
"message": "បង្ហាញសុវត្ថិភាព"
|
10645
10771
|
},
|
10772
|
+
"panels/security/security-meta.ts | showSecurityAndPrivacy": {
|
10773
|
+
"message": "បង្ហាញ \"សន្តិសុខ និងឯកជនភាព\""
|
10774
|
+
},
|
10646
10775
|
"panels/sensors/LocationsSettingsTab.ts | addLocation": {
|
10647
10776
|
"message": "បញ្ចូលទីតាំង..."
|
10648
10777
|
},
|
@@ -10857,16 +10986,25 @@
|
|
10857
10986
|
"message": "អ្នកប្រើប្រាស់អសកម្ម អេក្រង់បានដោះសោ"
|
10858
10987
|
},
|
10859
10988
|
"panels/settings/AISettingsTab.ts | adminSettings": {
|
10860
|
-
"message": "អាស្រ័យលើការគ្រប់គ្រងគណនី Google និង/ឬតំបន់របស់អ្នក Google អាចជៀសវាងប្រមូលទិន្នន័យ។
|
10989
|
+
"message": "អាស្រ័យលើការគ្រប់គ្រងគណនី Google និង/ឬតំបន់របស់អ្នក Google អាចជៀសវាងប្រមូលទិន្នន័យ។ អាស្រ័យលើការកំណត់របស់ស្ថាប័នអ្នក មុខងារដែលអ្នកប្រើប្រាស់ដែលស្ថិតក្រោមការគ្រប់គ្រងអាចប្រើបាន អាចខុសគ្នា។"
|
10990
|
+
},
|
10991
|
+
"panels/settings/AISettingsTab.ts | ageRestricted": {
|
10992
|
+
"message": "មានតែអ្នកប្រើប្រាស់ដែលមានអាយុចាប់ពី 18 ឆ្នាំឡើងទៅប៉ុណ្ណោះ ទើបអាចប្រើមុខងារនេះបាន"
|
10993
|
+
},
|
10994
|
+
"panels/settings/AISettingsTab.ts | aiInnovations": {
|
10995
|
+
"message": "ការច្នៃប្រឌិត AI"
|
10861
10996
|
},
|
10862
10997
|
"panels/settings/AISettingsTab.ts | boostYourProductivity": {
|
10863
|
-
"message": "បង្កើនផលិតភាពរបស់អ្នកតាមរយៈ
|
10998
|
+
"message": "បង្កើនផលិតភាពរបស់អ្នកតាមរយៈ AI"
|
10864
10999
|
},
|
10865
11000
|
"panels/settings/AISettingsTab.ts | consoleInsightsSendsData": {
|
10866
11001
|
"message": "សារកុងសូល ដានបង្គរដែលបានភ្ជាប់ កូដប្រភពដែលពាក់ព័ន្ធ និងផ្នែកក្បាលបណ្ដាញដែលបានភ្ជាប់ត្រូវបានបញ្ជូនទៅ Google ដើម្បីបង្កើតការពន្យល់។ ទិន្នន័យនេះប្រហែលត្រូវអ្នកត្រួតពិនិត្យជាមនុស្សមើលឃើញក្នុងការកែលម្អមុខងារនេះ។"
|
10867
11002
|
},
|
11003
|
+
"panels/settings/AISettingsTab.ts | enableAiAssistance": {
|
11004
|
+
"message": "បើកជំនួយ AI"
|
11005
|
+
},
|
10868
11006
|
"panels/settings/AISettingsTab.ts | enableConsoleInsights": {
|
10869
|
-
"message": "បើក
|
11007
|
+
"message": "បើកConsole insights"
|
10870
11008
|
},
|
10871
11009
|
"panels/settings/AISettingsTab.ts | experimentalFeatures": {
|
10872
11010
|
"message": "មុខងារទាំងនេះស្ថិតក្នុងដំណាក់កាលពិសោធន៍។ មុខងារទាំងនេះប្រើ AI ដែលមានសមត្ថភាពបង្កើត និងអាចផ្ដល់ព័ត៌មានមិនត្រឹមត្រូវ ឬប៉ះពាល់អារម្មណ៍ដែលមិនតំណាងឱ្យទស្សនៈរបស់ Google ទេ។"
|
@@ -10875,40 +11013,52 @@
|
|
10875
11013
|
"message": "ទទួលបានការពន្យល់អំពីបញ្ហា និងការព្រមានលើកុងសូល"
|
10876
11014
|
},
|
10877
11015
|
"panels/settings/AISettingsTab.ts | explainStyling": {
|
10878
|
-
"message": "
|
11016
|
+
"message": "យល់ដឹងអំពីរចនាបថ CSS តាមរយៈស្ថិតិដែលដំណើរការដោយ AI"
|
10879
11017
|
},
|
10880
|
-
"panels/settings/AISettingsTab.ts |
|
10881
|
-
"message": "
|
11018
|
+
"panels/settings/AISettingsTab.ts | explainStylingAndNetworkRequest": {
|
11019
|
+
"message": "យល់ដឹងអំពីរចនាបថ CSS និងសកម្មភាពបណ្តាញតាមរយៈស្ថិតិដែលដំណើរការដោយ AI"
|
11020
|
+
},
|
11021
|
+
"panels/settings/AISettingsTab.ts | explainStylingNetworkAndFile": {
|
11022
|
+
"message": "យល់ដឹងអំពីរចនាបថ CSS, សកម្មភាពបណ្តាញ និងប្រភពដើមនៃឯកសារតាមរយៈស្ថិតិដែលដំណើរការដោយ AI"
|
10882
11023
|
},
|
10883
|
-
"panels/settings/AISettingsTab.ts |
|
10884
|
-
"message": "
|
11024
|
+
"panels/settings/AISettingsTab.ts | freestylerSendsData": {
|
11025
|
+
"message": "រាល់ទិន្នន័យដែលទំព័រដែលបានត្រួតពិនិត្យអាចចូលប្រើបានតាមរយៈ Web API, សំណើបណ្ដាញ, ឯកសារ និងដានប្រតិបត្តិការត្រូវបានបញ្ជូនទៅ Google ដើម្បីបង្កើតការពន្យល់។ ទិន្នន័យនេះប្រហែលត្រូវអ្នកត្រួតពិនិត្យជាមនុស្សមើលឃើញក្នុងការកែលម្អមុខងារនេះ។ កុំប្រើនៅលើទំព័រដែលមានព័ត៌មានផ្ទាល់ខ្លួន ឬរសើប។"
|
10885
11026
|
},
|
10886
11027
|
"panels/settings/AISettingsTab.ts | helpUnderstandConsole": {
|
10887
11028
|
"message": "ជួយអ្នកឱ្យយល់ និងដោះស្រាយបញ្ហា និងការព្រមានលើកុងសូល"
|
10888
11029
|
},
|
10889
11030
|
"panels/settings/AISettingsTab.ts | helpUnderstandStyling": {
|
10890
|
-
"message": "
|
11031
|
+
"message": "ទទួលបានជំនួយពាក់ព័ន្ធនឹងការយល់អំពីរចនាបថ CSS"
|
11032
|
+
},
|
11033
|
+
"panels/settings/AISettingsTab.ts | helpUnderstandStylingAndNetworkRequest": {
|
11034
|
+
"message": "ទទួលជំនួយពាក់ព័ន្ធនឹងការយល់ដឹងអំពីរចនាបថ CSS និងសំណើបណ្តាញ"
|
11035
|
+
},
|
11036
|
+
"panels/settings/AISettingsTab.ts | helpUnderstandStylingNetworkAndFile": {
|
11037
|
+
"message": "ទទួលបានជំនួយពាក់ព័ន្ធនឹងការយល់ដឹងអំពីរចនាបថ CSS, សំណើបណ្តាញ និងឯកសារ"
|
10891
11038
|
},
|
10892
11039
|
"panels/settings/AISettingsTab.ts | learnMore": {
|
10893
11040
|
"message": "ស្វែងយល់បន្ថែម"
|
10894
11041
|
},
|
10895
|
-
"panels/settings/AISettingsTab.ts |
|
10896
|
-
"message": "
|
11042
|
+
"panels/settings/AISettingsTab.ts | notLoggedIn": {
|
11043
|
+
"message": "អាចប្រើមុខងារនេះបាន តែនៅពេលដែលអ្នកចូល Chrome ដោយប្រើគណនី Google របស់អ្នកប៉ុណ្ណោះ។"
|
11044
|
+
},
|
11045
|
+
"panels/settings/AISettingsTab.ts | offline": {
|
11046
|
+
"message": "មុខងារនេះអាចប្រើបាន លុះត្រាតែមានការតភ្ជាប់អ៊ីនធឺណិតសកម្ម។"
|
10897
11047
|
},
|
10898
11048
|
"panels/settings/AISettingsTab.ts | privacyNotice": {
|
10899
11049
|
"message": "គោលការណ៍ឯកជនភាព Google"
|
10900
11050
|
},
|
10901
11051
|
"panels/settings/AISettingsTab.ts | receiveStylingSuggestions": {
|
10902
|
-
"message": "
|
11052
|
+
"message": "ធ្វើឱ្យលំហូរការងារអភិវឌ្ឍន៍របស់អ្នកប្រសើរឡើងតាមរយៈការណែនាំ និងការពន្យល់តាមបរិបទ"
|
10903
11053
|
},
|
10904
11054
|
"panels/settings/AISettingsTab.ts | receiveSuggestions": {
|
10905
11055
|
"message": "ទទួលបានការណែនាំ និងគំរូកូដ ដើម្បីដោះស្រាយបញ្ហាទាំងនេះ"
|
10906
11056
|
},
|
10907
11057
|
"panels/settings/AISettingsTab.ts | retainData": {
|
10908
|
-
"message": "
|
11058
|
+
"message": "ទិន្នន័យប្រើប្រាស់នឹងត្រូវបានរក្សាទុករហូតដល់ 18 ខែ និងរក្សាទុកតាមរបៀបដែល Google មិនអាចកំណត់ថានរណាបានផ្តល់ទិន្នន័យនោះ។"
|
10909
11059
|
},
|
10910
11060
|
"panels/settings/AISettingsTab.ts | sendsDataToGoogle": {
|
10911
|
-
"message": "
|
11061
|
+
"message": "មុខងារទាំងនេះបញ្ជូនទិន្នន័យដែលពាក់ព័ន្ធទៅ Google។ Google ប្រមូលមតិកែលម្អ និងទិន្នន័យនេះ ដើម្បីកែលម្អផលិតផល និងសេវាកម្មរបស់ខ្លួនដោយមានជំនួយពីអ្នកត្រួតពិនិត្យជាមនុស្ស។ សូមជៀសវាងចែករំលែកព័ត៌មានផ្ទាល់ខ្លួន ឬរសើប។"
|
10912
11062
|
},
|
10913
11063
|
"panels/settings/AISettingsTab.ts | showLess": {
|
10914
11064
|
"message": "បង្ហាញតិចជាង"
|
@@ -10920,7 +11070,7 @@
|
|
10920
11070
|
"message": "លក្ខខណ្ឌប្រើប្រាស់ Google"
|
10921
11071
|
},
|
10922
11072
|
"panels/settings/AISettingsTab.ts | termsOfServicePrivacyNotice": {
|
10923
|
-
"message": "
|
11073
|
+
"message": "ការប្រើប្រាស់មុខងារទាំងនេះគឺអនុលោមតាម{PH1} និង{PH2}"
|
10924
11074
|
},
|
10925
11075
|
"panels/settings/AISettingsTab.ts | thingsToConsider": {
|
10926
11076
|
"message": "ចំណុចដែលត្រូវពិចារណា"
|
@@ -10929,10 +11079,10 @@
|
|
10929
11079
|
"message": "នៅពេលបើក"
|
10930
11080
|
},
|
10931
11081
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | addFilenamePattern": {
|
10932
|
-
"message": "
|
11082
|
+
"message": "បញ្ចូលវិធានកន្សោមធម្មតាសម្រាប់ URL របស់ស្គ្រីប"
|
10933
11083
|
},
|
10934
11084
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | addPattern": {
|
10935
|
-
"message": "
|
11085
|
+
"message": "បញ្ចូលវិធានកន្សោមធម្មតា..."
|
10936
11086
|
},
|
10937
11087
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | automaticallyIgnoreListKnownThirdPartyScripts": {
|
10938
11088
|
"message": "ស្គ្រីបភាគីទីបីដែលស្គាល់ពីផែនទីប្រភព"
|
@@ -10941,7 +11091,7 @@
|
|
10941
11091
|
"message": "វិធានមិនរួមបញ្ចូលផ្ទាល់ខ្លួន៖"
|
10942
11092
|
},
|
10943
11093
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | debuggerWillSkipThroughThe": {
|
10944
|
-
"message": "
|
11094
|
+
"message": "កម្មវិធីជួសជុលនឹងមិនត្រួតពិនិត្យស្គ្រីបទាំងនេះជាជំហានៗ ឬផ្អាកនៅពេលមានការលើកលែងដែលប៉ះពាល់តែស្គ្រីបទាំងនេះទេ ហើយផ្ទាំងប្រតិបត្តិការនឹងបង្រួមធាតុនៅលើគំនូសតាងបែបអណ្ដាតភ្លើងដែលត្រូវគ្នា។"
|
10945
11095
|
},
|
10946
11096
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | enableIgnoreListing": {
|
10947
11097
|
"message": "បើកបញ្ជីមិនអើពើ"
|
@@ -10950,11 +11100,14 @@
|
|
10950
11100
|
"message": "ដោះធីក ដើម្បីបិទបញ្ជីមិនអើពើទាំងអស់"
|
10951
11101
|
},
|
10952
11102
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | frameworkIgnoreList": {
|
10953
|
-
"message": "
|
11103
|
+
"message": "បញ្ជីមិនអើពើក្របខ័ណ្ឌ"
|
10954
11104
|
},
|
10955
11105
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | generalExclusionRules": {
|
10956
11106
|
"message": "វិធានមិនរួមបញ្ចូលទូទៅ៖"
|
10957
11107
|
},
|
11108
|
+
"panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreListAnonymousScripts": {
|
11109
|
+
"message": "ស្គ្រីបអនាមិកពី eval ឬកុងសូល"
|
11110
|
+
},
|
10958
11111
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreListContentScripts": {
|
10959
11112
|
"message": "បានបញ្ចូលស្គ្រីបខ្លឹមសារដោយកម្មវិធីបន្ថែម"
|
10960
11113
|
},
|
@@ -10965,16 +11118,16 @@
|
|
10965
11118
|
"message": "ស្វែងយល់បន្ថែម"
|
10966
11119
|
},
|
10967
11120
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | pattern": {
|
10968
|
-
"message": "
|
11121
|
+
"message": "បញ្ចូលវិធានកន្សោមធម្មតាសម្រាប់ URL របស់ស្គ្រីប"
|
10969
11122
|
},
|
10970
11123
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternAlreadyExists": {
|
10971
|
-
"message": "
|
11124
|
+
"message": "មានវិធានរួចហើយ"
|
10972
11125
|
},
|
10973
11126
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternCannotBeEmpty": {
|
10974
|
-
"message": "
|
11127
|
+
"message": "វិធានមិនអាចទទេបានទេ"
|
10975
11128
|
},
|
10976
11129
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | patternMustBeAValidRegular": {
|
10977
|
-
"message": "
|
11130
|
+
"message": "វិធានត្រូវតែជាកន្សោមធម្មតាដែលមានសុពលភាព"
|
10978
11131
|
},
|
10979
11132
|
"panels/settings/KeybindsSettingsTab.ts | FullListOfDevtoolsKeyboard": {
|
10980
11133
|
"message": "បញ្ជីពេញលេញនៃចលនា និងផ្លូវកាត់ក្ដារចុច DevTools"
|
@@ -11213,6 +11366,9 @@
|
|
11213
11366
|
"panels/settings/emulation/emulation-meta.ts | showDevices": {
|
11214
11367
|
"message": "បង្ហាញឧបករណ៍"
|
11215
11368
|
},
|
11369
|
+
"panels/settings/settings-meta.ts | aiInnovations": {
|
11370
|
+
"message": "ការច្នៃប្រឌិត AI"
|
11371
|
+
},
|
11216
11372
|
"panels/settings/settings-meta.ts | documentation": {
|
11217
11373
|
"message": "ឯកសារ"
|
11218
11374
|
},
|
@@ -11220,7 +11376,7 @@
|
|
11220
11376
|
"message": "ការពិសោធ"
|
11221
11377
|
},
|
11222
11378
|
"panels/settings/settings-meta.ts | ignoreList": {
|
11223
|
-
"message": "
|
11379
|
+
"message": "បញ្ជីមិនអើពើ"
|
11224
11380
|
},
|
11225
11381
|
"panels/settings/settings-meta.ts | preferences": {
|
11226
11382
|
"message": "ចំណូលចិត្ត"
|
@@ -11231,11 +11387,14 @@
|
|
11231
11387
|
"panels/settings/settings-meta.ts | shortcuts": {
|
11232
11388
|
"message": "ផ្លូវកាត់"
|
11233
11389
|
},
|
11390
|
+
"panels/settings/settings-meta.ts | showAiInnovations": {
|
11391
|
+
"message": "បង្ហាញការច្នៃប្រឌិត AI"
|
11392
|
+
},
|
11234
11393
|
"panels/settings/settings-meta.ts | showExperiments": {
|
11235
11394
|
"message": "បង្ហាញការពិសោធ"
|
11236
11395
|
},
|
11237
11396
|
"panels/settings/settings-meta.ts | showIgnoreList": {
|
11238
|
-
"message": "
|
11397
|
+
"message": "បង្ហាញបញ្ជីមិនអើពើ"
|
11239
11398
|
},
|
11240
11399
|
"panels/settings/settings-meta.ts | showPreferences": {
|
11241
11400
|
"message": "បង្ហាញចំណូលចិត្ត"
|
@@ -12254,6 +12413,33 @@
|
|
12254
12413
|
"panels/timeline/AnimationsTrackAppender.ts | animations": {
|
12255
12414
|
"message": "រូបមានចលនា"
|
12256
12415
|
},
|
12416
|
+
"panels/timeline/AnnotationHelpers.ts | entriesLink": {
|
12417
|
+
"message": "ធាតុដែលបានភ្ជាប់"
|
12418
|
+
},
|
12419
|
+
"panels/timeline/AnnotationHelpers.ts | entryLabel": {
|
12420
|
+
"message": "ស្លាកធាតុ"
|
12421
|
+
},
|
12422
|
+
"panels/timeline/AnnotationHelpers.ts | srAnnotationAdded": {
|
12423
|
+
"message": "ចំណារ {PH1} ត្រូវបានបញ្ចូល"
|
12424
|
+
},
|
12425
|
+
"panels/timeline/AnnotationHelpers.ts | srAnnotationRemoved": {
|
12426
|
+
"message": "ចំណារ {PH1} ត្រូវបានដកចេញ"
|
12427
|
+
},
|
12428
|
+
"panels/timeline/AnnotationHelpers.ts | srEnterLabelEditMode": {
|
12429
|
+
"message": "កំពុងកែអក្សរស្លាកចំណារ"
|
12430
|
+
},
|
12431
|
+
"panels/timeline/AnnotationHelpers.ts | srEntriesLinked": {
|
12432
|
+
"message": "ឥឡូវនេះ ចំណារធាតុដែលបានភ្ជាប់ភ្ជាប់ពី {PH1} ទៅ {PH2}"
|
12433
|
+
},
|
12434
|
+
"panels/timeline/AnnotationHelpers.ts | srLabelTextUpdated": {
|
12435
|
+
"message": "បានធ្វើបច្ចុប្បន្នភាពស្លាកទៅ {PH1}"
|
12436
|
+
},
|
12437
|
+
"panels/timeline/AnnotationHelpers.ts | srTimeRangeBoundsUpdated": {
|
12438
|
+
"message": "បានធ្វើបច្ចុប្បន្នភាពចន្លោះពេល ដោយចាប់ផ្ដើមនៅ {PH1} និងបញ្ចប់នៅ {PH2}"
|
12439
|
+
},
|
12440
|
+
"panels/timeline/AnnotationHelpers.ts | timeRange": {
|
12441
|
+
"message": "ចន្លោះពេល"
|
12442
|
+
},
|
12257
12443
|
"panels/timeline/AppenderUtils.ts | sSelfS": {
|
12258
12444
|
"message": "{PH1} (រយៈពេលផ្ទាល់ខ្លួន {PH2})"
|
12259
12445
|
},
|
@@ -12308,6 +12494,12 @@
|
|
12308
12494
|
"panels/timeline/IsolateSelector.ts | selectJavascriptVmInstance": {
|
12309
12495
|
"message": "ជ្រើសរើសអង្គ JavaScript VM"
|
12310
12496
|
},
|
12497
|
+
"panels/timeline/LayoutShiftsTrackAppender.ts | layoutShift": {
|
12498
|
+
"message": "ការប្ដូរប្លង់"
|
12499
|
+
},
|
12500
|
+
"panels/timeline/LayoutShiftsTrackAppender.ts | layoutShiftCluster": {
|
12501
|
+
"message": "បណ្ដុំនៃការប្ដូរប្លង់"
|
12502
|
+
},
|
12311
12503
|
"panels/timeline/LayoutShiftsTrackAppender.ts | layoutShifts": {
|
12312
12504
|
"message": "ការប្ដូរប្លង់"
|
12313
12505
|
},
|
@@ -12506,9 +12698,6 @@
|
|
12506
12698
|
"panels/timeline/TimelinePanel.ts | CpuThrottlingIsEnabled": {
|
12507
12699
|
"message": "- ការពន្យឺត CPU ត្រូវបានបើក"
|
12508
12700
|
},
|
12509
|
-
"panels/timeline/TimelinePanel.ts | HardwareConcurrencyIsEnabled": {
|
12510
|
-
"message": "- ការលុបពីលើការដំណើរការព្រមគ្នានៃហាតវែរត្រូវបានបើក"
|
12511
|
-
},
|
12512
12701
|
"panels/timeline/TimelinePanel.ts | JavascriptSamplingIsDisabled": {
|
12513
12702
|
"message": "- ការធ្វើសំណាក JavaScript ត្រូវបានបិទ"
|
12514
12703
|
},
|
@@ -12566,6 +12755,9 @@
|
|
12566
12755
|
"panels/timeline/TimelinePanel.ts | enableSelectorStats": {
|
12567
12756
|
"message": "បើកស្ថិតិផ្ទាំងជ្រើសរើស CSS (យឺត)"
|
12568
12757
|
},
|
12758
|
+
"panels/timeline/TimelinePanel.ts | eventSelected": {
|
12759
|
+
"message": "បានជ្រើសរើសព្រឹត្តិការណ៍ {PH1}"
|
12760
|
+
},
|
12569
12761
|
"panels/timeline/TimelinePanel.ts | exportEnhancedTraces": {
|
12570
12762
|
"message": "ដានប្រតិបត្តិការដែលបានធ្វើឱ្យប្រសើរឡើង"
|
12571
12763
|
},
|
@@ -12578,12 +12770,18 @@
|
|
12578
12770
|
"panels/timeline/TimelinePanel.ts | fixMe": {
|
12579
12771
|
"message": "កែខ្ញុំ"
|
12580
12772
|
},
|
12773
|
+
"panels/timeline/TimelinePanel.ts | frameSelected": {
|
12774
|
+
"message": "បានជ្រើសរើសស៊ុម"
|
12775
|
+
},
|
12581
12776
|
"panels/timeline/TimelinePanel.ts | hideSidebar": {
|
12582
12777
|
"message": "លាក់របារចំហៀងទោល"
|
12583
12778
|
},
|
12584
12779
|
"panels/timeline/TimelinePanel.ts | initializingProfiler": {
|
12585
12780
|
"message": "កំពុងចាប់ផ្ដើមកម្មវិធីចងក្រងព័ត៌មាន…"
|
12586
12781
|
},
|
12782
|
+
"panels/timeline/TimelinePanel.ts | learnMore": {
|
12783
|
+
"message": "ស្វែងយល់បន្ថែម"
|
12784
|
+
},
|
12587
12785
|
"panels/timeline/TimelinePanel.ts | loadProfile": {
|
12588
12786
|
"message": "ផ្ទុកកម្រងព័ត៌មាន…"
|
12589
12787
|
},
|
@@ -12629,6 +12827,9 @@
|
|
12629
12827
|
"panels/timeline/TimelinePanel.ts | screenshots": {
|
12630
12828
|
"message": "រូបថតអេក្រង់"
|
12631
12829
|
},
|
12830
|
+
"panels/timeline/TimelinePanel.ts | selectionCleared": {
|
12831
|
+
"message": "បានសម្អាតការជ្រើសរើស"
|
12832
|
+
},
|
12632
12833
|
"panels/timeline/TimelinePanel.ts | showDataAddedByExtensions": {
|
12633
12834
|
"message": "បង្ហាញទិន្នន័យដែលបានបញ្ចូលដោយកម្មវិធីបន្ថែមនៃផ្ទាំងប្រតិបត្តិការ"
|
12634
12835
|
},
|
@@ -12678,7 +12879,7 @@
|
|
12678
12879
|
"message": "% នៃការផ្គូផ្គងមិនត្រូវគ្នានៃផ្លូវយឺត"
|
12679
12880
|
},
|
12680
12881
|
"panels/timeline/TimelineSelectorStatsView.ts | rejectPercentageExplanation": {
|
12681
|
-
"message": "ភាគរយនៃណតដែលមិនត្រូវគ្នា (
|
12882
|
+
"message": "ភាគរយនៃណតដែលមិនត្រូវគ្នា (ចំនួនព្យាយាមផ្គូផ្គង - ចំនួននៃការផ្គូផ្គង) ដែលមិនអាចដកចេញបានលឿនដោយតម្រងប៊្លូម ដោយសារតែភាពស្មុគស្មាញខ្ពស់នៃផ្ទាំងជ្រើសរើស។ កាន់តែទាបកាន់តែល្អ។"
|
12682
12883
|
},
|
12683
12884
|
"panels/timeline/TimelineSelectorStatsView.ts | selector": {
|
12684
12885
|
"message": "ផ្ទាំងជ្រើសរើស"
|
@@ -12797,6 +12998,9 @@
|
|
12797
12998
|
"panels/timeline/TimelineUIUtils.ts | allottedTime": {
|
12798
12999
|
"message": "រយៈពេលដែលបានកំណត់ឱ្យ"
|
12799
13000
|
},
|
13001
|
+
"panels/timeline/TimelineUIUtils.ts | animating": {
|
13002
|
+
"message": "កំពុងមានចលនា"
|
13003
|
+
},
|
12800
13004
|
"panels/timeline/TimelineUIUtils.ts | animationFrameRequested": {
|
12801
13005
|
"message": "បានស្នើសុំហ្វ្រេមរូបមានចលនា"
|
12802
13006
|
},
|
@@ -12821,6 +13025,66 @@
|
|
12821
13025
|
"panels/timeline/TimelineUIUtils.ts | compile": {
|
12822
13026
|
"message": "ចងក្រង"
|
12823
13027
|
},
|
13028
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailed": {
|
13029
|
+
"message": "ការរួមបញ្ចូលមិនបានសម្រេចទេ"
|
13030
|
+
},
|
13031
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedAcceleratedAnimationsDisabled": {
|
13032
|
+
"message": "បានបិទរូបមានចលនាដែលបានពន្លឿន"
|
13033
|
+
},
|
13034
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedAffectsImportantProperty": {
|
13035
|
+
"message": "បែបផែនមានឥទ្ធិពលលើលក្ខណៈតាមរយៈ !important"
|
13036
|
+
},
|
13037
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedAnimationAffectsNonCSSProperties": {
|
13038
|
+
"message": "រូបមានចលនាមានឥទ្ធិពលលើលក្ខណៈដែលមិនមែនជា CSS"
|
13039
|
+
},
|
13040
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedAnimationHasNoVisibleChange": {
|
13041
|
+
"message": "រូបមានចលនាមិនមានការផ្លាស់ប្ដូរដែលអាចមើលឃើញនោះទេ"
|
13042
|
+
},
|
13043
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedEffectHasNonReplaceCompositeMode": {
|
13044
|
+
"message": "បែបផែនមានមុខងារសមាសធាតុខុសពី \"ជំនួស\""
|
13045
|
+
},
|
13046
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedEffectHasUnsupportedTimingParams": {
|
13047
|
+
"message": "បែបផែនមានប៉ារ៉ាម៉ែត្រកំណត់ពេលដែលមិនអាចប្រើបាន"
|
13048
|
+
},
|
13049
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedEffectSuppressedByDevtools": {
|
13050
|
+
"message": "បែបផែនត្រូវបានទប់ស្កាត់ដោយឧបករណ៍អ្នកអភិវឌ្ឍន៍ "
|
13051
|
+
},
|
13052
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedFilterRelatedPropertyMayMovePixels": {
|
13053
|
+
"message": "លក្ខណៈដែលពាក់ព័ន្ធនឹងហ្វីលធើអាចផ្លាស់ទីភីកសែល"
|
13054
|
+
},
|
13055
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedInvalidAnimationOrEffect": {
|
13056
|
+
"message": "បែបផែន ឬរូបមានចលនាដែលគ្មានសុពលភាព"
|
13057
|
+
},
|
13058
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedMixedKeyframeValueTypes": {
|
13059
|
+
"message": "ប្រភេទតម្លៃឃីហ្វ្រេមចម្រុះ"
|
13060
|
+
},
|
13061
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedSVGTargetHasIndependentTransformProperty": {
|
13062
|
+
"message": "គោលដៅ SVG មានលក្ខណៈបំប្លែងឯករាជ្យ"
|
13063
|
+
},
|
13064
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasCSSOffset": {
|
13065
|
+
"message": "គោលដៅមានគម្លាត CSS"
|
13066
|
+
},
|
13067
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasIncompatibleAnimations": {
|
13068
|
+
"message": "គោលដៅមានរូបមានចលនាផ្សេងទៀតដែលមិនត្រូវគ្នា"
|
13069
|
+
},
|
13070
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasInvalidCompositingState": {
|
13071
|
+
"message": "គោលដៅមានស្ថានភាពរួមបញ្ចូលដែលគ្មានសុពលភាព"
|
13072
|
+
},
|
13073
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTimelineSourceHasInvalidCompositingState": {
|
13074
|
+
"message": "ប្រភពបន្ទាត់ពេលវេលាមានស្ថានភាពរួមបញ្ចូលដែលគ្មានសុពលភាព"
|
13075
|
+
},
|
13076
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTransformDependsBoxSize": {
|
13077
|
+
"message": "លក្ខណៈដែលពាក់ព័ន្ធនឹងការបំប្លែងផ្អែកលើទំហំប្រអប់"
|
13078
|
+
},
|
13079
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedTransformRelatedPropertyCannotBeAcceleratedOnTarget": {
|
13080
|
+
"message": "មិនអាចពន្លឿនលក្ខណៈដែលពាក់ព័ន្ធនឹងការបំប្លែងនៅលើគោលដៅបានទេ"
|
13081
|
+
},
|
13082
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedUnknownReason": {
|
13083
|
+
"message": "មិនដឹងមូលហេតុ"
|
13084
|
+
},
|
13085
|
+
"panels/timeline/TimelineUIUtils.ts | compositingFailedUnsupportedCSSProperty": {
|
13086
|
+
"message": "{propertyCount,plural, =1{លក្ខណៈ CSS ដែលមិនអាចប្រើបាន៖ {properties}}other{លក្ខណៈ CSS ដែលមិនអាចប្រើបាន៖ {properties}}}"
|
13087
|
+
},
|
12824
13088
|
"panels/timeline/TimelineUIUtils.ts | consumedCacheSize": {
|
12825
13089
|
"message": "ទំហំឃ្លាំងបម្រុងដែលបានប្រើ"
|
12826
13090
|
},
|
@@ -13619,6 +13883,12 @@
|
|
13619
13883
|
"panels/timeline/components/InteractionBreakdown.ts | processingDuration": {
|
13620
13884
|
"message": "រយៈពេលដំណើរការ"
|
13621
13885
|
},
|
13886
|
+
"panels/timeline/components/LayoutShiftDetails.ts | animation": {
|
13887
|
+
"message": "រូបមានចលនា"
|
13888
|
+
},
|
13889
|
+
"panels/timeline/components/LayoutShiftDetails.ts | cluster": {
|
13890
|
+
"message": "បណ្ដុំនៃការប្ដូរប្លង់ @ {PH1}"
|
13891
|
+
},
|
13622
13892
|
"panels/timeline/components/LayoutShiftDetails.ts | culprit": {
|
13623
13893
|
"message": "ដើមហេតុ"
|
13624
13894
|
},
|
@@ -13631,14 +13901,14 @@
|
|
13631
13901
|
"panels/timeline/components/LayoutShiftDetails.ts | injectedIframe": {
|
13632
13902
|
"message": "iframe ដែលបានបញ្ចូល"
|
13633
13903
|
},
|
13634
|
-
"panels/timeline/components/LayoutShiftDetails.ts | insight": {
|
13635
|
-
"message": "ស្ថិតិ"
|
13636
|
-
},
|
13637
13904
|
"panels/timeline/components/LayoutShiftDetails.ts | layoutShift": {
|
13638
|
-
"message": "ការប្ដូរប្លង់"
|
13905
|
+
"message": "ការប្ដូរប្លង់ @ {PH1}"
|
13639
13906
|
},
|
13640
|
-
"panels/timeline/components/LayoutShiftDetails.ts |
|
13641
|
-
"message": "
|
13907
|
+
"panels/timeline/components/LayoutShiftDetails.ts | nonCompositedAnimation": {
|
13908
|
+
"message": "រូបមានចលនាដែលមិនបានរួមបញ្ចូល"
|
13909
|
+
},
|
13910
|
+
"panels/timeline/components/LayoutShiftDetails.ts | parentCluster": {
|
13911
|
+
"message": "បណ្ដុំមេ"
|
13642
13912
|
},
|
13643
13913
|
"panels/timeline/components/LayoutShiftDetails.ts | shiftScore": {
|
13644
13914
|
"message": "ពិន្ទុនៃការប្ដូរ"
|
@@ -13646,21 +13916,21 @@
|
|
13646
13916
|
"panels/timeline/components/LayoutShiftDetails.ts | startTime": {
|
13647
13917
|
"message": "ពេលចាប់ផ្ដើម"
|
13648
13918
|
},
|
13919
|
+
"panels/timeline/components/LayoutShiftDetails.ts | total": {
|
13920
|
+
"message": "សរុប"
|
13921
|
+
},
|
13649
13922
|
"panels/timeline/components/LiveMetricsView.ts | allDevices": {
|
13650
13923
|
"message": "ឧបករណ៍ទាំងអស់"
|
13651
13924
|
},
|
13652
13925
|
"panels/timeline/components/LiveMetricsView.ts | auto": {
|
13653
13926
|
"message": "ស្វ័យប្រវត្តិ ({PH1})"
|
13654
13927
|
},
|
13655
|
-
"panels/timeline/components/LiveMetricsView.ts |
|
13656
|
-
"message": "
|
13928
|
+
"panels/timeline/components/LiveMetricsView.ts | clearCurrentLog": {
|
13929
|
+
"message": "សម្អាតកំណត់ហេតុបច្ចុប្បន្ន"
|
13657
13930
|
},
|
13658
13931
|
"panels/timeline/components/LiveMetricsView.ts | collectionPeriod": {
|
13659
13932
|
"message": "រយៈពេលប្រមូល៖"
|
13660
13933
|
},
|
13661
|
-
"panels/timeline/components/LiveMetricsView.ts | considerRealUser": {
|
13662
|
-
"message": "ពិចារណាមជ្ឈដ្ឋានអ្នកប្រើប្រាស់ពិត"
|
13663
|
-
},
|
13664
13934
|
"panels/timeline/components/LiveMetricsView.ts | dateRange": {
|
13665
13935
|
"message": "{PH1} - {PH2}"
|
13666
13936
|
},
|
@@ -13673,21 +13943,39 @@
|
|
13673
13943
|
"panels/timeline/components/LiveMetricsView.ts | disableNetworkCache": {
|
13674
13944
|
"message": "បិទឃ្លាំងបម្រុងបណ្ដាញ"
|
13675
13945
|
},
|
13946
|
+
"panels/timeline/components/LiveMetricsView.ts | elementRenderDelay": {
|
13947
|
+
"message": "ការពន្យារពេលបំប្លែងធាតុ"
|
13948
|
+
},
|
13676
13949
|
"panels/timeline/components/LiveMetricsView.ts | environmentSettings": {
|
13677
13950
|
"message": "ការកំណត់មជ្ឈដ្ឋាន"
|
13678
13951
|
},
|
13952
|
+
"panels/timeline/components/LiveMetricsView.ts | eventLogs": {
|
13953
|
+
"message": "ផ្នែកកំណត់ហេតុនៃការប្ដូរប្លង់ និងអន្តរកម្ម"
|
13954
|
+
},
|
13679
13955
|
"panels/timeline/components/LiveMetricsView.ts | fieldData": {
|
13680
13956
|
"message": "ទិន្នន័យពីអ្នកប្រើប្រាស់ពិត"
|
13681
13957
|
},
|
13682
13958
|
"panels/timeline/components/LiveMetricsView.ts | fieldDataLink": {
|
13683
13959
|
"message": "ទិន្នន័យពីអ្នកប្រើប្រាស់ពិត"
|
13684
13960
|
},
|
13961
|
+
"panels/timeline/components/LiveMetricsView.ts | inpInteraction": {
|
13962
|
+
"message": "អន្តរកម្ម INP គឺជាចំណុចសតភាគទី 98 នៃការពន្យារពេលអន្តរកម្ម។"
|
13963
|
+
},
|
13964
|
+
"panels/timeline/components/LiveMetricsView.ts | inpInteractionLink": {
|
13965
|
+
"message": "អន្តរកម្ម INP"
|
13966
|
+
},
|
13967
|
+
"panels/timeline/components/LiveMetricsView.ts | inputDelay": {
|
13968
|
+
"message": "ការពន្យារធាតុចូល"
|
13969
|
+
},
|
13685
13970
|
"panels/timeline/components/LiveMetricsView.ts | interactionExcluded": {
|
13686
13971
|
"message": "INP ត្រូវបានគណនាដោយប្រើចំណុចសតភាគទី 98 នៃការពន្យារពេលអន្តរកម្ម ដូច្នេះការពន្យារពេលអន្តរកម្មមួយចំនួនអាចធំជាងតម្លៃ INP។"
|
13687
13972
|
},
|
13688
13973
|
"panels/timeline/components/LiveMetricsView.ts | interactions": {
|
13689
13974
|
"message": "អន្តរកម្ម"
|
13690
13975
|
},
|
13976
|
+
"panels/timeline/components/LiveMetricsView.ts | layoutShifts": {
|
13977
|
+
"message": "ការប្ដូរប្លង់"
|
13978
|
+
},
|
13691
13979
|
"panels/timeline/components/LiveMetricsView.ts | lcpElement": {
|
13692
13980
|
"message": "ធាតុ LCP"
|
13693
13981
|
},
|
@@ -13706,12 +13994,6 @@
|
|
13706
13994
|
"panels/timeline/components/LiveMetricsView.ts | mobile": {
|
13707
13995
|
"message": "ឧបករណ៍ចល័ត"
|
13708
13996
|
},
|
13709
|
-
"panels/timeline/components/LiveMetricsView.ts | mostUsersDesktop": {
|
13710
|
-
"message": "{PH1} នៃអ្នកប្រើប្រាស់កំពុងប្រើកុំព្យូទ័រ។"
|
13711
|
-
},
|
13712
|
-
"panels/timeline/components/LiveMetricsView.ts | mostUsersMobile": {
|
13713
|
-
"message": "{PH1} នៃអ្នកប្រើប្រាស់កំពុងប្រើឧបករណ៍ចល័ត។"
|
13714
|
-
},
|
13715
13997
|
"panels/timeline/components/LiveMetricsView.ts | needsDataOption": {
|
13716
13998
|
"message": "{PH1} - គ្មានទិន្នន័យ"
|
13717
13999
|
},
|
@@ -13721,24 +14003,42 @@
|
|
13721
14003
|
"panels/timeline/components/LiveMetricsView.ts | nextSteps": {
|
13722
14004
|
"message": "ជំហានបន្ទាប់"
|
13723
14005
|
},
|
14006
|
+
"panels/timeline/components/LiveMetricsView.ts | numShifts": {
|
14007
|
+
"message": "{shiftCount,plural, =1{ការប្ដូរ {shiftCount}}other{ការប្ដូរ {shiftCount}}}"
|
14008
|
+
},
|
13724
14009
|
"panels/timeline/components/LiveMetricsView.ts | originOption": {
|
13725
14010
|
"message": "ប្រភពដើម"
|
13726
14011
|
},
|
13727
14012
|
"panels/timeline/components/LiveMetricsView.ts | originOptionWithKey": {
|
13728
14013
|
"message": "ប្រភពដើម៖ {PH1}"
|
13729
14014
|
},
|
13730
|
-
"panels/timeline/components/LiveMetricsView.ts |
|
13731
|
-
"message": "
|
14015
|
+
"panels/timeline/components/LiveMetricsView.ts | presentationDelay": {
|
14016
|
+
"message": "ការពន្យារពេលបង្ហាញ"
|
14017
|
+
},
|
14018
|
+
"panels/timeline/components/LiveMetricsView.ts | processingDuration": {
|
14019
|
+
"message": "រយៈពេលដំណើរការ"
|
14020
|
+
},
|
14021
|
+
"panels/timeline/components/LiveMetricsView.ts | resourceLoadDelay": {
|
14022
|
+
"message": "ការពន្យារពេលផ្ទុកធនធាន"
|
14023
|
+
},
|
14024
|
+
"panels/timeline/components/LiveMetricsView.ts | resourceLoadDuration": {
|
14025
|
+
"message": "រយៈពេលផ្ទុកធនធាន"
|
13732
14026
|
},
|
13733
14027
|
"panels/timeline/components/LiveMetricsView.ts | seeHowYourLocalMetricsCompare": {
|
13734
14028
|
"message": "មើលថាតើមេទ្រិកមូលដ្ឋានរបស់អ្នកមានលក្ខណៈបែបណា បើធៀបនឹងទិន្នន័យអ្នកប្រើប្រាស់ពិតនៅក្នុង {PH1}។"
|
13735
14029
|
},
|
14030
|
+
"panels/timeline/components/LiveMetricsView.ts | showClsCluster": {
|
14031
|
+
"message": "ទៅកាន់បណ្ដុំនៃការប្ដូរប្លង់អន់បំផុត។"
|
14032
|
+
},
|
13736
14033
|
"panels/timeline/components/LiveMetricsView.ts | showFieldDataForDevice": {
|
13737
14034
|
"message": "បង្ហាញទិន្នន័យពីអ្នកប្រើប្រាស់ពិតសម្រាប់ប្រភេទឧបករណ៍៖ {PH1}"
|
13738
14035
|
},
|
13739
14036
|
"panels/timeline/components/LiveMetricsView.ts | showFieldDataForPage": {
|
13740
14037
|
"message": "បង្ហាញទិន្នន័យពីអ្នកប្រើប្រាស់ពិតសម្រាប់ {PH1}"
|
13741
14038
|
},
|
14039
|
+
"panels/timeline/components/LiveMetricsView.ts | showInpInteraction": {
|
14040
|
+
"message": "ចូលទៅកាន់អន្តរកម្ម INP។"
|
14041
|
+
},
|
13742
14042
|
"panels/timeline/components/LiveMetricsView.ts | simulateDifferentDevices": {
|
13743
14043
|
"message": "ត្រាប់តាមឧបករណ៍ផ្សេងៗ"
|
13744
14044
|
},
|
@@ -13751,6 +14051,9 @@
|
|
13751
14051
|
"panels/timeline/components/LiveMetricsView.ts | theLocalMetricsAre": {
|
13752
14052
|
"message": "{PH1} ត្រូវបានថតពីទំព័របច្ចុប្បន្នដោយប្រើឧបករណ៍ និងការតភ្ជាប់បណ្ដាញរបស់អ្នក។"
|
13753
14053
|
},
|
14054
|
+
"panels/timeline/components/LiveMetricsView.ts | timeToFirstByte": {
|
14055
|
+
"message": "រយៈពេលមុនទទួលបានបៃដំបូង"
|
14056
|
+
},
|
13754
14057
|
"panels/timeline/components/LiveMetricsView.ts | tryDisablingThrottling": {
|
13755
14058
|
"message": "ចំណុចសតភាគទី 75 នៃអ្នកប្រើប្រាស់ពិតបានជួបប្រទះការពន្យាររបស់បណ្ដាញ ដែលស្រដៀងនឹងការតភ្ជាប់ដែលគ្មានការពន្យឺត។"
|
13756
14059
|
},
|
@@ -13766,12 +14069,18 @@
|
|
13766
14069
|
"panels/timeline/components/LiveMetricsView.ts | useDeviceToolbar": {
|
13767
14070
|
"message": "ប្រើរបារឧបករណ៍ ដើម្បី{PH1}។"
|
13768
14071
|
},
|
14072
|
+
"panels/timeline/components/LiveMetricsView.ts | worstCluster": {
|
14073
|
+
"message": "បណ្ដុំអន់បំផុត"
|
14074
|
+
},
|
13769
14075
|
"panels/timeline/components/MetricCard.ts | betweenRange": {
|
13770
14076
|
"message": "({PH1}-{PH2})"
|
13771
14077
|
},
|
13772
14078
|
"panels/timeline/components/MetricCard.ts | considerTesting": {
|
13773
14079
|
"message": "ពិចារណាលក្ខខណ្ឌធ្វើតេស្តមូលដ្ឋានរបស់អ្នក"
|
13774
14080
|
},
|
14081
|
+
"panels/timeline/components/MetricCard.ts | duration": {
|
14082
|
+
"message": "រយៈពេលក្នុងមូលដ្ឋាន (មិល្លីវិ)"
|
14083
|
+
},
|
13775
14084
|
"panels/timeline/components/MetricCard.ts | field75thPercentile": {
|
13776
14085
|
"message": "ចំណុចសតភាគទី 75 នៃទិន្នន័យពីអ្នកប្រើប្រាស់ពិត"
|
13777
14086
|
},
|
@@ -13796,6 +14105,9 @@
|
|
13796
14105
|
"panels/timeline/components/MetricCard.ts | percentage": {
|
13797
14106
|
"message": "{PH1}%"
|
13798
14107
|
},
|
14108
|
+
"panels/timeline/components/MetricCard.ts | phase": {
|
14109
|
+
"message": "ដំណាក់កាល"
|
14110
|
+
},
|
13799
14111
|
"panels/timeline/components/MetricCard.ts | poor": {
|
13800
14112
|
"message": "អន់"
|
13801
14113
|
},
|
@@ -13901,24 +14213,15 @@
|
|
13901
14213
|
"panels/timeline/components/NetworkRequestDetails.ts | FromServiceWorker": {
|
13902
14214
|
"message": " (ពី service worker)"
|
13903
14215
|
},
|
13904
|
-
"panels/timeline/components/NetworkRequestDetails.ts | contentDownloading": {
|
13905
|
-
"message": "កំពុងទាញយកខ្លឹមសារ"
|
13906
|
-
},
|
13907
14216
|
"panels/timeline/components/NetworkRequestDetails.ts | decodedBody": {
|
13908
14217
|
"message": "តួសេចក្ដីដែលបានឌិកូដ"
|
13909
14218
|
},
|
13910
|
-
"panels/timeline/components/NetworkRequestDetails.ts | duration": {
|
13911
|
-
"message": "រយៈពេល"
|
13912
|
-
},
|
13913
14219
|
"panels/timeline/components/NetworkRequestDetails.ts | encodedData": {
|
13914
14220
|
"message": "ទិន្នន័យដែលបានបំប្លែងកូដ"
|
13915
14221
|
},
|
13916
14222
|
"panels/timeline/components/NetworkRequestDetails.ts | fromCache": {
|
13917
14223
|
"message": "ពីឃ្លាំងបម្រុង"
|
13918
14224
|
},
|
13919
|
-
"panels/timeline/components/NetworkRequestDetails.ts | initialPriority": {
|
13920
|
-
"message": "អាទិភាពដំបូង"
|
13921
|
-
},
|
13922
14225
|
"panels/timeline/components/NetworkRequestDetails.ts | initiatedBy": {
|
13923
14226
|
"message": "បានចាប់ផ្ដើមដោយ"
|
13924
14227
|
},
|
@@ -13937,18 +14240,9 @@
|
|
13937
14240
|
"panels/timeline/components/NetworkRequestDetails.ts | priority": {
|
13938
14241
|
"message": "អាទិភាព"
|
13939
14242
|
},
|
13940
|
-
"panels/timeline/components/NetworkRequestDetails.ts | queuingAndConnecting": {
|
13941
|
-
"message": "កំពុងដាក់ក្នុងជួរ និងតភ្ជាប់"
|
13942
|
-
},
|
13943
14243
|
"panels/timeline/components/NetworkRequestDetails.ts | requestMethod": {
|
13944
14244
|
"message": "វិធីស្នើសុំ"
|
13945
14245
|
},
|
13946
|
-
"panels/timeline/components/NetworkRequestDetails.ts | requestSentAndWaiting": {
|
13947
|
-
"message": "បានផ្ញើសំណើ និងកំពុងរង់ចាំ"
|
13948
|
-
},
|
13949
|
-
"panels/timeline/components/NetworkRequestDetails.ts | waitingOnMainThread": {
|
13950
|
-
"message": "កំពុងរង់ចាំលើ thread ចម្បង"
|
13951
|
-
},
|
13952
14246
|
"panels/timeline/components/NetworkRequestDetails.ts | yes": {
|
13953
14247
|
"message": "បាទ/ចាស"
|
13954
14248
|
},
|
@@ -13988,23 +14282,95 @@
|
|
13988
14282
|
"panels/timeline/components/NetworkThrottlingSelector.ts | presets": {
|
13989
14283
|
"message": "ការកំណត់ជាមុន"
|
13990
14284
|
},
|
13991
|
-
"panels/timeline/components/
|
13992
|
-
"message": "
|
14285
|
+
"panels/timeline/components/RelatedInsightChips.ts | insightKeyword": {
|
14286
|
+
"message": "ស្ថិតិ"
|
13993
14287
|
},
|
13994
|
-
"panels/timeline/components/SidebarAnnotationsTab.ts |
|
13995
|
-
"message": "
|
14288
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | annotationGetStarted": {
|
14289
|
+
"message": "ធ្វើចំណារដានសម្រាប់ខ្លួនអ្នក និងអ្នកផ្សេងទៀត"
|
13996
14290
|
},
|
13997
|
-
"panels/timeline/components/SidebarAnnotationsTab.ts |
|
13998
|
-
"message": "
|
14291
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | deleteAnnotationTutorialDescription": {
|
14292
|
+
"message": "ដាក់ព្រួញលើបញ្ជីក្នុងរបារចំហៀងដែលផ្ទាំងចំណារត្រូវបានជ្រើសរើស ដើម្បីចូលប្រើមុខងារលុប។"
|
13999
14293
|
},
|
14000
|
-
"panels/timeline/components/SidebarAnnotationsTab.ts |
|
14001
|
-
"message": "
|
14294
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | deleteAnnotationTutorialTitle": {
|
14295
|
+
"message": "លុបចំណារ"
|
14002
14296
|
},
|
14003
|
-
"panels/timeline/components/SidebarAnnotationsTab.ts |
|
14004
|
-
"message": "
|
14297
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | deleteButton": {
|
14298
|
+
"message": "លុបចំណារ៖ {PH1}"
|
14299
|
+
},
|
14300
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelDescriptionLabel": {
|
14301
|
+
"message": "ព្រឹត្តិការណ៍ \"{PH1}\" ដែលបានធ្វើចំណារដោយប្រើអក្សរ \"{PH2}\""
|
14302
|
+
},
|
14303
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelTutorialDescription": {
|
14304
|
+
"message": "ចុចពីរដងលើធាតុណាមួយ រួចវាយបញ្ចូល ដើម្បីបង្កើតស្លាកធាតុ។"
|
14305
|
+
},
|
14306
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelTutorialTitle": {
|
14307
|
+
"message": "ដាក់ស្លាកធាតុ"
|
14308
|
+
},
|
14309
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkDescriptionLabel": {
|
14310
|
+
"message": "ទំនាក់ទំនងរវាងព្រឹត្តិការណ៍ \"{PH1}\" និងព្រឹត្តិការណ៍ \"{PH2}\""
|
14311
|
+
},
|
14312
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkTutorialDescription": {
|
14313
|
+
"message": "ចុចពីរដងលើធាតុណាមួយ ចុចលើព្រួញទៅស្ដាំដែលនៅជាប់ បន្ទាប់មកជ្រើសរើសធាតុគោលដៅ។"
|
14314
|
+
},
|
14315
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkTutorialTitle": {
|
14316
|
+
"message": "ភ្ជាប់ធាតុពីរ"
|
14317
|
+
},
|
14318
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeDescriptionLabel": {
|
14319
|
+
"message": "ចន្លោះពេលដែលចាប់ផ្ដើមនៅ {PH1} និងបញ្ចប់នៅ {PH2}"
|
14320
|
+
},
|
14321
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeTutorialDescription": {
|
14322
|
+
"message": "ចុច Shift ហើយអូសនៅក្នុងគំនូសតាងបែបអណ្ដាតភ្លើង បន្ទាប់មកវាយបញ្ចូល ដើម្បីបង្កើតចំណារចន្លោះពេល។"
|
14323
|
+
},
|
14324
|
+
"panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeTutorialTitle": {
|
14325
|
+
"message": "កំណត់ចន្លោះពេល"
|
14326
|
+
},
|
14327
|
+
"panels/timeline/components/SidebarInsightsTab.ts | feedbackButton": {
|
14328
|
+
"message": "មតិកែលម្អ"
|
14329
|
+
},
|
14330
|
+
"panels/timeline/components/SidebarInsightsTab.ts | feedbackTooltip": {
|
14331
|
+
"message": "ស្ថិតិគឺជាមុខងារដែលស្ថិតក្នុងដំណាក់កាលពិសោធន៍។ មតិកែលម្អរបស់អ្នកនឹងជួយយើងក្នុងការកែលម្អវា។"
|
14332
|
+
},
|
14333
|
+
"panels/timeline/components/SidebarSingleInsightSet.ts | metricScore": {
|
14334
|
+
"message": "{PH1}៖ {PH2} {PH3} ពិន្ទុ"
|
14335
|
+
},
|
14336
|
+
"panels/timeline/components/Utils.ts | fms": {
|
14337
|
+
"message": "{PH1}[ms]()"
|
14338
|
+
},
|
14339
|
+
"panels/timeline/components/Utils.ts | fs": {
|
14340
|
+
"message": "{PH1}[វិ]()"
|
14341
|
+
},
|
14342
|
+
"panels/timeline/components/insights/CLSCulprits.ts | animation": {
|
14343
|
+
"message": "រូបមានចលនា"
|
14344
|
+
},
|
14345
|
+
"panels/timeline/components/insights/CLSCulprits.ts | description": {
|
14346
|
+
"message": "ការប្ដូរប្លង់កើតឡើង នៅពេលធាតុផ្លាស់ទីដោយគ្មានអន្តរកម្មអ្នកប្រើប្រាស់។ [ស៊ើបអង្កេតអំពីដើមហេតុនៃការប្ដូរប្លង់](https://web.dev/articles/optimize-cls) ដូចជាធាតុដែលត្រូវបានបញ្ចូល ដកចេញ ឬពុម្ពអក្សររបស់ធាតុទាំងនោះដែលផ្លាស់ប្ដូរ នៅពេលទំព័រផ្ទុក។"
|
14347
|
+
},
|
14348
|
+
"panels/timeline/components/insights/CLSCulprits.ts | fontRequest": {
|
14349
|
+
"message": "សំណើពុម្ពអក្សរ"
|
14350
|
+
},
|
14351
|
+
"panels/timeline/components/insights/CLSCulprits.ts | injectedIframe": {
|
14352
|
+
"message": "iframe ដែលបានបញ្ចូល"
|
14005
14353
|
},
|
14006
|
-
"panels/timeline/components/
|
14007
|
-
"message": "
|
14354
|
+
"panels/timeline/components/insights/CLSCulprits.ts | layoutShiftCluster": {
|
14355
|
+
"message": "បណ្ដុំនៃការប្ដូរប្លង់ @ {PH1}"
|
14356
|
+
},
|
14357
|
+
"panels/timeline/components/insights/CLSCulprits.ts | title": {
|
14358
|
+
"message": "ដើមហេតុនៃការប្ដូរប្លង់"
|
14359
|
+
},
|
14360
|
+
"panels/timeline/components/insights/CLSCulprits.ts | topCulprits": {
|
14361
|
+
"message": "ដើមហេតុចម្បងនៃការប្ដូរប្លង់"
|
14362
|
+
},
|
14363
|
+
"panels/timeline/components/insights/CLSCulprits.ts | worstCluster": {
|
14364
|
+
"message": "បណ្ដុំអន់បំផុត"
|
14365
|
+
},
|
14366
|
+
"panels/timeline/components/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
14367
|
+
"message": "បណ្ដុំនៃការប្ដូរប្លង់អន់បំផុត"
|
14368
|
+
},
|
14369
|
+
"panels/timeline/components/insights/DocumentLatency.ts | description": {
|
14370
|
+
"message": "សំណើបណ្តាញដំបូងរបស់អ្នកមានសារៈសំខាន់បំផុត។ កាត់បន្ថយការពន្យាររបស់វាដោយជៀសវាងការបញ្ជូនបន្ត ដែលធានាដល់ការឆ្លើយតបលឿនពីម៉ាស៊ីនមេ និងការបើកការបង្ហាប់អក្សរ។"
|
14371
|
+
},
|
14372
|
+
"panels/timeline/components/insights/DocumentLatency.ts | failedAriaLabel": {
|
14373
|
+
"message": "ការពិនិត្យមើលស្ថិតិមិនបានសម្រេចទេ៖ {PH1}"
|
14008
14374
|
},
|
14009
14375
|
"panels/timeline/components/insights/DocumentLatency.ts | failedRedirects": {
|
14010
14376
|
"message": "មានការបញ្ជូនបន្ត"
|
@@ -14024,8 +14390,35 @@
|
|
14024
14390
|
"panels/timeline/components/insights/DocumentLatency.ts | passingTextCompression": {
|
14025
14391
|
"message": "អនុវត្តការបង្ហាប់អក្សរ"
|
14026
14392
|
},
|
14393
|
+
"panels/timeline/components/insights/DocumentLatency.ts | redirectsLabel": {
|
14394
|
+
"message": "ការបញ្ជូនបន្ត"
|
14395
|
+
},
|
14396
|
+
"panels/timeline/components/insights/DocumentLatency.ts | serverResponseTimeLabel": {
|
14397
|
+
"message": "រយៈពេលឆ្លើយតបពីម៉ាស៊ីនមេ"
|
14398
|
+
},
|
14399
|
+
"panels/timeline/components/insights/DocumentLatency.ts | successAriaLabel": {
|
14400
|
+
"message": "ការពិនិត្យស្ថិតិបានសម្រេច៖ {PH1}"
|
14401
|
+
},
|
14402
|
+
"panels/timeline/components/insights/DocumentLatency.ts | title": {
|
14403
|
+
"message": "ការពន្យារសំណើទាញយកឯកសារ"
|
14404
|
+
},
|
14405
|
+
"panels/timeline/components/insights/DocumentLatency.ts | uncompressedDownload": {
|
14406
|
+
"message": "ការទាញយកដែលបានពន្លា"
|
14407
|
+
},
|
14408
|
+
"panels/timeline/components/insights/FontDisplay.ts | description": {
|
14409
|
+
"message": "ពិចារណាប្រើប្រាស់[ការបង្ហាញពុម្ពអក្សរ](https://developer.chrome.com/blog/font-display)របស់ swap ឬ optional ដើម្បីប្រាកដថាអាចមើលឃើញអក្សរជាប់លាប់។ swap អាចត្រូវបានបង្កើនប្រសិទ្ធភាពបន្ថែមទៀតដើម្បីកាត់បន្ថយការប្ដូរប្លង់តាមរយៈ[ការលុបពីលើមេទ្រិកពុម្ពអក្សរ](https://developer.chrome.com/blog/font-fallbacks)។"
|
14410
|
+
},
|
14411
|
+
"panels/timeline/components/insights/FontDisplay.ts | fontColumn": {
|
14412
|
+
"message": "ពុម្ពអក្សរ"
|
14413
|
+
},
|
14414
|
+
"panels/timeline/components/insights/FontDisplay.ts | title": {
|
14415
|
+
"message": "ការបង្ហាញពុម្ពអក្សរ"
|
14416
|
+
},
|
14417
|
+
"panels/timeline/components/insights/FontDisplay.ts | wastedTimeColumn": {
|
14418
|
+
"message": "រយៈពេលដែលខាតបង់"
|
14419
|
+
},
|
14027
14420
|
"panels/timeline/components/insights/InteractionToNextPaint.ts | description": {
|
14028
|
-
"message": "
|
14421
|
+
"message": "ចាប់ផ្ដើមការស៊ើបអង្កេតជាមួយនឹងដំណាក់កាលវែងបំផុត។ [ការពន្យារពេលអាចត្រូវបានកាត់បន្ថយឱ្យនៅតិចបំផុត](https://web.dev/articles/optimize-inp#optimize_interactions)។ ដើម្បីកាត់បន្ថយរយៈពេលដំណើរការ សូម[បង្កើនប្រសិទ្ធភាពចំណាយលើ thread ចម្បង](https://web.dev/articles/optimize-long-tasks) ជារឿយៗ JS។"
|
14029
14422
|
},
|
14030
14423
|
"panels/timeline/components/insights/InteractionToNextPaint.ts | duration": {
|
14031
14424
|
"message": "រយៈពេល"
|
@@ -14033,9 +14426,6 @@
|
|
14033
14426
|
"panels/timeline/components/insights/InteractionToNextPaint.ts | inputDelay": {
|
14034
14427
|
"message": "ការពន្យារការបញ្ចូល"
|
14035
14428
|
},
|
14036
|
-
"panels/timeline/components/insights/InteractionToNextPaint.ts | longestInteraction": {
|
14037
|
-
"message": "អន្តរកម្មយូរបំផុត"
|
14038
|
-
},
|
14039
14429
|
"panels/timeline/components/insights/InteractionToNextPaint.ts | phase": {
|
14040
14430
|
"message": "ដំណាក់កាល"
|
14041
14431
|
},
|
@@ -14048,6 +14438,12 @@
|
|
14048
14438
|
"panels/timeline/components/insights/InteractionToNextPaint.ts | title": {
|
14049
14439
|
"message": "INP តាមដំណាក់កាល"
|
14050
14440
|
},
|
14441
|
+
"panels/timeline/components/insights/LCPDiscovery.ts | description": {
|
14442
|
+
"message": "បង្កើនប្រសិទ្ធភាព LCP ដោយធ្វើឱ្យរូបភាព LCP [អាចរកឃើញ](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay)ពី HTML ភ្លាមៗ ហើយ[ជៀសវាងការផ្ទុកផ្នែកមើលឃើញ](https://web.dev/articles/lcp-lazy-loading)"
|
14443
|
+
},
|
14444
|
+
"panels/timeline/components/insights/LCPDiscovery.ts | failedAriaLabel": {
|
14445
|
+
"message": "ការពិនិត្យមើលស្ថិតិមិនបានសម្រេចទេ៖ {PH1}"
|
14446
|
+
},
|
14051
14447
|
"panels/timeline/components/insights/LCPDiscovery.ts | fetchPriorityApplied": {
|
14052
14448
|
"message": "បានអនុវត្ត fetchpriority=high"
|
14053
14449
|
},
|
@@ -14060,9 +14456,24 @@
|
|
14060
14456
|
"panels/timeline/components/insights/LCPDiscovery.ts | requestDiscoverable": {
|
14061
14457
|
"message": "អាចរកឃើញសំណើនៅក្នុងឯកសារដំបូង"
|
14062
14458
|
},
|
14459
|
+
"panels/timeline/components/insights/LCPDiscovery.ts | successAriaLabel": {
|
14460
|
+
"message": "ការពិនិត្យស្ថិតិបានសម្រេច៖ {PH1}"
|
14461
|
+
},
|
14462
|
+
"panels/timeline/components/insights/LCPDiscovery.ts | title": {
|
14463
|
+
"message": "ការរកឃើញសំណើ LCP"
|
14464
|
+
},
|
14465
|
+
"panels/timeline/components/insights/LCPPhases.ts | description": {
|
14466
|
+
"message": "[ដំណាក់កាលនីមួយៗមានយុទ្ធសាស្ត្រកែលម្អជាក់លាក់](https://web.dev/articles/optimize-lcp#lcp-breakdown)។ ជាការល្អ ភាគច្រើននៃពេលវេលា LCP គួរតែចំណាយលើការផ្ទុកធនធាន មិនមែននៅក្នុងការពន្យារពេលនោះទេ។"
|
14467
|
+
},
|
14063
14468
|
"panels/timeline/components/insights/LCPPhases.ts | elementRenderDelay": {
|
14064
14469
|
"message": "ការពន្យារពេលបំប្លែងធាតុ"
|
14065
14470
|
},
|
14471
|
+
"panels/timeline/components/insights/LCPPhases.ts | percentLCP": {
|
14472
|
+
"message": "% នៃ LCP"
|
14473
|
+
},
|
14474
|
+
"panels/timeline/components/insights/LCPPhases.ts | phase": {
|
14475
|
+
"message": "ដំណាក់កាល"
|
14476
|
+
},
|
14066
14477
|
"panels/timeline/components/insights/LCPPhases.ts | resourceLoadDelay": {
|
14067
14478
|
"message": "ការពន្យារពេលផ្ទុកធនធាន"
|
14068
14479
|
},
|
@@ -14072,29 +14483,83 @@
|
|
14072
14483
|
"panels/timeline/components/insights/LCPPhases.ts | timeToFirstByte": {
|
14073
14484
|
"message": "រយៈពេលមុនទទួលបានបៃដំបូង"
|
14074
14485
|
},
|
14486
|
+
"panels/timeline/components/insights/LCPPhases.ts | title": {
|
14487
|
+
"message": "LCP តាមដំណាក់កាល"
|
14488
|
+
},
|
14075
14489
|
"panels/timeline/components/insights/RenderBlocking.ts | description": {
|
14076
14490
|
"message": "សំណើកំពុងទប់ស្កាត់ការបំប្លែងដំបូងរបស់ទំព័រ ដែលអាចពន្យារពេល LCP។ [ការពន្យារពេល ឬការដាក់ក្នុងជួរ](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/)អាចផ្លាស់ទីសំណើបណ្ដាញទាំងនេះចេញពីផ្លូវសំខាន់។"
|
14077
14491
|
},
|
14492
|
+
"panels/timeline/components/insights/RenderBlocking.ts | duration": {
|
14493
|
+
"message": "រយៈពេល"
|
14494
|
+
},
|
14495
|
+
"panels/timeline/components/insights/RenderBlocking.ts | renderBlockingRequest": {
|
14496
|
+
"message": "សំណើ"
|
14497
|
+
},
|
14498
|
+
"panels/timeline/components/insights/RenderBlocking.ts | title": {
|
14499
|
+
"message": "បំប្លែងសំណើទប់ស្កាត់"
|
14500
|
+
},
|
14078
14501
|
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavings": {
|
14079
14502
|
"message": "ការសន្សំសំចៃប៉ាន់ស្មាន៖ {PH1}"
|
14080
14503
|
},
|
14504
|
+
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavingsTimingAndBytes": {
|
14505
|
+
"message": "ការសន្សំសំចៃប៉ាន់ស្មាន៖ {PH1} និង {PH2}"
|
14506
|
+
},
|
14507
|
+
"panels/timeline/components/insights/SidebarInsight.ts | viewDetails": {
|
14508
|
+
"message": "មើលព័ត៌មានលម្អិតសម្រាប់ {PH1}"
|
14509
|
+
},
|
14510
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | description": {
|
14511
|
+
"message": "ប្រសិនបើចំណាយលើ \"គណនារចនាបថឡើងវិញ\" នៅតែខ្ពស់ ការបង្កើនប្រសិទ្ធភាពផ្ទាំងជ្រើសរើសអាចកាត់បន្ថយចំណាយទាំងនោះបាន។ [បង្កើនប្រសិទ្ធភាពផ្ទាំងជ្រើសរើស](https://developer.chrome.com/docs/devtools/performance/selector-stats)ដែលមានទាំងរយៈពេលកន្លងផុតខ្ពស់ និង % ផ្លូវយឺតខ្ពស់។ ផ្ទាំងជ្រើសរើសកាន់តែសាមញ្ញ, ផ្ទាំងជ្រើសរើសកាន់តែតិច, DOM កាន់តែតូច និង DOM កាន់តែរាក់នឹងសុទ្ធតែកាត់បន្ថយចំណាយដែលត្រូវគ្នា។"
|
14512
|
+
},
|
14513
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | elapsed": {
|
14514
|
+
"message": "រយៈពេលកន្លងផុត"
|
14515
|
+
},
|
14516
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | matchAttempts": {
|
14517
|
+
"message": "ការព្យាយាមផ្គូផ្គង"
|
14518
|
+
},
|
14519
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | matchCount": {
|
14520
|
+
"message": "ចំនួនធាតុដែលត្រូវគ្នា"
|
14521
|
+
},
|
14522
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | title": {
|
14523
|
+
"message": "ចំណាយលើផ្ទាំងជ្រើសរើស CSS"
|
14524
|
+
},
|
14525
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | topSelectors": {
|
14526
|
+
"message": "ផ្ទាំងជ្រើសរើសដែលចំណាយពេលយូរជាងគេ"
|
14527
|
+
},
|
14528
|
+
"panels/timeline/components/insights/SlowCSSSelector.ts | total": {
|
14529
|
+
"message": "សរុប"
|
14530
|
+
},
|
14081
14531
|
"panels/timeline/components/insights/ThirdParties.ts | columnBlockingTime": {
|
14082
14532
|
"message": "រយៈពេលទប់ស្កាត់"
|
14083
14533
|
},
|
14084
14534
|
"panels/timeline/components/insights/ThirdParties.ts | columnThirdParty": {
|
14085
|
-
"message": "
|
14535
|
+
"message": "ភាគីទីបី"
|
14086
14536
|
},
|
14087
14537
|
"panels/timeline/components/insights/ThirdParties.ts | columnTransferSize": {
|
14088
14538
|
"message": "ទំហំផ្ទេរ"
|
14089
14539
|
},
|
14090
14540
|
"panels/timeline/components/insights/ThirdParties.ts | description": {
|
14091
|
-
"message": "កូដភាគីទីបីអាចជះឥទ្ធិពលយ៉ាងខ្លាំងដល់ដំណើរការផ្ទុក។
|
14541
|
+
"message": "កូដភាគីទីបីអាចជះឥទ្ធិពលយ៉ាងខ្លាំងដល់ដំណើរការផ្ទុក។ [កាត់បន្ថយ និងពន្យារពេលការផ្ទុកកូដភាគីទីបី](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) ដើម្បីកំណត់អាទិភាពខ្លឹមសារទំព័ររបស់អ្នក។"
|
14092
14542
|
},
|
14093
14543
|
"panels/timeline/components/insights/ThirdParties.ts | title": {
|
14094
|
-
"message": "
|
14544
|
+
"message": "ភាគីទីបី"
|
14095
14545
|
},
|
14096
14546
|
"panels/timeline/components/insights/Viewport.ts | description": {
|
14097
|
-
"message": "
|
14547
|
+
"message": "ផ្ទាំងមើលឃើញរបស់ទំព័រមិនត្រូវបានបង្កើនប្រសិទ្ធភាពសម្រាប់ឧបករណ៍ចល័តទេ ដូច្នេះអន្តរកម្មដោយការចុចអាច[ត្រូវបានពន្យារពេលរហូតដល់ 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)។"
|
14548
|
+
},
|
14549
|
+
"panels/timeline/components/insights/Viewport.ts | title": {
|
14550
|
+
"message": "មិនបានបង្កើនប្រសិទ្ធភាពផ្ទាំងមើលឃើញសម្រាប់ឧបករណ៍ចល័តទេ"
|
14551
|
+
},
|
14552
|
+
"panels/timeline/overlays/components/EntriesLinkOverlay.ts | diagram": {
|
14553
|
+
"message": "តំណរវាងធាតុ"
|
14554
|
+
},
|
14555
|
+
"panels/timeline/overlays/components/EntryLabelOverlay.ts | entryLabel": {
|
14556
|
+
"message": "ស្លាកធាតុ"
|
14557
|
+
},
|
14558
|
+
"panels/timeline/overlays/components/EntryLabelOverlay.ts | inputTextPrompt": {
|
14559
|
+
"message": "បញ្ចូលស្លាកចំណារ"
|
14560
|
+
},
|
14561
|
+
"panels/timeline/overlays/components/TimeRangeOverlay.ts | timeRange": {
|
14562
|
+
"message": "ចន្លោះពេល"
|
14098
14563
|
},
|
14099
14564
|
"panels/timeline/timeline-meta.ts | hideChromeFrameInLayersView": {
|
14100
14565
|
"message": "លាក់ស៊ុម chrome នៅក្នុងទិដ្ឋភាពស្រទាប់"
|
@@ -14135,6 +14600,18 @@
|
|
14135
14600
|
"panels/timeline/timeline-meta.ts | stop": {
|
14136
14601
|
"message": "បញ្ឈប់"
|
14137
14602
|
},
|
14603
|
+
"panels/utils/utils.ts | requestContentHeadersOverridden": {
|
14604
|
+
"message": "ទាំងផ្នែកក្បាល និងខ្លឹមសារសំណើត្រូវបានលុបពីលើ"
|
14605
|
+
},
|
14606
|
+
"panels/utils/utils.ts | requestContentOverridden": {
|
14607
|
+
"message": "ខ្លឹមសារសំណើត្រូវបានលុបពីលើ"
|
14608
|
+
},
|
14609
|
+
"panels/utils/utils.ts | requestHeadersOverridden": {
|
14610
|
+
"message": "ផ្នែកក្បាលនៃសំណើត្រូវបានលុបពីលើ"
|
14611
|
+
},
|
14612
|
+
"panels/utils/utils.ts | thirdPartyPhaseout": {
|
14613
|
+
"message": "ខូគីសម្រាប់សំណើនេះត្រូវបានទប់ស្កាត់ដោយសារទង់ Chrome ឬការកំណត់រចនាសម្ព័ន្ធកម្មវិធីរុករកតាមអ៊ីនធឺណិត។ ស្វែងយល់បន្ថែមនៅក្នុងផ្ទាំងបញ្ហា។"
|
14614
|
+
},
|
14138
14615
|
"panels/web_audio/AudioContextContentBuilder.ts | callbackBufferSize": {
|
14139
14616
|
"message": "ទំហំកន្លែងផ្ទុកការហៅត្រឡប់វិញ"
|
14140
14617
|
},
|
@@ -14345,6 +14822,9 @@
|
|
14345
14822
|
"ui/components/issue_counter/IssueLinkIcon.ts | issueUnavailable": {
|
14346
14823
|
"message": "មិនអាចបង្ហាញបញ្ហាបានទេនៅពេលនេះ"
|
14347
14824
|
},
|
14825
|
+
"ui/components/markdown_view/CodeBlock.ts | code": {
|
14826
|
+
"message": "កូដ"
|
14827
|
+
},
|
14348
14828
|
"ui/components/markdown_view/CodeBlock.ts | copied": {
|
14349
14829
|
"message": "បានចម្លងទៅឃ្លីបបត"
|
14350
14830
|
},
|
@@ -15116,9 +15596,15 @@
|
|
15116
15596
|
"ui/legacy/components/perf_ui/FilmStripView.ts | screenshotForSSelectToView": {
|
15117
15597
|
"message": "រូបថតអេក្រង់សម្រាប់ {PH1} - ជ្រើសរើស ដើម្បីមើលសំណើមុន។"
|
15118
15598
|
},
|
15599
|
+
"ui/legacy/components/perf_ui/FlameChart.ts | deleteAnnotations": {
|
15600
|
+
"message": "លុបចំណារ"
|
15601
|
+
},
|
15119
15602
|
"ui/legacy/components/perf_ui/FlameChart.ts | enterTrackConfigurationMode": {
|
15120
15603
|
"message": "កំណត់រចនាសម្ព័ន្ធសំឡេង…"
|
15121
15604
|
},
|
15605
|
+
"ui/legacy/components/perf_ui/FlameChart.ts | eventSelectedFromGroup": {
|
15606
|
+
"message": "បានជ្រើសរើសព្រឹត្តិការណ៍ {PH1} នៅក្នុង {PH2}។ ចុច \"enter\" ដើម្បីផ្ដោតលើព្រឹត្តិការណ៍នេះ។"
|
15607
|
+
},
|
15122
15608
|
"ui/legacy/components/perf_ui/FlameChart.ts | exitTrackConfigurationMode": {
|
15123
15609
|
"message": "បញ្ចប់ការកំណត់រចនាសម្ព័ន្ធសំឡេង"
|
15124
15610
|
},
|
@@ -15303,7 +15789,7 @@
|
|
15303
15789
|
"message": "កំពុងផ្ទុក…"
|
15304
15790
|
},
|
15305
15791
|
"ui/legacy/components/source_frame/SourceFrame.ts | prettyPrint": {
|
15306
|
-
"message": "
|
15792
|
+
"message": "ប្រើទម្រង់ស្អាត"
|
15307
15793
|
},
|
15308
15794
|
"ui/legacy/components/source_frame/SourceFrame.ts | source": {
|
15309
15795
|
"message": "ប្រភព"
|
@@ -15374,6 +15860,9 @@
|
|
15374
15860
|
"ui/legacy/components/utils/JSPresentationUtils.ts | showLess": {
|
15375
15861
|
"message": "បង្ហាញតិចជាង"
|
15376
15862
|
},
|
15863
|
+
"ui/legacy/components/utils/JSPresentationUtils.ts | showMoreFrames": {
|
15864
|
+
"message": "បង្ហាញស៊ុមនៃបញ្ជីមិនអើពើ"
|
15865
|
+
},
|
15377
15866
|
"ui/legacy/components/utils/JSPresentationUtils.ts | unknownSource": {
|
15378
15867
|
"message": "មិនស្គាល់"
|
15379
15868
|
},
|