chrome-devtools-frontend 1.0.952784 → 1.0.953776

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 (144) hide show
  1. package/config/gni/devtools_grd_files.gni +4 -0
  2. package/config/gni/devtools_image_files.gni +1 -0
  3. package/front_end/.eslintrc.js +1 -0
  4. package/front_end/Images/src/info-icon.svg +1 -0
  5. package/front_end/core/common/ParsedURL.ts +31 -0
  6. package/front_end/core/host/UserMetrics.ts +515 -481
  7. package/front_end/core/i18n/i18nImpl.ts +8 -30
  8. package/front_end/core/i18n/locales/af.json +158 -176
  9. package/front_end/core/i18n/locales/am.json +163 -181
  10. package/front_end/core/i18n/locales/ar.json +162 -180
  11. package/front_end/core/i18n/locales/as.json +163 -181
  12. package/front_end/core/i18n/locales/az.json +161 -179
  13. package/front_end/core/i18n/locales/be.json +160 -178
  14. package/front_end/core/i18n/locales/bg.json +159 -177
  15. package/front_end/core/i18n/locales/bn.json +166 -184
  16. package/front_end/core/i18n/locales/bs.json +161 -179
  17. package/front_end/core/i18n/locales/ca.json +159 -177
  18. package/front_end/core/i18n/locales/cs.json +159 -177
  19. package/front_end/core/i18n/locales/cy.json +164 -182
  20. package/front_end/core/i18n/locales/da.json +158 -176
  21. package/front_end/core/i18n/locales/de.json +160 -178
  22. package/front_end/core/i18n/locales/el.json +158 -176
  23. package/front_end/core/i18n/locales/en-GB.json +158 -176
  24. package/front_end/core/i18n/locales/en-US.json +48 -0
  25. package/front_end/core/i18n/locales/en-XL.json +48 -0
  26. package/front_end/core/i18n/locales/es-419.json +160 -178
  27. package/front_end/core/i18n/locales/es.json +156 -174
  28. package/front_end/core/i18n/locales/et.json +161 -179
  29. package/front_end/core/i18n/locales/eu.json +159 -177
  30. package/front_end/core/i18n/locales/fa.json +166 -184
  31. package/front_end/core/i18n/locales/fi.json +161 -179
  32. package/front_end/core/i18n/locales/fil.json +162 -180
  33. package/front_end/core/i18n/locales/fr-CA.json +159 -177
  34. package/front_end/core/i18n/locales/fr.json +158 -176
  35. package/front_end/core/i18n/locales/gl.json +160 -178
  36. package/front_end/core/i18n/locales/gu.json +179 -197
  37. package/front_end/core/i18n/locales/he.json +160 -178
  38. package/front_end/core/i18n/locales/hi.json +166 -184
  39. package/front_end/core/i18n/locales/hr.json +161 -179
  40. package/front_end/core/i18n/locales/hu.json +161 -179
  41. package/front_end/core/i18n/locales/hy.json +157 -175
  42. package/front_end/core/i18n/locales/id.json +160 -178
  43. package/front_end/core/i18n/locales/is.json +163 -181
  44. package/front_end/core/i18n/locales/it.json +162 -180
  45. package/front_end/core/i18n/locales/ja.json +160 -178
  46. package/front_end/core/i18n/locales/ka.json +161 -179
  47. package/front_end/core/i18n/locales/kk.json +164 -182
  48. package/front_end/core/i18n/locales/km.json +160 -178
  49. package/front_end/core/i18n/locales/kn.json +162 -180
  50. package/front_end/core/i18n/locales/ko.json +162 -180
  51. package/front_end/core/i18n/locales/ky.json +160 -178
  52. package/front_end/core/i18n/locales/lo.json +159 -177
  53. package/front_end/core/i18n/locales/lt.json +159 -177
  54. package/front_end/core/i18n/locales/lv.json +162 -180
  55. package/front_end/core/i18n/locales/mk.json +162 -180
  56. package/front_end/core/i18n/locales/ml.json +160 -178
  57. package/front_end/core/i18n/locales/mn.json +164 -182
  58. package/front_end/core/i18n/locales/mr.json +163 -181
  59. package/front_end/core/i18n/locales/ms.json +163 -181
  60. package/front_end/core/i18n/locales/my.json +164 -182
  61. package/front_end/core/i18n/locales/ne.json +160 -178
  62. package/front_end/core/i18n/locales/nl.json +160 -178
  63. package/front_end/core/i18n/locales/no.json +281 -299
  64. package/front_end/core/i18n/locales/or.json +165 -183
  65. package/front_end/core/i18n/locales/pa.json +159 -177
  66. package/front_end/core/i18n/locales/pl.json +163 -181
  67. package/front_end/core/i18n/locales/pt-PT.json +160 -178
  68. package/front_end/core/i18n/locales/pt.json +159 -177
  69. package/front_end/core/i18n/locales/ro.json +161 -179
  70. package/front_end/core/i18n/locales/ru.json +159 -177
  71. package/front_end/core/i18n/locales/si.json +161 -179
  72. package/front_end/core/i18n/locales/sk.json +158 -176
  73. package/front_end/core/i18n/locales/sl.json +160 -178
  74. package/front_end/core/i18n/locales/sq.json +279 -297
  75. package/front_end/core/i18n/locales/sr-Latn.json +160 -178
  76. package/front_end/core/i18n/locales/sr.json +160 -178
  77. package/front_end/core/i18n/locales/sv.json +159 -177
  78. package/front_end/core/i18n/locales/sw.json +164 -182
  79. package/front_end/core/i18n/locales/ta.json +160 -178
  80. package/front_end/core/i18n/locales/te.json +165 -183
  81. package/front_end/core/i18n/locales/th.json +158 -176
  82. package/front_end/core/i18n/locales/tr.json +162 -180
  83. package/front_end/core/i18n/locales/uk.json +160 -178
  84. package/front_end/core/i18n/locales/ur.json +160 -178
  85. package/front_end/core/i18n/locales/uz.json +160 -178
  86. package/front_end/core/i18n/locales/vi.json +162 -180
  87. package/front_end/core/i18n/locales/zh-HK.json +160 -178
  88. package/front_end/core/i18n/locales/zh-TW.json +161 -179
  89. package/front_end/core/i18n/locales/zh.json +162 -180
  90. package/front_end/core/i18n/locales/zu.json +164 -182
  91. package/front_end/core/sdk/ChildTargetManager.ts +1 -0
  92. package/front_end/core/sdk/PageResourceLoader.ts +1 -2
  93. package/front_end/panels/application/components/BackForwardCacheStrings.ts +93 -15
  94. package/front_end/panels/application/components/EndpointsGrid.ts +1 -1
  95. package/front_end/panels/elements/components/elementsBreadcrumbs.css +2 -0
  96. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +2 -0
  97. package/front_end/panels/network/NetworkDataGridNode.ts +0 -2
  98. package/front_end/panels/network/components/WebBundleInfoView.ts +1 -1
  99. package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +188 -185
  100. package/front_end/third_party/lighthouse/locales/en-US.json +1 -1
  101. package/front_end/third_party/lighthouse/locales/en-XL.json +1 -1
  102. package/front_end/third_party/lighthouse/report/bundle.js +3 -3
  103. package/front_end/third_party/lighthouse/report-assets/report-generator.js +1 -1
  104. package/front_end/third_party/puppeteer/package/README.md +11 -11
  105. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js +2 -2
  106. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
  107. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts +2 -0
  108. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +1 -1
  109. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js +20 -11
  110. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js.map +1 -1
  111. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
  112. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +13 -3
  113. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
  114. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js +2 -2
  115. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
  116. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts +2 -0
  117. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts.map +1 -1
  118. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js +20 -11
  119. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js.map +1 -1
  120. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
  121. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js +13 -3
  122. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
  123. package/front_end/third_party/puppeteer/package/lib/types.d.ts +2 -0
  124. package/front_end/third_party/puppeteer/package/package.json +1 -1
  125. package/front_end/ui/components/docs/component_docs.ts +4 -4
  126. package/front_end/ui/components/docs/component_docs_styles.css +51 -0
  127. package/front_end/ui/components/input/checkbox.css +11 -0
  128. package/front_end/ui/components/input/input.ts +3 -3
  129. package/front_end/ui/components/markdown_view/MarkdownView.ts +1 -1
  130. package/front_end/ui/components/panel_feedback/PreviewToggle.ts +2 -1
  131. package/front_end/ui/components/settings/SettingCheckbox.ts +2 -1
  132. package/front_end/ui/components/settings/settingCheckbox.css +0 -5
  133. package/front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts +10 -3
  134. package/front_end/ui/legacy/UIUtils.ts +0 -12
  135. package/front_end/ui/legacy/themeColors.css +1 -0
  136. package/inspector_overlay/main.ts +2 -16
  137. package/package.json +1 -1
  138. package/scripts/check_experiments.js +3 -6
  139. package/scripts/component_server/server.js +4 -12
  140. package/scripts/eslint_rules/lib/check_enumerated_histograms.js +32 -0
  141. package/scripts/eslint_rules/lib/lit_html_host_this.js +1 -10
  142. package/scripts/eslint_rules/lib/utils.js +20 -1
  143. package/scripts/eslint_rules/tests/check_enumerated_histograms_test.js +32 -0
  144. package/scripts/eslint_rules/tests/utils_test.js +30 -0
@@ -2510,6 +2510,51 @@
2510
2510
  "panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
2511
2511
  "message": "The document did not finish loading before navigating away."
2512
2512
  },
2513
+ "panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
2514
+ "message": "App Banner was present upon navigating away."
2515
+ },
2516
+ "panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
2517
+ "message": "Chrome Password Manager was present upon navigating away."
2518
+ },
2519
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
2520
+ "message": "DOM distillation was in progress upon navigating away."
2521
+ },
2522
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
2523
+ "message": "DOM Distiller Viewer was present upon navigating away."
2524
+ },
2525
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
2526
+ "message": "Back/forward cache is disabled due to extensions using messaging API."
2527
+ },
2528
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
2529
+ "message": "Extensions with long-lived connection should close the connection before entering back/forward cache."
2530
+ },
2531
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
2532
+ "message": "Back/forward cache is disabled due to extensions."
2533
+ },
2534
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
2535
+ "message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
2536
+ },
2537
+ "panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
2538
+ "message": "Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away."
2539
+ },
2540
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
2541
+ "message": "The offline page was shown upon navigating away."
2542
+ },
2543
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
2544
+ "message": "Out-Of-Memory Intervention bar was present upon navigating away."
2545
+ },
2546
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
2547
+ "message": "There were permission requests upon navigating away."
2548
+ },
2549
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
2550
+ "message": "Popup blocker was present upon navigating away."
2551
+ },
2552
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
2553
+ "message": "Safe Browsing details were shown upon navigating away."
2554
+ },
2555
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
2556
+ "message": "Safe Browsing considered this page to be abusive and blocked popup."
2557
+ },
2513
2558
  "panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
2514
2559
  "message": "A service worker was activated while the page was in back/forward cache."
2515
2560
  },
@@ -12131,6 +12176,9 @@
12131
12176
  "ui/legacy/ListWidget.ts | saveString": {
12132
12177
  "message": "Save"
12133
12178
  },
12179
+ "ui/legacy/RemoteDebuggingTerminatedScreen.ts | debuggingConnectionWasClosed": {
12180
+ "message": "Debugging connection was closed. Reason: "
12181
+ },
12134
12182
  "ui/legacy/RemoteDebuggingTerminatedScreen.ts | reconnectDevtools": {
12135
12183
  "message": "Reconnect DevTools"
12136
12184
  },
@@ -2510,6 +2510,51 @@
2510
2510
  "panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
2511
2511
  "message": "T̂h́ê d́ôćûḿêńt̂ d́îd́ n̂ót̂ f́îńîśĥ ĺôád̂ín̂ǵ b̂éf̂ór̂é n̂áv̂íĝát̂ín̂ǵ âẃâý."
2512
2512
  },
2513
+ "panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
2514
+ "message": "Âṕp̂ B́âńn̂ér̂ ẃâś p̂ŕêśêńt̂ úp̂ón̂ ńâv́îǵât́îńĝ áŵáŷ."
2515
+ },
2516
+ "panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
2517
+ "message": "Ĉh́r̂óm̂é P̂áŝśŵór̂d́ M̂án̂áĝér̂ ẃâś p̂ŕêśêńt̂ úp̂ón̂ ńâv́îǵât́îńĝ áŵáŷ."
2518
+ },
2519
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
2520
+ "message": "D̂ÓM̂ d́îśt̂íl̂ĺât́îón̂ ẃâś îń p̂ŕôǵr̂éŝś ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2521
+ },
2522
+ "panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
2523
+ "message": "D̂ÓM̂ D́îśt̂íl̂ĺêŕ V̂íêẃêŕ ŵáŝ ṕr̂éŝén̂t́ ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2524
+ },
2525
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
2526
+ "message": "B̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé îś d̂íŝáb̂ĺêd́ d̂úê t́ô éx̂t́êńŝíôńŝ úŝín̂ǵ m̂éŝśâǵîńĝ ÁP̂Í."
2527
+ },
2528
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
2529
+ "message": "Êx́t̂én̂śîón̂ś ŵít̂h́ l̂ón̂ǵ-l̂ív̂éd̂ ćôńn̂éĉt́îón̂ śĥóûĺd̂ ćl̂óŝé t̂h́ê ćôńn̂éĉt́îón̂ b́êf́ôŕê én̂t́êŕîńĝ b́âćk̂/f́ôŕŵár̂d́ ĉáĉh́ê."
2530
+ },
2531
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
2532
+ "message": "B̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé îś d̂íŝáb̂ĺêd́ d̂úê t́ô éx̂t́êńŝíôńŝ."
2533
+ },
2534
+ "panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
2535
+ "message": "Êx́t̂én̂śîón̂ś ŵít̂h́ l̂ón̂ǵ-l̂ív̂éd̂ ćôńn̂éĉt́îón̂ át̂t́êḿp̂t́êd́ t̂ó ŝén̂d́ m̂éŝśâǵêś t̂ó f̂ŕâḿêś îń b̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé."
2536
+ },
2537
+ "panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
2538
+ "message": "M̂ód̂ál̂ d́îál̂óĝ śûćĥ áŝ f́ôŕm̂ ŕêśûb́m̂íŝśîón̂ ór̂ h́t̂t́p̂ ṕâśŝẃôŕd̂ d́îál̂óĝ ẃâś ŝh́ôẃn̂ f́ôŕ t̂h́ê ṕâǵê úp̂ón̂ ńâv́îǵât́îńĝ áŵáŷ."
2539
+ },
2540
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
2541
+ "message": "T̂h́ê óf̂f́l̂ín̂é p̂áĝé ŵáŝ śĥóŵń ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2542
+ },
2543
+ "panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
2544
+ "message": "Ôút̂-Óf̂-Ḿêḿôŕŷ Ín̂t́êŕv̂én̂t́îón̂ b́âŕ ŵáŝ ṕr̂éŝén̂t́ ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2545
+ },
2546
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
2547
+ "message": "T̂h́êŕê ẃêŕê ṕêŕm̂íŝśîón̂ ŕêq́ûéŝt́ŝ úp̂ón̂ ńâv́îǵât́îńĝ áŵáŷ."
2548
+ },
2549
+ "panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
2550
+ "message": "P̂óp̂úp̂ b́l̂óĉḱêŕ ŵáŝ ṕr̂éŝén̂t́ ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2551
+ },
2552
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
2553
+ "message": "Ŝáf̂é B̂ŕôẃŝín̂ǵ d̂ét̂áîĺŝ ẃêŕê śĥóŵń ûṕôń n̂áv̂íĝát̂ín̂ǵ âẃâý."
2554
+ },
2555
+ "panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
2556
+ "message": "Ŝáf̂é B̂ŕôẃŝín̂ǵ ĉón̂śîd́êŕêd́ t̂h́îś p̂áĝé t̂ó b̂é âb́ûśîv́ê án̂d́ b̂ĺôćk̂éd̂ ṕôṕûṕ."
2557
+ },
2513
2558
  "panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
2514
2559
  "message": "Â śêŕv̂íĉé ŵór̂ḱêŕ ŵáŝ áĉt́îv́ât́êd́ ŵh́îĺê t́ĥé p̂áĝé ŵáŝ ín̂ b́âćk̂/f́ôŕŵár̂d́ ĉáĉh́ê."
2515
2560
  },
@@ -12131,6 +12176,9 @@
12131
12176
  "ui/legacy/ListWidget.ts | saveString": {
12132
12177
  "message": "Ŝáv̂é"
12133
12178
  },
12179
+ "ui/legacy/RemoteDebuggingTerminatedScreen.ts | debuggingConnectionWasClosed": {
12180
+ "message": "D̂éb̂úĝǵîńĝ ćôńn̂éĉt́îón̂ ẃâś ĉĺôśêd́. R̂éâśôń: "
12181
+ },
12134
12182
  "ui/legacy/RemoteDebuggingTerminatedScreen.ts | reconnectDevtools": {
12135
12183
  "message": "R̂éĉón̂ńêćt̂ DevTools"
12136
12184
  },