Commit d2688e66 authored by Kayce Basques's avatar Kayce Basques Committed by Commit Bot

DevTools: Update WNDT for m74

Bug: 939147
Change-Id: Ic3a208e37a863b695da91af04d0485efe738d118
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506305Reviewed-by: default avatarJoel Einbinder <einbinder@chromium.org>
Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Commit-Queue: Erik Luo <luoe@chromium.org>
Auto-Submit: Kayce Basques <kayce@google.com>
Cr-Commit-Position: refs/heads/master@{#638419}
parent 0bc420c7
......@@ -12,6 +12,44 @@ const commandMenuShortcut = Host.isMac() ? 'Command + Shift + P' : 'Control + Sh
/** @type {!Array<!Help.ReleaseNote>} */
Help.releaseNoteText = [
{
version: 16,
header: 'Highlights from the Chrome 74 update',
highlights: [
{
title: 'Highlight all nodes affected by CSS property',
subtitle:
'Hover over a CSS property like padding or margin in the Styles pane to highlight all nodes affected by that declaration.',
link: 'https://developers.google.com/web/updates/2019/03/devtools#highlight',
},
{
title: 'Lighthouse v4 in the Audits panel',
subtitle:
'Featuring a new "tap targets" audit for checking that mobile links and buttons are properly sized, and a new UI for PWA reports.',
link: 'https://developers.google.com/web/updates/2019/03/devtools#lighthouse',
},
{
title: 'WebSocket binary message viewer',
subtitle:
'Click a WebSocket connection in the Network Log, go to the Messages tab, then click a binary message to view its contents.',
link: 'https://developers.google.com/web/updates/2019/03/devtools#binary',
},
{
title: 'Capture area screenshot in the Command Menu',
subtitle: 'Press ' + commandMenuShortcut +
', run the "Capture area screenshot" command, and then drag your mouse to take a screenshot of part of the viewport.',
link: 'https://developers.google.com/web/updates/2019/03/devtools#screenshot',
},
{
title: 'Service worker filters in the Network panel',
subtitle:
'Type "is:service-worker-initiated" or "is:service-worker-intercepted" to only show service worker activity.',
link: 'https://developers.google.com/web/updates/2019/03/devtools#swfilters',
},
],
link: 'https://developers.google.com/web/updates/2019/03/devtools',
},
{
version: 15,
header: 'Highlights from the Chrome 73 update',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment