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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js

Issue 2501253002: [Devtools] Normalized colors Timeline <-> Waterfall (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js
index 1819cfbe68ca1697080389cca13cd0cd29ef024b..7a0ef31b889e493390732aa9c3746dcc20235f1d 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js
@@ -618,10 +618,10 @@ Network.NetworkWaterfallColumn.RequestData;
Network.NetworkWaterfallColumn._colorsForResourceType = {
document: 'hsl(215, 100%, 80%)',
font: 'hsl(8, 100%, 80%)',
- media: 'hsl(272, 64%, 80%)',
- image: 'hsl(272, 64%, 80%)',
+ media: 'hsl(90, 50%, 80%)',
+ image: 'hsl(90, 50%, 80%)',
script: 'hsl(31, 100%, 80%)',
- stylesheet: 'hsl(90, 50%, 80%)',
+ stylesheet: 'hsl(272, 64%, 80%)',
texttrack: 'hsl(8, 100%, 80%)',
websocket: 'hsl(0, 0%, 95%)',
xhr: 'hsl(53, 100%, 80%)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698