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

Side by Side Diff: Source/devtools/front_end/networkLogView.css

Issue 416843002: DevTools: Send async stack trace with Network.Initiator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 5 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 | Annotate | Revision Log
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 252
253 .network-log-grid.data-grid.small .image-network-icon-preview { 253 .network-log-grid.data-grid.small .image-network-icon-preview {
254 top: 2px; 254 top: 2px;
255 bottom: 1px; 255 bottom: 1px;
256 left: 3px; 256 left: 3px;
257 right: 3px; 257 right: 3px;
258 max-width: 8px; 258 max-width: 8px;
259 max-height: 11px; 259 max-height: 11px;
260 } 260 }
261 261
262 .network-async-trace-description {
263 padding: 3px 0 1px 0;
264 font-style: italic;
265 }
266
262 /* Graph styles */ 267 /* Graph styles */
263 268
264 .network-graph-side { 269 .network-graph-side {
265 position: relative; 270 position: relative;
266 height: 36px; 271 height: 36px;
267 padding: 0; 272 padding: 0;
268 white-space: nowrap; 273 white-space: nowrap;
269 margin-top: 1px; 274 margin-top: 1px;
270 border-top: 1px solid transparent; 275 border-top: 1px solid transparent;
271 overflow: hidden; 276 overflow: hidden;
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 } 602 }
598 603
599 #network-container:not(.brief-mode) .data-grid tr.selected { 604 #network-container:not(.brief-mode) .data-grid tr.selected {
600 background-color: transparent; 605 background-color: transparent;
601 color: #222; 606 color: #222;
602 } 607 }
603 608
604 #network-container.brief-mode .data-grid .data-container { 609 #network-container.brief-mode .data-grid .data-container {
605 padding-right: 0; 610 padding-right: 0;
606 } 611 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/network/NetworkPanel.js ('k') | Source/devtools/front_end/sdk/ConsoleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698