lighthouse 9.5.0-dev.20230109 → 9.5.0-dev.20230111
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/cli/test/smokehouse/config/exclusions.js +5 -0
- package/cli/test/smokehouse/core-tests.js +14 -14
- package/core/audits/bf-cache.js +120 -0
- package/core/audits/installable-manifest.js +1 -1
- package/core/config/default-config.js +6 -1
- package/core/gather/driver/execution-context.js +2 -2
- package/core/gather/driver/network-monitor.js +2 -2
- package/core/gather/driver/wait-for-condition.js +9 -2
- package/core/gather/gatherers/bf-cache-failures.js +21 -3
- package/core/lib/{bfcache-strings.js → bf-cache-strings.js} +1 -0
- package/core/user-flow.js +6 -6
- package/package.json +1 -1
- package/shared/localization/locales/en-US.json +141 -114
- package/shared/localization/locales/en-XL.json +141 -114
- package/tsconfig.json +1 -0
|
@@ -425,6 +425,33 @@
|
|
|
425
425
|
"core/audits/autocomplete.js | warningOrder": {
|
|
426
426
|
"message": "Review order of tokens: \"{tokens}\" in {snippet}"
|
|
427
427
|
},
|
|
428
|
+
"core/audits/bf-cache.js | actionableFailureType": {
|
|
429
|
+
"message": "Actionable"
|
|
430
|
+
},
|
|
431
|
+
"core/audits/bf-cache.js | description": {
|
|
432
|
+
"message": "Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. [Learn more about the bfcache](https://web.dev/bfcache/)"
|
|
433
|
+
},
|
|
434
|
+
"core/audits/bf-cache.js | displayValue": {
|
|
435
|
+
"message": "{itemCount, plural,\n =1 {1 failure reason}\n other {# failure reasons}\n }"
|
|
436
|
+
},
|
|
437
|
+
"core/audits/bf-cache.js | failureReasonColumn": {
|
|
438
|
+
"message": "Failure reason"
|
|
439
|
+
},
|
|
440
|
+
"core/audits/bf-cache.js | failureTitle": {
|
|
441
|
+
"message": "Page prevented back/forward cache restoration"
|
|
442
|
+
},
|
|
443
|
+
"core/audits/bf-cache.js | failureTypeColumn": {
|
|
444
|
+
"message": "Failure type"
|
|
445
|
+
},
|
|
446
|
+
"core/audits/bf-cache.js | notActionableFailureType": {
|
|
447
|
+
"message": "Not actionable"
|
|
448
|
+
},
|
|
449
|
+
"core/audits/bf-cache.js | supportPendingFailureType": {
|
|
450
|
+
"message": "Pending browser support"
|
|
451
|
+
},
|
|
452
|
+
"core/audits/bf-cache.js | title": {
|
|
453
|
+
"message": "Page didn't prevent back/forward cache restoration"
|
|
454
|
+
},
|
|
428
455
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
429
456
|
"message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions."
|
|
430
457
|
},
|
|
@@ -1688,346 +1715,346 @@
|
|
|
1688
1715
|
"core/gather/driver/storage.js | warningOriginDataTimeout": {
|
|
1689
1716
|
"message": "Clearing the origin data timed out. Try auditing this page again and file a bug if the issue persists."
|
|
1690
1717
|
},
|
|
1691
|
-
"core/lib/
|
|
1718
|
+
"core/lib/bf-cache-strings.js | appBanner": {
|
|
1692
1719
|
"message": "Pages that requested an AppBanner are not currently eligible for back/forward cache."
|
|
1693
1720
|
},
|
|
1694
|
-
"core/lib/
|
|
1721
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabled": {
|
|
1695
1722
|
"message": "Back/forward cache is disabled by flags. Visit chrome://flags/#back-forward-cache to enable it locally on this device."
|
|
1696
1723
|
},
|
|
1697
|
-
"core/lib/
|
|
1724
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledByCommandLine": {
|
|
1698
1725
|
"message": "Back/forward cache is disabled by the command line."
|
|
1699
1726
|
},
|
|
1700
|
-
"core/lib/
|
|
1727
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledByLowMemory": {
|
|
1701
1728
|
"message": "Back/forward cache is disabled due to insufficient memory."
|
|
1702
1729
|
},
|
|
1703
|
-
"core/lib/
|
|
1730
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledForDelegate": {
|
|
1704
1731
|
"message": "Back/forward cache is not supported by delegate."
|
|
1705
1732
|
},
|
|
1706
|
-
"core/lib/
|
|
1733
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledForPrerender": {
|
|
1707
1734
|
"message": "Back/forward cache is disabled for prerenderer."
|
|
1708
1735
|
},
|
|
1709
|
-
"core/lib/
|
|
1736
|
+
"core/lib/bf-cache-strings.js | broadcastChannel": {
|
|
1710
1737
|
"message": "The page cannot be cached because it has a BroadcastChannel instance with registered listeners."
|
|
1711
1738
|
},
|
|
1712
|
-
"core/lib/
|
|
1739
|
+
"core/lib/bf-cache-strings.js | cacheControlNoStore": {
|
|
1713
1740
|
"message": "Pages with cache-control:no-store header cannot enter back/forward cache."
|
|
1714
1741
|
},
|
|
1715
|
-
"core/lib/
|
|
1742
|
+
"core/lib/bf-cache-strings.js | cacheFlushed": {
|
|
1716
1743
|
"message": "The cache was intentionally cleared."
|
|
1717
1744
|
},
|
|
1718
|
-
"core/lib/
|
|
1745
|
+
"core/lib/bf-cache-strings.js | cacheLimit": {
|
|
1719
1746
|
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
1720
1747
|
},
|
|
1721
|
-
"core/lib/
|
|
1748
|
+
"core/lib/bf-cache-strings.js | containsPlugins": {
|
|
1722
1749
|
"message": "Pages containing plugins are not currently eligible for back/forward cache."
|
|
1723
1750
|
},
|
|
1724
|
-
"core/lib/
|
|
1751
|
+
"core/lib/bf-cache-strings.js | contentFileChooser": {
|
|
1725
1752
|
"message": "Pages that use FileChooser API are not eligible for back/forward cache."
|
|
1726
1753
|
},
|
|
1727
|
-
"core/lib/
|
|
1754
|
+
"core/lib/bf-cache-strings.js | contentFileSystemAccess": {
|
|
1728
1755
|
"message": "Pages that use File System Access API are not eligible for back/forward cache."
|
|
1729
1756
|
},
|
|
1730
|
-
"core/lib/
|
|
1757
|
+
"core/lib/bf-cache-strings.js | contentMediaDevicesDispatcherHost": {
|
|
1731
1758
|
"message": "Pages that use Media Device Dispatcher are not eligible for back/forward cache."
|
|
1732
1759
|
},
|
|
1733
|
-
"core/lib/
|
|
1760
|
+
"core/lib/bf-cache-strings.js | contentMediaPlay": {
|
|
1734
1761
|
"message": "A media player was playing upon navigating away."
|
|
1735
1762
|
},
|
|
1736
|
-
"core/lib/
|
|
1763
|
+
"core/lib/bf-cache-strings.js | contentMediaSession": {
|
|
1737
1764
|
"message": "Pages that use MediaSession API and set a playback state are not eligible for back/forward cache."
|
|
1738
1765
|
},
|
|
1739
|
-
"core/lib/
|
|
1766
|
+
"core/lib/bf-cache-strings.js | contentMediaSessionService": {
|
|
1740
1767
|
"message": "Pages that use MediaSession API and set action handlers are not eligible for back/forward cache."
|
|
1741
1768
|
},
|
|
1742
|
-
"core/lib/
|
|
1769
|
+
"core/lib/bf-cache-strings.js | contentScreenReader": {
|
|
1743
1770
|
"message": "Back/forward cache is disabled due to screen reader."
|
|
1744
1771
|
},
|
|
1745
|
-
"core/lib/
|
|
1772
|
+
"core/lib/bf-cache-strings.js | contentSecurityHandler": {
|
|
1746
1773
|
"message": "Pages that use SecurityHandler are not eligible for back/forward cache."
|
|
1747
1774
|
},
|
|
1748
|
-
"core/lib/
|
|
1775
|
+
"core/lib/bf-cache-strings.js | contentSerial": {
|
|
1749
1776
|
"message": "Pages that use Serial API are not eligible for back/forward cache."
|
|
1750
1777
|
},
|
|
1751
|
-
"core/lib/
|
|
1778
|
+
"core/lib/bf-cache-strings.js | contentWebAuthenticationAPI": {
|
|
1752
1779
|
"message": "Pages that use WebAuthetication API are not eligible for back/forward cache."
|
|
1753
1780
|
},
|
|
1754
|
-
"core/lib/
|
|
1781
|
+
"core/lib/bf-cache-strings.js | contentWebBluetooth": {
|
|
1755
1782
|
"message": "Pages that use WebBluetooth API are not eligible for back/forward cache."
|
|
1756
1783
|
},
|
|
1757
|
-
"core/lib/
|
|
1784
|
+
"core/lib/bf-cache-strings.js | contentWebUSB": {
|
|
1758
1785
|
"message": "Pages that use WebUSB API are not eligible for back/forward cache."
|
|
1759
1786
|
},
|
|
1760
|
-
"core/lib/
|
|
1787
|
+
"core/lib/bf-cache-strings.js | dedicatedWorkerOrWorklet": {
|
|
1761
1788
|
"message": "Pages that use a dedicated worker or worklet are not currently eligible for back/forward cache."
|
|
1762
1789
|
},
|
|
1763
|
-
"core/lib/
|
|
1790
|
+
"core/lib/bf-cache-strings.js | documentLoaded": {
|
|
1764
1791
|
"message": "The document did not finish loading before navigating away."
|
|
1765
1792
|
},
|
|
1766
|
-
"core/lib/
|
|
1793
|
+
"core/lib/bf-cache-strings.js | embedderAppBannerManager": {
|
|
1767
1794
|
"message": "App Banner was present upon navigating away."
|
|
1768
1795
|
},
|
|
1769
|
-
"core/lib/
|
|
1796
|
+
"core/lib/bf-cache-strings.js | embedderChromePasswordManagerClientBindCredentialManager": {
|
|
1770
1797
|
"message": "Chrome Password Manager was present upon navigating away."
|
|
1771
1798
|
},
|
|
1772
|
-
"core/lib/
|
|
1799
|
+
"core/lib/bf-cache-strings.js | embedderDomDistillerSelfDeletingRequestDelegate": {
|
|
1773
1800
|
"message": "DOM distillation was in progress upon navigating away."
|
|
1774
1801
|
},
|
|
1775
|
-
"core/lib/
|
|
1802
|
+
"core/lib/bf-cache-strings.js | embedderDomDistillerViewerSource": {
|
|
1776
1803
|
"message": "DOM Distiller Viewer was present upon navigating away."
|
|
1777
1804
|
},
|
|
1778
|
-
"core/lib/
|
|
1805
|
+
"core/lib/bf-cache-strings.js | embedderExtensionMessaging": {
|
|
1779
1806
|
"message": "Back/forward cache is disabled due to extensions using messaging API."
|
|
1780
1807
|
},
|
|
1781
|
-
"core/lib/
|
|
1808
|
+
"core/lib/bf-cache-strings.js | embedderExtensionMessagingForOpenPort": {
|
|
1782
1809
|
"message": "Extensions with long-lived connection should close the connection before entering back/forward cache."
|
|
1783
1810
|
},
|
|
1784
|
-
"core/lib/
|
|
1811
|
+
"core/lib/bf-cache-strings.js | embedderExtensions": {
|
|
1785
1812
|
"message": "Back/forward cache is disabled due to extensions."
|
|
1786
1813
|
},
|
|
1787
|
-
"core/lib/
|
|
1814
|
+
"core/lib/bf-cache-strings.js | embedderExtensionSentMessageToCachedFrame": {
|
|
1788
1815
|
"message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
|
|
1789
1816
|
},
|
|
1790
|
-
"core/lib/
|
|
1817
|
+
"core/lib/bf-cache-strings.js | embedderModalDialog": {
|
|
1791
1818
|
"message": "Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away."
|
|
1792
1819
|
},
|
|
1793
|
-
"core/lib/
|
|
1820
|
+
"core/lib/bf-cache-strings.js | embedderOfflinePage": {
|
|
1794
1821
|
"message": "The offline page was shown upon navigating away."
|
|
1795
1822
|
},
|
|
1796
|
-
"core/lib/
|
|
1823
|
+
"core/lib/bf-cache-strings.js | embedderOomInterventionTabHelper": {
|
|
1797
1824
|
"message": "Out-Of-Memory Intervention bar was present upon navigating away."
|
|
1798
1825
|
},
|
|
1799
|
-
"core/lib/
|
|
1826
|
+
"core/lib/bf-cache-strings.js | embedderPermissionRequestManager": {
|
|
1800
1827
|
"message": "There were permission requests upon navigating away."
|
|
1801
1828
|
},
|
|
1802
|
-
"core/lib/
|
|
1829
|
+
"core/lib/bf-cache-strings.js | embedderPopupBlockerTabHelper": {
|
|
1803
1830
|
"message": "Popup blocker was present upon navigating away."
|
|
1804
1831
|
},
|
|
1805
|
-
"core/lib/
|
|
1832
|
+
"core/lib/bf-cache-strings.js | embedderSafeBrowsingThreatDetails": {
|
|
1806
1833
|
"message": "Safe Browsing details were shown upon navigating away."
|
|
1807
1834
|
},
|
|
1808
|
-
"core/lib/
|
|
1835
|
+
"core/lib/bf-cache-strings.js | embedderSafeBrowsingTriggeredPopupBlocker": {
|
|
1809
1836
|
"message": "Safe Browsing considered this page to be abusive and blocked popup."
|
|
1810
1837
|
},
|
|
1811
|
-
"core/lib/
|
|
1838
|
+
"core/lib/bf-cache-strings.js | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
1812
1839
|
"message": "A service worker was activated while the page was in back/forward cache."
|
|
1813
1840
|
},
|
|
1814
|
-
"core/lib/
|
|
1841
|
+
"core/lib/bf-cache-strings.js | errorDocument": {
|
|
1815
1842
|
"message": "Back/forward cache is disabled due to a document error."
|
|
1816
1843
|
},
|
|
1817
|
-
"core/lib/
|
|
1844
|
+
"core/lib/bf-cache-strings.js | fencedFramesEmbedder": {
|
|
1818
1845
|
"message": "Pages using FencedFrames cannot be stored in bfcache."
|
|
1819
1846
|
},
|
|
1820
|
-
"core/lib/
|
|
1847
|
+
"core/lib/bf-cache-strings.js | foregroundCacheLimit": {
|
|
1821
1848
|
"message": "The page was evicted from the cache to allow another page to be cached."
|
|
1822
1849
|
},
|
|
1823
|
-
"core/lib/
|
|
1850
|
+
"core/lib/bf-cache-strings.js | grantedMediaStreamAccess": {
|
|
1824
1851
|
"message": "Pages that have granted media stream access are not currently eligible for back/forward cache."
|
|
1825
1852
|
},
|
|
1826
|
-
"core/lib/
|
|
1853
|
+
"core/lib/bf-cache-strings.js | haveInnerContents": {
|
|
1827
1854
|
"message": "Pages that use portals are not currently eligible for back/forward cache."
|
|
1828
1855
|
},
|
|
1829
|
-
"core/lib/
|
|
1856
|
+
"core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
|
|
1830
1857
|
"message": "Only pages loaded via a GET request are eligible for back/forward cache."
|
|
1831
1858
|
},
|
|
1832
|
-
"core/lib/
|
|
1859
|
+
"core/lib/bf-cache-strings.js | HTTPStatusNotOK": {
|
|
1833
1860
|
"message": "Only pages with a status code of 2XX can be cached."
|
|
1834
1861
|
},
|
|
1835
|
-
"core/lib/
|
|
1862
|
+
"core/lib/bf-cache-strings.js | idleManager": {
|
|
1836
1863
|
"message": "Pages that use IdleManager are not currently eligible for back/forward cache."
|
|
1837
1864
|
},
|
|
1838
|
-
"core/lib/
|
|
1865
|
+
"core/lib/bf-cache-strings.js | indexedDBConnection": {
|
|
1839
1866
|
"message": "Pages that have an open IndexedDB connection are not currently eligible for back/forward cache."
|
|
1840
1867
|
},
|
|
1841
|
-
"core/lib/
|
|
1868
|
+
"core/lib/bf-cache-strings.js | ineligibleAPI": {
|
|
1842
1869
|
"message": "Ineligible APIs were used."
|
|
1843
1870
|
},
|
|
1844
|
-
"core/lib/
|
|
1871
|
+
"core/lib/bf-cache-strings.js | injectedJavascript": {
|
|
1845
1872
|
"message": "IPages that JavaScript is injected into by extensions are not currently eligible for back/forward cache."
|
|
1846
1873
|
},
|
|
1847
|
-
"core/lib/
|
|
1874
|
+
"core/lib/bf-cache-strings.js | injectedStyleSheet": {
|
|
1848
1875
|
"message": "Pages that StyleSheet is injected into by extensions are not currently eligible for back/forward cache."
|
|
1849
1876
|
},
|
|
1850
|
-
"core/lib/
|
|
1877
|
+
"core/lib/bf-cache-strings.js | internalError": {
|
|
1851
1878
|
"message": "Internal error."
|
|
1852
1879
|
},
|
|
1853
|
-
"core/lib/
|
|
1880
|
+
"core/lib/bf-cache-strings.js | JavaScriptExecution": {
|
|
1854
1881
|
"message": "Chrome detected an attempt to execute JavaScript while in the cache."
|
|
1855
1882
|
},
|
|
1856
|
-
"core/lib/
|
|
1883
|
+
"core/lib/bf-cache-strings.js | keepaliveRequest": {
|
|
1857
1884
|
"message": "Back/forward cache is disabled due to a keepalive request."
|
|
1858
1885
|
},
|
|
1859
|
-
"core/lib/
|
|
1886
|
+
"core/lib/bf-cache-strings.js | keyboardLock": {
|
|
1860
1887
|
"message": "Pages that use Keyboard lock are not currently eligible for back/forward cache."
|
|
1861
1888
|
},
|
|
1862
|
-
"core/lib/
|
|
1889
|
+
"core/lib/bf-cache-strings.js | loading": {
|
|
1863
1890
|
"message": "The page did not finish loading before navigating away."
|
|
1864
1891
|
},
|
|
1865
|
-
"core/lib/
|
|
1892
|
+
"core/lib/bf-cache-strings.js | mainResourceHasCacheControlNoCache": {
|
|
1866
1893
|
"message": "Pages whose main resource has cache-control:no-cache cannot enter back/forward cache."
|
|
1867
1894
|
},
|
|
1868
|
-
"core/lib/
|
|
1895
|
+
"core/lib/bf-cache-strings.js | mainResourceHasCacheControlNoStore": {
|
|
1869
1896
|
"message": "Pages whose main resource has cache-control:no-store cannot enter back/forward cache."
|
|
1870
1897
|
},
|
|
1871
|
-
"core/lib/
|
|
1898
|
+
"core/lib/bf-cache-strings.js | navigationCancelledWhileRestoring": {
|
|
1872
1899
|
"message": "Navigation was cancelled before the page could be restored from back/forward cache."
|
|
1873
1900
|
},
|
|
1874
|
-
"core/lib/
|
|
1901
|
+
"core/lib/bf-cache-strings.js | networkExceedsBufferLimit": {
|
|
1875
1902
|
"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."
|
|
1876
1903
|
},
|
|
1877
|
-
"core/lib/
|
|
1904
|
+
"core/lib/bf-cache-strings.js | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
1878
1905
|
"message": "Pages that have inflight fetch() or XHR are not currently eligible for back/forward cache."
|
|
1879
1906
|
},
|
|
1880
|
-
"core/lib/
|
|
1907
|
+
"core/lib/bf-cache-strings.js | networkRequestRedirected": {
|
|
1881
1908
|
"message": "The page was evicted from back/forward cache because an active network request involved a redirect."
|
|
1882
1909
|
},
|
|
1883
|
-
"core/lib/
|
|
1910
|
+
"core/lib/bf-cache-strings.js | networkRequestTimeout": {
|
|
1884
1911
|
"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."
|
|
1885
1912
|
},
|
|
1886
|
-
"core/lib/
|
|
1913
|
+
"core/lib/bf-cache-strings.js | noResponseHead": {
|
|
1887
1914
|
"message": "Pages that do not have a valid response head cannot enter back/forward cache."
|
|
1888
1915
|
},
|
|
1889
|
-
"core/lib/
|
|
1916
|
+
"core/lib/bf-cache-strings.js | notMainFrame": {
|
|
1890
1917
|
"message": "Navigation happened in a frame other than the main frame."
|
|
1891
1918
|
},
|
|
1892
|
-
"core/lib/
|
|
1919
|
+
"core/lib/bf-cache-strings.js | outstandingIndexedDBTransaction": {
|
|
1893
1920
|
"message": "Page with ongoing indexed DB transactions are not currently eligible for back/forward cache."
|
|
1894
1921
|
},
|
|
1895
|
-
"core/lib/
|
|
1922
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestDirectSocket": {
|
|
1896
1923
|
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
1897
1924
|
},
|
|
1898
|
-
"core/lib/
|
|
1925
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestFetch": {
|
|
1899
1926
|
"message": "Pages with an in-flight fetch network request are not currently eligible for back/forward cache."
|
|
1900
1927
|
},
|
|
1901
|
-
"core/lib/
|
|
1928
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestOthers": {
|
|
1902
1929
|
"message": "Pages with an in-flight network request are not currently eligible for back/forward cache."
|
|
1903
1930
|
},
|
|
1904
|
-
"core/lib/
|
|
1931
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestXHR": {
|
|
1905
1932
|
"message": "Pages with an in-flight XHR network request are not currently eligible for back/forward cache."
|
|
1906
1933
|
},
|
|
1907
|
-
"core/lib/
|
|
1934
|
+
"core/lib/bf-cache-strings.js | paymentManager": {
|
|
1908
1935
|
"message": "Pages that use PaymentManager are not currently eligible for back/forward cache."
|
|
1909
1936
|
},
|
|
1910
|
-
"core/lib/
|
|
1937
|
+
"core/lib/bf-cache-strings.js | pictureInPicture": {
|
|
1911
1938
|
"message": "Pages that use Picture-in-Picture are not currently eligible for back/forward cache."
|
|
1912
1939
|
},
|
|
1913
|
-
"core/lib/
|
|
1940
|
+
"core/lib/bf-cache-strings.js | portal": {
|
|
1914
1941
|
"message": "Pages that use portals are not currently eligible for back/forward cache."
|
|
1915
1942
|
},
|
|
1916
|
-
"core/lib/
|
|
1943
|
+
"core/lib/bf-cache-strings.js | printing": {
|
|
1917
1944
|
"message": "Pages that show Printing UI are not currently eligible for back/forward cache."
|
|
1918
1945
|
},
|
|
1919
|
-
"core/lib/
|
|
1946
|
+
"core/lib/bf-cache-strings.js | relatedActiveContentsExist": {
|
|
1920
1947
|
"message": "The page was opened using '`window.open()`' and another tab has a reference to it, or the page opened a window."
|
|
1921
1948
|
},
|
|
1922
|
-
"core/lib/
|
|
1949
|
+
"core/lib/bf-cache-strings.js | rendererProcessCrashed": {
|
|
1923
1950
|
"message": "The renderer process for the page in back/forward cache crashed."
|
|
1924
1951
|
},
|
|
1925
|
-
"core/lib/
|
|
1952
|
+
"core/lib/bf-cache-strings.js | rendererProcessKilled": {
|
|
1926
1953
|
"message": "The renderer process for the page in back/forward cache was killed."
|
|
1927
1954
|
},
|
|
1928
|
-
"core/lib/
|
|
1955
|
+
"core/lib/bf-cache-strings.js | requestedAudioCapturePermission": {
|
|
1929
1956
|
"message": "Pages that have requested audio capture permissions are not currently eligible for back/forward cache."
|
|
1930
1957
|
},
|
|
1931
|
-
"core/lib/
|
|
1958
|
+
"core/lib/bf-cache-strings.js | requestedBackForwardCacheBlockedSensors": {
|
|
1932
1959
|
"message": "Pages that have requested sensor permissions are not currently eligible for back/forward cache."
|
|
1933
1960
|
},
|
|
1934
|
-
"core/lib/
|
|
1961
|
+
"core/lib/bf-cache-strings.js | requestedBackgroundWorkPermission": {
|
|
1935
1962
|
"message": "Pages that have requested background sync or fetch permissions are not currently eligible for back/forward cache."
|
|
1936
1963
|
},
|
|
1937
|
-
"core/lib/
|
|
1964
|
+
"core/lib/bf-cache-strings.js | requestedMIDIPermission": {
|
|
1938
1965
|
"message": "Pages that have requested MIDI permissions are not currently eligible for back/forward cache."
|
|
1939
1966
|
},
|
|
1940
|
-
"core/lib/
|
|
1967
|
+
"core/lib/bf-cache-strings.js | requestedNotificationsPermission": {
|
|
1941
1968
|
"message": "Pages that have requested notifications permissions are not currently eligible for back/forward cache."
|
|
1942
1969
|
},
|
|
1943
|
-
"core/lib/
|
|
1970
|
+
"core/lib/bf-cache-strings.js | requestedStorageAccessGrant": {
|
|
1944
1971
|
"message": "Pages that have requested storage access are not currently eligible for back/forward cache."
|
|
1945
1972
|
},
|
|
1946
|
-
"core/lib/
|
|
1973
|
+
"core/lib/bf-cache-strings.js | requestedVideoCapturePermission": {
|
|
1947
1974
|
"message": "Pages that have requested video capture permissions are not currently eligible for back/forward cache."
|
|
1948
1975
|
},
|
|
1949
|
-
"core/lib/
|
|
1976
|
+
"core/lib/bf-cache-strings.js | schemeNotHTTPOrHTTPS": {
|
|
1950
1977
|
"message": "Only pages whose URL scheme is HTTP / HTTPS can be cached."
|
|
1951
1978
|
},
|
|
1952
|
-
"core/lib/
|
|
1979
|
+
"core/lib/bf-cache-strings.js | serviceWorkerClaim": {
|
|
1953
1980
|
"message": "The page was claimed by a service worker while it is in back/forward cache."
|
|
1954
1981
|
},
|
|
1955
|
-
"core/lib/
|
|
1982
|
+
"core/lib/bf-cache-strings.js | serviceWorkerPostMessage": {
|
|
1956
1983
|
"message": "A service worker attempted to send the page in back/forward cache a `MessageEvent`."
|
|
1957
1984
|
},
|
|
1958
|
-
"core/lib/
|
|
1985
|
+
"core/lib/bf-cache-strings.js | serviceWorkerUnregistration": {
|
|
1959
1986
|
"message": "ServiceWorker was unregistered while a page was in back/forward cache."
|
|
1960
1987
|
},
|
|
1961
|
-
"core/lib/
|
|
1988
|
+
"core/lib/bf-cache-strings.js | serviceWorkerVersionActivation": {
|
|
1962
1989
|
"message": "The page was evicted from back/forward cache due to a service worker activation."
|
|
1963
1990
|
},
|
|
1964
|
-
"core/lib/
|
|
1991
|
+
"core/lib/bf-cache-strings.js | sessionRestored": {
|
|
1965
1992
|
"message": "Chrome restarted and cleared the back/forward cache entries."
|
|
1966
1993
|
},
|
|
1967
|
-
"core/lib/
|
|
1994
|
+
"core/lib/bf-cache-strings.js | sharedWorker": {
|
|
1968
1995
|
"message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
|
|
1969
1996
|
},
|
|
1970
|
-
"core/lib/
|
|
1997
|
+
"core/lib/bf-cache-strings.js | speechRecognizer": {
|
|
1971
1998
|
"message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
|
|
1972
1999
|
},
|
|
1973
|
-
"core/lib/
|
|
2000
|
+
"core/lib/bf-cache-strings.js | speechSynthesis": {
|
|
1974
2001
|
"message": "Pages that use SpeechSynthesis are not currently eligible for back/forward cache."
|
|
1975
2002
|
},
|
|
1976
|
-
"core/lib/
|
|
2003
|
+
"core/lib/bf-cache-strings.js | subframeIsNavigating": {
|
|
1977
2004
|
"message": "An iframe on the page started a navigation that did not complete."
|
|
1978
2005
|
},
|
|
1979
|
-
"core/lib/
|
|
2006
|
+
"core/lib/bf-cache-strings.js | subresourceHasCacheControlNoCache": {
|
|
1980
2007
|
"message": "Pages whose subresource has cache-control:no-cache cannot enter back/forward cache."
|
|
1981
2008
|
},
|
|
1982
|
-
"core/lib/
|
|
2009
|
+
"core/lib/bf-cache-strings.js | subresourceHasCacheControlNoStore": {
|
|
1983
2010
|
"message": "Pages whose subresource has cache-control:no-store cannot enter back/forward cache."
|
|
1984
2011
|
},
|
|
1985
|
-
"core/lib/
|
|
2012
|
+
"core/lib/bf-cache-strings.js | timeout": {
|
|
1986
2013
|
"message": "The page exceeded the maximum time in back/forward cache and was expired."
|
|
1987
2014
|
},
|
|
1988
|
-
"core/lib/
|
|
2015
|
+
"core/lib/bf-cache-strings.js | timeoutPuttingInCache": {
|
|
1989
2016
|
"message": "The page timed out entering back/forward cache (likely due to long-running pagehide handlers)."
|
|
1990
2017
|
},
|
|
1991
|
-
"core/lib/
|
|
2018
|
+
"core/lib/bf-cache-strings.js | unloadHandlerExistsInMainFrame": {
|
|
1992
2019
|
"message": "The page has an unload handler in the main frame."
|
|
1993
2020
|
},
|
|
1994
|
-
"core/lib/
|
|
2021
|
+
"core/lib/bf-cache-strings.js | unloadHandlerExistsInSubFrame": {
|
|
1995
2022
|
"message": "The page has an unload handler in a sub frame."
|
|
1996
2023
|
},
|
|
1997
|
-
"core/lib/
|
|
2024
|
+
"core/lib/bf-cache-strings.js | userAgentOverrideDiffers": {
|
|
1998
2025
|
"message": "Browser has changed the user agent override header."
|
|
1999
2026
|
},
|
|
2000
|
-
"core/lib/
|
|
2027
|
+
"core/lib/bf-cache-strings.js | wasGrantedMediaAccess": {
|
|
2001
2028
|
"message": "Pages that have granted access to record video or audio are not currently eligible for back/forward cache."
|
|
2002
2029
|
},
|
|
2003
|
-
"core/lib/
|
|
2030
|
+
"core/lib/bf-cache-strings.js | webDatabase": {
|
|
2004
2031
|
"message": "Pages that use WebDatabase are not currently eligible for back/forward cache."
|
|
2005
2032
|
},
|
|
2006
|
-
"core/lib/
|
|
2033
|
+
"core/lib/bf-cache-strings.js | webHID": {
|
|
2007
2034
|
"message": "Pages that use WebHID are not currently eligible for back/forward cache."
|
|
2008
2035
|
},
|
|
2009
|
-
"core/lib/
|
|
2036
|
+
"core/lib/bf-cache-strings.js | webLocks": {
|
|
2010
2037
|
"message": "Pages that use WebLocks are not currently eligible for back/forward cache."
|
|
2011
2038
|
},
|
|
2012
|
-
"core/lib/
|
|
2039
|
+
"core/lib/bf-cache-strings.js | webNfc": {
|
|
2013
2040
|
"message": "Pages that use WebNfc are not currently eligible for back/forwad cache."
|
|
2014
2041
|
},
|
|
2015
|
-
"core/lib/
|
|
2042
|
+
"core/lib/bf-cache-strings.js | webOTPService": {
|
|
2016
2043
|
"message": "Pages that use WebOTPService are not currently eligible for bfcache."
|
|
2017
2044
|
},
|
|
2018
|
-
"core/lib/
|
|
2045
|
+
"core/lib/bf-cache-strings.js | webRTC": {
|
|
2019
2046
|
"message": "Pages with WebRTC cannot enter back/forward cache."
|
|
2020
2047
|
},
|
|
2021
|
-
"core/lib/
|
|
2048
|
+
"core/lib/bf-cache-strings.js | webShare": {
|
|
2022
2049
|
"message": "Pages that use WebShare are not currently eligible for back/forwad cache."
|
|
2023
2050
|
},
|
|
2024
|
-
"core/lib/
|
|
2051
|
+
"core/lib/bf-cache-strings.js | webSocket": {
|
|
2025
2052
|
"message": "Pages with WebSocket cannot enter back/forward cache."
|
|
2026
2053
|
},
|
|
2027
|
-
"core/lib/
|
|
2054
|
+
"core/lib/bf-cache-strings.js | webTransport": {
|
|
2028
2055
|
"message": "Pages with WebTransport cannot enter back/forward cache."
|
|
2029
2056
|
},
|
|
2030
|
-
"core/lib/
|
|
2057
|
+
"core/lib/bf-cache-strings.js | webXR": {
|
|
2031
2058
|
"message": "Pages that use WebXR are not currently eligible for back/forward cache."
|
|
2032
2059
|
},
|
|
2033
2060
|
"core/lib/csp-evaluator.js | allowlistFallback": {
|