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.
- package/front_end/core/host/UserMetrics.ts +0 -15
- package/front_end/core/sdk/CSSMetadata.ts +72 -0
- package/front_end/models/ai_assistance/agents/ExecuteJavascript.ts +13 -4
- package/front_end/models/ai_assistance/agents/PerformanceAgent.ts +1 -7
- package/front_end/panels/network/RequestConditionsDrawer.ts +236 -198
- package/front_end/panels/network/requestConditionsDrawer.css +3 -0
- package/front_end/panels/whats_new/ReleaseNoteText.ts +12 -6
- package/front_end/panels/whats_new/resources/WNDT.md +8 -7
- package/front_end/third_party/third-party-web/lib/nostats-subset.js +21 -15
- package/front_end/third_party/third-party-web/package/README.md +619 -582
- package/front_end/third_party/third-party-web/package/dist/entities-httparchive-nostats.json +1 -1
- package/front_end/third_party/third-party-web/package/dist/entities-httparchive.json +1 -1
- package/front_end/third_party/third-party-web/package/dist/entities-nostats.json +1 -1
- package/front_end/third_party/third-party-web/package/dist/entities.json +1 -1
- package/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.js +27 -15
- package/front_end/third_party/third-party-web/package/lib/create-entity-finder-api.test.js +14 -0
- package/front_end/third_party/third-party-web/package/lib/entities.test.js +10 -0
- package/front_end/third_party/third-party-web/package/lib/index.test.js +6 -6
- package/front_end/third_party/third-party-web/package/lib/markdown/template.md +1 -3
- package/front_end/third_party/third-party-web/package/package.json +7 -3
- package/front_end/third_party/third-party-web/package.json +1 -1
- package/front_end/ui/components/buttons/floatingButton.css +3 -3
- package/front_end/ui/components/lists/list.css +2 -0
- package/front_end/ui/legacy/ListWidget.ts +8 -5
- package/front_end/ui/legacy/TextPrompt.ts +5 -2
- package/front_end/ui/legacy/textPrompt.css +1 -0
- package/front_end/ui/visual_logging/KnownContextValues.ts +1 -0
- package/package.json +1 -1
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
### [DevTools for agents](devtools-for-agents)
|
|
2
2
|
|
|
3
|
-
DevTools for agents
|
|
4
|
-
|
|
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
|
|
9
|
-
|
|
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
|
-
### [
|
|
12
|
+
### [`@container` and `@function`](css-container-function)
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
You can now directly edit `@container` and `@function`
|
|
15
|
+
rules within the Styles tab, allowing for seamless experimentation.
|