chrome-devtools-frontend 1.0.981004 → 1.0.995227
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/AUTHORS +2 -0
- package/config/gni/devtools_grd_files.gni +8 -7
- package/config/gni/devtools_image_files.gni +1 -0
- package/front_end/.eslintrc.js +10 -0
- package/front_end/Images/src/ic_rendering.svg +3 -0
- package/front_end/core/common/ParsedURL.ts +44 -28
- package/front_end/core/common/ResourceType.ts +1 -1
- package/front_end/core/common/SettingRegistration.ts +1 -0
- package/front_end/core/host/InspectorFrontendHost.ts +11 -10
- package/front_end/core/host/InspectorFrontendHostAPI.ts +15 -14
- package/front_end/core/host/Platform.ts +11 -2
- package/front_end/core/host/UserMetrics.ts +27 -2
- package/front_end/core/i18n/DevToolsLocale.ts +4 -0
- package/front_end/core/i18n/locales/af.json +76 -16
- package/front_end/core/i18n/locales/am.json +76 -16
- package/front_end/core/i18n/locales/ar.json +77 -17
- package/front_end/core/i18n/locales/as.json +76 -16
- package/front_end/core/i18n/locales/az.json +76 -16
- package/front_end/core/i18n/locales/be.json +75 -15
- package/front_end/core/i18n/locales/bg.json +76 -16
- package/front_end/core/i18n/locales/bn.json +76 -16
- package/front_end/core/i18n/locales/bs.json +88 -28
- package/front_end/core/i18n/locales/ca.json +76 -16
- package/front_end/core/i18n/locales/cs.json +76 -16
- package/front_end/core/i18n/locales/cy.json +76 -16
- package/front_end/core/i18n/locales/da.json +77 -17
- package/front_end/core/i18n/locales/de.json +178 -118
- package/front_end/core/i18n/locales/el.json +76 -16
- package/front_end/core/i18n/locales/en-GB.json +76 -16
- package/front_end/core/i18n/locales/en-US.json +208 -52
- package/front_end/core/i18n/locales/en-XL.json +208 -52
- package/front_end/core/i18n/locales/es-419.json +76 -16
- package/front_end/core/i18n/locales/es.json +76 -16
- package/front_end/core/i18n/locales/et.json +76 -16
- package/front_end/core/i18n/locales/eu.json +76 -16
- package/front_end/core/i18n/locales/fa.json +83 -23
- package/front_end/core/i18n/locales/fi.json +76 -16
- package/front_end/core/i18n/locales/fil.json +76 -16
- package/front_end/core/i18n/locales/fr-CA.json +76 -16
- package/front_end/core/i18n/locales/fr.json +76 -16
- package/front_end/core/i18n/locales/gl.json +76 -16
- package/front_end/core/i18n/locales/gu.json +76 -16
- package/front_end/core/i18n/locales/he.json +76 -16
- package/front_end/core/i18n/locales/hi.json +76 -16
- package/front_end/core/i18n/locales/hr.json +76 -16
- package/front_end/core/i18n/locales/hu.json +76 -16
- package/front_end/core/i18n/locales/hy.json +76 -16
- package/front_end/core/i18n/locales/id.json +79 -19
- package/front_end/core/i18n/locales/is.json +75 -15
- package/front_end/core/i18n/locales/it.json +124 -64
- package/front_end/core/i18n/locales/ja.json +76 -16
- package/front_end/core/i18n/locales/ka.json +76 -16
- package/front_end/core/i18n/locales/kk.json +76 -16
- package/front_end/core/i18n/locales/km.json +76 -16
- package/front_end/core/i18n/locales/kn.json +76 -16
- package/front_end/core/i18n/locales/ko.json +76 -16
- package/front_end/core/i18n/locales/ky.json +76 -16
- package/front_end/core/i18n/locales/lo.json +76 -16
- package/front_end/core/i18n/locales/lt.json +76 -16
- package/front_end/core/i18n/locales/lv.json +76 -16
- package/front_end/core/i18n/locales/mk.json +76 -16
- package/front_end/core/i18n/locales/ml.json +76 -16
- package/front_end/core/i18n/locales/mn.json +76 -16
- package/front_end/core/i18n/locales/mr.json +76 -16
- package/front_end/core/i18n/locales/ms.json +76 -16
- package/front_end/core/i18n/locales/my.json +78 -18
- package/front_end/core/i18n/locales/ne.json +76 -16
- package/front_end/core/i18n/locales/nl.json +77 -17
- package/front_end/core/i18n/locales/no.json +76 -16
- package/front_end/core/i18n/locales/or.json +76 -16
- package/front_end/core/i18n/locales/pa.json +76 -16
- package/front_end/core/i18n/locales/pl.json +78 -18
- package/front_end/core/i18n/locales/pt-PT.json +123 -63
- package/front_end/core/i18n/locales/pt.json +78 -18
- package/front_end/core/i18n/locales/ro.json +76 -16
- package/front_end/core/i18n/locales/ru.json +77 -17
- package/front_end/core/i18n/locales/si.json +76 -16
- package/front_end/core/i18n/locales/sk.json +76 -16
- package/front_end/core/i18n/locales/sl.json +76 -16
- package/front_end/core/i18n/locales/sq.json +76 -16
- package/front_end/core/i18n/locales/sr-Latn.json +76 -16
- package/front_end/core/i18n/locales/sr.json +76 -16
- package/front_end/core/i18n/locales/sv.json +76 -16
- package/front_end/core/i18n/locales/sw.json +76 -16
- package/front_end/core/i18n/locales/ta.json +77 -17
- package/front_end/core/i18n/locales/te.json +76 -16
- package/front_end/core/i18n/locales/th.json +76 -16
- package/front_end/core/i18n/locales/tr.json +76 -16
- package/front_end/core/i18n/locales/uk.json +76 -16
- package/front_end/core/i18n/locales/ur.json +76 -16
- package/front_end/core/i18n/locales/uz.json +77 -17
- package/front_end/core/i18n/locales/vi.json +76 -16
- package/front_end/core/i18n/locales/zh-HK.json +76 -16
- package/front_end/core/i18n/locales/zh-TW.json +76 -16
- package/front_end/core/i18n/locales/zh.json +76 -16
- package/front_end/core/i18n/locales/zu.json +76 -16
- package/front_end/core/platform/dom-utilities.ts +16 -0
- package/front_end/core/platform/platform.ts +2 -0
- package/front_end/core/protocol_client/InspectorBackend.ts +2 -1
- package/front_end/core/protocol_client/NodeURL.ts +1 -1
- package/front_end/core/root/Runtime.ts +6 -0
- package/front_end/core/sdk/AccessibilityModel.ts +7 -6
- package/front_end/core/sdk/CSSMatchedStyles.ts +71 -17
- package/front_end/core/sdk/CSSMetadata.ts +15 -0
- package/front_end/core/sdk/CSSModel.ts +9 -7
- package/front_end/core/sdk/CSSProperty.ts +97 -11
- package/front_end/core/sdk/CSSStyleSheetHeader.ts +9 -5
- package/front_end/core/sdk/CSSSupports.ts +4 -1
- package/front_end/core/sdk/ChildTargetManager.ts +3 -1
- package/front_end/core/sdk/Connections.ts +3 -2
- package/front_end/core/sdk/ConsoleModel.ts +6 -5
- package/front_end/core/sdk/Cookie.ts +4 -2
- package/front_end/core/sdk/DOMDebuggerModel.ts +10 -6
- package/front_end/core/sdk/DOMModel.ts +2 -2
- package/front_end/core/sdk/DebuggerModel.ts +27 -5
- package/front_end/core/sdk/HeapProfilerModel.ts +2 -1
- package/front_end/core/sdk/NetworkManager.ts +13 -12
- package/front_end/core/sdk/NetworkRequest.ts +1 -1
- package/front_end/core/sdk/PageLoad.ts +3 -1
- package/front_end/core/sdk/PageResourceLoader.ts +9 -7
- package/front_end/core/sdk/ProfileTreeModel.ts +3 -2
- package/front_end/core/sdk/RemoteObject.ts +18 -6
- package/front_end/core/sdk/ResourceTreeModel.ts +17 -11
- package/front_end/core/sdk/ScreenCaptureModel.ts +3 -0
- package/front_end/core/sdk/Script.ts +4 -3
- package/front_end/core/sdk/ServiceWorkerCacheModel.ts +2 -1
- package/front_end/core/sdk/SourceMap.ts +10 -6
- package/front_end/core/sdk/SourceMapManager.ts +47 -5
- package/front_end/core/sdk/Target.ts +2 -1
- package/front_end/core/sdk/TracingModel.ts +0 -9
- package/front_end/devtools_compatibility.js +1 -0
- package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -1
- package/front_end/entrypoints/lighthouse_worker/LighthouseWorkerService.ts +10 -3
- package/front_end/entrypoints/main/MainImpl.ts +22 -2
- package/front_end/generated/InspectorBackendCommands.js +85 -16
- package/front_end/generated/SupportedCSSProperties.js +21 -8
- package/front_end/generated/protocol-mapping.d.ts +4 -0
- package/front_end/generated/protocol-proxy-api.d.ts +5 -0
- package/front_end/generated/protocol.ts +174 -28
- package/front_end/legacy/legacy-defs.d.ts +0 -4
- package/front_end/legacy_test_runner/heap_profiler_test_runner/heap_profiler_test_runner.js +1 -1
- package/front_end/legacy_test_runner/test_runner/TestRunner.js +1 -0
- package/front_end/models/bindings/BreakpointManager.ts +68 -11
- package/front_end/models/bindings/CSSWorkspaceBinding.ts +9 -2
- package/front_end/models/bindings/CompilerScriptMapping.ts +3 -2
- package/front_end/models/bindings/ContentProviderBasedProject.ts +12 -9
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +10 -8
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +8 -1
- package/front_end/models/bindings/DefaultScriptMapping.ts +8 -2
- package/front_end/models/bindings/FileUtils.ts +3 -2
- package/front_end/models/bindings/IgnoreListManager.ts +5 -5
- package/front_end/models/bindings/ResourceUtils.ts +5 -4
- package/front_end/models/emulation/EmulatedDevices.ts +17 -0
- package/front_end/models/extensions/ExtensionAPI.ts +5 -2
- package/front_end/models/extensions/ExtensionPanel.ts +2 -1
- package/front_end/models/extensions/ExtensionServer.ts +13 -8
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +0 -63
- package/front_end/models/issues_manager/CookieIssue.ts +7 -0
- package/front_end/models/issues_manager/DeprecationIssue.ts +326 -8
- package/front_end/models/issues_manager/IssuesManager.ts +4 -0
- package/front_end/models/issues_manager/descriptions/CookieAttributeValueExceedsMaxSize.md +5 -0
- package/front_end/models/issues_manager/descriptions/deprecation.md +1 -1
- package/front_end/models/logs/LogManager.ts +2 -1
- package/front_end/models/logs/NetworkLog.ts +14 -12
- package/front_end/models/persistence/Automapping.ts +17 -16
- package/front_end/models/persistence/EditFileSystemView.ts +5 -4
- package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +24 -24
- package/front_end/models/persistence/IsolatedFileSystem.ts +2 -2
- package/front_end/models/persistence/IsolatedFileSystemManager.ts +7 -6
- package/front_end/models/persistence/NetworkPersistenceManager.ts +92 -54
- package/front_end/models/persistence/PersistenceImpl.ts +7 -7
- package/front_end/models/persistence/PlatformFileSystem.ts +7 -8
- package/front_end/models/persistence/WorkspaceSettingsTab.ts +3 -2
- package/front_end/models/text_utils/CodeMirrorUtils.ts +53 -0
- package/front_end/models/text_utils/text_utils.ts +2 -0
- package/front_end/models/timeline_model/TimelineModel.ts +32 -30
- package/front_end/models/timeline_model/TimelineProfileTree.ts +3 -2
- package/front_end/models/workspace/FileManager.ts +9 -6
- package/front_end/models/workspace/UISourceCode.ts +16 -14
- package/front_end/models/workspace/WorkspaceImpl.ts +40 -16
- package/front_end/panels/accessibility/AccessibilitySubPane.ts +2 -1
- package/front_end/panels/application/AppManifestView.ts +1 -1
- package/front_end/panels/application/ApplicationPanelCacheSection.ts +5 -4
- package/front_end/panels/application/ApplicationPanelSidebar.ts +34 -30
- package/front_end/panels/application/ApplicationPanelTreeElement.ts +5 -4
- package/front_end/panels/application/BackgroundServiceView.ts +2 -1
- package/front_end/panels/application/DatabaseQueryView.ts +2 -1
- package/front_end/panels/application/InterestGroupTreeElement.ts +3 -2
- package/front_end/panels/application/ReportingApiTreeElement.ts +3 -2
- package/front_end/panels/application/ResourcesPanel.ts +4 -3
- package/front_end/panels/application/ServiceWorkerCacheViews.ts +6 -1
- package/front_end/panels/application/TrustTokensTreeElement.ts +3 -2
- package/front_end/panels/application/components/BackForwardCacheStrings.ts +10 -1
- package/front_end/panels/application/components/BackForwardCacheView.ts +163 -13
- package/front_end/panels/application/components/backForwardCacheView.css +15 -4
- package/front_end/panels/browser_debugger/XHRBreakpointsSidebarPane.ts +19 -19
- package/front_end/panels/changes/ChangesView.ts +38 -0
- package/front_end/panels/console/ConsoleFormat.ts +23 -0
- package/front_end/panels/console/ConsolePinPane.ts +7 -0
- package/front_end/panels/console/ConsolePrompt.ts +11 -1
- package/front_end/panels/console/ConsoleSidebar.ts +2 -1
- package/front_end/panels/console/ConsoleView.ts +60 -32
- package/front_end/panels/console/ConsoleViewMessage.ts +15 -28
- package/front_end/panels/console/ConsoleViewport.ts +2 -1
- package/front_end/panels/console/ErrorStackParser.ts +8 -4
- package/front_end/panels/console/consoleView.css +0 -1
- package/front_end/panels/coverage/CoverageListView.ts +1 -1
- package/front_end/panels/coverage/CoverageModel.ts +6 -6
- package/front_end/panels/coverage/CoverageView.ts +2 -1
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -1
- package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +7 -6
- package/front_end/panels/css_overview/components/cssOverviewStartView.css +0 -48
- package/front_end/panels/css_overview/cssOverviewCompletedView.css +5 -0
- package/front_end/panels/css_overview/cssOverviewSidebarPanel.css +2 -0
- package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +2 -1
- package/front_end/panels/elements/ComputedStyleWidget.ts +2 -1
- package/front_end/panels/elements/ElementStatePaneWidget.ts +4 -6
- package/front_end/panels/elements/ElementsPanel.ts +16 -5
- package/front_end/panels/elements/ImagePreviewPopover.ts +6 -4
- package/front_end/panels/elements/PropertiesWidget.ts +4 -24
- package/front_end/panels/elements/StyleEditorWidget.ts +2 -1
- package/front_end/panels/elements/StylePropertiesSection.ts +1614 -0
- package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -1
- package/front_end/panels/elements/StylePropertyTreeElement.ts +20 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +97 -1675
- package/front_end/panels/elements/elements-legacy.ts +3 -3
- package/front_end/panels/elements/elements.ts +3 -0
- package/front_end/panels/elements/stylesSidebarPane.css +3 -1
- package/front_end/panels/emulation/AdvancedApp.ts +6 -2
- package/front_end/panels/emulation/DeviceModeToolbar.ts +2 -1
- package/front_end/panels/input/InputTimeline.ts +3 -2
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +0 -50
- package/front_end/panels/issues/ComboBoxOfCheckBoxes.ts +14 -2
- package/front_end/panels/issues/IssueAggregator.ts +8 -0
- package/front_end/panels/issues/issues.ts +2 -0
- package/front_end/panels/lighthouse/LighthouseController.ts +5 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +3 -1
- package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +1 -1
- package/front_end/panels/lighthouse/LighthouseTimespanView.ts +3 -3
- package/front_end/panels/network/BlockedURLsPane.ts +3 -2
- package/front_end/panels/network/NetworkConfigView.ts +6 -0
- package/front_end/panels/network/NetworkDataGridNode.ts +4 -0
- package/front_end/panels/network/NetworkLogView.ts +3 -3
- package/front_end/panels/network/RequestHTMLView.ts +1 -0
- package/front_end/panels/network/RequestHeadersView.ts +71 -10
- package/front_end/panels/network/networkLogView.css +9 -17
- package/front_end/panels/network/requestHeadersTree.css +16 -0
- package/front_end/panels/profiler/HeapSnapshotView.ts +5 -2
- package/front_end/panels/profiler/LiveHeapProfileView.ts +3 -1
- package/front_end/panels/profiler/ProfileView.ts +2 -2
- package/front_end/panels/profiler/ProfilesPanel.ts +2 -1
- package/front_end/panels/profiler/heapProfiler.css +15 -3
- package/front_end/panels/protocol_monitor/ProtocolMonitor.ts +4 -2
- package/front_end/panels/screencast/ScreencastView.ts +5 -2
- package/front_end/panels/search/SearchConfig.ts +2 -1
- package/front_end/panels/settings/KeybindsSettingsTab.ts +3 -2
- package/front_end/panels/settings/SettingsScreen.ts +4 -1
- package/front_end/panels/settings/emulation/components/userAgentClientHintsForm.css +1 -2
- package/front_end/panels/snippets/ScriptSnippetFileSystem.ts +4 -4
- package/front_end/panels/sources/BreakpointEditDialog.ts +0 -1
- package/front_end/panels/sources/CSSPlugin.ts +6 -6
- package/front_end/panels/sources/CoveragePlugin.ts +2 -1
- package/front_end/panels/sources/DebuggerPlugin.ts +4 -4
- package/front_end/panels/sources/EditingLocationHistoryManager.ts +4 -1
- package/front_end/panels/sources/NavigatorView.ts +28 -20
- package/front_end/panels/sources/SearchSourcesView.ts +2 -2
- package/front_end/panels/sources/SourcesNavigator.ts +4 -2
- package/front_end/panels/sources/SourcesPanel.ts +4 -4
- package/front_end/panels/sources/SourcesSearchScope.ts +12 -8
- package/front_end/panels/sources/SourcesView.ts +3 -1
- package/front_end/panels/sources/TabbedEditorContainer.ts +1 -1
- package/front_end/panels/sources/components/HeadersView.css +17 -2
- package/front_end/panels/sources/components/HeadersView.ts +103 -1
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +9 -9
- package/front_end/panels/timeline/TimelinePanel.ts +3 -2
- package/front_end/panels/timeline/TimelineUIUtils.ts +7 -0
- package/front_end/panels/timeline/timelinePanel.css +1 -2
- package/front_end/panels/utils/utils.ts +97 -0
- package/front_end/third_party/codemirror.next/bundle.ts +27 -25
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/cpp.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/java.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/json.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/legacy.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/php.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/python.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/wast.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js +2 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +1884 -2281
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +21 -32
- package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +963 -886
- package/front_end/third_party/lighthouse/report/bundle.js +3 -2
- package/front_end/third_party/lighthouse/report-assets/report-generator.mjs +1 -1
- package/front_end/third_party/lit-html/README.chromium +3 -3
- package/front_end/third_party/lit-html/package/README.md +1 -1
- package/front_end/third_party/lit-html/package/async-directive.d.ts +1 -1
- package/front_end/third_party/lit-html/package/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.d.ts +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/choose.d.ts +32 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.js +41 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/join.d.ts +21 -0
- package/front_end/third_party/lit-html/package/development/directives/join.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/join.js +19 -0
- package/front_end/third_party/lit-html/package/development/directives/join.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts +23 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.js +39 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/map.d.ts +23 -0
- package/front_end/third_party/lit-html/package/development/directives/map.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/map.js +30 -0
- package/front_end/third_party/lit-html/package/development/directives/map.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/range.d.ts +24 -0
- package/front_end/third_party/lit-html/package/development/directives/range.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/range.js +13 -0
- package/front_end/third_party/lit-html/package/development/directives/range.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/template-content.d.ts +1 -1
- package/front_end/third_party/lit-html/package/development/directives/when.d.ts +26 -0
- package/front_end/third_party/lit-html/package/development/directives/when.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/when.js +9 -0
- package/front_end/third_party/lit-html/package/development/directives/when.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts +182 -1
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/lit-html.js +187 -4
- package/front_end/third_party/lit-html/package/development/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.js +7 -0
- package/front_end/third_party/lit-html/package/development/static.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/choose.d.ts +32 -0
- package/front_end/third_party/lit-html/package/directives/choose.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/choose.js +7 -0
- package/front_end/third_party/lit-html/package/directives/choose.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/class-map.js +1 -1
- package/front_end/third_party/lit-html/package/directives/guard.js +1 -1
- package/front_end/third_party/lit-html/package/directives/join.d.ts +21 -0
- package/front_end/third_party/lit-html/package/directives/join.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/join.js +7 -0
- package/front_end/third_party/lit-html/package/directives/join.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/keyed.d.ts +23 -0
- package/front_end/third_party/lit-html/package/directives/keyed.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/keyed.js +7 -0
- package/front_end/third_party/lit-html/package/directives/keyed.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/map.d.ts +23 -0
- package/front_end/third_party/lit-html/package/directives/map.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/map.js +7 -0
- package/front_end/third_party/lit-html/package/directives/map.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/range.d.ts +24 -0
- package/front_end/third_party/lit-html/package/directives/range.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/range.js +7 -0
- package/front_end/third_party/lit-html/package/directives/range.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/ref.js +1 -1
- package/front_end/third_party/lit-html/package/directives/repeat.js +1 -1
- package/front_end/third_party/lit-html/package/directives/style-map.js +1 -1
- package/front_end/third_party/lit-html/package/directives/template-content.d.ts +1 -1
- package/front_end/third_party/lit-html/package/directives/template-content.js +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-html.js +1 -1
- package/front_end/third_party/lit-html/package/directives/until.js +1 -1
- package/front_end/third_party/lit-html/package/directives/when.d.ts +26 -0
- package/front_end/third_party/lit-html/package/directives/when.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/when.js +7 -0
- package/front_end/third_party/lit-html/package/directives/when.js.map +1 -0
- package/front_end/third_party/lit-html/package/lit-html.d.ts +182 -1
- package/front_end/third_party/lit-html/package/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/package.json +25 -1
- package/front_end/third_party/lit-html/package/private-ssr-support.js +1 -1
- package/front_end/third_party/lit-html/package/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/static.js +1 -1
- package/front_end/third_party/lit-html/package/static.js.map +1 -1
- package/front_end/third_party/puppeteer/README.chromium +1 -1
- package/front_end/third_party/puppeteer/package/README.md +12 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +5 -1
- 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/FrameManager.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js +4 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js +10 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts +4 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js +12 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js +7 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js +8 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js +6 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js +6 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js +4 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js +10 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts +4 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js +12 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js +2 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +10 -6
- package/front_end/third_party/puppeteer/package/package.json +17 -17
- package/front_end/ui/components/code_highlighter/CodeHighlighter.ts +1 -1
- package/front_end/ui/components/data_grid/DataGrid.ts +8 -9
- package/front_end/ui/components/data_grid/DataGridController.ts +3 -1
- package/front_end/ui/components/docs/panel_introduction_steps/basic.html +25 -0
- package/front_end/ui/components/docs/panel_introduction_steps/basic.ts +25 -0
- package/front_end/ui/components/input/input.ts +2 -2
- package/front_end/ui/components/linkifier/LinkifierUtils.ts +3 -1
- package/front_end/ui/components/panel_feedback/FeedbackButton.ts +4 -1
- package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +44 -0
- package/front_end/ui/components/panel_introduction_steps/panelIntroductionSteps.css +56 -0
- package/front_end/ui/components/panel_introduction_steps/panel_introduction_steps.ts +5 -0
- package/front_end/ui/components/render_coordinator/RenderCoordinator.ts +3 -4
- package/front_end/ui/components/text_editor/TextEditor.ts +1 -1
- package/front_end/ui/components/text_editor/config.ts +1 -35
- package/front_end/ui/components/text_editor/javascript.ts +8 -8
- package/front_end/ui/components/tree_outline/TreeOutline.ts +10 -9
- package/front_end/ui/components/tree_outline/treeOutline.css +1 -1
- package/front_end/ui/legacy/ARIAUtils.ts +4 -2
- package/front_end/ui/legacy/ContextMenu.ts +14 -0
- package/front_end/ui/legacy/DockController.ts +2 -1
- package/front_end/ui/legacy/SettingsUI.ts +3 -3
- package/front_end/ui/legacy/SoftContextMenu.ts +43 -14
- package/front_end/ui/legacy/Toolbar.ts +16 -0
- package/front_end/ui/legacy/Treeoutline.ts +17 -7
- package/front_end/ui/legacy/UIUtils.ts +2 -2
- package/front_end/ui/legacy/View.ts +14 -8
- package/front_end/ui/legacy/ViewManager.ts +2 -1
- package/front_end/ui/legacy/ViewRegistration.ts +6 -0
- package/front_end/ui/legacy/Widget.ts +2 -1
- package/front_end/ui/legacy/XLink.ts +8 -3
- package/front_end/ui/legacy/components/color_picker/ContrastDetails.ts +3 -1
- package/front_end/ui/legacy/components/color_picker/Spectrum.ts +43 -11
- package/front_end/ui/legacy/components/data_grid/DataGrid.ts +98 -48
- package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +4 -3
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +24 -28
- package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +5 -11
- package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +8 -1
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +10 -7
- package/front_end/ui/legacy/components/perf_ui/LineLevelProfile.ts +11 -10
- package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +7 -1
- package/front_end/ui/legacy/components/utils/ImagePreview.ts +18 -9
- package/front_end/ui/legacy/components/utils/Linkifier.ts +13 -6
- package/front_end/ui/legacy/reportView.css +1 -0
- package/front_end/ui/legacy/splitWidget.css +1 -1
- package/front_end/ui/legacy/tabbedPane.css +2 -0
- package/front_end/ui/legacy/themeColors.css +1 -1
- package/front_end/ui/legacy/toolbar.css +17 -1
- package/front_end/ui/legacy/utils/focus-changed.ts +3 -1
- package/inspector_overlay/.eslintrc.js +9 -0
- package/package.json +17 -17
- package/scripts/eslint_rules/lib/check_component_naming.js +4 -0
- package/scripts/eslint_rules/lib/es_modules_import.js +6 -0
- package/scripts/eslint_rules/lib/inject_checkbox_styles.js +121 -0
- package/scripts/eslint_rules/tests/es_modules_import_test.js +12 -0
- package/scripts/eslint_rules/tests/inject_checkbox_styles_test.js +127 -0
- package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +0 -4
- package/front_end/models/issues_manager/descriptions/arAttributionTriggerDataTooLarge.md +0 -4
- package/front_end/models/issues_manager/descriptions/arInvalidAttributionData.md +0 -8
- package/front_end/models/issues_manager/descriptions/arInvalidEventSourceTriggerData.md +0 -9
- package/front_end/models/issues_manager/descriptions/arInvalidTriggerDedupKey.md +0 -5
- package/front_end/models/issues_manager/descriptions/arInvalidTriggerPriority.md +0 -5
- package/front_end/models/issues_manager/descriptions/arMissingAttributionData.md +0 -7
@@ -1352,6 +1352,105 @@
|
|
1352
1352
|
"models/issues_manager/CrossOriginEmbedderPolicyIssue.ts | samesiteAndSameorigin": {
|
1353
1353
|
"message": "Same-Site and Same-Origin"
|
1354
1354
|
},
|
1355
|
+
"models/issues_manager/DeprecationIssue.ts | authorizationCoveredByWildcard": {
|
1356
|
+
"message": "Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling."
|
1357
|
+
},
|
1358
|
+
"models/issues_manager/DeprecationIssue.ts | cookieWithTruncatingChar": {
|
1359
|
+
"message": "Cookies containing a \\(0|r|n) character will be rejected instead of truncated."
|
1360
|
+
},
|
1361
|
+
"models/issues_manager/DeprecationIssue.ts | crossOriginAccessBasedOnDocumentDomain": {
|
1362
|
+
"message": "Relaxing the same-origin policy by setting document.domain is deprecated, and will be disabled by default. This deprecation warning is for a cross-origin access that was enabled by setting document.domain."
|
1363
|
+
},
|
1364
|
+
"models/issues_manager/DeprecationIssue.ts | crossOriginWindowAlert": {
|
1365
|
+
"message": "Triggering window.alert from cross origin iframes has been deprecated and will be removed in the future."
|
1366
|
+
},
|
1367
|
+
"models/issues_manager/DeprecationIssue.ts | crossOriginWindowConfirm": {
|
1368
|
+
"message": "Triggering window.confirm from cross origin iframes has been deprecated and will be removed in the future."
|
1369
|
+
},
|
1370
|
+
"models/issues_manager/DeprecationIssue.ts | deprecationExample": {
|
1371
|
+
"message": "This is an example of a translated deprecation issue message."
|
1372
|
+
},
|
1373
|
+
"models/issues_manager/DeprecationIssue.ts | documentDomainSettingWithoutOriginAgentClusterHeader": {
|
1374
|
+
"message": "Relaxing the same-origin policy by setting document.domain is deprecated, and will be disabled by default. To continue using this feature, please opt-out of origin-keyed agent clusters by sending an Origin-Agent-Cluster: ?0 header along with the HTTP response for the document and frames. See https://developer.chrome.com/blog/immutable-document-domain/ for more details."
|
1375
|
+
},
|
1376
|
+
"models/issues_manager/DeprecationIssue.ts | feature": {
|
1377
|
+
"message": "Check the feature status page for more details."
|
1378
|
+
},
|
1379
|
+
"models/issues_manager/DeprecationIssue.ts | geolocationInsecureOrigin": {
|
1380
|
+
"message": "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."
|
1381
|
+
},
|
1382
|
+
"models/issues_manager/DeprecationIssue.ts | geolocationInsecureOriginDeprecatedNotRemoved": {
|
1383
|
+
"message": "getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."
|
1384
|
+
},
|
1385
|
+
"models/issues_manager/DeprecationIssue.ts | getUserMediaInsecureOrigin": {
|
1386
|
+
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."
|
1387
|
+
},
|
1388
|
+
"models/issues_manager/DeprecationIssue.ts | legacyConstraintGoogCpuOveruseDetection": {
|
1389
|
+
"message": "CPU overuse detection is enabled-by-default and the ability to disable it using googCpuOveruseDetection will soon be removed. Please stop using this legacy constraint."
|
1390
|
+
},
|
1391
|
+
"models/issues_manager/DeprecationIssue.ts | legacyConstraintGoogIPv6": {
|
1392
|
+
"message": "IPv6 is enabled-by-default and the ability to disable it using googIPv6 will soon be removed. Please stop using this legacy constraint."
|
1393
|
+
},
|
1394
|
+
"models/issues_manager/DeprecationIssue.ts | legacyConstraintGoogScreencastMinBitrate": {
|
1395
|
+
"message": "Screencast min bitrate is now set to 100 kbps by default and googScreencastMinBitrate will soon be ignored in favor of this new default. Please stop using this legacy constraint."
|
1396
|
+
},
|
1397
|
+
"models/issues_manager/DeprecationIssue.ts | legacyConstraintGoogSuspendBelowMinBitrate": {
|
1398
|
+
"message": "Support for the googSuspendBelowMinBitrate constraint is about to be removed. Please stop using this legacy constraint."
|
1399
|
+
},
|
1400
|
+
"models/issues_manager/DeprecationIssue.ts | localCSSFileExtensionRejected": {
|
1401
|
+
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
|
1402
|
+
},
|
1403
|
+
"models/issues_manager/DeprecationIssue.ts | milestone": {
|
1404
|
+
"message": "This change will go into effect with milestone {milestone}."
|
1405
|
+
},
|
1406
|
+
"models/issues_manager/DeprecationIssue.ts | notificationInsecureOrigin": {
|
1407
|
+
"message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."
|
1408
|
+
},
|
1409
|
+
"models/issues_manager/DeprecationIssue.ts | obsoleteWebRtcCipherSuite": {
|
1410
|
+
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
1411
|
+
},
|
1412
|
+
"models/issues_manager/DeprecationIssue.ts | pictureSourceSrc": {
|
1413
|
+
"message": "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead."
|
1414
|
+
},
|
1415
|
+
"models/issues_manager/DeprecationIssue.ts | prefixedCancelAnimationFrame": {
|
1416
|
+
"message": "webkitCancelAnimationFrame is vendor-specific. Please use the standard cancelAnimationFrame instead."
|
1417
|
+
},
|
1418
|
+
"models/issues_manager/DeprecationIssue.ts | prefixedRequestAnimationFrame": {
|
1419
|
+
"message": "webkitRequestAnimationFrame is vendor-specific. Please use the standard requestAnimationFrame instead."
|
1420
|
+
},
|
1421
|
+
"models/issues_manager/DeprecationIssue.ts | rtcConstraintEnableDtlsSrtpFalse": {
|
1422
|
+
"message": "The constraint DtlsSrtpKeyAgreement is removed. You have specified a false value for this constraint, which is interpreted as an attempt to use the removed SDES key negotiation method. This functionality is removed; use a service that supports DTLS key negotiation instead."
|
1423
|
+
},
|
1424
|
+
"models/issues_manager/DeprecationIssue.ts | rtcConstraintEnableDtlsSrtpTrue": {
|
1425
|
+
"message": "The constraint DtlsSrtpKeyAgreement is removed. You have specified a true value for this constraint, which had no effect, but you can remove this constraint for tidiness."
|
1426
|
+
},
|
1427
|
+
"models/issues_manager/DeprecationIssue.ts | rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics": {
|
1428
|
+
"message": "Complex Plan B SDP detected! Chrome will switch the default sdpSemantics from plan-b to the standardized unified-plan format and this peer connection is relying on the default sdpSemantics. This SDP is not compatible with Unified Plan and will be rejected by clients expecting Unified Plan. For more information about how to prepare for the switch, see https://webrtc.org/web-apis/chrome/unified-plan/."
|
1429
|
+
},
|
1430
|
+
"models/issues_manager/DeprecationIssue.ts | rtcPeerConnectionLegacyCreateWithMediaConstraints": {
|
1431
|
+
"message": "The mediaConstraints version of RTCOfferOptions/RTCAnswerOptions are deprecated and will soon be removed, please migrate to the promise-based createOffer/createAnswer instead."
|
1432
|
+
},
|
1433
|
+
"models/issues_manager/DeprecationIssue.ts | rtpDataChannel": {
|
1434
|
+
"message": "RTP data channels are no longer supported. The RtpDataChannels constraint is currently ignored, and may cause an error at a later date."
|
1435
|
+
},
|
1436
|
+
"models/issues_manager/DeprecationIssue.ts | sharedArrayBufferConstructedWithoutIsolation": {
|
1437
|
+
"message": "SharedArrayBuffer will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
|
1438
|
+
},
|
1439
|
+
"models/issues_manager/DeprecationIssue.ts | title": {
|
1440
|
+
"message": "Deprecated Feature Used"
|
1441
|
+
},
|
1442
|
+
"models/issues_manager/DeprecationIssue.ts | v8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
1443
|
+
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
1444
|
+
},
|
1445
|
+
"models/issues_manager/DeprecationIssue.ts | webCodecsVideoFrameDefaultTimestamp": {
|
1446
|
+
"message": "Constructing a VideoFrame without a timestamp is deprecated and support will be removed. Please provide a timestamp via VideoFrameInit."
|
1447
|
+
},
|
1448
|
+
"models/issues_manager/DeprecationIssue.ts | xhrJSONEncodingDetection": {
|
1449
|
+
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
1450
|
+
},
|
1451
|
+
"models/issues_manager/DeprecationIssue.ts | xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
1452
|
+
"message": "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/."
|
1453
|
+
},
|
1355
1454
|
"models/issues_manager/FederatedAuthRequestIssue.ts | fedCm": {
|
1356
1455
|
"message": "Federated Credential Management API"
|
1357
1456
|
},
|
@@ -2549,6 +2648,12 @@
|
|
2549
2648
|
"panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
2550
2649
|
"message": "A service worker was activated while the page was in back/forward cache."
|
2551
2650
|
},
|
2651
|
+
"panels/application/components/BackForwardCacheStrings.ts | errorDocument": {
|
2652
|
+
"message": "Back/forward cache is disabled due to a document error."
|
2653
|
+
},
|
2654
|
+
"panels/application/components/BackForwardCacheStrings.ts | fencedFramesEmbedder": {
|
2655
|
+
"message": "Pages using FencedFrames cannot be stored in bfcache."
|
2656
|
+
},
|
2552
2657
|
"panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
2553
2658
|
"message": "The page was evicted from the cache to allow another page to be cached."
|
2554
2659
|
},
|
@@ -2762,6 +2867,9 @@
|
|
2762
2867
|
"panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
|
2763
2868
|
"message": "Back/forward cache"
|
2764
2869
|
},
|
2870
|
+
"panels/application/components/BackForwardCacheView.ts | blankURLTitle": {
|
2871
|
+
"message": "Blank URL [{PH1}]"
|
2872
|
+
},
|
2765
2873
|
"panels/application/components/BackForwardCacheView.ts | blockingExtensionId": {
|
2766
2874
|
"message": "Extension id: "
|
2767
2875
|
},
|
@@ -2771,6 +2879,18 @@
|
|
2771
2879
|
"panels/application/components/BackForwardCacheView.ts | circumstantialExplanation": {
|
2772
2880
|
"message": "These reasons are not actionable i.e. caching was prevented by something outside of the direct control of the page."
|
2773
2881
|
},
|
2882
|
+
"panels/application/components/BackForwardCacheView.ts | framesPerIssue": {
|
2883
|
+
"message": "{n, plural, =1 {# frame} other {# frames}}"
|
2884
|
+
},
|
2885
|
+
"panels/application/components/BackForwardCacheView.ts | framesTitle": {
|
2886
|
+
"message": "Frames"
|
2887
|
+
},
|
2888
|
+
"panels/application/components/BackForwardCacheView.ts | issuesInMultipleFrames": {
|
2889
|
+
"message": "{n, plural, =1 {# issue found in {m} frames.} other {# issues found in {m} frames.}}"
|
2890
|
+
},
|
2891
|
+
"panels/application/components/BackForwardCacheView.ts | issuesInSingleFrame": {
|
2892
|
+
"message": "{n, plural, =1 {# issue found in 1 frame.} other {# issues found in 1 frame.}}"
|
2893
|
+
},
|
2774
2894
|
"panels/application/components/BackForwardCacheView.ts | learnMore": {
|
2775
2895
|
"message": "Learn more: back/forward cache eligibility"
|
2776
2896
|
},
|
@@ -3683,6 +3803,12 @@
|
|
3683
3803
|
"panels/changes/ChangesView.ts | binaryData": {
|
3684
3804
|
"message": "Binary data"
|
3685
3805
|
},
|
3806
|
+
"panels/changes/ChangesView.ts | copy": {
|
3807
|
+
"message": "Copy"
|
3808
|
+
},
|
3809
|
+
"panels/changes/ChangesView.ts | copyAllChangesFromCurrentFile": {
|
3810
|
+
"message": "Copy all changes from current file"
|
3811
|
+
},
|
3686
3812
|
"panels/changes/ChangesView.ts | noChanges": {
|
3687
3813
|
"message": "No changes"
|
3688
3814
|
},
|
@@ -3842,6 +3968,9 @@
|
|
3842
3968
|
"panels/console/ConsoleView.ts | allLevels": {
|
3843
3969
|
"message": "All levels"
|
3844
3970
|
},
|
3971
|
+
"panels/console/ConsoleView.ts | autocompleteFromHistory": {
|
3972
|
+
"message": "Autocomplete from history"
|
3973
|
+
},
|
3845
3974
|
"panels/console/ConsoleView.ts | consoleCleared": {
|
3846
3975
|
"message": "Console cleared"
|
3847
3976
|
},
|
@@ -3923,6 +4052,9 @@
|
|
3923
4052
|
"panels/console/ConsoleView.ts | logLevelS": {
|
3924
4053
|
"message": "Log level: {PH1}"
|
3925
4054
|
},
|
4055
|
+
"panels/console/ConsoleView.ts | logXMLHttpRequests": {
|
4056
|
+
"message": "Log XMLHttpRequests"
|
4057
|
+
},
|
3926
4058
|
"panels/console/ConsoleView.ts | onlyShowMessagesFromTheCurrentContext": {
|
3927
4059
|
"message": "Only show messages from the current context (top, iframe, worker, extension)"
|
3928
4060
|
},
|
@@ -3956,6 +4088,9 @@
|
|
3956
4088
|
"panels/console/ConsoleView.ts | sOnly": {
|
3957
4089
|
"message": "{PH1} only"
|
3958
4090
|
},
|
4091
|
+
"panels/console/ConsoleView.ts | treatEvaluationAsUserActivation": {
|
4092
|
+
"message": "Treat evaluation as user activation"
|
4093
|
+
},
|
3959
4094
|
"panels/console/ConsoleView.ts | verbose": {
|
3960
4095
|
"message": "Verbose"
|
3961
4096
|
},
|
@@ -4796,6 +4931,48 @@
|
|
4796
4931
|
"panels/elements/PropertiesWidget.ts | showAllTooltip": {
|
4797
4932
|
"message": "When unchecked, only properties whose values are neither null nor undefined will be shown"
|
4798
4933
|
},
|
4934
|
+
"panels/elements/StylePropertiesSection.ts | constructedStylesheet": {
|
4935
|
+
"message": "constructed stylesheet"
|
4936
|
+
},
|
4937
|
+
"panels/elements/StylePropertiesSection.ts | copyAllCSSChanges": {
|
4938
|
+
"message": "Copy all CSS changes"
|
4939
|
+
},
|
4940
|
+
"panels/elements/StylePropertiesSection.ts | copyAllDeclarations": {
|
4941
|
+
"message": "Copy all declarations"
|
4942
|
+
},
|
4943
|
+
"panels/elements/StylePropertiesSection.ts | copyRule": {
|
4944
|
+
"message": "Copy rule"
|
4945
|
+
},
|
4946
|
+
"panels/elements/StylePropertiesSection.ts | copySelector": {
|
4947
|
+
"message": "Copy selector"
|
4948
|
+
},
|
4949
|
+
"panels/elements/StylePropertiesSection.ts | cssSelector": {
|
4950
|
+
"message": "CSS selector"
|
4951
|
+
},
|
4952
|
+
"panels/elements/StylePropertiesSection.ts | injectedStylesheet": {
|
4953
|
+
"message": "injected stylesheet"
|
4954
|
+
},
|
4955
|
+
"panels/elements/StylePropertiesSection.ts | insertStyleRuleBelow": {
|
4956
|
+
"message": "Insert Style Rule Below"
|
4957
|
+
},
|
4958
|
+
"panels/elements/StylePropertiesSection.ts | sattributesStyle": {
|
4959
|
+
"message": "{PH1}[Attributes Style]"
|
4960
|
+
},
|
4961
|
+
"panels/elements/StylePropertiesSection.ts | showAllPropertiesSMore": {
|
4962
|
+
"message": "Show All Properties ({PH1} more)"
|
4963
|
+
},
|
4964
|
+
"panels/elements/StylePropertiesSection.ts | styleAttribute": {
|
4965
|
+
"message": "style attribute"
|
4966
|
+
},
|
4967
|
+
"panels/elements/StylePropertiesSection.ts | userAgentStylesheet": {
|
4968
|
+
"message": "user agent stylesheet"
|
4969
|
+
},
|
4970
|
+
"panels/elements/StylePropertiesSection.ts | viaInspector": {
|
4971
|
+
"message": "via inspector"
|
4972
|
+
},
|
4973
|
+
"panels/elements/StylePropertyTreeElement.ts | copyAllCSSChanges": {
|
4974
|
+
"message": "Copy all CSS changes"
|
4975
|
+
},
|
4799
4976
|
"panels/elements/StylePropertyTreeElement.ts | copyAllCssDeclarationsAsJs": {
|
4800
4977
|
"message": "Copy all declarations as JS"
|
4801
4978
|
},
|
@@ -4841,36 +5018,18 @@
|
|
4841
5018
|
"panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
|
4842
5019
|
"message": "View computed value"
|
4843
5020
|
},
|
5021
|
+
"panels/elements/StylesSidebarPane.ts | automaticDarkMode": {
|
5022
|
+
"message": "Automatic dark mode"
|
5023
|
+
},
|
4844
5024
|
"panels/elements/StylesSidebarPane.ts | clickToRevealLayer": {
|
4845
5025
|
"message": "Click to reveal layer in layer tree"
|
4846
5026
|
},
|
4847
|
-
"panels/elements/StylesSidebarPane.ts | constructedStylesheet": {
|
4848
|
-
"message": "constructed stylesheet"
|
4849
|
-
},
|
4850
|
-
"panels/elements/StylesSidebarPane.ts | copiedToClipboard": {
|
4851
|
-
"message": "Copied to clipboard"
|
4852
|
-
},
|
4853
|
-
"panels/elements/StylesSidebarPane.ts | copyAllCSSChanges": {
|
4854
|
-
"message": "Copy all the CSS changes"
|
4855
|
-
},
|
4856
|
-
"panels/elements/StylesSidebarPane.ts | copyAllDeclarations": {
|
4857
|
-
"message": "Copy all declarations"
|
4858
|
-
},
|
4859
|
-
"panels/elements/StylesSidebarPane.ts | copyRule": {
|
4860
|
-
"message": "Copy rule"
|
4861
|
-
},
|
4862
|
-
"panels/elements/StylesSidebarPane.ts | copySelector": {
|
4863
|
-
"message": "Copy selector"
|
4864
|
-
},
|
4865
5027
|
"panels/elements/StylesSidebarPane.ts | cssPropertyName": {
|
4866
5028
|
"message": "CSS property name: {PH1}"
|
4867
5029
|
},
|
4868
5030
|
"panels/elements/StylesSidebarPane.ts | cssPropertyValue": {
|
4869
5031
|
"message": "CSS property value: {PH1}"
|
4870
5032
|
},
|
4871
|
-
"panels/elements/StylesSidebarPane.ts | cssSelector": {
|
4872
|
-
"message": "CSS selector"
|
4873
|
-
},
|
4874
5033
|
"panels/elements/StylesSidebarPane.ts | filter": {
|
4875
5034
|
"message": "Filter"
|
4876
5035
|
},
|
@@ -4886,11 +5045,8 @@
|
|
4886
5045
|
"panels/elements/StylesSidebarPane.ts | inheritedFroms": {
|
4887
5046
|
"message": "Inherited from "
|
4888
5047
|
},
|
4889
|
-
"panels/elements/StylesSidebarPane.ts |
|
4890
|
-
"message": "
|
4891
|
-
},
|
4892
|
-
"panels/elements/StylesSidebarPane.ts | insertStyleRuleBelow": {
|
4893
|
-
"message": "Insert Style Rule Below"
|
5048
|
+
"panels/elements/StylesSidebarPane.ts | inheritedFromSPseudoOf": {
|
5049
|
+
"message": "Inherited from ::{PH1} pseudo of "
|
4894
5050
|
},
|
4895
5051
|
"panels/elements/StylesSidebarPane.ts | invalidPropertyValue": {
|
4896
5052
|
"message": "Invalid property value"
|
@@ -4910,24 +5066,12 @@
|
|
4910
5066
|
"panels/elements/StylesSidebarPane.ts | pseudoSElement": {
|
4911
5067
|
"message": "Pseudo ::{PH1} element"
|
4912
5068
|
},
|
4913
|
-
"panels/elements/StylesSidebarPane.ts |
|
4914
|
-
"message": "
|
4915
|
-
},
|
4916
|
-
"panels/elements/StylesSidebarPane.ts | showAllPropertiesSMore": {
|
4917
|
-
"message": "Show All Properties ({PH1} more)"
|
4918
|
-
},
|
4919
|
-
"panels/elements/StylesSidebarPane.ts | styleAttribute": {
|
4920
|
-
"message": "style attribute"
|
5069
|
+
"panels/elements/StylesSidebarPane.ts | toggleRenderingEmulations": {
|
5070
|
+
"message": "Toggle common rendering emulations"
|
4921
5071
|
},
|
4922
5072
|
"panels/elements/StylesSidebarPane.ts | unknownPropertyName": {
|
4923
5073
|
"message": "Unknown property name"
|
4924
5074
|
},
|
4925
|
-
"panels/elements/StylesSidebarPane.ts | userAgentStylesheet": {
|
4926
|
-
"message": "user agent stylesheet"
|
4927
|
-
},
|
4928
|
-
"panels/elements/StylesSidebarPane.ts | viaInspector": {
|
4929
|
-
"message": "via inspector"
|
4930
|
-
},
|
4931
5075
|
"panels/emulation/DeviceModeToolbar.ts | addDevicePixelRatio": {
|
4932
5076
|
"message": "Add device pixel ratio"
|
4933
5077
|
},
|
@@ -5312,9 +5456,6 @@
|
|
5312
5456
|
"panels/issues/AttributionReportingIssueDetailsView.ts | frame": {
|
5313
5457
|
"message": "Frame"
|
5314
5458
|
},
|
5315
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidEventSourceTriggerData": {
|
5316
|
-
"message": "Invalid event-source-trigger-data"
|
5317
|
-
},
|
5318
5459
|
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourceEventId": {
|
5319
5460
|
"message": "Invalid attributionsourceeventid"
|
5320
5461
|
},
|
@@ -5324,15 +5465,6 @@
|
|
5324
5465
|
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourcePriority": {
|
5325
5466
|
"message": "Invalid attributionsourcepriority"
|
5326
5467
|
},
|
5327
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerData": {
|
5328
|
-
"message": "Invalid trigger-data"
|
5329
|
-
},
|
5330
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerDedupKey": {
|
5331
|
-
"message": "Invalid dedup-key"
|
5332
|
-
},
|
5333
|
-
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerPriority": {
|
5334
|
-
"message": "Invalid priority"
|
5335
|
-
},
|
5336
5468
|
"panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
|
5337
5469
|
"message": "{n, plural, =1 {# violation} other {# violations}}"
|
5338
5470
|
},
|
@@ -5342,6 +5474,9 @@
|
|
5342
5474
|
"panels/issues/AttributionReportingIssueDetailsView.ts | untrustworthyOrigin": {
|
5343
5475
|
"message": "Untrustworthy origin"
|
5344
5476
|
},
|
5477
|
+
"panels/issues/ComboBoxOfCheckBoxes.ts | genericMenuLabel": {
|
5478
|
+
"message": "Menu"
|
5479
|
+
},
|
5345
5480
|
"panels/issues/components/HideIssuesMenu.ts | tooltipTitle": {
|
5346
5481
|
"message": "Hide issues"
|
5347
5482
|
},
|
@@ -6551,6 +6686,9 @@
|
|
6551
6686
|
"panels/network/NetworkConfigView.ts | enterACustomUserAgent": {
|
6552
6687
|
"message": "Enter a custom user agent"
|
6553
6688
|
},
|
6689
|
+
"panels/network/NetworkConfigView.ts | networkConditionsPanelShown": {
|
6690
|
+
"message": "Network conditions shown"
|
6691
|
+
},
|
6554
6692
|
"panels/network/NetworkConfigView.ts | networkThrottling": {
|
6555
6693
|
"message": "Network throttling"
|
6556
6694
|
},
|
@@ -7166,6 +7304,9 @@
|
|
7166
7304
|
"panels/network/RequestHeadersView.ts | general": {
|
7167
7305
|
"message": "General"
|
7168
7306
|
},
|
7307
|
+
"panels/network/RequestHeadersView.ts | headerOverrides": {
|
7308
|
+
"message": "Header overrides"
|
7309
|
+
},
|
7169
7310
|
"panels/network/RequestHeadersView.ts | learnMore": {
|
7170
7311
|
"message": "Learn more"
|
7171
7312
|
},
|
@@ -9245,12 +9386,24 @@
|
|
9245
9386
|
"panels/sources/CallStackSidebarPane.ts | showMore": {
|
9246
9387
|
"message": "Show more"
|
9247
9388
|
},
|
9389
|
+
"panels/sources/components/HeadersView.ts | addHeader": {
|
9390
|
+
"message": "Add a header"
|
9391
|
+
},
|
9392
|
+
"panels/sources/components/HeadersView.ts | addHeaderOverride": {
|
9393
|
+
"message": "Add header override"
|
9394
|
+
},
|
9248
9395
|
"panels/sources/components/HeadersView.ts | errorWhenParsing": {
|
9249
9396
|
"message": "Error when parsing ''{PH1}''."
|
9250
9397
|
},
|
9251
9398
|
"panels/sources/components/HeadersView.ts | parsingErrorExplainer": {
|
9252
9399
|
"message": "This is most likely due to a syntax error in ''{PH1}''. Try opening this file in an external editor to fix the error or delete the file and re-create the override."
|
9253
9400
|
},
|
9401
|
+
"panels/sources/components/HeadersView.ts | removeBlock": {
|
9402
|
+
"message": "Remove this 'ApplyTo'-section"
|
9403
|
+
},
|
9404
|
+
"panels/sources/components/HeadersView.ts | removeHeader": {
|
9405
|
+
"message": "Remove this header"
|
9406
|
+
},
|
9254
9407
|
"panels/sources/CoveragePlugin.ts | clickToShowCoveragePanel": {
|
9255
9408
|
"message": "Click to show Coverage Panel"
|
9256
9409
|
},
|
@@ -10991,6 +11144,9 @@
|
|
10991
11144
|
"panels/timeline/TimelineUIUtils.ts | pinchUpdate": {
|
10992
11145
|
"message": "Pinch Update"
|
10993
11146
|
},
|
11147
|
+
"panels/timeline/TimelineUIUtils.ts | prePaint": {
|
11148
|
+
"message": "Pre-Paint"
|
11149
|
+
},
|
10994
11150
|
"panels/timeline/TimelineUIUtils.ts | preview": {
|
10995
11151
|
"message": "Preview"
|
10996
11152
|
},
|