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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkPanel.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/networkPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
index 741ba567883b4f281d7f6e6153aa7f697c2d8be8..d8dfd1840006fd64251a306499f0287ae7bc3a23 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
@@ -159,10 +159,15 @@
background-color: #00C853;
}
-.network-timing-bar.receiving, -theme-preserve {
+.network-timing-bar.receiving, -theme-preserve,
+.network-timing-bar.receiving-push, -theme-preserve {
background-color: #03A9F4;
}
+.network-timing-bar.push, -theme-preserve {
+ background-color: #8CDBff;
+}
+
.network-timing-bar.proxy,
.network-timing-bar.dns,
.network-timing-bar.ssl,
@@ -239,4 +244,4 @@
.network-blocked-urls {
border-top: 1px solid #dadada;
flex: 104px 0 0;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698