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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8054a2af14871440a08c9c1a768b55bea64efec2..5504b5b3a37dcf4438d49afd284866ecff1e20f1 100644
--- a/third_party/WebKit/LayoutTests/inspector/help/release-note.html
+++ b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
@@ -4,25 +4,38 @@
<script>
function test() {
Help.releaseNoteText = [
- {
- version: 99,
- highlights: [
- {
- text: "Test bullet #1",
- link: "https://google.com/",
- featured: true,
- },
- {
- text: "Test bullet #2",
- link: "https://google.com/",
- },
- ],
- link: "https://google.com/",
- image: {
- src: "./resources/test.png",
- caption: "Test image",
- },
- }
+ {
+ version: 99,
+ highlights: [
+ {
+ contents: [
+ {
+ text: 'Improved',
+ },
+ {
+ text: 'Performance and Memory panels',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ }
+ ],
+ featured: true,
+ },
+ {
+ contents: [
+ {
+ text: 'Edit cookies directly',
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ },
+ {
+ text: 'from the Application panel',
+ },
+ ],
+ },
+ ],
+ link: 'https://developers.google.com/web/tools/chrome-devtools/',
+ image: {
+ src: './resources/test.png',
+ },
+ },
];
InspectorTest.addSniffer(UI.inspectorView, "showPanel", onPanelShown);
« 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