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

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

Issue 2813303004: DevTools: fix date with version, image for What's New (Closed)
Patch Set: use header string Created 3 years, 8 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 39a954bcb74a0c2ba9cfe9c1069ae1df0ade6d2f..3681961de261b570564c465600cf65123b8b0085 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js
@@ -12,7 +12,7 @@ var commandMenuShortcut = Host.isMac() ? 'Command + Shift + P' : 'Control + Shif
Help.releaseNoteText = [
{
version: 2,
- date: 'April 2017',
+ header: 'Highlights from Chrome 59 update',
highlights: [
{
title: 'CSS and JS code coverage',
@@ -49,7 +49,7 @@ Help.releaseNoteText = [
},
{
version: 1,
- date: 'March 2017',
+ header: 'Highlights from Chrome 58 update',
highlights: [
{
title: 'New Performance and Memory panels',

Powered by Google App Engine
This is Rietveld 408576698