Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js

Issue 2719013005: DevTools: improve design of What's New (Closed)
Patch Set: cl fb Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
diff --git a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
index da5ce490df1deed9e6960a5098822e2f8520a21a..28bc9d1e9f8d4331de9256b3a50a954f79f7a4c0 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
@@ -12,22 +12,57 @@ Help.releaseNoteText = [
version: 58,
highlights: [
{
- text: 'Review CSS changes in the new Changes drawer',
- link: 'https://developers.google.com/web/updates/2016/06/devtools-digest',
+ contents: [
+ {
+ text: 'Improved',
+ },
+ {
+ text: 'Performance and Memory panels',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ }
+ ],
featured: true,
},
{
- text: 'Contextual icons in Console',
- link: 'https://developers.google.com/web/updates/2016/06/devtools-digest',
+ contents: [
+ {
+ text: 'Edit cookies directly',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ },
+ {
+ text: 'from the Application panel',
+ },
+ ],
},
{
- text: 'Release notes for DevTools',
- link: 'https://developers.google.com/web/updates/2016/06/devtools-digest',
+ contents: [
+ {
+ text: 'Better',
+ },
+ {
+ text: 'filtering & settings for Console',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ },
+ ],
+ },
+ {
+ contents: [
+ {
+ text: 'Debugger',
+ },
+ {
+ text: 'catches out-of-memory',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ },
+ {
+ text: 'errors',
+ },
+ ],
},
],
- link: 'https://developers.google.com/web/updates/2016/06/devtools-digest',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
image: {
- src: 'https://developers.google.com/web/updates/images/2016/08/colorpicker.jpg',
+ src: 'https://developers.google.com/web/tools/chrome-devtools/images/panels/performance.png',
},
},
];

Powered by Google App Engine
This is Rietveld 408576698