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

Unified Diff: dashboard/dashboard/elements/test-picker.html

Issue 2588203002: Added in a revision picker with dummy data (Closed)
Patch Set: figuring out what is on this branch Created 3 years, 11 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 | « dashboard/dashboard/elements/speed-releasing-page.html ('k') | dashboard/dashboard/list_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/test-picker.html
diff --git a/dashboard/dashboard/elements/test-picker.html b/dashboard/dashboard/elements/test-picker.html
index 3d1a16eac68860422dc43ce61b146f525290074b..2b1f535462ee48b600763608788c14cef3ada43c 100644
--- a/dashboard/dashboard/elements/test-picker.html
+++ b/dashboard/dashboard/elements/test-picker.html
@@ -158,6 +158,11 @@ found in the LICENSE file.
])
},
+ speedReleasing: {
+ type: Boolean,
+ value: false
+ },
+
xsrfToken: { notify: true }
},
@@ -327,7 +332,8 @@ found in the LICENSE file.
type: 'sub_tests',
suite: suite,
bots: bots.join(','),
- xsrf_token: this.xsrfToken
+ xsrf_token: this.xsrfToken,
+ speed_releasing: this.speedReleasing,
};
this.subtestXhr = simple_xhr.send(
'/list_tests',
« no previous file with comments | « dashboard/dashboard/elements/speed-releasing-page.html ('k') | dashboard/dashboard/list_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698