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

Unified Diff: perf/res/js/logic.js

Issue 736703002: Take the sk.get out of query-sk. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 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 | « perf/res/imp/query.html ('k') | perf/templates/clusters.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/res/js/logic.js
diff --git a/perf/res/js/logic.js b/perf/res/js/logic.js
index 525d94d0ba15272f8074cdfff8808d89f942cbd0..650489d47907cb84d054fe0ff52d8ab528c35131 100644
--- a/perf/res/js/logic.js
+++ b/perf/res/js/logic.js
@@ -172,6 +172,7 @@ var skiaperf = (function() {
// Load the commit data and set up the plot.
sk.get('/tiles/0/-1/').then(JSON.parse).then(function(json){
that.commitData_ = json.commits;
+ $$$('query-sk').setParamSet(json.paramset);
if (window.location.hash.length >= 2) {
that.addTraces("__shortcut=" + window.location.hash.substr(1))
}
« no previous file with comments | « perf/res/imp/query.html ('k') | perf/templates/clusters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698