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

Unified Diff: fuzzer/res/imp/fuzzer-summary-list-sk-demo.html

Issue 1413233007: Add fuzzer-collapse-file-sk and fuzzer-summary-list-sk (Closed) Base URL: https://skia.googlesource.com/buildbot@file-function
Patch Set: Address comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/res/imp/fuzzer-summary-list-sk.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/fuzzer-summary-list-sk-demo.html
diff --git a/fuzzer/res/imp/fuzzer-summary-list-sk-demo.html b/fuzzer/res/imp/fuzzer-summary-list-sk-demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..f11159f02959a0de456b65815e611f8d20b9151e
--- /dev/null
+++ b/fuzzer/res/imp/fuzzer-summary-list-sk-demo.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>fuzzer-summary-list-sk demo</title>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
+ <script src="/res/common/js/common.js"></script>
+ <script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
+
+ <script type="text/javascript" charset="utf-8">
+ sk.get = function(url) {
+ var data = [{"fileName":"foo.h","binaryCount":30,"apiCount":0,"byFunction":[{"functionName":"frizzle()","binaryCount":18,"apiCount":0,"byLineNumber":[{"lineNumber":64,"binaryCount":17,"apiCount":0,"binaryReports":[]},{"lineNumber":69,"binaryCount":1,"apiCount":0,"binaryReports":[]}]},{"functionName":"zizzle()","binaryCount":12,"apiCount":0,"byLineNumber":[{"lineNumber":123,"binaryCount":12,"apiCount":0,"binaryReports":[]}]}]},{"fileName":"bar.h","binaryCount":15,"apiCount":3,"byFunction":[{"functionName":"frizzle()","binaryCount":15,"apiCount":3,"byLineNumber":[{"lineNumber":566,"binaryCount":15,"apiCount":2,"binaryReports":[]},{"lineNumber":568,"binaryCount":0,"apiCount":1,"binaryReports":[]}]}]}];
+
+ return new Promise(function (resolve, reject) {
+ resolve(JSON.stringify(data));
+ });
+ };
+ </script>
+
+ <link rel="import" href="fuzzer-collapse-file-sk.html">
+ <link rel="import" href="fuzzer-collapse-function-sk.html">
+ <link rel="import" href="fuzzer-collapse-details-sk.html">
+ <link rel="import" href="fuzzer-summary-list-sk.html">
+
+</head>
+
+<body>
+ <h1>fuzzer-summary-list-sk demo</h1>
+
+ <fuzzer-summary-list-sk></fuzzer-summary-list-sk>
+
+</body>
+
+</html>
« no previous file with comments | « fuzzer/res/imp/fuzzer-summary-list-sk.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698