Skip to content

Commit 10522a4

Browse files
matthiasrohmerDevtools-frontend LUCI CQ
authored andcommitted
Update What's new content for Chrome 143
Change-Id: I6628bf717265aa54c335234d28f0d4e5e36a9456 Bug: 463322466 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7198421 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Matthias Rohmer <mrohmer@google.com> Reviewed-by: Meysam Sarabadani <meysarabadani@chromium.org> Auto-Submit: Matthias Rohmer <mrohmer@google.com>
1 parent 1d719bf commit 10522a4

2 files changed

Lines changed: 18 additions & 28 deletions

File tree

front_end/panels/whats_new/ReleaseNoteText.ts

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,22 @@ export function getReleaseNote(): ReleaseNote {
4040
}
4141

4242
let releaseNote: ReleaseNote = {
43-
version: 83,
44-
header: 'What\'s new in DevTools 142',
43+
version: 143,
44+
header: 'What\'s new in DevTools 143',
4545
markdownLinks: [
4646
{
47-
key: 'perf-ai-agent',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#perf-ai-agent',
47+
key: 'mcp-server',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-143/#mcp-server',
4949
},
5050
{
51-
key: 'ai-code-completion',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#ai-code-completion',
51+
key: 'trace-sharing',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-143/#trace-sharing',
5353
},
5454
{
55-
key: 'gdp',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#gdp',
57-
},
58-
{
59-
key: 'ai-main-button',
60-
link: 'https://developer.chrome.com/blog/new-in-devtools-142/#ai-main-button',
61-
},
62-
],
63-
videoLinks: [
64-
{
65-
description: 'See past highlights from Chrome 141',
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-141' as Platform.DevToolsPath.UrlString,
67-
type: VideoType.WHATS_NEW,
55+
key: 'starting-style',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-143/#starting-style',
6857
},
6958
],
70-
link: 'https://developer.chrome.com/blog/new-in-devtools-142/',
59+
videoLinks: [],
60+
link: 'https://developer.chrome.com/blog/new-in-devtools-143/',
7161
};
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
### [Full stack trace AI agent in Performance panel](perf-ai-agent)
2-
The Performance panel now integrates a more capable AI agent that has full access to the stack trace.
1+
### [MCP server](mcp-server)
32

4-
### [AI code completion in Sources and Console](ai-code-completion)
5-
Code completion powered by AI is now available in the Sources panel and the Console.
3+
Let your favourite coding agent debug your pages at runtime, using the Chrome DevTools MCP server.
64

7-
### [Google Developer Program support](gdp)
8-
The Google Developer Program, a ready-made subscription and community platform, is now in DevTools, offering a more personalized experience, a badge system, and easier discovery of new features.
5+
### [Improved trace sharing](trace-sharing)
96

10-
### [One main 'Debug with AI' button](ai-main-button)
11-
The primary action bar at the top of DevTools now features the primary "Debug with AI" button which opens the 'AI assistance' panel in a right-hand side bar.
7+
Optionally include resource content and script source maps in exported performance traces.
8+
9+
### [Support for @starting-style](starting-style)
10+
11+
Debug and identify CSS entry animations using the new adorner in the Elements panel.

0 commit comments

Comments
 (0)