chrome-devtools-frontend 1.0.1537860 → 1.0.1538310

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 (31) hide show
  1. package/.env.template +3 -2
  2. package/eslint.config.mjs +151 -149
  3. package/front_end/core/host/AidaClient.ts +1 -0
  4. package/front_end/core/host/UserMetrics.ts +3 -1
  5. package/front_end/core/root/Runtime.ts +8 -0
  6. package/front_end/models/ai_code_generation/AiCodeGeneration.ts +151 -0
  7. package/front_end/models/ai_code_generation/ai_code_generation.ts +6 -0
  8. package/front_end/models/ai_code_generation/debug.ts +30 -0
  9. package/front_end/panels/application/PreloadingTreeElement.ts +10 -2
  10. package/front_end/panels/application/components/OriginTrialTreeView.ts +97 -129
  11. package/front_end/panels/application/components/originTrialTreeView.css +37 -7
  12. package/front_end/panels/application/preloading/components/PreloadingString.ts +13 -11
  13. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +1 -0
  14. package/front_end/panels/network/NetworkItemView.ts +1 -1
  15. package/front_end/panels/network/NetworkWaterfallColumn.ts +5 -6
  16. package/front_end/panels/network/RequestTimingView.ts +404 -348
  17. package/front_end/panels/network/networkTimingTable.css +22 -2
  18. package/front_end/panels/timeline/components/NetworkRequestTooltip.ts +42 -3
  19. package/front_end/panels/timeline/components/networkRequestTooltip.css +19 -0
  20. package/front_end/ui/components/adorners/Adorner.ts +1 -0
  21. package/front_end/ui/components/icon_button/IconButton.ts +1 -0
  22. package/front_end/ui/components/settings/SettingCheckbox.ts +1 -0
  23. package/front_end/ui/legacy/Treeoutline.ts +15 -0
  24. package/front_end/ui/legacy/UIUtils.ts +3 -0
  25. package/front_end/ui/legacy/Widget.ts +6 -4
  26. package/front_end/ui/legacy/XLink.ts +1 -0
  27. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -0
  28. package/front_end/ui/legacy/components/perf_ui/BrickBreaker.ts +1 -0
  29. package/front_end/ui/legacy/popover.css +12 -11
  30. package/package.json +1 -1
  31. package/front_end/panels/application/components/badge.css +0 -33
package/.env.template CHANGED
@@ -1,5 +1,6 @@
1
- # This files is to be used when calling node script
2
- # Use --env-file-if-exists to make it optional
1
+ # This file gets picked up from NodeJS script that use `./scripts/env-utils.mjs`
2
+ # There it's loaded via `import { loadEnvFile } from 'node:process';`
3
+ # https://nodejs.org/api/process.html#processloadenvfilepath
3
4
  DEVTOOLS_BROWSER=
4
5
  DEVTOOLS_UNSTABLE_FEATURES=
5
6
  DEVTOOLS_ENABLE_FEATURES=