chrome-devtools-frontend 1.0.1624409 → 1.0.1624583

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