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

Unified Diff: tracing/tracing/value/ui/histogram_set_table_name_cell.html

Issue 3002923002: Bold names of source Histograms in histogram-set-table. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/histogram_set_table_name_cell.html
diff --git a/tracing/tracing/value/ui/histogram_set_table_name_cell.html b/tracing/tracing/value/ui/histogram_set_table_name_cell.html
index b860d64799c04d49d981c5efedafbb5073a1725d..289d23e9c8774da265c7a8d30500f15b44a8f41c 100644
--- a/tracing/tracing/value/ui/histogram_set_table_name_cell.html
+++ b/tracing/tracing/value/ui/histogram_set_table_name_cell.html
@@ -197,6 +197,10 @@ tr.exportTo('tr.v.ui', function() {
}
},
+ set isSource(s) {
+ this.$.name.style.fontWeight = s ? 'bold' : 'normal';
+ },
+
set constrainWidth(constrain) {
this.$.name.style.maxWidth = constrain ?
(this.nameWidthPx + 'px') : 'none';
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698