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

Unified Diff: golden/res/imp/detailtable.html

Issue 1224943002: gold: force layout diagram (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: fix vet Created 5 years, 5 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 | « golden/res/imp/cluster.html ('k') | golden/res/imp/testsummary.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/res/imp/detailtable.html
diff --git a/golden/res/imp/detailtable.html b/golden/res/imp/detailtable.html
index 3437ec59b870a696ddb6219958f5e88b5cc3fa10..cb164abb504c9a64cf97470a2fd46f7128d045fa 100644
--- a/golden/res/imp/detailtable.html
+++ b/golden/res/imp/detailtable.html
@@ -319,7 +319,7 @@ attribute is false.
digest: [that.top],
status: e.detail,
};
- that.dispatchEvent(new CustomEvent('triage', {detail: detail}));
+ that.dispatchEvent(new CustomEvent('triage', {detail: detail, bubbles: true}));
});
this.$.leftDetail.addEventListener('change', function(e) {
e.stopPropagation();
@@ -328,7 +328,7 @@ attribute is false.
digest: [that.left],
status: e.detail,
};
- that.dispatchEvent(new CustomEvent('triage', {detail: detail}));
+ that.dispatchEvent(new CustomEvent('triage', {detail: detail, bubbles: true}));
});
this.hoverElement = null;
« no previous file with comments | « golden/res/imp/cluster.html ('k') | golden/res/imp/testsummary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698