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

Unified Diff: tracing/tracing/base/color_scheme.html

Issue 2347813002: [tracing] Heap dump UI overhaul (Closed)
Patch Set: Improve focus retention and add tests Created 4 years, 3 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/trace_viewer.gypi ('k') | tracing/tracing/ui/analysis/memory_dump_heap_details_breakdown_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/color_scheme.html
diff --git a/tracing/tracing/base/color_scheme.html b/tracing/tracing/base/color_scheme.html
index 36f83e054594a34122adea57740b7dc0dc2983bf..07fe220272a4fc9fbd1b016b4e123be997f7415b 100644
--- a/tracing/tracing/base/color_scheme.html
+++ b/tracing/tracing/base/color_scheme.html
@@ -79,6 +79,7 @@ tr.exportTo('tr.b', function() {
heap_dump_stack_frame: new tr.b.Color(128, 128, 128),
heap_dump_object_type: new tr.b.Color(0, 0, 255),
+ heap_dump_child_node_arrow: new tr.b.Color(204, 102, 0),
cq_build_running: new tr.b.Color(255, 255, 119),
cq_build_passed: new tr.b.Color(153, 238, 102),
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/ui/analysis/memory_dump_heap_details_breakdown_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698