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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css

Issue 1828203005: Expose SPDY pushes in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests Created 4 years, 8 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: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
index 64c11f594b55d5b9c6402f3e7316b3870b17e11c..b626af838c3ed43edafa95a2ff28a0996ac1271f 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -384,7 +384,8 @@
.network-graph-bar.request-timing.dns,
.network-graph-bar.request-timing.ssl,
.network-graph-bar.request-timing.connecting,
-.network-graph-bar.request-timing.blocking {
+.network-graph-bar.request-timing.blocking,
+.network-graph-bar.request-timing.push {
margin: 3px 0;
}
@@ -393,7 +394,8 @@
border: solid 1px #AAAAAA;
}
-.network-graph-bar.request-timing.receiving, -theme-preserve {
+.network-graph-bar.request-timing.receiving, -theme-preserve,
+.network-graph-bar.request-timing.receiving-push, -theme-preserve {
background-color: #03A9F4;
}
@@ -421,6 +423,10 @@
background-color: #AAAAAA;
}
+.network-graph-bar.request-timing.push, -theme-preserve {
+ background-color: #8CDBff;
+}
+
.network-graph-bar.cached {
background: hsl(0, 0%, 90%);
}
@@ -642,4 +648,4 @@
font-size: 14px;
text-align: center;
line-height: 28px;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698