Skip to content

Commit ef44cf1

Browse files
Sofia EmelianovaDevtools-frontend LUCI CQ
authored andcommitted
What's new panel updates for 138 beta
Bug: none Change-Id: I74bea75d80ea76ae6e1847b7e8f4f4fa354e796e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6596614 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Sofia Emelianova <semel@chromium.org>
1 parent 45f4c96 commit ef44cf1

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

front_end/panels/whats_new/ReleaseNoteText.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ export function getReleaseNote(): ReleaseNote {
4141

4242
let releaseNote: ReleaseNote = {
4343
version: 79,
44-
header: 'What\'s new in DevTools 138',
44+
header: 'What\'s new in DevTools 138 Beta',
4545
markdownLinks: [
4646
{
47-
key: 'preconnect',
48-
link: 'https://developer.chrome.com/blog/new-in-devtools-138/#preconnect',
47+
key: 'crbug1',
48+
link: 'https://issues.chromium.org/issues/420862341',
4949
},
5050
{
51-
key: 'doc-req-latency-times',
52-
link: 'https://developer.chrome.com/blog/new-in-devtools-138/#doc-req-latency-times',
51+
key: 'crbug2',
52+
link: 'https://issues.chromium.org/issues/420862838',
5353
},
5454
{
55-
key: 'geo-accuracy',
56-
link: 'https://developer.chrome.com/blog/new-in-devtools-138/#geo-accuracy',
55+
key: 'crbug3',
56+
link: 'https://issues.chromium.org/issues/420870269',
5757
},
5858
],
5959
videoLinks: [
6060
{
61-
description: 'See the highlights from Chrome 138',
62-
link: 'https://developer.chrome.com/blog/new-in-devtools-138' as Platform.DevToolsPath.UrlString,
61+
description: 'See past highlights from Chrome 137',
62+
link: 'https://developer.chrome.com/blog/new-in-devtools-137' as Platform.DevToolsPath.UrlString,
6363
type: VideoType.WHATS_NEW,
6464
},
6565
],
66-
link: 'https://developer.chrome.com/blog/new-in-devtools-138/',
66+
link: 'https://issues.chromium.org/hotlists/7004254',
6767
};
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
### [Preconnected origins in 'Network dependency tree' insight](preconnect)
1+
### Preconnected origins in 'Network dependency tree' insight
22
The 'Network dependency tree' insight now shows you a list of used or unused preconnected origins and preconnect candidates, if any.
3-
### [Server response and redirection times in 'Document request latency' insight](doc-req-latency-times)
3+
4+
[Send feedback](crbug1)
5+
### Server response and redirection times in 'Document request latency' insight
46
The 'Document request latency' insight now shows you server response time and, if any, redirection time.
5-
### [Geolocation accuracy parameter in Sensors](geo-accuracy)
7+
8+
[Send feedback](crbug2)
9+
### Geolocation accuracy parameter in Sensors
610
The Sensors panel now lets you set accuracy in geolocation emulation, so you can test the handling of different levels of GPS accuracy.
11+
12+
[Send feedback](crbug3)

0 commit comments

Comments
 (0)