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

Unified Diff: chrome_linux64/resources/inspector/timelinePanel.css

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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
Index: chrome_linux64/resources/inspector/timelinePanel.css
===================================================================
--- chrome_linux64/resources/inspector/timelinePanel.css (revision 273864)
+++ chrome_linux64/resources/inspector/timelinePanel.css (working copy)
@@ -74,9 +74,8 @@
}
.timeline-frames-view .overview-grid-window,
-.timeline-frames-view .overview-grid-dividers-background,
-.timeline-frames-view .overview-grid-window-resizer {
- height: 15px;
+.timeline-frames-view .overview-grid-dividers-background {
+ height: 100%;
}
#timeline-overview-grid #resources-graphs {
@@ -107,6 +106,7 @@
.timeline-view-stack {
flex: auto;
+ display: flex;
}
#timeline-container .webkit-html-external-link,
@@ -167,7 +167,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.timeline-tree-item-expand-arrow {
- -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
+ -webkit-mask-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -192,7 +192,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.timeline-expandable-arrow {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
+ background-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -245,7 +245,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.timeline-tree-item-warning {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
+ background-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -265,7 +265,8 @@
}
#timeline-overview-events,
-#timeline-overview-memory {
+#timeline-overview-memory,
+#timeline-overview-power {
position: absolute;
left: 0;
right: 0;
@@ -274,19 +275,23 @@
z-index: 160;
}
-#timeline-overview-memory {
+#timeline-overview-memory,
+#timeline-overview-power {
top: 25px;
}
#timeline-overview-pane {
- flex: auto;
+ flex: 0 0 80px;
position: relative;
+ overflow: hidden;
}
#timeline-overview-container {
+ display: flex;
flex: auto;
position: relative;
height: 80px;
+ overflow: hidden;
}
#timeline-overview-container canvas {
@@ -382,14 +387,6 @@
-webkit-mask-position: -128px -24px;
}
-.glue-async-status-bar-item .glyph {
- -webkit-mask-position: -128px -48px;
-}
-
-.glue-async-status-bar-item.toggled-on:disabled .glyph {
- background-color: rgba(0, 0, 0, 0.75);
-}
-
#resources-container-content {
overflow: hidden;
min-height: 100%;
@@ -422,7 +419,7 @@
}
#timeline-overview-sidebar .sidebar-tree {
- height: 100%;
+ flex: auto;
}
#timeline-overview-sidebar .sidebar-tree-item {
@@ -463,7 +460,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
#timeline-overview-sidebar .icon {
- -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
+ -webkit-mask-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -479,6 +476,10 @@
-webkit-mask-position: -224px -48px;
}
+.timeline-overview-sidebar-power .icon {
+ -webkit-mask-position: -64px -120px;
+}
+
.memory-graph-label {
position: absolute;
left: 5px;
@@ -495,19 +496,25 @@
bottom: 5px;
}
-#memory-counters-graph {
- border-right: 1px solid rgb(196, 196, 196);
-}
-
#memory-graphs-canvas-container {
overflow: hidden;
+ flex: auto;
+ position: relative;
}
-#memory-graphs-canvas-container.dom-counters .resources-dividers,
#memory-counters-graph {
- top: 17px;
+ flex: auto;
}
+#memory-graphs-canvas-container .memory-counter-marker {
+ position: absolute;
+ border-radius: 3px;
+ width: 5px;
+ height: 5px;
+ margin-left: -3px;
+ margin-top: -2px;
+}
+
#memory-graphs-container .split-view-contents-first {
background-color: rgb(236, 236, 236);
overflow-y: hidden;
@@ -522,7 +529,7 @@
white-space: nowrap;
}
-.memory-counter-sidebar-info .swatch{
+.memory-counter-sidebar-info .swatch {
background-image: none;
border: 1px solid rgba(0,0,0,0.3);
opacity: 0.5;
@@ -541,10 +548,11 @@
}
#counter-values-bar {
+ flex: 0 0 18px;
border-bottom: solid 1px lightgray;
width: 100%;
- height: 17px;
overflow: hidden;
+ line-height: 18px;
}
.timeline .resources-event-divider {
@@ -592,7 +600,7 @@
color: black;
text-align: center;
padding-top: 3px;
- z-index: 350;
+ z-index: 220;
pointer-events: auto;
}
@@ -603,19 +611,22 @@
#timeline-grid-header {
pointer-events: none;
+ height: 19px;
}
-.timeline-utilization-strips {
+#timeline-graph-records-header {
+ pointer-events: none;
height: 19px;
padding: 1px 0;
justify-content: center;
}
.timeline-utilization-strip {
- z-index: 350;
+ z-index: 250;
overflow: hidden;
flex: 0 1 12px;
position: relative;
+ height: 9px;
}
.timeline-utilization-strip .timeline-graph-bar {
@@ -674,15 +685,6 @@
float: right;
}
-.highlighted-timeline-record {
- -webkit-animation: "timeline_record_highlight" 2s 0s;
-}
-
-@-webkit-keyframes timeline_record_highlight {
- from {background-color: rgba(255, 255, 120, 1); }
- to { background-color: rgba(255, 255, 120, 0); }
-}
-
.timeline-filters-header {
flex: 0 0 23px;
overflow: hidden;
@@ -713,6 +715,7 @@
.timeline-details-view {
color: #333;
+ overflow: hidden;
}
.timeline-details-view-title {
@@ -724,6 +727,8 @@
display: flex;
color: rgb(92, 110, 129);
text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.timeline-details-view-body {
@@ -781,50 +786,11 @@
overflow: hidden;
}
-.pie-chart {
- width: 100px;
- height: 110px;
-}
-
-.pie-chart-background {
- position: absolute;
- width: 100px;
- height: 100px;
- border-radius: 50px;
- background-color: rgb(248, 248, 248);
- box-shadow: 0 1px 2px;
-}
-
-.pie-chart-foreground {
- position: absolute;
- width: 100px;
- height: 100px;
- text-align: center;
- line-height: 100px;
- z-index: 10;
-}
-
-.pie-chart-slice {
- position: absolute;
- width: 100px;
- height: 100px;
- border-radius: 50px;
- clip: rect(0px, 100px, 100px, 50px);
-}
-
-.pie-chart-slice-inner {
- position: absolute;
- width: 100px;
- height: 100px;
- border-radius: 50px;
- clip: rect(0px, 50px, 100px, 0px);
-}
-
.timeline-aggregated-info {
flex: none;
position: relative;
margin: 8px 2px;
- width: 160px;
+ width: 200px;
}
.timeline-aggregated-info-legend > div {
@@ -835,4 +801,32 @@
.timeline-aggregated-info .pie-chart {
margin-left: 20px;
+ margin-bottom: 10px;
}
+
+.timeline-flamechart-view #timeline-overview-grid {
+ display: none;
+}
+
+.timeline-flamechart-view .flame-chart-main-pane .resources-divider-label {
+ text-align: center;
+}
+
+.timeline-flamechart {
+ overflow: hidden;
+}
+
+.timeline-progress-pane {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ bottom: 0px;
+ left: 0px;
+ color: #777;
+ background-color: rgba(255, 255, 255, 0.8);
+ font-size: 30px;
+ z-index: 500;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
« no previous file with comments | « chrome_linux64/resources/inspector/textPrompt.css ('k') | chrome_mac/Google Chrome Packaging/app_resource_rules.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698