@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.
Files changed (272) hide show
  1. package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
  2. package/core/platform/ArrayUtilities.d.ts +1 -1
  3. package/core/platform/ArrayUtilities.js.map +1 -1
  4. package/core/platform/DOMUtilities.js +1 -1
  5. package/core/platform/DOMUtilities.js.map +1 -1
  6. package/core/platform/MimeType.js.map +1 -1
  7. package/core/platform/NumberUtilities.js.map +1 -1
  8. package/core/platform/ServerTiming.d.ts +2 -2
  9. package/core/platform/ServerTiming.js.map +1 -1
  10. package/core/platform/StringUtilities.js +1 -1
  11. package/core/platform/StringUtilities.js.map +1 -1
  12. package/core/platform/Timing.d.ts +0 -1
  13. package/core/platform/Timing.js +0 -3
  14. package/core/platform/Timing.js.map +1 -1
  15. package/core/platform/TypedArrayUtilities.js +3 -2
  16. package/core/platform/TypedArrayUtilities.js.map +1 -1
  17. package/generated/protocol.d.ts +71 -4
  18. package/locales/af.json +544 -1
  19. package/locales/am.json +544 -1
  20. package/locales/ar.json +544 -1
  21. package/locales/as.json +544 -1
  22. package/locales/az.json +544 -1
  23. package/locales/be.json +544 -1
  24. package/locales/bg.json +544 -1
  25. package/locales/bn.json +544 -1
  26. package/locales/bs.json +544 -1
  27. package/locales/ca.json +544 -1
  28. package/locales/cs.json +544 -1
  29. package/locales/cy.json +544 -1
  30. package/locales/da.json +544 -1
  31. package/locales/de.json +544 -1
  32. package/locales/el.json +544 -1
  33. package/locales/en-GB.json +544 -1
  34. package/locales/en-US.json +561 -15
  35. package/locales/en-XL.json +561 -15
  36. package/locales/es-419.json +544 -1
  37. package/locales/es.json +544 -1
  38. package/locales/et.json +544 -1
  39. package/locales/eu.json +544 -1
  40. package/locales/fa.json +544 -1
  41. package/locales/fi.json +544 -1
  42. package/locales/fil.json +544 -1
  43. package/locales/fr-CA.json +544 -1
  44. package/locales/fr.json +544 -1
  45. package/locales/gl.json +544 -1
  46. package/locales/gu.json +544 -1
  47. package/locales/he.json +545 -2
  48. package/locales/hi.json +544 -1
  49. package/locales/hr.json +544 -1
  50. package/locales/hu.json +544 -1
  51. package/locales/hy.json +544 -1
  52. package/locales/id.json +544 -1
  53. package/locales/is.json +544 -1
  54. package/locales/it.json +544 -1
  55. package/locales/ja.json +544 -1
  56. package/locales/ka.json +544 -1
  57. package/locales/kk.json +544 -1
  58. package/locales/km.json +544 -1
  59. package/locales/kn.json +544 -1
  60. package/locales/ko.json +544 -1
  61. package/locales/ky.json +544 -1
  62. package/locales/lo.json +544 -1
  63. package/locales/lt.json +544 -1
  64. package/locales/lv.json +544 -1
  65. package/locales/mk.json +544 -1
  66. package/locales/ml.json +544 -1
  67. package/locales/mn.json +544 -1
  68. package/locales/mr.json +544 -1
  69. package/locales/ms.json +544 -1
  70. package/locales/my.json +544 -1
  71. package/locales/ne.json +544 -1
  72. package/locales/nl.json +544 -1
  73. package/locales/no.json +544 -1
  74. package/locales/or.json +544 -1
  75. package/locales/pa.json +544 -1
  76. package/locales/pl.json +544 -1
  77. package/locales/pt-PT.json +544 -1
  78. package/locales/pt.json +544 -1
  79. package/locales/ro.json +544 -1
  80. package/locales/ru.json +544 -1
  81. package/locales/si.json +544 -1
  82. package/locales/sk.json +544 -1
  83. package/locales/sl.json +544 -1
  84. package/locales/sq.json +544 -1
  85. package/locales/sr-Latn.json +544 -1
  86. package/locales/sr.json +544 -1
  87. package/locales/sv.json +544 -1
  88. package/locales/sw.json +544 -1
  89. package/locales/ta.json +544 -1
  90. package/locales/te.json +544 -1
  91. package/locales/th.json +544 -1
  92. package/locales/tr.json +544 -1
  93. package/locales/uk.json +544 -1
  94. package/locales/ur.json +544 -1
  95. package/locales/uz.json +544 -1
  96. package/locales/vi.json +544 -1
  97. package/locales/zh-HK.json +544 -1
  98. package/locales/zh-TW.json +544 -1
  99. package/locales/zh.json +544 -1
  100. package/locales/zu.json +544 -1
  101. package/models/cpu_profile/CPUProfileDataModel.js +10 -10
  102. package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
  103. package/models/trace/LanternComputationData.js.map +1 -1
  104. package/models/trace/ModelImpl.d.ts +1 -0
  105. package/models/trace/ModelImpl.js +1 -0
  106. package/models/trace/ModelImpl.js.map +1 -1
  107. package/models/trace/Processor.js +16 -11
  108. package/models/trace/Processor.js.map +1 -1
  109. package/models/trace/extras/FetchNodes.d.ts +1 -1
  110. package/models/trace/extras/FetchNodes.js +3 -3
  111. package/models/trace/extras/FetchNodes.js.map +1 -1
  112. package/models/trace/extras/ScriptDuplication.d.ts +34 -0
  113. package/models/trace/extras/ScriptDuplication.js +178 -0
  114. package/models/trace/extras/ScriptDuplication.js.map +1 -0
  115. package/models/trace/extras/StackTraceForEvent.js +25 -44
  116. package/models/trace/extras/StackTraceForEvent.js.map +1 -1
  117. package/models/trace/extras/ThirdParties.js +1 -0
  118. package/models/trace/extras/ThirdParties.js.map +1 -1
  119. package/models/trace/extras/TraceTree.d.ts +5 -2
  120. package/models/trace/extras/TraceTree.js +47 -17
  121. package/models/trace/extras/TraceTree.js.map +1 -1
  122. package/models/trace/extras/extras-tsconfig.json +1 -1
  123. package/models/trace/extras/extras.d.ts +1 -0
  124. package/models/trace/extras/extras.js +1 -0
  125. package/models/trace/extras/extras.js.map +1 -1
  126. package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
  127. package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
  128. package/models/trace/handlers/AuctionWorkletsHandler.js.map +1 -1
  129. package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
  130. package/models/trace/handlers/ExtensionTraceDataHandler.js +2 -1
  131. package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
  132. package/models/trace/handlers/FramesHandler.js.map +1 -1
  133. package/models/trace/handlers/ImagePaintingHandler.js +1 -1
  134. package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
  135. package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
  136. package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
  137. package/models/trace/handlers/LayoutShiftsHandler.js.map +1 -1
  138. package/models/trace/handlers/MetaHandler.d.ts +2 -2
  139. package/models/trace/handlers/MetaHandler.js +4 -6
  140. package/models/trace/handlers/MetaHandler.js.map +1 -1
  141. package/models/trace/handlers/ModelHandlers.d.ts +1 -0
  142. package/models/trace/handlers/ModelHandlers.js +1 -0
  143. package/models/trace/handlers/ModelHandlers.js.map +1 -1
  144. package/models/trace/handlers/NetworkRequestsHandler.d.ts +9 -0
  145. package/models/trace/handlers/NetworkRequestsHandler.js +6 -6
  146. package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
  147. package/models/trace/handlers/PageLoadMetricsHandler.js +1 -1
  148. package/models/trace/handlers/PageLoadMetricsHandler.js.map +1 -1
  149. package/models/trace/handlers/RendererHandler.js +3 -4
  150. package/models/trace/handlers/RendererHandler.js.map +1 -1
  151. package/models/trace/handlers/ScriptsHandler.d.ts +22 -0
  152. package/models/trace/handlers/ScriptsHandler.js +116 -0
  153. package/models/trace/handlers/ScriptsHandler.js.map +1 -0
  154. package/models/trace/handlers/UserTimingsHandler.d.ts +5 -0
  155. package/models/trace/handlers/UserTimingsHandler.js +16 -0
  156. package/models/trace/handlers/UserTimingsHandler.js.map +1 -1
  157. package/models/trace/handlers/WorkersHandler.js.map +1 -1
  158. package/models/trace/handlers/handlers-tsconfig.json +1 -0
  159. package/models/trace/handlers/helpers.d.ts +5 -1
  160. package/models/trace/handlers/helpers.js +28 -4
  161. package/models/trace/handlers/helpers.js.map +1 -1
  162. package/models/trace/helpers/Network.d.ts +1 -0
  163. package/models/trace/helpers/Network.js +8 -3
  164. package/models/trace/helpers/Network.js.map +1 -1
  165. package/models/trace/helpers/SamplesIntegrator.d.ts +8 -1
  166. package/models/trace/helpers/SamplesIntegrator.js +42 -2
  167. package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
  168. package/models/trace/helpers/Timing.js.map +1 -1
  169. package/models/trace/helpers/Trace.d.ts +7 -10
  170. package/models/trace/helpers/Trace.js +25 -10
  171. package/models/trace/helpers/Trace.js.map +1 -1
  172. package/models/trace/insights/CLSCulprits.d.ts +12 -12
  173. package/models/trace/insights/CLSCulprits.js +15 -4
  174. package/models/trace/insights/CLSCulprits.js.map +1 -1
  175. package/models/trace/insights/Common.d.ts +7 -1
  176. package/models/trace/insights/Common.js +9 -3
  177. package/models/trace/insights/Common.js.map +1 -1
  178. package/models/trace/insights/DOMSize.d.ts +8 -8
  179. package/models/trace/insights/DOMSize.js +2 -1
  180. package/models/trace/insights/DOMSize.js.map +1 -1
  181. package/models/trace/insights/DocumentLatency.d.ts +11 -11
  182. package/models/trace/insights/DocumentLatency.js +2 -1
  183. package/models/trace/insights/DocumentLatency.js.map +1 -1
  184. package/models/trace/insights/DuplicateJavaScript.d.ts +18 -0
  185. package/models/trace/insights/DuplicateJavaScript.js +49 -0
  186. package/models/trace/insights/DuplicateJavaScript.js.map +1 -0
  187. package/models/trace/insights/FontDisplay.d.ts +4 -4
  188. package/models/trace/insights/FontDisplay.js +2 -1
  189. package/models/trace/insights/FontDisplay.js.map +1 -1
  190. package/models/trace/insights/ForcedReflow.d.ts +5 -5
  191. package/models/trace/insights/ForcedReflow.js +4 -1
  192. package/models/trace/insights/ForcedReflow.js.map +1 -1
  193. package/models/trace/insights/ImageDelivery.d.ts +19 -15
  194. package/models/trace/insights/ImageDelivery.js +26 -20
  195. package/models/trace/insights/ImageDelivery.js.map +1 -1
  196. package/models/trace/insights/InteractionToNextPaint.d.ts +8 -8
  197. package/models/trace/insights/InteractionToNextPaint.js +3 -2
  198. package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
  199. package/models/trace/insights/LCPDiscovery.d.ts +9 -9
  200. package/models/trace/insights/LCPDiscovery.js +6 -3
  201. package/models/trace/insights/LCPDiscovery.js.map +1 -1
  202. package/models/trace/insights/LCPPhases.d.ts +15 -10
  203. package/models/trace/insights/LCPPhases.js +11 -4
  204. package/models/trace/insights/LCPPhases.js.map +1 -1
  205. package/models/trace/insights/Models.d.ts +2 -1
  206. package/models/trace/insights/Models.js +2 -1
  207. package/models/trace/insights/Models.js.map +1 -1
  208. package/models/trace/insights/NetworkDependencyTree.d.ts +33 -0
  209. package/models/trace/insights/NetworkDependencyTree.js +141 -0
  210. package/models/trace/insights/NetworkDependencyTree.js.map +1 -0
  211. package/models/trace/insights/RenderBlocking.d.ts +5 -5
  212. package/models/trace/insights/RenderBlocking.js +2 -1
  213. package/models/trace/insights/RenderBlocking.js.map +1 -1
  214. package/models/trace/insights/SlowCSSSelector.d.ts +8 -8
  215. package/models/trace/insights/SlowCSSSelector.js +4 -2
  216. package/models/trace/insights/SlowCSSSelector.js.map +1 -1
  217. package/models/trace/insights/ThirdParties.d.ts +6 -6
  218. package/models/trace/insights/ThirdParties.js +8 -5
  219. package/models/trace/insights/ThirdParties.js.map +1 -1
  220. package/models/trace/insights/Viewport.d.ts +2 -2
  221. package/models/trace/insights/Viewport.js +2 -1
  222. package/models/trace/insights/Viewport.js.map +1 -1
  223. package/models/trace/insights/insights-tsconfig.json +2 -1
  224. package/models/trace/insights/types.d.ts +25 -3
  225. package/models/trace/insights/types.js.map +1 -1
  226. package/models/trace/lantern/core/NetworkAnalyzer.d.ts +2 -2
  227. package/models/trace/lantern/core/NetworkAnalyzer.js +2 -2
  228. package/models/trace/lantern/core/NetworkAnalyzer.js.map +1 -1
  229. package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
  230. package/models/trace/lantern/graph/BaseNode.js.map +1 -1
  231. package/models/trace/lantern/graph/CPUNode.js +1 -1
  232. package/models/trace/lantern/graph/CPUNode.js.map +1 -1
  233. package/models/trace/lantern/graph/NetworkNode.js +1 -1
  234. package/models/trace/lantern/graph/NetworkNode.js.map +1 -1
  235. package/models/trace/lantern/graph/PageDependencyGraph.d.ts +2 -2
  236. package/models/trace/lantern/graph/PageDependencyGraph.js.map +1 -1
  237. package/models/trace/lantern/metrics/Metric.js.map +1 -1
  238. package/models/trace/lantern/metrics/TotalBlockingTime.d.ts +2 -2
  239. package/models/trace/lantern/metrics/TotalBlockingTime.js.map +1 -1
  240. package/models/trace/lantern/types/Lantern.d.ts +2 -2
  241. package/models/trace/lantern/types/Lantern.js.map +1 -1
  242. package/models/trace/trace-tsconfig.json +3 -3
  243. package/models/trace/trace.d.ts +1 -2
  244. package/models/trace/trace.js +1 -2
  245. package/models/trace/trace.js.map +1 -1
  246. package/models/trace/types/Configuration.d.ts +10 -0
  247. package/models/trace/types/Configuration.js.map +1 -1
  248. package/models/trace/types/Extensions.d.ts +1 -1
  249. package/models/trace/types/Extensions.js.map +1 -1
  250. package/models/trace/types/TraceEvents.d.ts +87 -4
  251. package/models/trace/types/TraceEvents.js +20 -0
  252. package/models/trace/types/TraceEvents.js.map +1 -1
  253. package/package.json +1 -1
  254. package/test/test-trace-engine.mjs +3 -2
  255. package/models/trace/extras/TimelineJSProfile.d.ts +0 -13
  256. package/models/trace/extras/TimelineJSProfile.js +0 -60
  257. package/models/trace/extras/TimelineJSProfile.js.map +0 -1
  258. package/models/trace/insights/LongCriticalNetworkTree.d.ts +0 -22
  259. package/models/trace/insights/LongCriticalNetworkTree.js +0 -40
  260. package/models/trace/insights/LongCriticalNetworkTree.js.map +0 -1
  261. package/models/trace/root-causes/LayoutShift.d.ts +0 -125
  262. package/models/trace/root-causes/LayoutShift.js +0 -519
  263. package/models/trace/root-causes/LayoutShift.js.map +0 -1
  264. package/models/trace/root-causes/RootCauses.d.ts +0 -15
  265. package/models/trace/root-causes/RootCauses.js +0 -12
  266. package/models/trace/root-causes/RootCauses.js.map +0 -1
  267. package/models/trace/root-causes/bundle-tsconfig.json +0 -1
  268. package/models/trace/root-causes/devtools_entrypoint-bundle-typescript-tsconfig.json +0 -43
  269. package/models/trace/root-causes/root-causes-tsconfig.json +0 -56
  270. package/models/trace/root-causes/root-causes.d.ts +0 -1
  271. package/models/trace/root-causes/root-causes.js +0 -5
  272. package/models/trace/root-causes/root-causes.js.map +0 -1
@@ -1,4 +1,175 @@
1
1
  {
2
+ "generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
3
+ "message": "Authorisation will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling."
4
+ },
5
+ "generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
6
+ "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."
7
+ },
8
+ "generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
9
+ "message": "CSS appearance value slider-vertical is not standardised and will be removed."
10
+ },
11
+ "generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
12
+ "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."
13
+ },
14
+ "generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
15
+ "message": "chrome.loadTimes() is deprecated. Instead, use standardised API: Navigation Timing 2."
16
+ },
17
+ "generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
18
+ "message": "chrome.loadTimes() is deprecated. Instead, use standardised API: Paint Timing."
19
+ },
20
+ "generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
21
+ "message": "chrome.loadTimes() is deprecated. Instead, use standardised API: nextHopProtocol in Navigation Timing 2."
22
+ },
23
+ "generated/Deprecation.ts | CookieWithTruncatingChar": {
24
+ "message": "Cookies containing a \\(0|r|n) character will be rejected instead of truncated."
25
+ },
26
+ "generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
27
+ "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."
28
+ },
29
+ "generated/Deprecation.ts | CrossOriginWindowAlert": {
30
+ "message": "Triggering window.alert from cross-origin iframes has been deprecated and will be removed in the future."
31
+ },
32
+ "generated/Deprecation.ts | CrossOriginWindowConfirm": {
33
+ "message": "Triggering window.confirm from cross-origin iframes has been deprecated and will be removed in the future."
34
+ },
35
+ "generated/Deprecation.ts | DOMMutationEvents": {
36
+ "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."
37
+ },
38
+ "generated/Deprecation.ts | DataUrlInSvgUse": {
39
+ "message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
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 behaviour."
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 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 standardised 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 | RTCConstraintEnableDtlsSrtpFalse": {
129
+ "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."
130
+ },
131
+ "generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
132
+ "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."
133
+ },
134
+ "generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
135
+ "message": "The callback-based getStats() is deprecated and will be removed. Use the spec-compliant getStats() instead."
136
+ },
137
+ "generated/Deprecation.ts | RangeExpand": {
138
+ "message": "Range.expand() is deprecated. Please use Selection.modify() instead."
139
+ },
140
+ "generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
141
+ "message": "Subresource requests whose URLs contain embedded credentials (e.g. https://user:pass@host/) are blocked."
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 in to 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, use the WebGPU limit maxInterStageShaderVariables instead."
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 on 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 | description": {
3
174
  "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed or their fonts changing as the page loads."
4
175
  },
@@ -6,7 +177,7 @@
6
177
  "message": "Layout shift culprits"
7
178
  },
8
179
  "models/trace/insights/DOMSize.ts | description": {
9
- "message": "A large DOM will increase memory usage, cause longer style calculations and produce costly layout reflows which impact page responsiveness. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
180
+ "message": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
10
181
  },
11
182
  "models/trace/insights/DOMSize.ts | title": {
12
183
  "message": "Optimise DOM size"
@@ -23,6 +194,12 @@
23
194
  "models/trace/insights/FontDisplay.ts | title": {
24
195
  "message": "Font display"
25
196
  },
197
+ "models/trace/insights/ForcedReflow.ts | description": {
198
+ "message": "Many APIs, typically reading layout geometry, force the rendering engine to pause script execution in order to calculate the style and layout. Learn more about [forced reflow](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and its mitigations."
199
+ },
200
+ "models/trace/insights/ForcedReflow.ts | title": {
201
+ "message": "Forced reflow"
202
+ },
26
203
  "models/trace/insights/ImageDelivery.ts | description": {
27
204
  "message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimising image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
28
205
  },
@@ -59,6 +236,12 @@
59
236
  "models/trace/insights/LCPPhases.ts | title": {
60
237
  "message": "LCP by phase"
61
238
  },
239
+ "models/trace/insights/LongCriticalNetworkTree.ts | description": {
240
+ "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."
241
+ },
242
+ "models/trace/insights/LongCriticalNetworkTree.ts | title": {
243
+ "message": "Long critical network tree"
244
+ },
62
245
  "models/trace/insights/RenderBlocking.ts | description": {
63
246
  "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."
64
247
  },
@@ -82,5 +265,365 @@
82
265
  },
83
266
  "models/trace/insights/Viewport.ts | title": {
84
267
  "message": "Optimise viewport for mobile"
268
+ },
269
+ "panels/application/components/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
270
+ "message": "Only pages loaded via a GET request are eligible for back-forward cache."
271
+ },
272
+ "panels/application/components/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
273
+ "message": "Only pages with a status code of 2XX can be cached."
274
+ },
275
+ "panels/application/components/BackForwardCacheStrings.ts | JavaScriptExecution": {
276
+ "message": "Chrome detected an attempt to execute JavaScript while in the cache."
277
+ },
278
+ "panels/application/components/BackForwardCacheStrings.ts | appBanner": {
279
+ "message": "Pages that requested an AppBanner are not currently eligible for back-forward cache."
280
+ },
281
+ "panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
282
+ "message": "Back-forward cache is disabled by flags. Visit chrome://flags/#back-forward-cache to enable it locally on this device."
283
+ },
284
+ "panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
285
+ "message": "Back-forward cache is disabled by the command line."
286
+ },
287
+ "panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
288
+ "message": "Back-forward cache is disabled due to insufficient memory."
289
+ },
290
+ "panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
291
+ "message": "Back-forward cache is not supported by delegate."
292
+ },
293
+ "panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
294
+ "message": "Back-forward cache is disabled for pre-renderer."
295
+ },
296
+ "panels/application/components/BackForwardCacheStrings.ts | broadcastChannel": {
297
+ "message": "The page cannot be cached because it has a BroadcastChannel instance with registered listeners."
298
+ },
299
+ "panels/application/components/BackForwardCacheStrings.ts | cacheControlNoStore": {
300
+ "message": "Pages with cache-control:no-store header cannot enter back-forward cache."
301
+ },
302
+ "panels/application/components/BackForwardCacheStrings.ts | cacheFlushed": {
303
+ "message": "The cache was intentionally cleared."
304
+ },
305
+ "panels/application/components/BackForwardCacheStrings.ts | cacheLimit": {
306
+ "message": "The page was evicted from the cache to allow another page to be cached."
307
+ },
308
+ "panels/application/components/BackForwardCacheStrings.ts | containsPlugins": {
309
+ "message": "Pages containing plug-ins are not currently eligible for back-forward cache."
310
+ },
311
+ "panels/application/components/BackForwardCacheStrings.ts | contentDiscarded": {
312
+ "message": "Undefined"
313
+ },
314
+ "panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
315
+ "message": "Pages that use FileChooser API are not eligible for back-forward cache."
316
+ },
317
+ "panels/application/components/BackForwardCacheStrings.ts | contentFileSystemAccess": {
318
+ "message": "Pages that use file system access API are not eligible for back-forward cache."
319
+ },
320
+ "panels/application/components/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
321
+ "message": "Pages that use media device dispatcher are not eligible for back-forward cache."
322
+ },
323
+ "panels/application/components/BackForwardCacheStrings.ts | contentMediaPlay": {
324
+ "message": "A media player was playing upon navigating away."
325
+ },
326
+ "panels/application/components/BackForwardCacheStrings.ts | contentMediaSession": {
327
+ "message": "Pages that use MediaSession API and set a playback state are not eligible for back-forward cache."
328
+ },
329
+ "panels/application/components/BackForwardCacheStrings.ts | contentMediaSessionService": {
330
+ "message": "Pages that use MediaSession API and set action handlers are not eligible for back-forward cache."
331
+ },
332
+ "panels/application/components/BackForwardCacheStrings.ts | contentScreenReader": {
333
+ "message": "Back-forward cache is disabled due to screen reader."
334
+ },
335
+ "panels/application/components/BackForwardCacheStrings.ts | contentSecurityHandler": {
336
+ "message": "Pages that use SecurityHandler are not eligible for back-forward cache."
337
+ },
338
+ "panels/application/components/BackForwardCacheStrings.ts | contentSerial": {
339
+ "message": "Pages that use Serial API are not eligible for back-forward cache."
340
+ },
341
+ "panels/application/components/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
342
+ "message": "Pages that use WebAuthentication API are not eligible for back-forward cache."
343
+ },
344
+ "panels/application/components/BackForwardCacheStrings.ts | contentWebBluetooth": {
345
+ "message": "Pages that use WebBluetooth API are not eligible for back-forward cache."
346
+ },
347
+ "panels/application/components/BackForwardCacheStrings.ts | contentWebUSB": {
348
+ "message": "Pages that use WebUSB API are not eligible for back-forward cache."
349
+ },
350
+ "panels/application/components/BackForwardCacheStrings.ts | cookieDisabled": {
351
+ "message": "Back/forward cache is disabled because cookies are disabled on a page that uses Cache-Control: no-store."
352
+ },
353
+ "panels/application/components/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
354
+ "message": "Pages that use a dedicated worker or worklet are not currently eligible for back-forward cache."
355
+ },
356
+ "panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
357
+ "message": "The document did not finish loading before navigating away."
358
+ },
359
+ "panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
360
+ "message": "App banner was present upon navigating away."
361
+ },
362
+ "panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
363
+ "message": "Chrome Password Manager was present upon navigating away."
364
+ },
365
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
366
+ "message": "DOM distillation was in progress upon navigating away."
367
+ },
368
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
369
+ "message": "DOM distiller viewer was present upon navigating away."
370
+ },
371
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
372
+ "message": "Back-forward cache is disabled due to extensions using messaging API."
373
+ },
374
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
375
+ "message": "Extensions with long-lived connection should close the connection before entering back-forward cache."
376
+ },
377
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
378
+ "message": "Extensions with long-lived connection attempted to send messages to frames in back-forward cache."
379
+ },
380
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
381
+ "message": "Back-forward cache is disabled due to extensions."
382
+ },
383
+ "panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
384
+ "message": "Modal dialogue such as form resubmission or HTTP password dialogue was shown for the page upon navigating away."
385
+ },
386
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
387
+ "message": "The offline page was shown upon navigating away."
388
+ },
389
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
390
+ "message": "Out-of-memory intervention bar was present upon navigating away."
391
+ },
392
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
393
+ "message": "There were permission requests upon navigating away."
394
+ },
395
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
396
+ "message": "Pop-up blocker was present upon navigating away."
397
+ },
398
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
399
+ "message": "Safe Browsing details were shown upon navigating away."
400
+ },
401
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
402
+ "message": "Safe Browsing considered this page to be abusive and blocked the pop-up."
403
+ },
404
+ "panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
405
+ "message": "A service worker was activated while the page was in back-forward cache."
406
+ },
407
+ "panels/application/components/BackForwardCacheStrings.ts | errorDocument": {
408
+ "message": "Back-forward cache is disabled due to a document error."
409
+ },
410
+ "panels/application/components/BackForwardCacheStrings.ts | fencedFramesEmbedder": {
411
+ "message": "Pages using FencedFrames cannot be stored in bfcache."
412
+ },
413
+ "panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
414
+ "message": "The page was evicted from the cache to allow another page to be cached."
415
+ },
416
+ "panels/application/components/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
417
+ "message": "Pages that have granted media stream access are not currently eligible for back-forward cache."
418
+ },
419
+ "panels/application/components/BackForwardCacheStrings.ts | haveInnerContents": {
420
+ "message": "Pages that have certain kinds of embedded content (e.g. PDFs) are not currently eligible for back/forward cache."
421
+ },
422
+ "panels/application/components/BackForwardCacheStrings.ts | idleManager": {
423
+ "message": "Pages that use IdleManager are not currently eligible for back-forward cache."
424
+ },
425
+ "panels/application/components/BackForwardCacheStrings.ts | indexedDBConnection": {
426
+ "message": "Pages that have an open IndexedDB connection are not currently eligible for back-forward cache."
427
+ },
428
+ "panels/application/components/BackForwardCacheStrings.ts | indexedDBEvent": {
429
+ "message": "Back/forward cache is disabled due to an IndexedDB event."
430
+ },
431
+ "panels/application/components/BackForwardCacheStrings.ts | ineligibleAPI": {
432
+ "message": "Ineligible APIs were used."
433
+ },
434
+ "panels/application/components/BackForwardCacheStrings.ts | injectedJavascript": {
435
+ "message": "Pages that JavaScript is injected into by extensions are not currently eligible for back-forward cache."
436
+ },
437
+ "panels/application/components/BackForwardCacheStrings.ts | injectedStyleSheet": {
438
+ "message": "Pages that a StyleSheet is injected into by extensions are not currently eligible for back-forward cache."
439
+ },
440
+ "panels/application/components/BackForwardCacheStrings.ts | internalError": {
441
+ "message": "Internal error."
442
+ },
443
+ "panels/application/components/BackForwardCacheStrings.ts | jsNetworkRequestReceivedCacheControlNoStoreResource": {
444
+ "message": "Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header."
445
+ },
446
+ "panels/application/components/BackForwardCacheStrings.ts | keepaliveRequest": {
447
+ "message": "Back/forward cache is disabled due to a keepalive request."
448
+ },
449
+ "panels/application/components/BackForwardCacheStrings.ts | keyboardLock": {
450
+ "message": "Pages that use keyboard lock are not currently eligible for back-forward cache."
451
+ },
452
+ "panels/application/components/BackForwardCacheStrings.ts | loading": {
453
+ "message": "The page did not finish loading before navigating away."
454
+ },
455
+ "panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
456
+ "message": "Pages whose main resource has cache-control:no-cache cannot enter back-forward cache."
457
+ },
458
+ "panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
459
+ "message": "Pages whose main resource has cache-control:no-store cannot enter back-forward cache."
460
+ },
461
+ "panels/application/components/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
462
+ "message": "Navigation was cancelled before the page could be restored from back-forward cache."
463
+ },
464
+ "panels/application/components/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
465
+ "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."
466
+ },
467
+ "panels/application/components/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
468
+ "message": "Pages that have inflight fetch() or XHR are not currently eligible for back-forward cache."
469
+ },
470
+ "panels/application/components/BackForwardCacheStrings.ts | networkRequestRedirected": {
471
+ "message": "The page was evicted from back-forward cache because an active network request involved a redirect."
472
+ },
473
+ "panels/application/components/BackForwardCacheStrings.ts | networkRequestTimeout": {
474
+ "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."
475
+ },
476
+ "panels/application/components/BackForwardCacheStrings.ts | noResponseHead": {
477
+ "message": "Pages that do not have a valid response head cannot enter back-forward cache."
478
+ },
479
+ "panels/application/components/BackForwardCacheStrings.ts | notMainFrame": {
480
+ "message": "Navigation happened in a frame other than the main frame."
481
+ },
482
+ "panels/application/components/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
483
+ "message": "Pages with ongoing indexed DB transactions are not currently eligible for back-forward cache."
484
+ },
485
+ "panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
486
+ "message": "Pages with an in-flight network request are not currently eligible for back-forward cache."
487
+ },
488
+ "panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
489
+ "message": "Pages with an in-flight fetch network request are not currently eligible for back-forward cache."
490
+ },
491
+ "panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
492
+ "message": "Pages with an in-flight network request are not currently eligible for back-forward cache."
493
+ },
494
+ "panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
495
+ "message": "Pages with an in-flight XHR network request are not currently eligible for back-forward cache."
496
+ },
497
+ "panels/application/components/BackForwardCacheStrings.ts | paymentManager": {
498
+ "message": "Pages that use PaymentManager are not currently eligible for back-forward cache."
499
+ },
500
+ "panels/application/components/BackForwardCacheStrings.ts | pictureInPicture": {
501
+ "message": "Pages that use picture-in-picture are not currently eligible for back-forward cache."
502
+ },
503
+ "panels/application/components/BackForwardCacheStrings.ts | printing": {
504
+ "message": "Pages that show Printing UI are not currently eligible for back-forward cache."
505
+ },
506
+ "panels/application/components/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
507
+ "message": "The page was opened using 'window.open()' and another tab has a reference to it, or the page opened a window."
508
+ },
509
+ "panels/application/components/BackForwardCacheStrings.ts | rendererProcessCrashed": {
510
+ "message": "The renderer process for the page in back-forward cache crashed."
511
+ },
512
+ "panels/application/components/BackForwardCacheStrings.ts | rendererProcessKilled": {
513
+ "message": "The renderer process for the page in back-forward cache was killed."
514
+ },
515
+ "panels/application/components/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
516
+ "message": "Pages that have requested audio capture permissions are not currently eligible for back-forward cache."
517
+ },
518
+ "panels/application/components/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
519
+ "message": "Pages that have requested sensor permissions are not currently eligible for back-forward cache."
520
+ },
521
+ "panels/application/components/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
522
+ "message": "Pages that have requested background sync or fetch permissions are not currently eligible for back-forward cache."
523
+ },
524
+ "panels/application/components/BackForwardCacheStrings.ts | requestedMIDIPermission": {
525
+ "message": "Pages that have requested MIDI permissions are not currently eligible for back-forward cache."
526
+ },
527
+ "panels/application/components/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
528
+ "message": "Pages that have requested notifications permissions are not currently eligible for back-forward cache."
529
+ },
530
+ "panels/application/components/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
531
+ "message": "Pages that have requested storage access are not currently eligible for back-forward cache."
532
+ },
533
+ "panels/application/components/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
534
+ "message": "Pages that have requested video capture permissions are not currently eligible for back-forward cache."
535
+ },
536
+ "panels/application/components/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
537
+ "message": "Only pages whose URL scheme is HTTP/HTTPS can be cached."
538
+ },
539
+ "panels/application/components/BackForwardCacheStrings.ts | serviceWorkerClaim": {
540
+ "message": "The page was claimed by a service worker while it is in back-forward cache."
541
+ },
542
+ "panels/application/components/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
543
+ "message": "A service worker attempted to send the page in back-forward cache a MessageEvent."
544
+ },
545
+ "panels/application/components/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
546
+ "message": "ServiceWorker was unregistered while a page was in back-forward cache."
547
+ },
548
+ "panels/application/components/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
549
+ "message": "The page was evicted from back-forward cache due to a service worker activation."
550
+ },
551
+ "panels/application/components/BackForwardCacheStrings.ts | sessionRestored": {
552
+ "message": "Chrome restarted and cleared the back-forward cache entries."
553
+ },
554
+ "panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
555
+ "message": "Pages that use SharedWorker are not currently eligible for back-forward cache."
556
+ },
557
+ "panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
558
+ "message": "Pages that use SpeechRecogniser are not currently eligible for back-forward cache."
559
+ },
560
+ "panels/application/components/BackForwardCacheStrings.ts | speechSynthesis": {
561
+ "message": "Pages that use SpeechSynthesis are not currently eligible for back-forward cache."
562
+ },
563
+ "panels/application/components/BackForwardCacheStrings.ts | subframeIsNavigating": {
564
+ "message": "An iframe on the page started a navigation that did not complete."
565
+ },
566
+ "panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
567
+ "message": "Pages whose subresource has cache-control:no-cache cannot enter back-forward cache."
568
+ },
569
+ "panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
570
+ "message": "Pages whose subresource has cache-control:no-store cannot enter back-forward cache."
571
+ },
572
+ "panels/application/components/BackForwardCacheStrings.ts | timeout": {
573
+ "message": "The page exceeded the maximum time in back-forward cache and expired."
574
+ },
575
+ "panels/application/components/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
576
+ "message": "The page timed out entering back-forward cache (likely due to long-running page-hide handlers)."
577
+ },
578
+ "panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
579
+ "message": "The page has an unload handler in the main frame."
580
+ },
581
+ "panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
582
+ "message": "The page has an unload handler in a sub frame."
583
+ },
584
+ "panels/application/components/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
585
+ "message": "Browser has changed the user agent override header."
586
+ },
587
+ "panels/application/components/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
588
+ "message": "Pages that have granted access to record video or audio are not currently eligible for back-forward cache."
589
+ },
590
+ "panels/application/components/BackForwardCacheStrings.ts | webDatabase": {
591
+ "message": "Pages that use WebDatabase are not currently eligible for back-forward cache."
592
+ },
593
+ "panels/application/components/BackForwardCacheStrings.ts | webHID": {
594
+ "message": "Pages that use WebHID are not currently eligible for back-forward cache."
595
+ },
596
+ "panels/application/components/BackForwardCacheStrings.ts | webLocks": {
597
+ "message": "Pages that use WebLocks are not currently eligible for back-forward cache."
598
+ },
599
+ "panels/application/components/BackForwardCacheStrings.ts | webNfc": {
600
+ "message": "Pages that use WebNfc are not currently eligible for back-forward cache."
601
+ },
602
+ "panels/application/components/BackForwardCacheStrings.ts | webOTPService": {
603
+ "message": "Pages that use WebOTPService are not currently eligible for bfcache."
604
+ },
605
+ "panels/application/components/BackForwardCacheStrings.ts | webRTC": {
606
+ "message": "Pages with WebRTC cannot enter back-forward cache."
607
+ },
608
+ "panels/application/components/BackForwardCacheStrings.ts | webRTCSticky": {
609
+ "message": "Back-forward cache is disabled because WebRTC has been used."
610
+ },
611
+ "panels/application/components/BackForwardCacheStrings.ts | webShare": {
612
+ "message": "Pages that use WebShare are not currently eligible for back-forward cache."
613
+ },
614
+ "panels/application/components/BackForwardCacheStrings.ts | webSocket": {
615
+ "message": "Pages with WebSocket cannot enter back-forward cache."
616
+ },
617
+ "panels/application/components/BackForwardCacheStrings.ts | webSocketSticky": {
618
+ "message": "Back-forward cache is disabled because WebSocket has been used."
619
+ },
620
+ "panels/application/components/BackForwardCacheStrings.ts | webTransport": {
621
+ "message": "Pages with WebTransport cannot enter back-forward cache."
622
+ },
623
+ "panels/application/components/BackForwardCacheStrings.ts | webTransportSticky": {
624
+ "message": "Back-forward cache is disabled because WebTransport has been used."
625
+ },
626
+ "panels/application/components/BackForwardCacheStrings.ts | webXR": {
627
+ "message": "Pages that use WebXR are not currently eligible for back-forward cache."
85
628
  }
86
629
  }