Skip to content

Commit fccb8b5

Browse files
Sofia EmelianovaDevtools-frontend LUCI CQ
authored andcommitted
What's new in DevTools, Chrome 135
Bug:400370303 Change-Id: I5722f278a566176396be74652f7a25b8443df8b7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6316826 Reviewed-by: Danil Somsikov <[email protected]> Commit-Queue: Sofia Emelianova <[email protected]>
1 parent cc80230 commit fccb8b5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

front_end/panels/whats_new/ReleaseNoteText.ts

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

4242
let releaseNote: ReleaseNote = {
43-
version: 75,
44-
header: 'What\'s new in DevTools 134',
43+
version: 76,
44+
header: 'What\'s new in DevTools 135',
4545
markdownLinks: [
4646
{
47-
key: 'privacy-and-security',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-134/#privacy-and-security',
47+
key: 'perf-script-origin',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#perf-script-origin',
4949
},
5050
{
51-
key: 'calibrated-cpu-throttling',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-134/#calibrated-cpu-throttling',
51+
key: 'empty-panels',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#empty-panels',
5353
},
5454
{
55-
key: 'perf-third-party',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-134/#perf-third-party',
55+
key: 'accessibility-tree',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#accessibility-tree',
5757
},
5858
],
5959
videoLinks: [
6060
{
61-
description: 'See also the highlights from Chrome 130-132',
62-
link: 'https://www.youtube.com/watch?v=kzDUe-f4gac' as Platform.DevToolsPath.UrlString,
61+
description: 'See the highlights from Chrome 135',
62+
link: 'https://developer.chrome.com/blog/new-in-devtools-135' as Platform.DevToolsPath.UrlString,
6363
type: VideoType.WHATS_NEW,
6464
},
6565
],
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-134/',
66+
link: 'https://developer.chrome.com/blog/new-in-devtools-135/',
6767
};
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### [Privacy and security panel](privacy-and-security)
2-
Test how a website behaves with limited third-party cookies and find relevant issues in the new 'Privacy' section of the evolved 'Privacy and security' panel.
3-
### [Calibrated CPU throttling presets](calibrated-cpu-throttling)
4-
Based on your users' experience, automatically calibrate and use more accurate CPU throttling presets for low- and mid-tier mobile devices.
5-
### [First- and third-party highlighting in Performance](perf-third-party)
6-
Reduce the noise of third-party data and hover over entries in a new table in Summary to distinguish between first- and third-party data in performance traces.
1+
### [Origin and script links for profile and function calls in Performance](perf-script-origin)
2+
The Performance > Summary tab now shows links to the relevant scripts and origins for profile and function calls.
3+
### [Improved empty states for various panels](empty-panels)
4+
Empty states (when nothing is open) for many panels, tabs, and sections are updated to let you know what to do to start working with them.
5+
### [Accessibility tree view in Elements](accessibility-tree)
6+
The 'Accessibility tree view' experiment is turned on by default. It lets you inspect how assistive technology sees your content.

0 commit comments

Comments
 (0)