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

DevTools: Update What's New UI for Chrome 79

Screenshot: https://bugs.chromium.org/p/chromium/issues/detail?id=986998#c8

Bug: 986998
Change-Id: Ie9755d7820f8743a03ee6664e7bb70667e3bced9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865012
Commit-Queue: Kayce Basques <kayce@google.com>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Auto-Submit: Kayce Basques <kayce@google.com>
Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706626}
parent f4bc92d6
......@@ -12,6 +12,50 @@ const commandMenuShortcut = Host.isMac() ? 'Command+Shift+P' : 'Control+Shift+P'
/** @type {!Array<!Help.ReleaseNote>} */
Help.releaseNoteText = [
{
version: 21,
header: 'Highlights from the Chrome 79 update',
highlights: [
{
title: 'Debug why a cookie was blocked',
subtitle: 'Click a resource in the Network panel and go to the updated Cookies tab.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#blockedcookies',
},
{
title: 'View cookie values',
subtitle: 'Click a row in the Cookies pane in the Application panel to see the cookie\'s value.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#cookiepreviews',
},
{
title: 'Simulate prefers-color-scheme and prefers-reduced-motion preferences',
subtitle: 'Open the Rendering tab to force your site into dark or light mode or set motion preferences.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#userpreferences',
},
{
title: 'Code coverage updates',
subtitle: 'More accessible colors, a filter text box, and a new integration with the Sources panel.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#coverage',
},
{
title: 'Debug why a network resource was requested',
subtitle: 'Click a resource in the Network panel and go to the new Initiator tab.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#initiator',
},
{
title: 'Console and Sources panels respect indentation preferences again',
subtitle: 'Set your preference in Settings > Preferences > Sources > Default Indentation.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#indentation',
},
{
title: 'New shortcuts for cursor navigation',
subtitle: 'Press Control+P or Control+N to move your cursor to the line above or below.',
link: 'https://developers.google.com/web/updates/2019/10/devtools#console',
},
],
link: 'https://developers.google.com/web/updates/2019/10/devtools',
},
{
version: 20,
header: 'Highlights from the Chrome 78 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