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

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

Issue 14329024: [DevTools] Close drawer on blur after short timeout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed comments. Created 7 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 | Annotate | Revision Log
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <body class="undocked" id="-webkit-web-inspector"> 190 <body class="undocked" id="-webkit-web-inspector">
191 <div id="toolbar"> 191 <div id="toolbar">
192 <div class="toolbar-item close-left"><div class="close-button" id="close -button-left"></div></div> 192 <div class="toolbar-item close-left"><div class="close-button" id="close -button-left"></div></div>
193 <div id="toolbar-controls"> 193 <div id="toolbar-controls">
194 <div class="toolbar-item"><div id="toolbar-panels-menu" class="hidde n">&hellip;</div></div> 194 <div class="toolbar-item"><div id="toolbar-panels-menu" class="hidde n">&hellip;</div></div>
195 <div class="toolbar-item"><div id="toolbar-dropdown-arrow" class="hi dden">&raquo;</div></div> 195 <div class="toolbar-item"><div id="toolbar-dropdown-arrow" class="hi dden">&raquo;</div></div>
196 <div class="toolbar-item close-right"><div class="close-button" id=" close-button-right"></div></div> 196 <div class="toolbar-item close-right"><div class="close-button" id=" close-button-right"></div></div>
197 </div> 197 </div>
198 </div> 198 </div>
199 <div id="main"> 199 <div id="main">
200 <div id="floating-status-bar-container" class="status-bar"><div id="floa ting-status-bar-resizer"></div></div> 200 <div id="floating-status-bar-container" class="status-bar" tabindex="-1" ><div id="floating-status-bar-resizer"></div></div>
201 </div> 201 </div>
202 <div id="drawer"></div> 202 <div id="drawer" tabindex="-1"></div>
203 <div id="main-status-bar" class="status-bar"> 203 <div id="main-status-bar" class="status-bar">
204 <div id="bottom-status-bar-container"> 204 <div id="bottom-status-bar-container">
205 <div id="panel-status-bar"> 205 <div id="panel-status-bar">
206 <div id="drawer-view-anchor"></div> 206 <div id="drawer-view-anchor"></div>
207 </div> 207 </div>
208 </div> 208 </div>
209 <div id="error-warning-count" class="hidden"></div> 209 <div id="error-warning-count" class="hidden"></div>
210 </div> 210 </div>
211 </body> 211 </body>
212 </html> 212 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698