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

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

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 */ 5 */
6 #profiling-view { 6 #profiling-view {
7 padding: 0px; 7 padding: 0px;
8 -webkit-box-orient: vertical; 8 -webkit-box-orient: vertical;
9 -webkit-box-flex: 1; 9 -webkit-box-flex: 1;
10 } 10 }
(...skipping 21 matching lines...) Expand all
32 .profiling-overlay .raw-text { 32 .profiling-overlay .raw-text {
33 overflow: auto; 33 overflow: auto;
34 -webkit-box-flex: 1; 34 -webkit-box-flex: 1;
35 wrap: none; 35 wrap: none;
36 } 36 }
37 37
38 .profiling-overlay .error { 38 .profiling-overlay .error {
39 border: 1px solid red; 39 border: 1px solid red;
40 text-align: center; 40 text-align: center;
41 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/overlay_test.html ('k') | chrome/browser/resources/tracing/profiling_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698