Skip to content

Commit 42bafcf

Browse files
matthiasrohmerdevtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com
authored andcommitted
Update What's new content for Chrome 149
Change-Id: I67691193fa8c98c989f1fadfd050a1aacdb41aee Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7871080 Reviewed-by: Mathias Bynens <mathias@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Matthias Rohmer <mrohmer@google.com> (cherry picked from commit 6e72970) Bug: 516739855 Change-Id: I67691193fa8c98c989f1fadfd050a1aacdb41aee Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7871081 Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Matthias Rohmer <mrohmer@google.com> Reviewed-by: Mathias Bynens <mathias@chromium.org>
1 parent 761d575 commit 42bafcf

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

front_end/panels/whats_new/ReleaseNoteText.ts

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

4242
let releaseNote: ReleaseNote = {
43-
version: 148,
44-
header: 'What\'s new in DevTools 148',
43+
version: 149,
44+
header: 'Whats new in DevTools 149',
4545
markdownLinks: [
4646
{
47-
key: 'extension-debugging',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-148/#extension-debugging',
47+
key: 'devtools-for-agents',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-149/#devtools-for-agents',
4949
},
5050
{
51-
key: 'sort-network-requests',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-148/#sort-network-requests',
51+
key: 'ai-assistance',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-149/#ai-assistance',
5353
},
5454
{
55-
key: 'accessibility-tree',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-148/#accessibility-tree',
55+
key: 'css-code-completion',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-149/#css-code-completion',
5757
}
5858
],
5959
videoLinks: [],
60-
link: 'https://developer.chrome.com/blog/new-in-devtools-148/',
60+
link: 'https://developer.chrome.com/blog/new-in-devtools-149/',
6161
};
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### [Agentic extensions debugging](extension-debugging)
1+
### [DevTools for agents](devtools-for-agents)
22

3-
You can now debug extensions through a coding agent using new tools in DevTools for agents,
4-
available through the MCP server.
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.
55

6-
### [Sort network requests](sort-network-requests)
6+
### [AI assistance](ai-assistance)
77

8-
The Network panel introduces a new Request # column, allowing you to sort requests by their
9-
absolute chronological order of occurrence, independent of priority or duration.
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.
1010

11-
### [Accessibility tree](accessibility-tree)
11+
### [CSS code completion](css-code-completion)
1212

13-
To streamline the Elements panel, the Accessibility tree toggle has moved from the DOM tree
14-
to the Accessibility tab within the panel.
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.

0 commit comments

Comments
 (0)