Commit 1b11278e authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[tools] Revamp callstats.html

- Fix diff coloring when a baseline is selected
- Cleanup UI and use dark-mode by default
- Reuse CSS from the system-analyzer
- Support loading mutliple files by default everywhere
- Use hideable panels from system-analyzer

Change-Id: Iafe271d2f86fbbd10a940b3ac99874dd51f45442
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2721763
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73128}
parent 757771f7
This diff is collapsed.
...@@ -132,7 +132,7 @@ dd { ...@@ -132,7 +132,7 @@ dd {
font-weight: 400; font-weight: 400;
} }
.panel > select{ .panel > select {
width: calc(100% + 20px); width: calc(100% + 20px);
margin: 0 -10px 10px -10px; margin: 0 -10px 10px -10px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment