chrome-devtools-frontend 1.0.950971 → 1.0.951410
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/config/gni/devtools_grd_files.gni +3 -3
- package/front_end/core/i18n/locales/en-US.json +183 -183
- package/front_end/core/i18n/locales/en-XL.json +183 -183
- package/front_end/core/sdk/CSSRule.ts +1 -1
- package/front_end/core/sdk/DOMModel.ts +12 -37
- package/front_end/core/sdk/OverlayModel.ts +18 -34
- package/front_end/core/sdk/RuntimeModel.ts +0 -1
- package/front_end/core/sdk/SourceMap.ts +1 -1
- package/front_end/entrypoints/heap_snapshot_worker/AllocationProfile.ts +3 -3
- package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +1 -2
- package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.ts +1 -1
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +1 -2
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +1 -1
- package/front_end/models/bindings/FileUtils.ts +0 -1
- package/front_end/models/bindings/IgnoreListManager.ts +1 -2
- package/front_end/models/bindings/NetworkProject.ts +1 -2
- package/front_end/models/extensions/ExtensionAPI.ts +0 -1
- package/front_end/models/issues_manager/SameSiteCookieIssue.ts +1 -2
- package/front_end/models/timeline_model/TracingLayerTree.ts +0 -1
- package/front_end/panels/accessibility/ARIAMetadata.ts +0 -1
- package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +2 -2
- package/front_end/panels/accessibility/AccessibilityNodeView.ts +1 -2
- package/front_end/panels/animation/AnimationTimeline.ts +0 -1
- package/front_end/panels/application/ApplicationPanelCacheSection.ts +3 -4
- package/front_end/panels/application/ServiceWorkerUpdateCycleView.ts +0 -2
- package/front_end/panels/application/StorageView.ts +2 -6
- package/front_end/panels/application/{BackForwardCacheStrings.ts → components/BackForwardCacheStrings.ts} +2 -2
- package/front_end/panels/application/{BackForwardCacheView.ts → components/BackForwardCacheView.ts} +76 -42
- package/front_end/panels/application/{backForwardCacheView.css → components/backForwardCacheView.css} +9 -0
- package/front_end/panels/application/components/components.ts +2 -0
- package/front_end/panels/elements/ComputedStyleModel.ts +2 -2
- package/front_end/panels/elements/ElementsPanel.ts +1 -5
- package/front_end/panels/elements/ElementsTreeOutline.ts +2 -2
- package/front_end/panels/elements/StylesSidebarPane.ts +1 -1
- package/front_end/panels/layer_viewer/Layers3DView.ts +3 -9
- package/front_end/panels/lighthouse/LighthouseController.ts +4 -5
- package/front_end/panels/media/TickingFlameChart.ts +1 -2
- package/front_end/panels/network/NetworkLogViewColumns.ts +1 -1
- package/front_end/panels/profiler/HeapProfileView.ts +1 -1
- package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +0 -1
- package/front_end/panels/profiler/HeapSnapshotView.ts +1 -2
- package/front_end/panels/security/SecurityModel.ts +2 -4
- package/front_end/panels/security/SecurityPanel.ts +2 -2
- package/front_end/panels/sources/FilteredUISourceCodeListProvider.ts +2 -2
- package/front_end/panels/sources/NavigatorView.ts +1 -1
- package/front_end/panels/sources/ScopeChainSidebarPane.ts +2 -3
- package/front_end/panels/sources/TabbedEditorContainer.ts +1 -1
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +2 -5
- package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +0 -1
- package/front_end/panels/timeline/TimelineFlameChartView.ts +0 -1
- package/front_end/panels/timeline/TimelinePanel.ts +2 -3
- package/front_end/panels/timeline/TimelineUIUtils.ts +1 -1
- package/front_end/third_party/puppeteer/package/README.md +11 -11
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.d.ts +4 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Browser.d.ts +4 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Connection.d.ts +1 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Coverage.d.ts +1 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts +9 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js +21 -12
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Dialog.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/EvalTypes.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ExecutionContext.d.ts +3 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FileChooser.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.d.ts +8 -10
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts +50 -11
- 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 +70 -33
- 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/HTTPResponse.d.ts +12 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.js +25 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPResponse.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.d.ts +2 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts +39 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +36 -0
- 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/LifecycleWatcher.d.ts +3 -4
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.js +2 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LifecycleWatcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts +46 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js +124 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts +27 -10
- 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 +144 -74
- 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/Puppeteer.d.ts +5 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Target.d.ts +4 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/WebWorker.d.ts +3 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.d.ts +4 -5
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js +43 -17
- 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/LaunchOptions.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js +101 -34
- 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/node/NodeWebSocketTransport.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Puppeteer.d.ts +5 -7
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api-docs-entry.d.ts +4 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.d.ts +4 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Browser.js +2 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/BrowserConnector.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/BrowserConnector.js +3 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Connection.d.ts +1 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.d.ts +1 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Coverage.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts +9 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js +24 -17
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Dialog.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/EvalTypes.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ExecutionContext.d.ts +3 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FileChooser.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts +8 -10
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js +7 -8
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts +50 -11
- 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 +70 -34
- 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/HTTPResponse.d.ts +12 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.js +26 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPResponse.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.d.ts +2 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts +39 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js +38 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.d.ts +3 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.js +4 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LifecycleWatcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts +46 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js +120 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js.map +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts +27 -10
- 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 +144 -75
- 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/Page.js +12 -14
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.d.ts +5 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Puppeteer.js +3 -4
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Target.d.ts +4 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.d.ts +3 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/WebWorker.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js +3 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/initialize-node.js +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js +10 -12
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.d.ts +4 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js +43 -20
- 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/LaunchOptions.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js +104 -40
- 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/node/NodeWebSocketTransport.d.ts +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.d.ts +5 -7
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Puppeteer.js +1 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/install.js +3 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node-puppeteer-core.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/web.js +1 -2
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +173 -36
- package/front_end/third_party/puppeteer/package/package.json +3 -3
- package/front_end/ui/components/markdown_view/MarkdownView.ts +0 -1
- package/front_end/ui/legacy/ContextMenu.ts +2 -3
- package/front_end/ui/legacy/InspectorView.ts +1 -1
- package/front_end/ui/legacy/ReportView.ts +3 -4
- package/front_end/ui/legacy/SearchableView.ts +1 -2
- package/front_end/ui/legacy/SplitWidget.ts +2 -3
- package/front_end/ui/legacy/TextPrompt.ts +1 -1
- package/front_end/ui/legacy/UIUtils.ts +1 -1
- package/front_end/ui/legacy/XLink.ts +1 -1
- package/front_end/ui/legacy/components/color_picker/Spectrum.ts +2 -2
- package/front_end/ui/legacy/components/data_grid/DataGrid.ts +3 -3
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +7 -7
- package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +1 -1
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +1 -2
- package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +0 -1
- package/front_end/ui/legacy/components/utils/Linkifier.ts +2 -2
- package/front_end/ui/legacy/theme_support/theme_support_impl.ts +12 -1
- package/package.json +1 -1
|
@@ -772,8 +772,6 @@ grd_files_debug_sources = [
|
|
|
772
772
|
"front_end/panels/application/ApplicationPanelCacheSection.js",
|
|
773
773
|
"front_end/panels/application/ApplicationPanelSidebar.js",
|
|
774
774
|
"front_end/panels/application/ApplicationPanelTreeElement.js",
|
|
775
|
-
"front_end/panels/application/BackForwardCacheStrings.js",
|
|
776
|
-
"front_end/panels/application/BackForwardCacheView.js",
|
|
777
775
|
"front_end/panels/application/BackgroundServiceModel.js",
|
|
778
776
|
"front_end/panels/application/BackgroundServiceView.js",
|
|
779
777
|
"front_end/panels/application/CookieItemsView.js",
|
|
@@ -796,8 +794,9 @@ grd_files_debug_sources = [
|
|
|
796
794
|
"front_end/panels/application/StorageView.js",
|
|
797
795
|
"front_end/panels/application/TrustTokensTreeElement.js",
|
|
798
796
|
"front_end/panels/application/appManifestView.css.js",
|
|
799
|
-
"front_end/panels/application/backForwardCacheView.css.js",
|
|
800
797
|
"front_end/panels/application/backgroundServiceView.css.js",
|
|
798
|
+
"front_end/panels/application/components/BackForwardCacheStrings.js",
|
|
799
|
+
"front_end/panels/application/components/BackForwardCacheView.js",
|
|
801
800
|
"front_end/panels/application/components/EndpointsGrid.js",
|
|
802
801
|
"front_end/panels/application/components/FrameDetailsView.js",
|
|
803
802
|
"front_end/panels/application/components/OriginTrialTreeView.js",
|
|
@@ -805,6 +804,7 @@ grd_files_debug_sources = [
|
|
|
805
804
|
"front_end/panels/application/components/ReportsGrid.js",
|
|
806
805
|
"front_end/panels/application/components/StackTrace.js",
|
|
807
806
|
"front_end/panels/application/components/TrustTokensView.js",
|
|
807
|
+
"front_end/panels/application/components/backForwardCacheView.css.js",
|
|
808
808
|
"front_end/panels/application/components/badge.css.js",
|
|
809
809
|
"front_end/panels/application/components/frameDetailsReportView.css.js",
|
|
810
810
|
"front_end/panels/application/components/originTrialTokenRows.css.js",
|
|
@@ -2363,411 +2363,411 @@
|
|
|
2363
2363
|
"panels/application/AppManifestView.ts | theSpecifiedApplicationPlatform": {
|
|
2364
2364
|
"message": "The specified application platform is not supported on Android"
|
|
2365
2365
|
},
|
|
2366
|
-
"panels/application/
|
|
2366
|
+
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2367
|
+
"message": "Background Fetch"
|
|
2368
|
+
},
|
|
2369
|
+
"panels/application/BackgroundServiceView.ts | backgroundServices": {
|
|
2370
|
+
"message": "Background Services"
|
|
2371
|
+
},
|
|
2372
|
+
"panels/application/BackgroundServiceView.ts | backgroundSync": {
|
|
2373
|
+
"message": "Background Sync"
|
|
2374
|
+
},
|
|
2375
|
+
"panels/application/BackgroundServiceView.ts | clear": {
|
|
2376
|
+
"message": "Clear"
|
|
2377
|
+
},
|
|
2378
|
+
"panels/application/BackgroundServiceView.ts | clickTheRecordButtonSOrHitSTo": {
|
|
2379
|
+
"message": "Click the record button {PH1} or hit {PH2} to start recording."
|
|
2380
|
+
},
|
|
2381
|
+
"panels/application/BackgroundServiceView.ts | devtoolsWillRecordAllSActivity": {
|
|
2382
|
+
"message": "DevTools will record all {PH1} activity for up to 3 days, even when closed."
|
|
2383
|
+
},
|
|
2384
|
+
"panels/application/BackgroundServiceView.ts | empty": {
|
|
2385
|
+
"message": "empty"
|
|
2386
|
+
},
|
|
2387
|
+
"panels/application/BackgroundServiceView.ts | event": {
|
|
2388
|
+
"message": "Event"
|
|
2389
|
+
},
|
|
2390
|
+
"panels/application/BackgroundServiceView.ts | instanceId": {
|
|
2391
|
+
"message": "Instance ID"
|
|
2392
|
+
},
|
|
2393
|
+
"panels/application/BackgroundServiceView.ts | learnMore": {
|
|
2394
|
+
"message": "Learn more"
|
|
2395
|
+
},
|
|
2396
|
+
"panels/application/BackgroundServiceView.ts | noMetadataForThisEvent": {
|
|
2397
|
+
"message": "No metadata for this event"
|
|
2398
|
+
},
|
|
2399
|
+
"panels/application/BackgroundServiceView.ts | notifications": {
|
|
2400
|
+
"message": "Notifications"
|
|
2401
|
+
},
|
|
2402
|
+
"panels/application/BackgroundServiceView.ts | origin": {
|
|
2403
|
+
"message": "Origin"
|
|
2404
|
+
},
|
|
2405
|
+
"panels/application/BackgroundServiceView.ts | paymentHandler": {
|
|
2406
|
+
"message": "Payment Handler"
|
|
2407
|
+
},
|
|
2408
|
+
"panels/application/BackgroundServiceView.ts | periodicBackgroundSync": {
|
|
2409
|
+
"message": "Periodic Background Sync"
|
|
2410
|
+
},
|
|
2411
|
+
"panels/application/BackgroundServiceView.ts | pushMessaging": {
|
|
2412
|
+
"message": "Push Messaging"
|
|
2413
|
+
},
|
|
2414
|
+
"panels/application/BackgroundServiceView.ts | recordingSActivity": {
|
|
2415
|
+
"message": "Recording {PH1} activity..."
|
|
2416
|
+
},
|
|
2417
|
+
"panels/application/BackgroundServiceView.ts | saveEvents": {
|
|
2418
|
+
"message": "Save events"
|
|
2419
|
+
},
|
|
2420
|
+
"panels/application/BackgroundServiceView.ts | selectAnEntryToViewMetadata": {
|
|
2421
|
+
"message": "Select an entry to view metadata"
|
|
2422
|
+
},
|
|
2423
|
+
"panels/application/BackgroundServiceView.ts | showEventsFromOtherDomains": {
|
|
2424
|
+
"message": "Show events from other domains"
|
|
2425
|
+
},
|
|
2426
|
+
"panels/application/BackgroundServiceView.ts | startRecordingEvents": {
|
|
2427
|
+
"message": "Start recording events"
|
|
2428
|
+
},
|
|
2429
|
+
"panels/application/BackgroundServiceView.ts | stopRecordingEvents": {
|
|
2430
|
+
"message": "Stop recording events"
|
|
2431
|
+
},
|
|
2432
|
+
"panels/application/BackgroundServiceView.ts | swScope": {
|
|
2433
|
+
"message": "Service Worker Scope"
|
|
2434
|
+
},
|
|
2435
|
+
"panels/application/BackgroundServiceView.ts | timestamp": {
|
|
2436
|
+
"message": "Timestamp"
|
|
2437
|
+
},
|
|
2438
|
+
"panels/application/components/BackForwardCacheStrings.ts | appBanner": {
|
|
2367
2439
|
"message": "Pages that requested an AppBanner are not currently eligible for back/forward cache."
|
|
2368
2440
|
},
|
|
2369
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
|
2441
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
|
2370
2442
|
"message": "Back/forward cache is disabled by flags. Visit chrome://flags/#back-forward-cache to enable it locally on this device."
|
|
2371
2443
|
},
|
|
2372
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
|
2444
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
|
2373
2445
|
"message": "Back/forward cache is disabled by the command line."
|
|
2374
2446
|
},
|
|
2375
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
|
2447
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
|
2376
2448
|
"message": "Back/forward cache is disabled due to insufficient memory."
|
|
2377
2449
|
},
|
|
2378
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
|
2450
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
|
2379
2451
|
"message": "Back/forward cache is not supported by delegate."
|
|
2380
2452
|
},
|
|
2381
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
|
2453
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
|
2382
2454
|
"message": "Back/forward cache is disabled for prerenderer."
|
|
2383
2455
|
},
|
|
2384
|
-
"panels/application/BackForwardCacheStrings.ts | broadcastChannel": {
|
|
2456
|
+
"panels/application/components/BackForwardCacheStrings.ts | broadcastChannel": {
|
|
2385
2457
|
"message": "The page cannot be cached because it has a BroadcastChannel instance with registered listeners."
|
|
2386
2458
|
},
|
|
2387
|
-
"panels/application/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
|
2459
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
|
2388
2460
|
"message": "Pages with cache-control:no-store header cannot enter back/forward cache."
|
|
2389
2461
|
},
|
|
2390
|
-
"panels/application/BackForwardCacheStrings.ts | cacheFlushed": {
|
|
2462
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheFlushed": {
|
|
2391
2463
|
"message": "The cache was intentionally cleared."
|
|
2392
2464
|
},
|
|
2393
|
-
"panels/application/BackForwardCacheStrings.ts | cacheLimit": {
|
|
2465
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheLimit": {
|
|
2394
2466
|
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
2395
2467
|
},
|
|
2396
|
-
"panels/application/BackForwardCacheStrings.ts | containsPlugins": {
|
|
2468
|
+
"panels/application/components/BackForwardCacheStrings.ts | containsPlugins": {
|
|
2397
2469
|
"message": "Pages containing plugins are not currently eligible for back/forward cache."
|
|
2398
2470
|
},
|
|
2399
|
-
"panels/application/BackForwardCacheStrings.ts | contentFileChooser": {
|
|
2471
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
|
|
2400
2472
|
"message": "Pages that use FileChooser API are not eligible for back/forward cache."
|
|
2401
2473
|
},
|
|
2402
|
-
"panels/application/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
|
2474
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
|
2403
2475
|
"message": "Pages that use File System Access API are not eligible for back/forward cache."
|
|
2404
2476
|
},
|
|
2405
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
|
2477
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
|
2406
2478
|
"message": "Pages that use Media Device Dispatcher are not eligible for back/forward cache."
|
|
2407
2479
|
},
|
|
2408
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaPlay": {
|
|
2480
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaPlay": {
|
|
2409
2481
|
"message": "A media player was playing upon navigating away."
|
|
2410
2482
|
},
|
|
2411
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaSession": {
|
|
2483
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSession": {
|
|
2412
2484
|
"message": "Pages that use MediaSession API and set a playback state are not eligible for back/forward cache."
|
|
2413
2485
|
},
|
|
2414
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
|
2486
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
|
2415
2487
|
"message": "Pages that use MediaSession API and set action handlers are not eligible for back/forward cache."
|
|
2416
2488
|
},
|
|
2417
|
-
"panels/application/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
|
2489
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
|
2418
2490
|
"message": "Pages that use SecurityHandler are not eligible for back/forward cache."
|
|
2419
2491
|
},
|
|
2420
|
-
"panels/application/BackForwardCacheStrings.ts | contentSerial": {
|
|
2492
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSerial": {
|
|
2421
2493
|
"message": "Pages that use Serial API are not eligible for back/forward cache."
|
|
2422
2494
|
},
|
|
2423
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
|
2495
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
|
2424
2496
|
"message": "Pages that use WebAuthetication API are not eligible for back/forward cache."
|
|
2425
2497
|
},
|
|
2426
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
|
2498
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
|
2427
2499
|
"message": "Pages that use WebBluetooth API are not eligible for back/forward cache."
|
|
2428
2500
|
},
|
|
2429
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebUSB": {
|
|
2501
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebUSB": {
|
|
2430
2502
|
"message": "Pages that use WebUSB API are not eligible for back/forward cache."
|
|
2431
2503
|
},
|
|
2432
|
-
"panels/application/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
|
2504
|
+
"panels/application/components/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
|
2433
2505
|
"message": "Pages that use a dedicated worker or worklet are not currently eligible for back/forward cache."
|
|
2434
2506
|
},
|
|
2435
|
-
"panels/application/BackForwardCacheStrings.ts | documentLoaded": {
|
|
2507
|
+
"panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
|
|
2436
2508
|
"message": "The document did not finish loading before navigating away."
|
|
2437
2509
|
},
|
|
2438
|
-
"panels/application/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
2510
|
+
"panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
2439
2511
|
"message": "A service worker was activated while the page was in back/forward cache."
|
|
2440
2512
|
},
|
|
2441
|
-
"panels/application/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
|
2513
|
+
"panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
|
2442
2514
|
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
2443
2515
|
},
|
|
2444
|
-
"panels/application/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
|
2516
|
+
"panels/application/components/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
|
2445
2517
|
"message": "Pages that have granted media stream access are not currently eligible for back/forward cache."
|
|
2446
2518
|
},
|
|
2447
|
-
"panels/application/BackForwardCacheStrings.ts | haveInnerContents": {
|
|
2519
|
+
"panels/application/components/BackForwardCacheStrings.ts | haveInnerContents": {
|
|
2448
2520
|
"message": "Pages that use portals are not currently eligible for back/forward cache."
|
|
2449
2521
|
},
|
|
2450
|
-
"panels/application/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
|
2522
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
|
2451
2523
|
"message": "Only pages loaded via a GET request are eligible for back/forward cache."
|
|
2452
2524
|
},
|
|
2453
|
-
"panels/application/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
|
2525
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
|
2454
2526
|
"message": "Only pages with a status code of 2XX can be cached."
|
|
2455
2527
|
},
|
|
2456
|
-
"panels/application/BackForwardCacheStrings.ts | idleManager": {
|
|
2528
|
+
"panels/application/components/BackForwardCacheStrings.ts | idleManager": {
|
|
2457
2529
|
"message": "Pages that use IdleManager are not currently eligible for back/forward cache."
|
|
2458
2530
|
},
|
|
2459
|
-
"panels/application/BackForwardCacheStrings.ts | indexedDBConnection": {
|
|
2531
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBConnection": {
|
|
2460
2532
|
"message": "Pages that have an open IndexedDB connection are not currently eligible for back/forward cache."
|
|
2461
2533
|
},
|
|
2462
|
-
"panels/application/BackForwardCacheStrings.ts | ineligibleAPI": {
|
|
2534
|
+
"panels/application/components/BackForwardCacheStrings.ts | ineligibleAPI": {
|
|
2463
2535
|
"message": "Ineligible APIs were used."
|
|
2464
2536
|
},
|
|
2465
|
-
"panels/application/BackForwardCacheStrings.ts | injectedJavascript": {
|
|
2537
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedJavascript": {
|
|
2466
2538
|
"message": "IPages that JavaScript is injected into by extensions are not currently eligible for back/forward cache."
|
|
2467
2539
|
},
|
|
2468
|
-
"panels/application/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
|
2540
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
|
2469
2541
|
"message": "Pages that StyleSheet is injected into by extensions are not currently eligible for back/forward cache."
|
|
2470
2542
|
},
|
|
2471
|
-
"panels/application/BackForwardCacheStrings.ts | internalError": {
|
|
2543
|
+
"panels/application/components/BackForwardCacheStrings.ts | internalError": {
|
|
2472
2544
|
"message": "Internal error."
|
|
2473
2545
|
},
|
|
2474
|
-
"panels/application/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
|
2546
|
+
"panels/application/components/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
|
2475
2547
|
"message": "Chrome detected an attempt to execute JavaScript while in the cache."
|
|
2476
2548
|
},
|
|
2477
|
-
"panels/application/BackForwardCacheStrings.ts | keyboardLock": {
|
|
2549
|
+
"panels/application/components/BackForwardCacheStrings.ts | keyboardLock": {
|
|
2478
2550
|
"message": "Pages that use Keyboard lock are not currently eligible for back/forward cache."
|
|
2479
2551
|
},
|
|
2480
|
-
"panels/application/BackForwardCacheStrings.ts | loading": {
|
|
2552
|
+
"panels/application/components/BackForwardCacheStrings.ts | loading": {
|
|
2481
2553
|
"message": "The page did not finish loading before navigating away."
|
|
2482
2554
|
},
|
|
2483
|
-
"panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
|
2555
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
|
2484
2556
|
"message": "Pages whose main resource has cache-control:no-cache cannot enter back/forward cache."
|
|
2485
2557
|
},
|
|
2486
|
-
"panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
|
2558
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
|
2487
2559
|
"message": "Pages whose main resource has cache-control:no-store cannot enter back/forward cache."
|
|
2488
2560
|
},
|
|
2489
|
-
"panels/application/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
|
2561
|
+
"panels/application/components/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
|
2490
2562
|
"message": "Navigation was cancelled before the page could be restored from back/forward cache."
|
|
2491
2563
|
},
|
|
2492
|
-
"panels/application/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
|
2564
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
|
2493
2565
|
"message": "The page was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached."
|
|
2494
2566
|
},
|
|
2495
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
2567
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
2496
2568
|
"message": "Pages that have inflight fetch() or XHR are not currently eligible for back/forward cache."
|
|
2497
2569
|
},
|
|
2498
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
|
2570
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
|
2499
2571
|
"message": "The page was evicted from back/forward cache because an active network request involved a redirect."
|
|
2500
2572
|
},
|
|
2501
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
|
2573
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
|
2502
2574
|
"message": "The page was evicted from the cache because a network connection was open too long. Chrome limits the amount of time that a page may receive data while cached."
|
|
2503
2575
|
},
|
|
2504
|
-
"panels/application/BackForwardCacheStrings.ts | noResponseHead": {
|
|
2576
|
+
"panels/application/components/BackForwardCacheStrings.ts | noResponseHead": {
|
|
2505
2577
|
"message": "Pages that do not have a valid response head cannot enter back/forward cache."
|
|
2506
2578
|
},
|
|
2507
|
-
"panels/application/BackForwardCacheStrings.ts | notMainFrame": {
|
|
2579
|
+
"panels/application/components/BackForwardCacheStrings.ts | notMainFrame": {
|
|
2508
2580
|
"message": "Navigation happened in a frame other than the main frame."
|
|
2509
2581
|
},
|
|
2510
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
|
2582
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
|
2511
2583
|
"message": "Page with ongoing indexed DB transactions are not currently eligible for back/forward cache."
|
|
2512
2584
|
},
|
|
2513
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
|
2585
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
|
2514
2586
|
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
2515
2587
|
},
|
|
2516
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
|
2588
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
|
2517
2589
|
"message": "Pages with an in-flight fetch network request are not currently eligible for back/forward cache."
|
|
2518
2590
|
},
|
|
2519
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
|
2591
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
|
2520
2592
|
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
2521
2593
|
},
|
|
2522
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
|
2594
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
|
2523
2595
|
"message": "Pages with an in-flight XHR network request are not currently eligible for back/forward cache."
|
|
2524
2596
|
},
|
|
2525
|
-
"panels/application/BackForwardCacheStrings.ts | paymentManager": {
|
|
2597
|
+
"panels/application/components/BackForwardCacheStrings.ts | paymentManager": {
|
|
2526
2598
|
"message": "Pages that use PaymentManager are not currently eligible for back/forward cache."
|
|
2527
2599
|
},
|
|
2528
|
-
"panels/application/BackForwardCacheStrings.ts | pictureInPicture": {
|
|
2600
|
+
"panels/application/components/BackForwardCacheStrings.ts | pictureInPicture": {
|
|
2529
2601
|
"message": "Pages that use Picture-in-Picture are not currently eligible for back/forward cache."
|
|
2530
2602
|
},
|
|
2531
|
-
"panels/application/BackForwardCacheStrings.ts | portal": {
|
|
2603
|
+
"panels/application/components/BackForwardCacheStrings.ts | portal": {
|
|
2532
2604
|
"message": "Pages that use portals are not currently eligible for back/forward cache."
|
|
2533
2605
|
},
|
|
2534
|
-
"panels/application/BackForwardCacheStrings.ts | printing": {
|
|
2606
|
+
"panels/application/components/BackForwardCacheStrings.ts | printing": {
|
|
2535
2607
|
"message": "Pages that show Printing UI are not currently eligible for back/forward cache."
|
|
2536
2608
|
},
|
|
2537
|
-
"panels/application/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
|
2609
|
+
"panels/application/components/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
|
2538
2610
|
"message": "The page was opened using 'window.open()' and another tab has a reference to it, or the page opened a window."
|
|
2539
2611
|
},
|
|
2540
|
-
"panels/application/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
|
2612
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
|
2541
2613
|
"message": "The renderer process for the page in back/forward cache crashed."
|
|
2542
2614
|
},
|
|
2543
|
-
"panels/application/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
|
2615
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
|
2544
2616
|
"message": "The renderer process for the page in back/forward cache was killed."
|
|
2545
2617
|
},
|
|
2546
|
-
"panels/application/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
|
2618
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
|
2547
2619
|
"message": "Pages that have requested audio capture permissions are not currently eligible for back/forward cache."
|
|
2548
2620
|
},
|
|
2549
|
-
"panels/application/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
|
2621
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
|
2550
2622
|
"message": "Pages that have requested sensor permissions are not currently eligible for back/forward cache."
|
|
2551
2623
|
},
|
|
2552
|
-
"panels/application/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
|
2624
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
|
2553
2625
|
"message": "Pages that have requested background sync or fetch permissions are not currently eligible for back/forward cache."
|
|
2554
2626
|
},
|
|
2555
|
-
"panels/application/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
|
2627
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
|
2556
2628
|
"message": "Pages that have requested MIDI permissions are not currently eligible for back/forward cache."
|
|
2557
2629
|
},
|
|
2558
|
-
"panels/application/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
|
2630
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
|
2559
2631
|
"message": "Pages that have requested notifications permissions are not currently eligible for back/forward cache."
|
|
2560
2632
|
},
|
|
2561
|
-
"panels/application/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
|
2633
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
|
2562
2634
|
"message": "Pages that have requested storage access are not currently eligible for back/forward cache."
|
|
2563
2635
|
},
|
|
2564
|
-
"panels/application/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
|
2636
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
|
2565
2637
|
"message": "Pages that have requested video capture permissions are not currently eligible for back/forward cache."
|
|
2566
2638
|
},
|
|
2567
|
-
"panels/application/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
|
2639
|
+
"panels/application/components/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
|
2568
2640
|
"message": "Only pages whose URL scheme is HTTP / HTTPS can be cached."
|
|
2569
2641
|
},
|
|
2570
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
|
2642
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
|
2571
2643
|
"message": "The page was claimed by a service worker while it is in back/forward cache."
|
|
2572
2644
|
},
|
|
2573
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
|
2645
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
|
2574
2646
|
"message": "A service worker attempted to send the page in back/forward cache a MessageEvent."
|
|
2575
2647
|
},
|
|
2576
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
|
2648
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
|
2577
2649
|
"message": "ServiceWorker was unregistered while a page was in back/forward cache."
|
|
2578
2650
|
},
|
|
2579
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
|
2651
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
|
2580
2652
|
"message": "The page was evicted from back/forward cache due to a service worker activation."
|
|
2581
2653
|
},
|
|
2582
|
-
"panels/application/BackForwardCacheStrings.ts | sessionRestored": {
|
|
2654
|
+
"panels/application/components/BackForwardCacheStrings.ts | sessionRestored": {
|
|
2583
2655
|
"message": "Chrome restarted and cleared the back/forward cache entries."
|
|
2584
2656
|
},
|
|
2585
|
-
"panels/application/BackForwardCacheStrings.ts | sharedWorker": {
|
|
2657
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
2586
2658
|
"message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
|
|
2587
2659
|
},
|
|
2588
|
-
"panels/application/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
2660
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
2589
2661
|
"message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
|
|
2590
2662
|
},
|
|
2591
|
-
"panels/application/BackForwardCacheStrings.ts | speechSynthesis": {
|
|
2663
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechSynthesis": {
|
|
2592
2664
|
"message": "Pages that use SpeechSynthesis are not currently eligible for back/forward cache."
|
|
2593
2665
|
},
|
|
2594
|
-
"panels/application/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
|
2666
|
+
"panels/application/components/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
|
2595
2667
|
"message": "An iframe on the page started a navigation that did not complete."
|
|
2596
2668
|
},
|
|
2597
|
-
"panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
|
2669
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
|
2598
2670
|
"message": "Pages whose subresource has cache-control:no-cache cannot enter back/forward cache."
|
|
2599
2671
|
},
|
|
2600
|
-
"panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
|
2672
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
|
2601
2673
|
"message": "Pages whose subresource has cache-control:no-store cannot enter back/forward cache."
|
|
2602
2674
|
},
|
|
2603
|
-
"panels/application/BackForwardCacheStrings.ts | timeout": {
|
|
2675
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeout": {
|
|
2604
2676
|
"message": "The page exceeded the maximum time in back/forward cache and was expired."
|
|
2605
2677
|
},
|
|
2606
|
-
"panels/application/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
|
2678
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
|
2607
2679
|
"message": "The page timed out entering back/forward cache (likely due to long-running pagehide handlers)."
|
|
2608
2680
|
},
|
|
2609
|
-
"panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
|
2681
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
|
2610
2682
|
"message": "The page has an unload handler in the main frame."
|
|
2611
2683
|
},
|
|
2612
|
-
"panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
|
2684
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
|
2613
2685
|
"message": "The page has an unload handler in a sub frame."
|
|
2614
2686
|
},
|
|
2615
|
-
"panels/application/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
|
2687
|
+
"panels/application/components/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
|
2616
2688
|
"message": "Browser has changed the user agent override header."
|
|
2617
2689
|
},
|
|
2618
|
-
"panels/application/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
|
2690
|
+
"panels/application/components/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
|
2619
2691
|
"message": "Pages that have granted access to record video or audio are not currently eligible for back/forward cache."
|
|
2620
2692
|
},
|
|
2621
|
-
"panels/application/BackForwardCacheStrings.ts | webDatabase": {
|
|
2693
|
+
"panels/application/components/BackForwardCacheStrings.ts | webDatabase": {
|
|
2622
2694
|
"message": "Pages that use WebDatabase are not currently eligible for back/forward cache."
|
|
2623
2695
|
},
|
|
2624
|
-
"panels/application/BackForwardCacheStrings.ts | webHID": {
|
|
2696
|
+
"panels/application/components/BackForwardCacheStrings.ts | webHID": {
|
|
2625
2697
|
"message": "Pages that use WebHID are not currently eligible for back/forward cache."
|
|
2626
2698
|
},
|
|
2627
|
-
"panels/application/BackForwardCacheStrings.ts | webLocks": {
|
|
2699
|
+
"panels/application/components/BackForwardCacheStrings.ts | webLocks": {
|
|
2628
2700
|
"message": "Pages that use WebLocks are not currently eligible for back/forward cache."
|
|
2629
2701
|
},
|
|
2630
|
-
"panels/application/BackForwardCacheStrings.ts | webNfc": {
|
|
2702
|
+
"panels/application/components/BackForwardCacheStrings.ts | webNfc": {
|
|
2631
2703
|
"message": "Pages that use WebNfc are not currently eligible for back/forwad cache."
|
|
2632
2704
|
},
|
|
2633
|
-
"panels/application/BackForwardCacheStrings.ts | webOTPService": {
|
|
2705
|
+
"panels/application/components/BackForwardCacheStrings.ts | webOTPService": {
|
|
2634
2706
|
"message": "Pages that use WebOTPService are not currently eligible for bfcache."
|
|
2635
2707
|
},
|
|
2636
|
-
"panels/application/BackForwardCacheStrings.ts | webRTC": {
|
|
2708
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTC": {
|
|
2637
2709
|
"message": "Pages with WebRTC cannot enter back/forward cache."
|
|
2638
2710
|
},
|
|
2639
|
-
"panels/application/BackForwardCacheStrings.ts | webShare": {
|
|
2711
|
+
"panels/application/components/BackForwardCacheStrings.ts | webShare": {
|
|
2640
2712
|
"message": "Pages that use WebShare are not currently eligible for back/forwad cache."
|
|
2641
2713
|
},
|
|
2642
|
-
"panels/application/BackForwardCacheStrings.ts | webSocket": {
|
|
2714
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocket": {
|
|
2643
2715
|
"message": "Pages with WebSocket cannot enter back/forward cache."
|
|
2644
2716
|
},
|
|
2645
|
-
"panels/application/BackForwardCacheStrings.ts | webTransport": {
|
|
2717
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransport": {
|
|
2646
2718
|
"message": "Pages with WebTransport cannot enter back/forward cache."
|
|
2647
2719
|
},
|
|
2648
|
-
"panels/application/BackForwardCacheStrings.ts | webXR": {
|
|
2720
|
+
"panels/application/components/BackForwardCacheStrings.ts | webXR": {
|
|
2649
2721
|
"message": "Pages that use WebXR are not currently eligible for back/forward cache."
|
|
2650
2722
|
},
|
|
2651
|
-
"panels/application/BackForwardCacheView.ts | backForwardCacheTitle": {
|
|
2723
|
+
"panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
|
|
2652
2724
|
"message": "Back/forward cache"
|
|
2653
2725
|
},
|
|
2654
|
-
"panels/application/BackForwardCacheView.ts | circumstantial": {
|
|
2726
|
+
"panels/application/components/BackForwardCacheView.ts | circumstantial": {
|
|
2655
2727
|
"message": "Not Actionable"
|
|
2656
2728
|
},
|
|
2657
|
-
"panels/application/BackForwardCacheView.ts | circumstantialExplanation": {
|
|
2729
|
+
"panels/application/components/BackForwardCacheView.ts | circumstantialExplanation": {
|
|
2658
2730
|
"message": "These reasons are not actionable i.e. caching was prevented by something outside of the direct control of the page."
|
|
2659
2731
|
},
|
|
2660
|
-
"panels/application/BackForwardCacheView.ts | learnMore": {
|
|
2732
|
+
"panels/application/components/BackForwardCacheView.ts | learnMore": {
|
|
2661
2733
|
"message": "Learn more: back/forward cache eligibility"
|
|
2662
2734
|
},
|
|
2663
|
-
"panels/application/BackForwardCacheView.ts | mainFrame": {
|
|
2735
|
+
"panels/application/components/BackForwardCacheView.ts | mainFrame": {
|
|
2664
2736
|
"message": "Main Frame"
|
|
2665
2737
|
},
|
|
2666
|
-
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2738
|
+
"panels/application/components/BackForwardCacheView.ts | normalNavigation": {
|
|
2667
2739
|
"message": "Not served from back/forward cache: to trigger back/forward cache, use Chrome's back/forward buttons, or use the test button below to automatically navigate away and back."
|
|
2668
2740
|
},
|
|
2669
|
-
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2741
|
+
"panels/application/components/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2670
2742
|
"message": "Actionable"
|
|
2671
2743
|
},
|
|
2672
|
-
"panels/application/BackForwardCacheView.ts | pageSupportNeededExplanation": {
|
|
2744
|
+
"panels/application/components/BackForwardCacheView.ts | pageSupportNeededExplanation": {
|
|
2673
2745
|
"message": "These reasons are actionable i.e. they can be cleaned up to make the page eligible for back/forward cache."
|
|
2674
2746
|
},
|
|
2675
|
-
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2747
|
+
"panels/application/components/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2676
2748
|
"message": "Successfully served from back/forward cache."
|
|
2677
2749
|
},
|
|
2678
|
-
"panels/application/BackForwardCacheView.ts | runningTest": {
|
|
2750
|
+
"panels/application/components/BackForwardCacheView.ts | runningTest": {
|
|
2679
2751
|
"message": "Running test"
|
|
2680
2752
|
},
|
|
2681
|
-
"panels/application/BackForwardCacheView.ts | runTest": {
|
|
2753
|
+
"panels/application/components/BackForwardCacheView.ts | runTest": {
|
|
2682
2754
|
"message": "Test back/forward cache"
|
|
2683
2755
|
},
|
|
2684
|
-
"panels/application/BackForwardCacheView.ts | supportPending": {
|
|
2756
|
+
"panels/application/components/BackForwardCacheView.ts | supportPending": {
|
|
2685
2757
|
"message": "Pending Support"
|
|
2686
2758
|
},
|
|
2687
|
-
"panels/application/BackForwardCacheView.ts | supportPendingExplanation": {
|
|
2759
|
+
"panels/application/components/BackForwardCacheView.ts | supportPendingExplanation": {
|
|
2688
2760
|
"message": "Chrome support for these reasons is pending i.e. they will not prevent the page from being eligible for back/forward cache in a future version of Chrome."
|
|
2689
2761
|
},
|
|
2690
|
-
"panels/application/BackForwardCacheView.ts | unavailable": {
|
|
2762
|
+
"panels/application/components/BackForwardCacheView.ts | unavailable": {
|
|
2691
2763
|
"message": "unavailable"
|
|
2692
2764
|
},
|
|
2693
|
-
"panels/application/BackForwardCacheView.ts | unknown": {
|
|
2765
|
+
"panels/application/components/BackForwardCacheView.ts | unknown": {
|
|
2694
2766
|
"message": "Unknown Status"
|
|
2695
2767
|
},
|
|
2696
|
-
"panels/application/BackForwardCacheView.ts | url": {
|
|
2768
|
+
"panels/application/components/BackForwardCacheView.ts | url": {
|
|
2697
2769
|
"message": "URL:"
|
|
2698
2770
|
},
|
|
2699
|
-
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2700
|
-
"message": "Background Fetch"
|
|
2701
|
-
},
|
|
2702
|
-
"panels/application/BackgroundServiceView.ts | backgroundServices": {
|
|
2703
|
-
"message": "Background Services"
|
|
2704
|
-
},
|
|
2705
|
-
"panels/application/BackgroundServiceView.ts | backgroundSync": {
|
|
2706
|
-
"message": "Background Sync"
|
|
2707
|
-
},
|
|
2708
|
-
"panels/application/BackgroundServiceView.ts | clear": {
|
|
2709
|
-
"message": "Clear"
|
|
2710
|
-
},
|
|
2711
|
-
"panels/application/BackgroundServiceView.ts | clickTheRecordButtonSOrHitSTo": {
|
|
2712
|
-
"message": "Click the record button {PH1} or hit {PH2} to start recording."
|
|
2713
|
-
},
|
|
2714
|
-
"panels/application/BackgroundServiceView.ts | devtoolsWillRecordAllSActivity": {
|
|
2715
|
-
"message": "DevTools will record all {PH1} activity for up to 3 days, even when closed."
|
|
2716
|
-
},
|
|
2717
|
-
"panels/application/BackgroundServiceView.ts | empty": {
|
|
2718
|
-
"message": "empty"
|
|
2719
|
-
},
|
|
2720
|
-
"panels/application/BackgroundServiceView.ts | event": {
|
|
2721
|
-
"message": "Event"
|
|
2722
|
-
},
|
|
2723
|
-
"panels/application/BackgroundServiceView.ts | instanceId": {
|
|
2724
|
-
"message": "Instance ID"
|
|
2725
|
-
},
|
|
2726
|
-
"panels/application/BackgroundServiceView.ts | learnMore": {
|
|
2727
|
-
"message": "Learn more"
|
|
2728
|
-
},
|
|
2729
|
-
"panels/application/BackgroundServiceView.ts | noMetadataForThisEvent": {
|
|
2730
|
-
"message": "No metadata for this event"
|
|
2731
|
-
},
|
|
2732
|
-
"panels/application/BackgroundServiceView.ts | notifications": {
|
|
2733
|
-
"message": "Notifications"
|
|
2734
|
-
},
|
|
2735
|
-
"panels/application/BackgroundServiceView.ts | origin": {
|
|
2736
|
-
"message": "Origin"
|
|
2737
|
-
},
|
|
2738
|
-
"panels/application/BackgroundServiceView.ts | paymentHandler": {
|
|
2739
|
-
"message": "Payment Handler"
|
|
2740
|
-
},
|
|
2741
|
-
"panels/application/BackgroundServiceView.ts | periodicBackgroundSync": {
|
|
2742
|
-
"message": "Periodic Background Sync"
|
|
2743
|
-
},
|
|
2744
|
-
"panels/application/BackgroundServiceView.ts | pushMessaging": {
|
|
2745
|
-
"message": "Push Messaging"
|
|
2746
|
-
},
|
|
2747
|
-
"panels/application/BackgroundServiceView.ts | recordingSActivity": {
|
|
2748
|
-
"message": "Recording {PH1} activity..."
|
|
2749
|
-
},
|
|
2750
|
-
"panels/application/BackgroundServiceView.ts | saveEvents": {
|
|
2751
|
-
"message": "Save events"
|
|
2752
|
-
},
|
|
2753
|
-
"panels/application/BackgroundServiceView.ts | selectAnEntryToViewMetadata": {
|
|
2754
|
-
"message": "Select an entry to view metadata"
|
|
2755
|
-
},
|
|
2756
|
-
"panels/application/BackgroundServiceView.ts | showEventsFromOtherDomains": {
|
|
2757
|
-
"message": "Show events from other domains"
|
|
2758
|
-
},
|
|
2759
|
-
"panels/application/BackgroundServiceView.ts | startRecordingEvents": {
|
|
2760
|
-
"message": "Start recording events"
|
|
2761
|
-
},
|
|
2762
|
-
"panels/application/BackgroundServiceView.ts | stopRecordingEvents": {
|
|
2763
|
-
"message": "Stop recording events"
|
|
2764
|
-
},
|
|
2765
|
-
"panels/application/BackgroundServiceView.ts | swScope": {
|
|
2766
|
-
"message": "Service Worker Scope"
|
|
2767
|
-
},
|
|
2768
|
-
"panels/application/BackgroundServiceView.ts | timestamp": {
|
|
2769
|
-
"message": "Timestamp"
|
|
2770
|
-
},
|
|
2771
2771
|
"panels/application/components/EndpointsGrid.ts | noEndpointsToDisplay": {
|
|
2772
2772
|
"message": "No endpoints to display"
|
|
2773
2773
|
},
|