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

Unified Diff: fuzzer/res/imp/fuzzer-info-sk.html

Issue 1695803002: Improve fuzz counts (Closed) Base URL: https://skia.googlesource.com/buildbot@dedup-first
Patch Set: Add docs 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/res/imp/fuzzer-filter-sk.html ('k') | fuzzer/res/imp/fuzzer-summary-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/fuzzer-info-sk.html
diff --git a/fuzzer/res/imp/fuzzer-info-sk.html b/fuzzer/res/imp/fuzzer-info-sk.html
index 3540928de98a07938ae4e8334e7631b70768cf61..11aad85d168211a0c4480094dc1bde38c6c8800f 100644
--- a/fuzzer/res/imp/fuzzer-info-sk.html
+++ b/fuzzer/res/imp/fuzzer-info-sk.html
@@ -109,7 +109,7 @@
};
},
_shouldExpand: function(){
- return fuzzer.paramFromPath("file").length > 0;
+ return fuzzer.paramFromPath("file").length > 0 || fuzzer.paramFromPath("name").length > 0;
},
_byCount: function(a, b) {
// Higher counts come first
« no previous file with comments | « fuzzer/res/imp/fuzzer-filter-sk.html ('k') | fuzzer/res/imp/fuzzer-summary-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698