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

Side by Side Diff: Source/WebCore/inspector/front-end/inspector.html

Issue 10377162: Merge 116672 - Web Inspector: search title is shown beside the search field (not under) in the vert… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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 | « Source/WebCore/inspector/front-end/inspector.css ('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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 Copyright (C) 2006, 2007, 2008 Apple 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 5 modification, are permitted provided that the following conditions
6 are met: 6 are met:
7 7
8 1. Redistributions of source code must retain the above copyright 8 1. 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 2. Redistributions in binary form must reproduce the above copyright 10 2. Redistributions in binary form must reproduce the above copyright
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 <script type="text/javascript" src="MemoryStatistics.js"></script> 211 <script type="text/javascript" src="MemoryStatistics.js"></script>
212 <script type="text/javascript" src="SnippetsModel.js"></script> 212 <script type="text/javascript" src="SnippetsModel.js"></script>
213 <script type="text/javascript" src="StylesPanel.js"></script> 213 <script type="text/javascript" src="StylesPanel.js"></script>
214 </head> 214 </head>
215 <body class="detached" id="-webkit-web-inspector"> 215 <body class="detached" id="-webkit-web-inspector">
216 <div id="toolbar"> 216 <div id="toolbar">
217 <div class="toolbar-item close-left"><button id="close-button-left"></bu tton></div> 217 <div class="toolbar-item close-left"><button id="close-button-left"></bu tton></div>
218 <div id="toolbar-controls"> 218 <div id="toolbar-controls">
219 <div class="toolbar-item"><button id="toolbar-dropdown-arrow" class= "toolbar-label">&raquo;</button></div> 219 <div class="toolbar-item"><button id="toolbar-dropdown-arrow" class= "toolbar-label">&raquo;</button></div>
220 <div class="toolbar-item hidden" id="search-results-matches"></div> 220 <div class="toolbar-item hidden" id="search-results-matches"></div>
221 <div class="toolbar-item toolbar-search-item" > 221 <div class="toolbar-item" id="toolbar-search-item">
222 <input id="search" type="search" incremental results="0"> 222 <input id="search" type="search" incremental results="0">
223 <div id="search-toolbar-label" class="toolbar-label"></div><div id="toolbar-search-navigation-control"></div> 223 <div id="toolbar-search-navigation-control"></div>
224 </div> 224 </div>
225 <div class="toolbar-item close-right"><button id="close-button-right "></button></div> 225 <div class="toolbar-item close-right"><button id="close-button-right "></button></div>
226 </div> 226 </div>
227 </div> 227 </div>
228 <div id="main"> 228 <div id="main">
229 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba r-items"><div id="counters"><div id="error-warning-count" class="hidden"></div>< /div></div></div> 229 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba r-items"><div id="counters"><div id="error-warning-count" class="hidden"></div>< /div></div></div>
230 </div> 230 </div>
231 <div id="drawer"></div> 231 <div id="drawer"></div>
232 </body> 232 </body>
233 </html> 233 </html>
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/inspector.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698