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

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

Issue 2418953002: [Devtools] Added simplified/latency view to network timeline experiment (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into NETWORK_TIMELINE_8_LAT… Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 border-style: solid; 370 border-style: solid;
371 border-color: hsl(0, 0%, 75%); 371 border-color: hsl(0, 0%, 75%);
372 background: linear-gradient(0deg, hsl(0, 0%, 85%), hsl(0, 0%, 95%)); 372 background: linear-gradient(0deg, hsl(0, 0%, 85%), hsl(0, 0%, 95%));
373 } 373 }
374 374
375 .network-graph-bar.waiting:not(.request-timing) { 375 .network-graph-bar.waiting:not(.request-timing) {
376 opacity: 0.5; 376 opacity: 0.5;
377 } 377 }
378 378
379 /* Resource categories */ 379 /* Resource categories */
380 380 /* TODO(allada) Remove these when we remove canvas timeline experiment */
381 .network-graph-bar.request-timing.queueing, 381 .network-graph-bar.request-timing.queueing,
382 .network-graph-bar.request-timing.total, 382 .network-graph-bar.request-timing.total,
383 .network-graph-bar.request-timing.proxy, 383 .network-graph-bar.request-timing.proxy,
384 .network-graph-bar.request-timing.dns, 384 .network-graph-bar.request-timing.dns,
385 .network-graph-bar.request-timing.ssl, 385 .network-graph-bar.request-timing.ssl,
386 .network-graph-bar.request-timing.connecting, 386 .network-graph-bar.request-timing.connecting,
387 .network-graph-bar.request-timing.blocking, 387 .network-graph-bar.request-timing.blocking,
388 .network-graph-bar.request-timing.push { 388 .network-graph-bar.request-timing.push {
389 margin: 3px 0; 389 margin: 3px 0;
390 } 390 }
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 699
700 .network-timeline-header .sort-ascending.sort-order-icon { 700 .network-timeline-header .sort-ascending.sort-order-icon {
701 display: block; 701 display: block;
702 background-position: -4px -111px; 702 background-position: -4px -111px;
703 } 703 }
704 704
705 .network-timeline-header .sort-descending.sort-order-icon { 705 .network-timeline-header .sort-descending.sort-order-icon {
706 display: block; 706 display: block;
707 background-position: -20px -99px; 707 background-position: -20px -99px;
708 } 708 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698