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

Side by Side Diff: webkit/glue/devtools/js/devtools.html

Issue 204002: DevTools: be ready for WebKit r48314.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « no previous file | 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) 2009 The Chromium Authors. All rights reserved. 2 Copyright (c) 2009 The Chromium Authors. All rights reserved.
3 3
4 This is the Chromium version of the WebInspector. This html file serves 4 This is the Chromium version of the WebInspector. This html file serves
5 as a deployment descriptor and specifies which js libraries to include into the 5 as a deployment descriptor and specifies which js libraries to include into the
6 app. Once the "main" frontend method that is building WebInspector 6 app. Once the "main" frontend method that is building WebInspector
7 from the js building blocks is extracted, we will be able have different 7 from the js building blocks is extracted, we will be able have different
8 implementations of it for Chromium and WebKit. That would allow us for 8 implementations of it for Chromium and WebKit. That would allow us for
9 example not to create WebKit Database tab and remove corresponding js files 9 example not to create WebKit Database tab and remove corresponding js files
10 from here. Longer term we would like to employ closure + basic js compilation. 10 from here. Longer term we would like to employ closure + basic js compilation.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 <div class="toolbar-item hidden" id="search-results-matches"></div> 128 <div class="toolbar-item hidden" id="search-results-matches"></div>
129 <div class="toolbar-item"><input id="search" type="search" incremental r esults="0"><div id="search-toolbar-label" class="toolbar-label"></div></div> 129 <div class="toolbar-item"><input id="search" type="search" incremental r esults="0"><div id="search-toolbar-label" class="toolbar-label"></div></div>
130 <div class="toolbar-item close"><button id="close-button"></button></div > 130 <div class="toolbar-item close"><button id="close-button"></button></div >
131 </div> 131 </div>
132 <div id="main"> 132 <div id="main">
133 <div id="main-panels" tabindex="0" spellcheck="false"></div> 133 <div id="main-panels" tabindex="0" spellcheck="false"></div>
134 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba r-items"><button id="dock-status-bar-item" class="status-bar-item toggled"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="console -status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="g lyph shadow"></div></button><button id="changes-status-bar-item" class="status-b ar-item hidden"></button><div id="count-items"><div id="changes-count" class="hi dden"></div><div id="error-warning-count" class="hidden"></div></div></div></div > 134 <div id="main-status-bar" class="status-bar"><div id="anchored-status-ba r-items"><button id="dock-status-bar-item" class="status-bar-item toggled"><div class="glyph"></div><div class="glyph shadow"></div></button><button id="console -status-bar-item" class="status-bar-item"><div class="glyph"></div><div class="g lyph shadow"></div></button><button id="changes-status-bar-item" class="status-b ar-item hidden"></button><div id="count-items"><div id="changes-count" class="hi dden"></div><div id="error-warning-count" class="hidden"></div></div></div></div >
135 </div> 135 </div>
136 <div id="drawer"> 136 <div id="drawer">
137 <div id="console-view"><div id="console-messages"><div id="console-promp t" spellcheck="false"><br></div></div></div> 137 <div id="console-view"><div id="console-messages"><div id="console-promp t" spellcheck="false"><br></div></div></div>
138 <div id="drawer-status-bar" class="status-bar"><div id="other-drawer-sta tus-bar-items"><button id="clear-console-status-bar-item" class="status-bar-item "><div class="glyph"></div><div class="glyph shadow"></div></button></div></div> 138 <div id="drawer-status-bar" class="status-bar"><div id="other-drawer-sta tus-bar-items"><button id="clear-console-status-bar-item" class="status-bar-item "><div class="glyph"></div><div class="glyph shadow"></div></button><div id="con sole-filter" class="status-bar-item"></div></div></div>
139 </div> 139 </div>
140 </body> 140 </body>
141 </html> 141 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698