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

Side by Side Diff: fuzzer/res/imp/fuzzer-stacktrace-sk.html

Issue 1412523004: Add fuzzer-collapse-details-sk and demo (Closed) Base URL: https://skia.googlesource.com/buildbot@stacktrace2
Patch Set: With indentation fixed Created 5 years, 1 month 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 | « fuzzer/res/imp/fuzzer-collapse-details-sk-demo.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 The common.js file must be included before this file. 2 The common.js file must be included before this file.
3 3
4 This in an HTML Import-able file that contains the definition 4 This in an HTML Import-able file that contains the definition
5 of the following elements: 5 of the following elements:
6 6
7 <fuzzer-stacktrace-sk> 7 <fuzzer-stacktrace-sk>
8 8
9 <fuzzer-stacktrace-sk> displays a strack trace showing the first 8 frames and can be expanded with a click. 9 <fuzzer-stacktrace-sk> displays a strack trace showing the first 8 frames and can be expanded with a click.
10 10
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 return trace.frames; 121 return trace.frames;
122 } 122 }
123 return trace.frames.slice(0, 8); 123 return trace.frames.slice(0, 8);
124 }, 124 },
125 125
126 showMore: function() { 126 showMore: function() {
127 this.expanded = true; 127 this.expanded = true;
128 this.$.expand.toggleClass("hidden"); 128 this.$.expand.toggleClass("hidden");
129 } 129 }
130 }); 130 });
131 </script 131 </script>
132 </dom-module id="fuzzer-stacktrace-sk"> 132 </dom-module>
OLDNEW
« no previous file with comments | « fuzzer/res/imp/fuzzer-collapse-details-sk-demo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698