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

Side by Side Diff: chrome/browser/resources/tracing/timeline_analysis.css

Issue 10543144: Remove old tracing code now that it has moved to third_party. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
OLDNEW
(Empty)
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 .timeline-analysis {
6 -webkit-user-select: text;
7 font-family: monospace;
8 white-space: pre;
9 }
10
11 .timeline-slice {
12 border-spacing: 4px 0;
13 }
14 .timeline-slice-header {
15 text-align: left;
16 }
17 .timeline-slice-col-0 {
18 }
19 .timeline-slice-col-1 {
20 }
21
22 .timeline-slices {
23 border-spacing: 4px 0;
24 }
25 .timeline-slices-header {
26 text-align: left;
27 }
28 .timeline-slices-col-0 {
29 }
30 .timeline-slices-col-1 {
31 text-align: right;
32 }
33 .timeline-slices-col-2 {
34 text-align: right;
35 }
36
37 .timeline-counter {
38 border-spacing: 4px 0;
39 }
40 .timeline-counter-header {
41 text-align: left;
42 }
43 .timeline-counter-col-0 {
44 }
45 .timeline-counter-col-1 {
46 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/timeline.js ('k') | chrome/browser/resources/tracing/timeline_analysis.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698