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

Unified Diff: third_party/WebKit/LayoutTests/inspector/help/release-note.html

Issue 2766903002: DevTools: make what's new look nice. (Closed)
Patch Set: image added Created 3 years, 9 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/LayoutTests/inspector/help/release-note.html
diff --git a/third_party/WebKit/LayoutTests/inspector/help/release-note.html b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
index b8e77fdafdb62d52d720cb59ff3de8b1bf719db3..4051607cb21345922abf0a67cb24e4022a3c300a 100644
--- a/third_party/WebKit/LayoutTests/inspector/help/release-note.html
+++ b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
@@ -8,33 +8,17 @@ function test() {
version: 99,
highlights: [
{
- contents: [
- {
- text: 'Improved',
- },
- {
- text: 'Performance and Memory panels',
- link: 'https://developers.google.com/web/tools/chrome-devtools/',
- }
- ],
- featured: true,
+ title: 'Improved Performance and Memory panels',
+ subtitle: '',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
},
{
- contents: [
- {
- text: 'Edit cookies directly',
- link: 'https://developers.google.com/web/tools/chrome-devtools/',
- },
- {
- text: 'from the Application panel',
- },
- ],
+ title: 'Edit cookies directly from the Application panel',
+ subtitle: '',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
},
],
link: 'https://developers.google.com/web/tools/chrome-devtools/',
- image: {
- src: './resources/test.png',
- },
},
];

Powered by Google App Engine
This is Rietveld 408576698