chrome-devtools-frontend 1.0.1650100 → 1.0.1650232

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 (28) hide show
  1. package/front_end/core/host/UserMetrics.ts +0 -15
  2. package/front_end/core/sdk/CSSMetadata.ts +72 -0
  3. package/front_end/models/ai_assistance/agents/ExecuteJavascript.ts +13 -4
  4. package/front_end/models/ai_assistance/agents/PerformanceAgent.ts +1 -7
  5. package/front_end/panels/network/RequestConditionsDrawer.ts +236 -198
  6. package/front_end/panels/network/requestConditionsDrawer.css +3 -0
  7. package/front_end/panels/whats_new/ReleaseNoteText.ts +12 -6
  8. package/front_end/panels/whats_new/resources/WNDT.md +8 -7
  9. package/front_end/third_party/third-party-web/lib/nostats-subset.js +21 -15
  10. package/front_end/third_party/third-party-web/package/README.md +619 -582
  11. package/front_end/third_party/third-party-web/package/dist/entities-httparchive-nostats.json +1 -1
  12. package/front_end/third_party/third-party-web/package/dist/entities-httparchive.json +1 -1
  13. package/front_end/third_party/third-party-web/package/dist/entities-nostats.json +1 -1
  14. package/front_end/third_party/third-party-web/package/dist/entities.json +1 -1
  15. package/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.js +27 -15
  16. package/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.test.js +14 -0
  17. package/front_end/third_party/third-party-web/package/lib/entities.test.js +10 -0
  18. package/front_end/third_party/third-party-web/package/lib/index.test.js +6 -6
  19. package/front_end/third_party/third-party-web/package/lib/markdown/template.md +1 -3
  20. package/front_end/third_party/third-party-web/package/package.json +7 -3
  21. package/front_end/third_party/third-party-web/package.json +1 -1
  22. package/front_end/ui/components/buttons/floatingButton.css +3 -3
  23. package/front_end/ui/components/lists/list.css +2 -0
  24. package/front_end/ui/legacy/ListWidget.ts +8 -5
  25. package/front_end/ui/legacy/TextPrompt.ts +5 -2
  26. package/front_end/ui/legacy/textPrompt.css +1 -0
  27. package/front_end/ui/visual_logging/KnownContextValues.ts +1 -0
  28. package/package.json +1 -1
@@ -1,14 +1,15 @@
1
1
  ### [DevTools for agents](devtools-for-agents)
2
2
 
3
- DevTools for agents is now stable at version 1.0, bringing support for third-party developer tools
4
- provided by the inspected page, WebMCP debugging, and an improved CLI experience.
3
+ DevTools for agents 1.4 and later bring new experimental memory debugging tools,
4
+ experimental TOON support for structured content output, and improved skill discovery.
5
5
 
6
6
  ### [AI assistance](ai-assistance)
7
7
 
8
- The AI assistance panel now integrates with Lighthouse data and offers interactive, widget-based agent walkthroughs.
9
- Supported by an upgrade to Gemini 3 and other optimizations, responses are now more concise and actionable.
8
+ The agent walkthrough in the updated AI assistance panel now renders rich widgets
9
+ for performance network tracks, timeline event summaries, network requests,
10
+ syntax-highlighted source code, and inspected file lists.
10
11
 
11
- ### [CSS code completion](css-code-completion)
12
+ ### [`@container` and `@function`](css-container-function)
12
13
 
13
- The Styles tab in the Elements panel now features enhanced, Gemini-powered code completion.
14
- Experience smarter, real-time CSS suggestions that adapt dynamically as you type.
14
+ You can now directly edit `@container` and `@function`
15
+ rules within the Styles tab, allowing for seamless experimentation.