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

Unified Diff: Tools/GardeningServer/model/ct-failure-group.html

Issue 526633002: Apply object updates from the network without blowing away object identity or UI attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Initial Created 6 years, 4 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
Index: Tools/GardeningServer/model/ct-failure-group.html
diff --git a/Tools/GardeningServer/model/ct-failure-group.html b/Tools/GardeningServer/model/ct-failure-group.html
index 812a2a5efaac998e5f0e7996e3e8759402c5198c..3e0773d6802def981f2de0d88ca4b47c7542992f 100644
--- a/Tools/GardeningServer/model/ct-failure-group.html
+++ b/Tools/GardeningServer/model/ct-failure-group.html
@@ -7,7 +7,8 @@ found in the LICENSE file.
<link rel="import" href="ct-commit-list.html">
<script>
-function CTFailureGroup(failures, commitList) {
+function CTFailureGroup(key, failures, commitList) {
+ this.fingerprint = key;
this.failures = failures;
this.commitList = commitList;
this._annotation = CTFailureGroup._mergeAnnotations(failures.map(function(failure) {

Powered by Google App Engine
This is Rietveld 408576698