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

Unified Diff: fuzzer/res/imp/README.md

Issue 1662373002: Add UI to filter fuzzes based on tags. (Closed) Base URL: https://skia.googlesource.com/buildbot@add-asan
Patch Set: remove conflicting status-sk elements 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/fuzzer-fe/main.go ('k') | fuzzer/res/imp/fuzzer-collapse-details-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/README.md
diff --git a/fuzzer/res/imp/README.md b/fuzzer/res/imp/README.md
index 882763f44b581a9967541c915ead83c800fa0e39..cd23981ed3c6b2abe712a296334a4602ef18cfef 100644
--- a/fuzzer/res/imp/README.md
+++ b/fuzzer/res/imp/README.md
@@ -1,27 +1,34 @@
# Fuzzer Polymer Components
+**fuzzer-info-sk:** Loads detailed fuzz reports from server and
+shows how many broke at various files/functions/lines. It automatically sorts the files it shows
+based on the number of filtered fuzzes (based on an include list and exclude list).
+Uses fuzzer-collapse-file-sk.
+
+**fuzzer-collapse-file-sk:** Shows how many fuzzes broke at various functions in a given file.
+It automatically sorts the functions it shows
+based on the number of filtered fuzzes Uses fuzzer-collapse-function-sk.
+
+**fuzzer-collapse-function-sk:** Shows how many fuzzes broke at various lines in a given function.
+This element is used because it vastly simplifies the dynamic sum of how many fuzzes are in a file.
+Can filter fuzzes based on an include list and exclude list. Uses fuzzer-collapse-details-sk.
+
+**fuzzer-collapse-details-sk:** Shows the details of a set of fuzzes.
+The view can be clicked to expand and show the individual stack traces.
+Can filter fuzzes based on an include list and exclude list. Uses fuzzer-stacktrace-sk.
+
**fuzzer-stacktrace-sk:** A visualization of a stacktrace.
Defaults to showing the top 8 rows. Click to expand entire thing.
-**fuzzer-collapse-details-sk:** Shows the details of a set of fuzzes.
-For now, only binary ones are supported, but the api fuzzes shouldn't be too hard to add.
-If extra details are supplied (in binaryReports),
-the view can be clicked to expand and show the individual stack traces.
-
-**fuzzer-collapse-file-sk:** Shows how many fuzzes broke at various functions and lines in a given file.
-Uses fuzzer-collapse-details-sk.
-
-**fuzzer-file-list-sk:** Loads fuzz summary statistics from server and
-shows how many broke at various files/functions/lines. Uses fuzzer-collapse-file-sk.
-
-**fuzzer-info-sk:** Loads detailed fuzz reports from server and
-shows how many broke at various files/functions/lines. Uses fuzzer-collapse-file-sk.
+**fuzzer-filter-sk:** Allows the user to select an include and an exclude filter list.
+It mirrors the choices to the URL bar, in the form of query parameters. On load, it pulls the
+lists from the query params.
**fuzzer-status-sk:** Shows the current commit the fuzzer is working on and if there
are any pending fuzzes.
-**fuzzer-count-sk:** Shows the count of newly found bad and grey fuzzes and the count
-of total bad/grey fuzzes.
+**fuzzer-summary-sk:** Shows the count of newly found bad and grey fuzzes and the count
+of total bad/grey fuzzes for all categories.
## Viewing the Demos:
« no previous file with comments | « fuzzer/go/fuzzer-fe/main.go ('k') | fuzzer/res/imp/fuzzer-collapse-details-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698