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

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

Issue 2773023004: DevTools: polish what's new - add date to title (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script> 4 <script>
5 function test() { 5 function test() {
6 Help.releaseNoteText = [ 6 Help.releaseNoteText = [
7 { 7 {
8 version: 99, 8 version: 99,
9 date: "March 2017",
9 highlights: [ 10 highlights: [
10 { 11 {
11 title: 'Improved Performance and Memory panels', 12 title: 'Improved Performance and Memory panels',
12 subtitle: '', 13 subtitle: '',
13 link: 'https://developers.google.com/web/tools/chrome-devto ols/', 14 link: 'https://developers.google.com/web/tools/chrome-devto ols/',
14 }, 15 },
15 { 16 {
16 title: 'Edit cookies directly from the Application panel', 17 title: 'Edit cookies directly from the Application panel',
17 subtitle: '', 18 subtitle: '',
18 link: 'https://developers.google.com/web/tools/chrome-devto ols/', 19 link: 'https://developers.google.com/web/tools/chrome-devto ols/',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 53
53 </script> 54 </script>
54 </head> 55 </head>
55 <body onload="runTest()"> 56 <body onload="runTest()">
56 <p> 57 <p>
57 Test release note 58 Test release note
58 </p> 59 </p>
59 60
60 </body> 61 </body>
61 </html> 62 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698