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

Unified Diff: fuzzer/res/imp/fuzzer-collapse-file-sk.html

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: Created 4 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 | « fuzzer/go/storage/download_reports.go ('k') | res/imp/9/details-summary.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/fuzzer-collapse-file-sk.html
diff --git a/fuzzer/res/imp/fuzzer-collapse-file-sk.html b/fuzzer/res/imp/fuzzer-collapse-file-sk.html
index f5888e42b6587ffa87d2ea7b8f36d37df60cfbfa..dbefb80d621f61edcf184c07abf0f5fbcdbf7ec8 100644
--- a/fuzzer/res/imp/fuzzer-collapse-file-sk.html
+++ b/fuzzer/res/imp/fuzzer-collapse-file-sk.html
@@ -70,7 +70,7 @@
-- {{file.count}} crash-causing fuzzes
</h3>
</summary-sk>
- <template is="dom-if" if="{{expand}}">
+ <template is="dom-if" if="[[expand]]">
<template is="dom-repeat" items="{{file.byFunction}}" as="func" sort="_byCount">
<fuzzer-collapse-function-sk
class="func-group"
@@ -79,7 +79,6 @@
></fuzzer-collapse-function-sk>
</template>
</template>
-<!-- -->
</details-sk>
</template>
<script>
« no previous file with comments | « fuzzer/go/storage/download_reports.go ('k') | res/imp/9/details-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698