@paulirish/trace_engine 0.0.44 → 0.0.46
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/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/core/platform/ArrayUtilities.d.ts +1 -1
- package/core/platform/ArrayUtilities.js.map +1 -1
- package/core/platform/DOMUtilities.js +1 -1
- package/core/platform/DOMUtilities.js.map +1 -1
- package/core/platform/MimeType.js.map +1 -1
- package/core/platform/NumberUtilities.js.map +1 -1
- package/core/platform/ServerTiming.d.ts +2 -2
- package/core/platform/ServerTiming.js.map +1 -1
- package/core/platform/StringUtilities.js +1 -1
- package/core/platform/StringUtilities.js.map +1 -1
- package/core/platform/Timing.d.ts +0 -1
- package/core/platform/Timing.js +0 -3
- package/core/platform/Timing.js.map +1 -1
- package/core/platform/TypedArrayUtilities.js +3 -2
- package/core/platform/TypedArrayUtilities.js.map +1 -1
- package/generated/protocol.d.ts +71 -4
- package/locales/af.json +544 -1
- package/locales/am.json +544 -1
- package/locales/ar.json +544 -1
- package/locales/as.json +544 -1
- package/locales/az.json +544 -1
- package/locales/be.json +544 -1
- package/locales/bg.json +544 -1
- package/locales/bn.json +544 -1
- package/locales/bs.json +544 -1
- package/locales/ca.json +544 -1
- package/locales/cs.json +544 -1
- package/locales/cy.json +544 -1
- package/locales/da.json +544 -1
- package/locales/de.json +544 -1
- package/locales/el.json +544 -1
- package/locales/en-GB.json +544 -1
- package/locales/en-US.json +561 -15
- package/locales/en-XL.json +561 -15
- package/locales/es-419.json +544 -1
- package/locales/es.json +544 -1
- package/locales/et.json +544 -1
- package/locales/eu.json +544 -1
- package/locales/fa.json +544 -1
- package/locales/fi.json +544 -1
- package/locales/fil.json +544 -1
- package/locales/fr-CA.json +544 -1
- package/locales/fr.json +544 -1
- package/locales/gl.json +544 -1
- package/locales/gu.json +544 -1
- package/locales/he.json +545 -2
- package/locales/hi.json +544 -1
- package/locales/hr.json +544 -1
- package/locales/hu.json +544 -1
- package/locales/hy.json +544 -1
- package/locales/id.json +544 -1
- package/locales/is.json +544 -1
- package/locales/it.json +544 -1
- package/locales/ja.json +544 -1
- package/locales/ka.json +544 -1
- package/locales/kk.json +544 -1
- package/locales/km.json +544 -1
- package/locales/kn.json +544 -1
- package/locales/ko.json +544 -1
- package/locales/ky.json +544 -1
- package/locales/lo.json +544 -1
- package/locales/lt.json +544 -1
- package/locales/lv.json +544 -1
- package/locales/mk.json +544 -1
- package/locales/ml.json +544 -1
- package/locales/mn.json +544 -1
- package/locales/mr.json +544 -1
- package/locales/ms.json +544 -1
- package/locales/my.json +544 -1
- package/locales/ne.json +544 -1
- package/locales/nl.json +544 -1
- package/locales/no.json +544 -1
- package/locales/or.json +544 -1
- package/locales/pa.json +544 -1
- package/locales/pl.json +544 -1
- package/locales/pt-PT.json +544 -1
- package/locales/pt.json +544 -1
- package/locales/ro.json +544 -1
- package/locales/ru.json +544 -1
- package/locales/si.json +544 -1
- package/locales/sk.json +544 -1
- package/locales/sl.json +544 -1
- package/locales/sq.json +544 -1
- package/locales/sr-Latn.json +544 -1
- package/locales/sr.json +544 -1
- package/locales/sv.json +544 -1
- package/locales/sw.json +544 -1
- package/locales/ta.json +544 -1
- package/locales/te.json +544 -1
- package/locales/th.json +544 -1
- package/locales/tr.json +544 -1
- package/locales/uk.json +544 -1
- package/locales/ur.json +544 -1
- package/locales/uz.json +544 -1
- package/locales/vi.json +544 -1
- package/locales/zh-HK.json +544 -1
- package/locales/zh-TW.json +544 -1
- package/locales/zh.json +544 -1
- package/locales/zu.json +544 -1
- package/models/cpu_profile/CPUProfileDataModel.js +10 -10
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/trace/LanternComputationData.js.map +1 -1
- package/models/trace/ModelImpl.d.ts +1 -0
- package/models/trace/ModelImpl.js +1 -0
- package/models/trace/ModelImpl.js.map +1 -1
- package/models/trace/Processor.js +16 -11
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/extras/FetchNodes.d.ts +1 -1
- package/models/trace/extras/FetchNodes.js +3 -3
- package/models/trace/extras/FetchNodes.js.map +1 -1
- package/models/trace/extras/ScriptDuplication.d.ts +34 -0
- package/models/trace/extras/ScriptDuplication.js +178 -0
- package/models/trace/extras/ScriptDuplication.js.map +1 -0
- package/models/trace/extras/StackTraceForEvent.js +25 -44
- package/models/trace/extras/StackTraceForEvent.js.map +1 -1
- package/models/trace/extras/ThirdParties.js +1 -0
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +5 -2
- package/models/trace/extras/TraceTree.js +47 -17
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/extras/extras-tsconfig.json +1 -1
- package/models/trace/extras/extras.d.ts +1 -0
- package/models/trace/extras/extras.js +1 -0
- package/models/trace/extras/extras.js.map +1 -1
- package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
- package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
- package/models/trace/handlers/AuctionWorkletsHandler.js.map +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js +2 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
- package/models/trace/handlers/FramesHandler.js.map +1 -1
- package/models/trace/handlers/ImagePaintingHandler.js +1 -1
- package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
- package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
- package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
- package/models/trace/handlers/LayoutShiftsHandler.js.map +1 -1
- package/models/trace/handlers/MetaHandler.d.ts +2 -2
- package/models/trace/handlers/MetaHandler.js +4 -6
- package/models/trace/handlers/MetaHandler.js.map +1 -1
- package/models/trace/handlers/ModelHandlers.d.ts +1 -0
- package/models/trace/handlers/ModelHandlers.js +1 -0
- package/models/trace/handlers/ModelHandlers.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.d.ts +9 -0
- package/models/trace/handlers/NetworkRequestsHandler.js +6 -6
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/PageLoadMetricsHandler.js +1 -1
- package/models/trace/handlers/PageLoadMetricsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.js +3 -4
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +22 -0
- package/models/trace/handlers/ScriptsHandler.js +116 -0
- package/models/trace/handlers/ScriptsHandler.js.map +1 -0
- package/models/trace/handlers/UserTimingsHandler.d.ts +5 -0
- package/models/trace/handlers/UserTimingsHandler.js +16 -0
- package/models/trace/handlers/UserTimingsHandler.js.map +1 -1
- package/models/trace/handlers/WorkersHandler.js.map +1 -1
- package/models/trace/handlers/handlers-tsconfig.json +1 -0
- package/models/trace/handlers/helpers.d.ts +5 -1
- package/models/trace/handlers/helpers.js +28 -4
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/helpers/Network.d.ts +1 -0
- package/models/trace/helpers/Network.js +8 -3
- package/models/trace/helpers/Network.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.d.ts +8 -1
- package/models/trace/helpers/SamplesIntegrator.js +42 -2
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/Timing.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +7 -10
- package/models/trace/helpers/Trace.js +25 -10
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/insights/CLSCulprits.d.ts +12 -12
- package/models/trace/insights/CLSCulprits.js +15 -4
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/Common.d.ts +7 -1
- package/models/trace/insights/Common.js +9 -3
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +8 -8
- package/models/trace/insights/DOMSize.js +2 -1
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +11 -11
- package/models/trace/insights/DocumentLatency.js +2 -1
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicateJavaScript.d.ts +18 -0
- package/models/trace/insights/DuplicateJavaScript.js +49 -0
- package/models/trace/insights/DuplicateJavaScript.js.map +1 -0
- package/models/trace/insights/FontDisplay.d.ts +4 -4
- package/models/trace/insights/FontDisplay.js +2 -1
- package/models/trace/insights/FontDisplay.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -5
- package/models/trace/insights/ForcedReflow.js +4 -1
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +19 -15
- package/models/trace/insights/ImageDelivery.js +26 -20
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +8 -8
- package/models/trace/insights/InteractionToNextPaint.js +3 -2
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LCPDiscovery.d.ts +9 -9
- package/models/trace/insights/LCPDiscovery.js +6 -3
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/LCPPhases.d.ts +15 -10
- package/models/trace/insights/LCPPhases.js +11 -4
- package/models/trace/insights/LCPPhases.js.map +1 -1
- package/models/trace/insights/Models.d.ts +2 -1
- package/models/trace/insights/Models.js +2 -1
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +33 -0
- package/models/trace/insights/NetworkDependencyTree.js +141 -0
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -0
- package/models/trace/insights/RenderBlocking.d.ts +5 -5
- package/models/trace/insights/RenderBlocking.js +2 -1
- package/models/trace/insights/RenderBlocking.js.map +1 -1
- package/models/trace/insights/SlowCSSSelector.d.ts +8 -8
- package/models/trace/insights/SlowCSSSelector.js +4 -2
- package/models/trace/insights/SlowCSSSelector.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +6 -6
- package/models/trace/insights/ThirdParties.js +8 -5
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +2 -2
- package/models/trace/insights/Viewport.js +2 -1
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/insights-tsconfig.json +2 -1
- package/models/trace/insights/types.d.ts +25 -3
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/NetworkAnalyzer.d.ts +2 -2
- package/models/trace/lantern/core/NetworkAnalyzer.js +2 -2
- package/models/trace/lantern/core/NetworkAnalyzer.js.map +1 -1
- package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
- package/models/trace/lantern/graph/BaseNode.js.map +1 -1
- package/models/trace/lantern/graph/CPUNode.js +1 -1
- package/models/trace/lantern/graph/CPUNode.js.map +1 -1
- package/models/trace/lantern/graph/NetworkNode.js +1 -1
- package/models/trace/lantern/graph/NetworkNode.js.map +1 -1
- package/models/trace/lantern/graph/PageDependencyGraph.d.ts +2 -2
- package/models/trace/lantern/graph/PageDependencyGraph.js.map +1 -1
- package/models/trace/lantern/metrics/Metric.js.map +1 -1
- package/models/trace/lantern/metrics/TotalBlockingTime.d.ts +2 -2
- package/models/trace/lantern/metrics/TotalBlockingTime.js.map +1 -1
- package/models/trace/lantern/types/Lantern.d.ts +2 -2
- package/models/trace/lantern/types/Lantern.js.map +1 -1
- package/models/trace/trace-tsconfig.json +3 -3
- package/models/trace/trace.d.ts +1 -2
- package/models/trace/trace.js +1 -2
- package/models/trace/trace.js.map +1 -1
- package/models/trace/types/Configuration.d.ts +10 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/Extensions.d.ts +1 -1
- package/models/trace/types/Extensions.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +87 -4
- package/models/trace/types/TraceEvents.js +20 -0
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/package.json +1 -1
- package/test/test-trace-engine.mjs +3 -2
- package/models/trace/extras/TimelineJSProfile.d.ts +0 -13
- package/models/trace/extras/TimelineJSProfile.js +0 -60
- package/models/trace/extras/TimelineJSProfile.js.map +0 -1
- package/models/trace/insights/LongCriticalNetworkTree.d.ts +0 -22
- package/models/trace/insights/LongCriticalNetworkTree.js +0 -40
- package/models/trace/insights/LongCriticalNetworkTree.js.map +0 -1
- package/models/trace/root-causes/LayoutShift.d.ts +0 -125
- package/models/trace/root-causes/LayoutShift.js +0 -519
- package/models/trace/root-causes/LayoutShift.js.map +0 -1
- package/models/trace/root-causes/RootCauses.d.ts +0 -15
- package/models/trace/root-causes/RootCauses.js +0 -12
- package/models/trace/root-causes/RootCauses.js.map +0 -1
- package/models/trace/root-causes/bundle-tsconfig.json +0 -1
- package/models/trace/root-causes/devtools_entrypoint-bundle-typescript-tsconfig.json +0 -43
- package/models/trace/root-causes/root-causes-tsconfig.json +0 -56
- package/models/trace/root-causes/root-causes.d.ts +0 -1
- package/models/trace/root-causes/root-causes.js +0 -5
- package/models/trace/root-causes/root-causes.js.map +0 -1
package/locales/en-US.json
CHANGED
|
@@ -1,4 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
+
"generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
|
|
3
|
+
"message": "Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling."
|
|
4
|
+
},
|
|
5
|
+
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
6
|
+
"message": "Resource requests whose URLs contained both removed whitespace \\(n|r|t) characters and less-than characters (<) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
|
|
7
|
+
},
|
|
8
|
+
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
9
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2."
|
|
10
|
+
},
|
|
11
|
+
"generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
|
|
12
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing."
|
|
13
|
+
},
|
|
14
|
+
"generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
|
|
15
|
+
"message": "chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2."
|
|
16
|
+
},
|
|
17
|
+
"generated/Deprecation.ts | CookieWithTruncatingChar": {
|
|
18
|
+
"message": "Cookies containing a \\(0|r|n) character will be rejected instead of truncated."
|
|
19
|
+
},
|
|
20
|
+
"generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
|
|
21
|
+
"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."
|
|
22
|
+
},
|
|
23
|
+
"generated/Deprecation.ts | CrossOriginWindowAlert": {
|
|
24
|
+
"message": "Triggering window.alert from cross origin iframes has been deprecated and will be removed in the future."
|
|
25
|
+
},
|
|
26
|
+
"generated/Deprecation.ts | CrossOriginWindowConfirm": {
|
|
27
|
+
"message": "Triggering window.confirm from cross origin iframes has been deprecated and will be removed in the future."
|
|
28
|
+
},
|
|
29
|
+
"generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
|
|
30
|
+
"message": "The disableRemotePlayback attribute should be used in order to disable the default Cast integration instead of using -internal-media-controls-overlay-cast-button selector."
|
|
31
|
+
},
|
|
32
|
+
"generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
|
|
33
|
+
"message": "CSS appearance value slider-vertical is not standardized and will be removed."
|
|
34
|
+
},
|
|
35
|
+
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
36
|
+
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
|
|
37
|
+
},
|
|
38
|
+
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
39
|
+
"message": "DOM Mutation Events, including DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, and DOMCharacterDataModified are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use MutationObserver instead."
|
|
40
|
+
},
|
|
41
|
+
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
42
|
+
"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.gle/chrome-insecure-origins for more details."
|
|
43
|
+
},
|
|
44
|
+
"generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
45
|
+
"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.gle/chrome-insecure-origins for more details."
|
|
46
|
+
},
|
|
47
|
+
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
|
+
"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.gle/chrome-insecure-origins for more details."
|
|
49
|
+
},
|
|
50
|
+
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
|
+
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
52
|
+
},
|
|
53
|
+
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
|
+
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
|
+
},
|
|
56
|
+
"generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
|
|
57
|
+
"message": "The website requested a subresource from a network that it could only access because of its users' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them."
|
|
58
|
+
},
|
|
59
|
+
"generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
|
|
60
|
+
"message": "The dailyUpdateUrl field of InterestGroups passed to joinAdInterestGroup() has been renamed to updateUrl, to more accurately reflect its behavior."
|
|
61
|
+
},
|
|
62
|
+
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
|
|
63
|
+
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
|
|
64
|
+
},
|
|
65
|
+
"generated/Deprecation.ts | MediaSourceAbortRemove": {
|
|
66
|
+
"message": "Using SourceBuffer.abort() to abort remove()'s asynchronous range removal is deprecated due to specification change. Support will be removed in the future. You should listen to the updateend event instead. abort() is intended to only abort an asynchronous media append or reset parser state."
|
|
67
|
+
},
|
|
68
|
+
"generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
|
|
69
|
+
"message": "Setting MediaSource.duration below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit remove(newDuration, oldDuration) on all sourceBuffers, where newDuration < oldDuration."
|
|
70
|
+
},
|
|
71
|
+
"generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
|
|
72
|
+
"message": "Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions."
|
|
73
|
+
},
|
|
74
|
+
"generated/Deprecation.ts | NotificationInsecureOrigin": {
|
|
75
|
+
"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.gle/chrome-insecure-origins for more details."
|
|
76
|
+
},
|
|
77
|
+
"generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
|
|
78
|
+
"message": "Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead."
|
|
79
|
+
},
|
|
80
|
+
"generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
|
|
81
|
+
"message": "Option imageOrientation: 'none' in createImageBitmap is deprecated. Please use createImageBitmap with option {imageOrientation: 'from-image'} instead."
|
|
82
|
+
},
|
|
83
|
+
"generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
|
|
84
|
+
"message": "Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed."
|
|
85
|
+
},
|
|
86
|
+
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
87
|
+
"message": "Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
88
|
+
},
|
|
89
|
+
"generated/Deprecation.ts | PaymentInstruments": {
|
|
90
|
+
"message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
|
|
91
|
+
},
|
|
92
|
+
"generated/Deprecation.ts | PaymentRequestCSPViolation": {
|
|
93
|
+
"message": "Your PaymentRequest call bypassed Content-Security-Policy (CSP) connect-src directive. This bypass is deprecated. Please add the payment method identifier from the PaymentRequest API (in supportedMethods field) to your CSP connect-src directive."
|
|
94
|
+
},
|
|
95
|
+
"generated/Deprecation.ts | PersistentQuotaType": {
|
|
96
|
+
"message": "StorageType.persistent is deprecated. Please use standardized navigator.storage instead."
|
|
97
|
+
},
|
|
98
|
+
"generated/Deprecation.ts | PictureSourceSrc": {
|
|
99
|
+
"message": "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead."
|
|
100
|
+
},
|
|
101
|
+
"generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
|
|
102
|
+
"message": "webkitCancelAnimationFrame is vendor-specific. Please use the standard cancelAnimationFrame instead."
|
|
103
|
+
},
|
|
104
|
+
"generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
|
|
105
|
+
"message": "webkitRequestAnimationFrame is vendor-specific. Please use the standard requestAnimationFrame instead."
|
|
106
|
+
},
|
|
107
|
+
"generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
|
|
108
|
+
"message": "HTMLVideoElement.webkitDisplayingFullscreen is deprecated. Please use Document.fullscreenElement instead."
|
|
109
|
+
},
|
|
110
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
|
|
111
|
+
"message": "HTMLVideoElement.webkitEnterFullscreen() is deprecated. Please use Element.requestFullscreen() instead."
|
|
112
|
+
},
|
|
113
|
+
"generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
|
|
114
|
+
"message": "HTMLVideoElement.webkitEnterFullScreen() is deprecated. Please use Element.requestFullscreen() instead."
|
|
115
|
+
},
|
|
116
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
|
|
117
|
+
"message": "HTMLVideoElement.webkitExitFullscreen() is deprecated. Please use Document.exitFullscreen() instead."
|
|
118
|
+
},
|
|
119
|
+
"generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
|
|
120
|
+
"message": "HTMLVideoElement.webkitExitFullScreen() is deprecated. Please use Document.exitFullscreen() instead."
|
|
121
|
+
},
|
|
122
|
+
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
|
|
123
|
+
"message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
|
|
124
|
+
},
|
|
125
|
+
"generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
|
|
126
|
+
"message": "We're deprecating the API chrome.privacy.websites.privacySandboxEnabled, though it will remain active for backward compatibility until release M113. Instead, please use chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled and chrome.privacy.websites.adMeasurementEnabled. See https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
|
|
127
|
+
},
|
|
128
|
+
"generated/Deprecation.ts | RangeExpand": {
|
|
129
|
+
"message": "Range.expand() is deprecated. Please use Selection.modify() instead."
|
|
130
|
+
},
|
|
131
|
+
"generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
|
|
132
|
+
"message": "Subresource requests whose URLs contain embedded credentials (e.g. https://user:pass@host/) are blocked."
|
|
133
|
+
},
|
|
134
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
|
|
135
|
+
"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."
|
|
136
|
+
},
|
|
137
|
+
"generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
|
|
138
|
+
"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."
|
|
139
|
+
},
|
|
140
|
+
"generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
|
|
141
|
+
"message": "The callback-based getStats() is deprecated and will be removed. Use the spec-compliant getStats() instead."
|
|
142
|
+
},
|
|
143
|
+
"generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
|
|
144
|
+
"message": "The rtcpMuxPolicy option is deprecated and will be removed."
|
|
145
|
+
},
|
|
146
|
+
"generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
|
|
147
|
+
"message": "SharedArrayBuffer will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
|
|
148
|
+
},
|
|
149
|
+
"generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
|
|
150
|
+
"message": "speechSynthesis.speak() without user activation is deprecated and will be removed."
|
|
151
|
+
},
|
|
152
|
+
"generated/Deprecation.ts | UnloadHandler": {
|
|
153
|
+
"message": "Unload event listeners are deprecated and will be removed."
|
|
154
|
+
},
|
|
155
|
+
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
156
|
+
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
157
|
+
},
|
|
158
|
+
"generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
|
|
159
|
+
"message": "The WebGPU limit maxInterStageShaderComponents is deprecated, instead use the WebGPU limit maxInterStageShaderVariables."
|
|
160
|
+
},
|
|
161
|
+
"generated/Deprecation.ts | WebSQL": {
|
|
162
|
+
"message": "Web SQL is deprecated. Please use SQLite WebAssembly or Indexed Database"
|
|
163
|
+
},
|
|
164
|
+
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
165
|
+
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
166
|
+
},
|
|
167
|
+
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
|
+
"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/."
|
|
169
|
+
},
|
|
170
|
+
"generated/Deprecation.ts | XRSupportsSession": {
|
|
171
|
+
"message": "supportsSession() is deprecated. Please use isSessionSupported() and check the resolved boolean value instead."
|
|
172
|
+
},
|
|
2
173
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
3
174
|
"message": "Animation"
|
|
4
175
|
},
|
|
@@ -92,6 +263,12 @@
|
|
|
92
263
|
"models/trace/insights/DOMSize.ts | value": {
|
|
93
264
|
"message": "Value"
|
|
94
265
|
},
|
|
266
|
+
"models/trace/insights/DuplicateJavaScript.ts | description": {
|
|
267
|
+
"message": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity."
|
|
268
|
+
},
|
|
269
|
+
"models/trace/insights/DuplicateJavaScript.ts | title": {
|
|
270
|
+
"message": "Duplicate JavaScript"
|
|
271
|
+
},
|
|
95
272
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
96
273
|
"message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
|
|
97
274
|
},
|
|
@@ -122,6 +299,9 @@
|
|
|
122
299
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
123
300
|
"message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
124
301
|
},
|
|
302
|
+
"models/trace/insights/ImageDelivery.ts | estimatedSavings": {
|
|
303
|
+
"message": "{PH1} (Est {PH2})"
|
|
304
|
+
},
|
|
125
305
|
"models/trace/insights/ImageDelivery.ts | noOptimizableImages": {
|
|
126
306
|
"message": "No optimizable images"
|
|
127
307
|
},
|
|
@@ -135,16 +315,16 @@
|
|
|
135
315
|
"message": "Improve image delivery"
|
|
136
316
|
},
|
|
137
317
|
"models/trace/insights/ImageDelivery.ts | useCompression": {
|
|
138
|
-
"message": "Increasing the image compression factor could improve this image's download size.
|
|
318
|
+
"message": "Increasing the image compression factor could improve this image's download size."
|
|
139
319
|
},
|
|
140
320
|
"models/trace/insights/ImageDelivery.ts | useModernFormat": {
|
|
141
|
-
"message": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size.
|
|
321
|
+
"message": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
|
|
142
322
|
},
|
|
143
323
|
"models/trace/insights/ImageDelivery.ts | useResponsiveSize": {
|
|
144
|
-
"message": "This image file is larger than it needs to be ({
|
|
324
|
+
"message": "This image file is larger than it needs to be ({PH1}) for its displayed dimensions ({PH2}). Use responsive images to reduce the image download size."
|
|
145
325
|
},
|
|
146
326
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
147
|
-
"message": "Using video formats instead of GIFs can improve the download size of animated content.
|
|
327
|
+
"message": "Using video formats instead of GIFs can improve the download size of animated content."
|
|
148
328
|
},
|
|
149
329
|
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
150
330
|
"message": "Start investigating with the longest phase. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
|
|
@@ -200,15 +380,18 @@
|
|
|
200
380
|
"models/trace/insights/LCPPhases.ts | description": {
|
|
201
381
|
"message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
|
|
202
382
|
},
|
|
383
|
+
"models/trace/insights/LCPPhases.ts | duration": {
|
|
384
|
+
"message": "Duration"
|
|
385
|
+
},
|
|
203
386
|
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
204
387
|
"message": "Element render delay"
|
|
205
388
|
},
|
|
389
|
+
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
390
|
+
"message": "Field 75th percentile"
|
|
391
|
+
},
|
|
206
392
|
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
207
393
|
"message": "No LCP detected"
|
|
208
394
|
},
|
|
209
|
-
"models/trace/insights/LCPPhases.ts | percentLCP": {
|
|
210
|
-
"message": "% of LCP"
|
|
211
|
-
},
|
|
212
395
|
"models/trace/insights/LCPPhases.ts | phase": {
|
|
213
396
|
"message": "Phase"
|
|
214
397
|
},
|
|
@@ -224,14 +407,17 @@
|
|
|
224
407
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
225
408
|
"message": "LCP by phase"
|
|
226
409
|
},
|
|
227
|
-
"models/trace/insights/
|
|
410
|
+
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
228
411
|
"message": "[Avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
|
|
229
412
|
},
|
|
230
|
-
"models/trace/insights/
|
|
231
|
-
"message": "
|
|
413
|
+
"models/trace/insights/NetworkDependencyTree.ts | maxCriticalPathLatency": {
|
|
414
|
+
"message": "Max critical path latency:"
|
|
415
|
+
},
|
|
416
|
+
"models/trace/insights/NetworkDependencyTree.ts | noNetworkDependencyTree": {
|
|
417
|
+
"message": "No rendering tasks impacted by network dependencies"
|
|
232
418
|
},
|
|
233
|
-
"models/trace/insights/
|
|
234
|
-
"message": "
|
|
419
|
+
"models/trace/insights/NetworkDependencyTree.ts | title": {
|
|
420
|
+
"message": "Network dependency tree"
|
|
235
421
|
},
|
|
236
422
|
"models/trace/insights/RenderBlocking.ts | description": {
|
|
237
423
|
"message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
|
|
@@ -276,24 +462,384 @@
|
|
|
276
462
|
"message": "Main thread time"
|
|
277
463
|
},
|
|
278
464
|
"models/trace/insights/ThirdParties.ts | columnThirdParty": {
|
|
279
|
-
"message": "
|
|
465
|
+
"message": "3rd party"
|
|
280
466
|
},
|
|
281
467
|
"models/trace/insights/ThirdParties.ts | columnTransferSize": {
|
|
282
468
|
"message": "Transfer size"
|
|
283
469
|
},
|
|
284
470
|
"models/trace/insights/ThirdParties.ts | description": {
|
|
285
|
-
"message": "
|
|
471
|
+
"message": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritize your page's content."
|
|
286
472
|
},
|
|
287
473
|
"models/trace/insights/ThirdParties.ts | noThirdParties": {
|
|
288
474
|
"message": "No third parties found"
|
|
289
475
|
},
|
|
290
476
|
"models/trace/insights/ThirdParties.ts | title": {
|
|
291
|
-
"message": "
|
|
477
|
+
"message": "3rd parties"
|
|
292
478
|
},
|
|
293
479
|
"models/trace/insights/Viewport.ts | description": {
|
|
294
480
|
"message": "Tap interactions may be [delayed by up to 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile."
|
|
295
481
|
},
|
|
296
482
|
"models/trace/insights/Viewport.ts | title": {
|
|
297
483
|
"message": "Optimize viewport for mobile"
|
|
484
|
+
},
|
|
485
|
+
"panels/application/components/BackForwardCacheStrings.ts | appBanner": {
|
|
486
|
+
"message": "Pages that requested an AppBanner are not currently eligible for back/forward cache."
|
|
487
|
+
},
|
|
488
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
|
489
|
+
"message": "Back/forward cache is disabled by flags. Visit chrome://flags/#back-forward-cache to enable it locally on this device."
|
|
490
|
+
},
|
|
491
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
|
492
|
+
"message": "Back/forward cache is disabled by the command line."
|
|
493
|
+
},
|
|
494
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
|
495
|
+
"message": "Back/forward cache is disabled due to insufficient memory."
|
|
496
|
+
},
|
|
497
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
|
498
|
+
"message": "Back/forward cache is not supported by delegate."
|
|
499
|
+
},
|
|
500
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
|
501
|
+
"message": "Back/forward cache is disabled for prerenderer."
|
|
502
|
+
},
|
|
503
|
+
"panels/application/components/BackForwardCacheStrings.ts | broadcastChannel": {
|
|
504
|
+
"message": "The page cannot be cached because it has a BroadcastChannel instance with registered listeners."
|
|
505
|
+
},
|
|
506
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
|
507
|
+
"message": "Pages with cache-control:no-store header cannot enter back/forward cache."
|
|
508
|
+
},
|
|
509
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheFlushed": {
|
|
510
|
+
"message": "The cache was intentionally cleared."
|
|
511
|
+
},
|
|
512
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheLimit": {
|
|
513
|
+
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
514
|
+
},
|
|
515
|
+
"panels/application/components/BackForwardCacheStrings.ts | containsPlugins": {
|
|
516
|
+
"message": "Pages containing plugins are not currently eligible for back/forward cache."
|
|
517
|
+
},
|
|
518
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentDiscarded": {
|
|
519
|
+
"message": "Undefined"
|
|
520
|
+
},
|
|
521
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
|
|
522
|
+
"message": "Pages that use FileChooser API are not eligible for back/forward cache."
|
|
523
|
+
},
|
|
524
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
|
525
|
+
"message": "Pages that use File System Access API are not eligible for back/forward cache."
|
|
526
|
+
},
|
|
527
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
|
528
|
+
"message": "Pages that use Media Device Dispatcher are not eligible for back/forward cache."
|
|
529
|
+
},
|
|
530
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaPlay": {
|
|
531
|
+
"message": "A media player was playing upon navigating away."
|
|
532
|
+
},
|
|
533
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSession": {
|
|
534
|
+
"message": "Pages that use MediaSession API and set a playback state are not eligible for back/forward cache."
|
|
535
|
+
},
|
|
536
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
|
537
|
+
"message": "Pages that use MediaSession API and set action handlers are not eligible for back/forward cache."
|
|
538
|
+
},
|
|
539
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentScreenReader": {
|
|
540
|
+
"message": "Back/forward cache is disabled due to screen reader."
|
|
541
|
+
},
|
|
542
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
|
543
|
+
"message": "Pages that use SecurityHandler are not eligible for back/forward cache."
|
|
544
|
+
},
|
|
545
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSerial": {
|
|
546
|
+
"message": "Pages that use Serial API are not eligible for back/forward cache."
|
|
547
|
+
},
|
|
548
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
|
549
|
+
"message": "Pages that use WebAuthetication API are not eligible for back/forward cache."
|
|
550
|
+
},
|
|
551
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
|
552
|
+
"message": "Pages that use WebBluetooth API are not eligible for back/forward cache."
|
|
553
|
+
},
|
|
554
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebUSB": {
|
|
555
|
+
"message": "Pages that use WebUSB API are not eligible for back/forward cache."
|
|
556
|
+
},
|
|
557
|
+
"panels/application/components/BackForwardCacheStrings.ts | cookieDisabled": {
|
|
558
|
+
"message": "Back/forward cache is disabled because cookies are disabled on a page that uses Cache-Control: no-store."
|
|
559
|
+
},
|
|
560
|
+
"panels/application/components/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
|
561
|
+
"message": "Pages that use a dedicated worker or worklet are not currently eligible for back/forward cache."
|
|
562
|
+
},
|
|
563
|
+
"panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
|
|
564
|
+
"message": "The document did not finish loading before navigating away."
|
|
565
|
+
},
|
|
566
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
|
|
567
|
+
"message": "App Banner was present upon navigating away."
|
|
568
|
+
},
|
|
569
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
|
|
570
|
+
"message": "Chrome Password Manager was present upon navigating away."
|
|
571
|
+
},
|
|
572
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
|
|
573
|
+
"message": "DOM distillation was in progress upon navigating away."
|
|
574
|
+
},
|
|
575
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
|
|
576
|
+
"message": "DOM Distiller Viewer was present upon navigating away."
|
|
577
|
+
},
|
|
578
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
|
|
579
|
+
"message": "Back/forward cache is disabled due to extensions using messaging API."
|
|
580
|
+
},
|
|
581
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
|
|
582
|
+
"message": "Extensions with long-lived connection should close the connection before entering back/forward cache."
|
|
583
|
+
},
|
|
584
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
|
|
585
|
+
"message": "Back/forward cache is disabled due to extensions."
|
|
586
|
+
},
|
|
587
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
|
|
588
|
+
"message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
|
|
589
|
+
},
|
|
590
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
|
|
591
|
+
"message": "Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away."
|
|
592
|
+
},
|
|
593
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
|
|
594
|
+
"message": "The offline page was shown upon navigating away."
|
|
595
|
+
},
|
|
596
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
|
|
597
|
+
"message": "Out-Of-Memory Intervention bar was present upon navigating away."
|
|
598
|
+
},
|
|
599
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
|
|
600
|
+
"message": "There were permission requests upon navigating away."
|
|
601
|
+
},
|
|
602
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
|
|
603
|
+
"message": "Popup blocker was present upon navigating away."
|
|
604
|
+
},
|
|
605
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
|
|
606
|
+
"message": "Safe Browsing details were shown upon navigating away."
|
|
607
|
+
},
|
|
608
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
|
|
609
|
+
"message": "Safe Browsing considered this page to be abusive and blocked popup."
|
|
610
|
+
},
|
|
611
|
+
"panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
612
|
+
"message": "A service worker was activated while the page was in back/forward cache."
|
|
613
|
+
},
|
|
614
|
+
"panels/application/components/BackForwardCacheStrings.ts | errorDocument": {
|
|
615
|
+
"message": "Back/forward cache is disabled due to a document error."
|
|
616
|
+
},
|
|
617
|
+
"panels/application/components/BackForwardCacheStrings.ts | fencedFramesEmbedder": {
|
|
618
|
+
"message": "Pages using FencedFrames cannot be stored in bfcache."
|
|
619
|
+
},
|
|
620
|
+
"panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
|
621
|
+
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
622
|
+
},
|
|
623
|
+
"panels/application/components/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
|
624
|
+
"message": "Pages that have granted media stream access are not currently eligible for back/forward cache."
|
|
625
|
+
},
|
|
626
|
+
"panels/application/components/BackForwardCacheStrings.ts | haveInnerContents": {
|
|
627
|
+
"message": "Pages that have certain kinds of embedded content (e.g. PDFs) are not currently eligible for back/forward cache."
|
|
628
|
+
},
|
|
629
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
|
630
|
+
"message": "Only pages loaded via a GET request are eligible for back/forward cache."
|
|
631
|
+
},
|
|
632
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
|
633
|
+
"message": "Only pages with a status code of 2XX can be cached."
|
|
634
|
+
},
|
|
635
|
+
"panels/application/components/BackForwardCacheStrings.ts | idleManager": {
|
|
636
|
+
"message": "Pages that use IdleManager are not currently eligible for back/forward cache."
|
|
637
|
+
},
|
|
638
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBConnection": {
|
|
639
|
+
"message": "Pages that have an open IndexedDB connection are not currently eligible for back/forward cache."
|
|
640
|
+
},
|
|
641
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBEvent": {
|
|
642
|
+
"message": "Back/forward cache is disabled due to an IndexedDB event."
|
|
643
|
+
},
|
|
644
|
+
"panels/application/components/BackForwardCacheStrings.ts | ineligibleAPI": {
|
|
645
|
+
"message": "Ineligible APIs were used."
|
|
646
|
+
},
|
|
647
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedJavascript": {
|
|
648
|
+
"message": "Pages that JavaScript is injected into by extensions are not currently eligible for back/forward cache."
|
|
649
|
+
},
|
|
650
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
|
651
|
+
"message": "Pages that a StyleSheet is injected into by extensions are not currently eligible for back/forward cache."
|
|
652
|
+
},
|
|
653
|
+
"panels/application/components/BackForwardCacheStrings.ts | internalError": {
|
|
654
|
+
"message": "Internal error."
|
|
655
|
+
},
|
|
656
|
+
"panels/application/components/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
|
657
|
+
"message": "Chrome detected an attempt to execute JavaScript while in the cache."
|
|
658
|
+
},
|
|
659
|
+
"panels/application/components/BackForwardCacheStrings.ts | jsNetworkRequestReceivedCacheControlNoStoreResource": {
|
|
660
|
+
"message": "Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header."
|
|
661
|
+
},
|
|
662
|
+
"panels/application/components/BackForwardCacheStrings.ts | keepaliveRequest": {
|
|
663
|
+
"message": "Back/forward cache is disabled due to a keepalive request."
|
|
664
|
+
},
|
|
665
|
+
"panels/application/components/BackForwardCacheStrings.ts | keyboardLock": {
|
|
666
|
+
"message": "Pages that use Keyboard lock are not currently eligible for back/forward cache."
|
|
667
|
+
},
|
|
668
|
+
"panels/application/components/BackForwardCacheStrings.ts | loading": {
|
|
669
|
+
"message": "The page did not finish loading before navigating away."
|
|
670
|
+
},
|
|
671
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
|
672
|
+
"message": "Pages whose main resource has cache-control:no-cache cannot enter back/forward cache."
|
|
673
|
+
},
|
|
674
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
|
675
|
+
"message": "Pages whose main resource has cache-control:no-store cannot enter back/forward cache."
|
|
676
|
+
},
|
|
677
|
+
"panels/application/components/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
|
678
|
+
"message": "Navigation was cancelled before the page could be restored from back/forward cache."
|
|
679
|
+
},
|
|
680
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
|
681
|
+
"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."
|
|
682
|
+
},
|
|
683
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
684
|
+
"message": "Pages that have inflight fetch() or XHR are not currently eligible for back/forward cache."
|
|
685
|
+
},
|
|
686
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
|
687
|
+
"message": "The page was evicted from back/forward cache because an active network request involved a redirect."
|
|
688
|
+
},
|
|
689
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
|
690
|
+
"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."
|
|
691
|
+
},
|
|
692
|
+
"panels/application/components/BackForwardCacheStrings.ts | noResponseHead": {
|
|
693
|
+
"message": "Pages that do not have a valid response head cannot enter back/forward cache."
|
|
694
|
+
},
|
|
695
|
+
"panels/application/components/BackForwardCacheStrings.ts | notMainFrame": {
|
|
696
|
+
"message": "Navigation happened in a frame other than the main frame."
|
|
697
|
+
},
|
|
698
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
|
699
|
+
"message": "Page with ongoing indexed DB transactions are not currently eligible for back/forward cache."
|
|
700
|
+
},
|
|
701
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
|
702
|
+
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
703
|
+
},
|
|
704
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
|
705
|
+
"message": "Pages with an in-flight fetch network request are not currently eligible for back/forward cache."
|
|
706
|
+
},
|
|
707
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
|
708
|
+
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
709
|
+
},
|
|
710
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
|
711
|
+
"message": "Pages with an in-flight XHR network request are not currently eligible for back/forward cache."
|
|
712
|
+
},
|
|
713
|
+
"panels/application/components/BackForwardCacheStrings.ts | paymentManager": {
|
|
714
|
+
"message": "Pages that use PaymentManager are not currently eligible for back/forward cache."
|
|
715
|
+
},
|
|
716
|
+
"panels/application/components/BackForwardCacheStrings.ts | pictureInPicture": {
|
|
717
|
+
"message": "Pages that use Picture-in-Picture are not currently eligible for back/forward cache."
|
|
718
|
+
},
|
|
719
|
+
"panels/application/components/BackForwardCacheStrings.ts | printing": {
|
|
720
|
+
"message": "Pages that show Printing UI are not currently eligible for back/forward cache."
|
|
721
|
+
},
|
|
722
|
+
"panels/application/components/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
|
723
|
+
"message": "The page was opened using 'window.open()' and another tab has a reference to it, or the page opened a window."
|
|
724
|
+
},
|
|
725
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
|
726
|
+
"message": "The renderer process for the page in back/forward cache crashed."
|
|
727
|
+
},
|
|
728
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
|
729
|
+
"message": "The renderer process for the page in back/forward cache was killed."
|
|
730
|
+
},
|
|
731
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
|
732
|
+
"message": "Pages that have requested audio capture permissions are not currently eligible for back/forward cache."
|
|
733
|
+
},
|
|
734
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
|
735
|
+
"message": "Pages that have requested sensor permissions are not currently eligible for back/forward cache."
|
|
736
|
+
},
|
|
737
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
|
738
|
+
"message": "Pages that have requested background sync or fetch permissions are not currently eligible for back/forward cache."
|
|
739
|
+
},
|
|
740
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
|
741
|
+
"message": "Pages that have requested MIDI permissions are not currently eligible for back/forward cache."
|
|
742
|
+
},
|
|
743
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
|
744
|
+
"message": "Pages that have requested notifications permissions are not currently eligible for back/forward cache."
|
|
745
|
+
},
|
|
746
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
|
747
|
+
"message": "Pages that have requested storage access are not currently eligible for back/forward cache."
|
|
748
|
+
},
|
|
749
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
|
750
|
+
"message": "Pages that have requested video capture permissions are not currently eligible for back/forward cache."
|
|
751
|
+
},
|
|
752
|
+
"panels/application/components/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
|
753
|
+
"message": "Only pages whose URL scheme is HTTP / HTTPS can be cached."
|
|
754
|
+
},
|
|
755
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
|
756
|
+
"message": "The page was claimed by a service worker while it is in back/forward cache."
|
|
757
|
+
},
|
|
758
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
|
759
|
+
"message": "A service worker attempted to send the page in back/forward cache a MessageEvent."
|
|
760
|
+
},
|
|
761
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
|
762
|
+
"message": "ServiceWorker was unregistered while a page was in back/forward cache."
|
|
763
|
+
},
|
|
764
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
|
765
|
+
"message": "The page was evicted from back/forward cache due to a service worker activation."
|
|
766
|
+
},
|
|
767
|
+
"panels/application/components/BackForwardCacheStrings.ts | sessionRestored": {
|
|
768
|
+
"message": "Chrome restarted and cleared the back/forward cache entries."
|
|
769
|
+
},
|
|
770
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
771
|
+
"message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
|
|
772
|
+
},
|
|
773
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
774
|
+
"message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
|
|
775
|
+
},
|
|
776
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechSynthesis": {
|
|
777
|
+
"message": "Pages that use SpeechSynthesis are not currently eligible for back/forward cache."
|
|
778
|
+
},
|
|
779
|
+
"panels/application/components/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
|
780
|
+
"message": "An iframe on the page started a navigation that did not complete."
|
|
781
|
+
},
|
|
782
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
|
783
|
+
"message": "Pages whose subresource has cache-control:no-cache cannot enter back/forward cache."
|
|
784
|
+
},
|
|
785
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
|
786
|
+
"message": "Pages whose subresource has cache-control:no-store cannot enter back/forward cache."
|
|
787
|
+
},
|
|
788
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeout": {
|
|
789
|
+
"message": "The page exceeded the maximum time in back/forward cache and was expired."
|
|
790
|
+
},
|
|
791
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
|
792
|
+
"message": "The page timed out entering back/forward cache (likely due to long-running pagehide handlers)."
|
|
793
|
+
},
|
|
794
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
|
795
|
+
"message": "The page has an unload handler in the main frame."
|
|
796
|
+
},
|
|
797
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
|
798
|
+
"message": "The page has an unload handler in a sub frame."
|
|
799
|
+
},
|
|
800
|
+
"panels/application/components/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
|
801
|
+
"message": "Browser has changed the user agent override header."
|
|
802
|
+
},
|
|
803
|
+
"panels/application/components/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
|
804
|
+
"message": "Pages that have granted access to record video or audio are not currently eligible for back/forward cache."
|
|
805
|
+
},
|
|
806
|
+
"panels/application/components/BackForwardCacheStrings.ts | webDatabase": {
|
|
807
|
+
"message": "Pages that use WebDatabase are not currently eligible for back/forward cache."
|
|
808
|
+
},
|
|
809
|
+
"panels/application/components/BackForwardCacheStrings.ts | webHID": {
|
|
810
|
+
"message": "Pages that use WebHID are not currently eligible for back/forward cache."
|
|
811
|
+
},
|
|
812
|
+
"panels/application/components/BackForwardCacheStrings.ts | webLocks": {
|
|
813
|
+
"message": "Pages that use WebLocks are not currently eligible for back/forward cache."
|
|
814
|
+
},
|
|
815
|
+
"panels/application/components/BackForwardCacheStrings.ts | webNfc": {
|
|
816
|
+
"message": "Pages that use WebNfc are not currently eligible for back/forwad cache."
|
|
817
|
+
},
|
|
818
|
+
"panels/application/components/BackForwardCacheStrings.ts | webOTPService": {
|
|
819
|
+
"message": "Pages that use WebOTPService are not currently eligible for bfcache."
|
|
820
|
+
},
|
|
821
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTC": {
|
|
822
|
+
"message": "Pages with WebRTC cannot enter back/forward cache."
|
|
823
|
+
},
|
|
824
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTCSticky": {
|
|
825
|
+
"message": "Back/forward cache is disabled because WebRTC has been used."
|
|
826
|
+
},
|
|
827
|
+
"panels/application/components/BackForwardCacheStrings.ts | webShare": {
|
|
828
|
+
"message": "Pages that use WebShare are not currently eligible for back/forwad cache."
|
|
829
|
+
},
|
|
830
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocket": {
|
|
831
|
+
"message": "Pages with WebSocket cannot enter back/forward cache."
|
|
832
|
+
},
|
|
833
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocketSticky": {
|
|
834
|
+
"message": "Back/forward cache is disabled because WebSocket has been used."
|
|
835
|
+
},
|
|
836
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransport": {
|
|
837
|
+
"message": "Pages with WebTransport cannot enter back/forward cache."
|
|
838
|
+
},
|
|
839
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransportSticky": {
|
|
840
|
+
"message": "Back/forward cache is disabled because WebTransport has been used."
|
|
841
|
+
},
|
|
842
|
+
"panels/application/components/BackForwardCacheStrings.ts | webXR": {
|
|
843
|
+
"message": "Pages that use WebXR are not currently eligible for back/forward cache."
|
|
298
844
|
}
|
|
299
845
|
}
|