chrome-devtools-frontend 1.0.1624409 → 1.0.1625079

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 (86) hide show
  1. package/.agents/skills/foundation-test-migration/SKILL.md +3 -3
  2. package/front_end/core/host/AidaClient.ts +6 -5
  3. package/front_end/core/host/AidaClientTypes.ts +3 -1
  4. package/front_end/core/host/DispatchHttpRequestClient.ts +6 -3
  5. package/front_end/core/platform/api/HostRuntime.ts +3 -0
  6. package/front_end/core/platform/browser/HostRuntime.ts +10 -0
  7. package/front_end/core/platform/node/HostRuntime.ts +10 -0
  8. package/front_end/core/root/Runtime.ts +6 -5
  9. package/front_end/models/ai_assistance/data_formatters/NetworkRequestFormatter.ts +6 -2
  10. package/front_end/models/ai_code_completion/AiCodeCompletion.ts +2 -3
  11. package/front_end/models/ai_code_generation/AiCodeGeneration.ts +2 -3
  12. package/front_end/models/javascript_metadata/NativeFunctions.js +4 -0
  13. package/front_end/models/trace/insights/DuplicatedJavaScript.ts +4 -0
  14. package/front_end/models/trace/insights/FontDisplay.ts +4 -0
  15. package/front_end/models/trace/insights/LegacyJavaScript.ts +4 -0
  16. package/front_end/panels/ai_assistance/AiAssistancePanel.ts +8 -4
  17. package/front_end/panels/ai_assistance/components/ChatMessage.ts +7 -5
  18. package/front_end/panels/ai_assistance/components/ChatView.ts +2 -2
  19. package/front_end/panels/elements/StylePropertyTreeElement.ts +2 -2
  20. package/front_end/panels/elements/StylesAiCodeCompletionProvider.ts +6 -1
  21. package/front_end/panels/elements/StylesSidebarPane.ts +12 -1
  22. package/front_end/panels/elements/stylePropertiesTreeOutline.css +5 -1
  23. package/front_end/panels/emulation/DeviceModeToolbar.ts +144 -128
  24. package/front_end/panels/timeline/components/SidebarSingleInsightSet.ts +12 -4
  25. package/front_end/panels/timeline/components/insights/DuplicatedJavaScript.ts +4 -0
  26. package/front_end/panels/timeline/components/insights/FontDisplay.ts +4 -0
  27. package/front_end/panels/timeline/components/insights/LegacyJavaScript.ts +4 -0
  28. package/front_end/third_party/chromium/README.chromium +1 -1
  29. package/front_end/third_party/lighthouse/README.chromium +2 -2
  30. package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +5176 -5104
  31. package/front_end/third_party/lighthouse/locales/ar-XB.json +72 -36
  32. package/front_end/third_party/lighthouse/locales/ar.json +72 -36
  33. package/front_end/third_party/lighthouse/locales/bg.json +72 -36
  34. package/front_end/third_party/lighthouse/locales/ca.json +72 -36
  35. package/front_end/third_party/lighthouse/locales/cs.json +72 -36
  36. package/front_end/third_party/lighthouse/locales/da.json +74 -38
  37. package/front_end/third_party/lighthouse/locales/de.json +72 -36
  38. package/front_end/third_party/lighthouse/locales/el.json +73 -37
  39. package/front_end/third_party/lighthouse/locales/en-GB.json +74 -38
  40. package/front_end/third_party/lighthouse/locales/en-US.json +245 -17
  41. package/front_end/third_party/lighthouse/locales/en-XL.json +245 -17
  42. package/front_end/third_party/lighthouse/locales/es-419.json +72 -36
  43. package/front_end/third_party/lighthouse/locales/es.json +73 -37
  44. package/front_end/third_party/lighthouse/locales/fi.json +72 -36
  45. package/front_end/third_party/lighthouse/locales/fil.json +74 -38
  46. package/front_end/third_party/lighthouse/locales/fr.json +162 -126
  47. package/front_end/third_party/lighthouse/locales/he.json +74 -38
  48. package/front_end/third_party/lighthouse/locales/hi.json +73 -37
  49. package/front_end/third_party/lighthouse/locales/hr.json +72 -36
  50. package/front_end/third_party/lighthouse/locales/hu.json +73 -37
  51. package/front_end/third_party/lighthouse/locales/id.json +74 -38
  52. package/front_end/third_party/lighthouse/locales/it.json +72 -36
  53. package/front_end/third_party/lighthouse/locales/ja.json +72 -36
  54. package/front_end/third_party/lighthouse/locales/ko.json +72 -36
  55. package/front_end/third_party/lighthouse/locales/lt.json +72 -36
  56. package/front_end/third_party/lighthouse/locales/lv.json +72 -36
  57. package/front_end/third_party/lighthouse/locales/nl.json +73 -37
  58. package/front_end/third_party/lighthouse/locales/no.json +72 -36
  59. package/front_end/third_party/lighthouse/locales/pl.json +72 -36
  60. package/front_end/third_party/lighthouse/locales/pt-PT.json +72 -36
  61. package/front_end/third_party/lighthouse/locales/pt.json +74 -38
  62. package/front_end/third_party/lighthouse/locales/ro.json +72 -36
  63. package/front_end/third_party/lighthouse/locales/ru.json +72 -36
  64. package/front_end/third_party/lighthouse/locales/sk.json +72 -36
  65. package/front_end/third_party/lighthouse/locales/sl.json +72 -36
  66. package/front_end/third_party/lighthouse/locales/sr-Latn.json +73 -37
  67. package/front_end/third_party/lighthouse/locales/sr.json +73 -37
  68. package/front_end/third_party/lighthouse/locales/sv.json +75 -39
  69. package/front_end/third_party/lighthouse/locales/ta.json +73 -37
  70. package/front_end/third_party/lighthouse/locales/te.json +72 -36
  71. package/front_end/third_party/lighthouse/locales/th.json +73 -37
  72. package/front_end/third_party/lighthouse/locales/tr.json +72 -36
  73. package/front_end/third_party/lighthouse/locales/uk.json +72 -36
  74. package/front_end/third_party/lighthouse/locales/vi.json +74 -38
  75. package/front_end/third_party/lighthouse/locales/zh-HK.json +72 -36
  76. package/front_end/third_party/lighthouse/locales/zh-TW.json +74 -38
  77. package/front_end/third_party/lighthouse/locales/zh.json +75 -39
  78. package/front_end/third_party/lighthouse/report/bundle.js +2 -1
  79. package/front_end/third_party/lighthouse/report-assets/report-generator.mjs +1 -1
  80. package/front_end/ui/components/text_editor/AiCodeCompletionProvider.ts +6 -2
  81. package/front_end/ui/components/text_editor/AiCodeGenerationProvider.ts +4 -1
  82. package/front_end/ui/legacy/SuggestBox.ts +1 -0
  83. package/front_end/ui/legacy/TextPrompt.ts +2 -1
  84. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +328 -47
  85. package/front_end/ui/visual_logging/KnownContextValues.ts +3 -0
  86. package/package.json +9 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.