Skip to content

Commit 9491d58

Browse files
Sofia EmelianovaDevtools-frontend LUCI CQ
authored andcommitted
What's new in DevTools, Chrome 136
Bug:407504567 Change-Id: I620923eed0b9df358e7c70a4fa27d6b0527e9008 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6415614 Reviewed-by: Danil Somsikov <[email protected]> Commit-Queue: Sofia Emelianova <[email protected]>
1 parent 0e2f967 commit 9491d58

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: 76,
44-
header: 'What\'s new in DevTools 135',
43+
version: 77,
44+
header: 'What\'s new in DevTools 136',
4545
markdownLinks: [
4646
{
47-
key: 'perf-script-origin',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#perf-script-origin',
47+
key: 'perf-insights',
48+
link: 'https://developer.chrome.com/blog/new-in-devtools-136/#perf-insights',
4949
},
5050
{
51-
key: 'empty-panels',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#empty-panels',
51+
key: 'click-to-highlight',
52+
link: 'https://developer.chrome.com/blog/new-in-devtools-136/#click-to-highlight',
5353
},
5454
{
55-
key: 'accessibility-tree',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-135/#accessibility-tree',
55+
key: 'cookies-filter',
56+
link: 'https://developer.chrome.com/blog/new-in-devtools-136/#cookies-filter',
5757
},
5858
],
5959
videoLinks: [
6060
{
61-
description: 'See the highlights from Chrome 135',
62-
link: 'https://developer.chrome.com/blog/new-in-devtools-135' as Platform.DevToolsPath.UrlString,
61+
description: 'See the highlights from Chrome 136',
62+
link: 'https://developer.chrome.com/blog/new-in-devtools-136' as Platform.DevToolsPath.UrlString,
6363
type: VideoType.WHATS_NEW,
6464
},
6565
],
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-135/',
66+
link: 'https://developer.chrome.com/blog/new-in-devtools-136/',
6767
};
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
1+
### [New performance insights](perf-insights)
2+
The Performance > Insights tab gets new insights: duplicated JavaScript, modern HTTP, and use efficient cache lifetimes.
3+
### [Click events to keep them highlighted in Performance](click-to-highlight)
4+
Click items in Summary, Bottom-up, Call tree, and Event log tables to keep the corresponding events highlighted in the trace and dim the rest.
5+
### [Filter cookies in Privacy and security](cookies-filter)
6+
The cookies table in the 'Privacy and security' panel gets a filter, so you can quickly find the cookie you want to inspect.

0 commit comments

Comments
 (0)