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

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

Issue 207553010: DevTools: speed up network scrolling and layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/UIUtils.js ('k') | Source/devtools/front_end/networkLogView.css » ('j') | 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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 overflow: hidden; 820 overflow: hidden;
821 } 821 }
822 822
823 #console-messages { 823 #console-messages {
824 flex: 1 1; 824 flex: 1 1;
825 padding: 2px 0; 825 padding: 2px 0;
826 overflow-y: auto; 826 overflow-y: auto;
827 word-wrap: break-word; 827 word-wrap: break-word;
828 -webkit-user-select: text; 828 -webkit-user-select: text;
829 border-top: 1px solid rgb(230, 230, 230); 829 border-top: 1px solid rgb(230, 230, 230);
830 -webkit-transform: translateZ(0);
830 } 831 }
831 832
832 #console-prompt { 833 #console-prompt {
833 clear: right; 834 clear: right;
834 position: relative; 835 position: relative;
835 padding: 1px 22px 1px 0; 836 padding: 1px 22px 1px 0;
836 margin-left: 24px; 837 margin-left: 24px;
837 min-height: 16px; 838 min-height: 16px;
838 white-space: pre-wrap; 839 white-space: pre-wrap;
839 -webkit-user-modify: read-write-plaintext-only; 840 -webkit-user-modify: read-write-plaintext-only;
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 } 2847 }
2847 2848
2848 .root-view > .split-view > .split-view-sidebar { 2849 .root-view > .split-view > .split-view-sidebar {
2849 position: relative; 2850 position: relative;
2850 } 2851 }
2851 2852
2852 select.drop-down-menu { 2853 select.drop-down-menu {
2853 border: none; 2854 border: none;
2854 -webkit-appearance: none; 2855 -webkit-appearance: none;
2855 } 2856 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/UIUtils.js ('k') | Source/devtools/front_end/networkLogView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698