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

Unified Diff: Source/devtools/front_end/heapProfiler.css

Issue 219383003: Improve number formatting in allocation view (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@viewport
Patch Set: Created 6 years, 9 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 | « Source/devtools/front_end/HeapSnapshotGridNodes.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/heapProfiler.css
diff --git a/Source/devtools/front_end/heapProfiler.css b/Source/devtools/front_end/heapProfiler.css
index 6e1fb5618f95444e33fadcbb1a47f33f5de0b42e..3b76d3353af21c18afff9cbfc1a4cb7f62da2d98 100644
--- a/Source/devtools/front_end/heapProfiler.css
+++ b/Source/devtools/front_end/heapProfiler.css
@@ -64,43 +64,7 @@
color: inherit;
}
-.heap-snapshot-view .data-grid td.count-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.addedCount-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.removedCount-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.countDelta-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.addedSize-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.removedSize-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.sizeDelta-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.shallowSize-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.retainedSize-column {
- text-align: right;
-}
-
-.heap-snapshot-view .data-grid td.distanceToWindow-column {
+.heap-snapshot-view .data-grid td.numeric-column {
text-align: right;
}
« no previous file with comments | « Source/devtools/front_end/HeapSnapshotGridNodes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698