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

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

Issue 165278: Roll WebKit to 47010 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « DEPS ('k') | webkit/tools/webcore_unit_tests/GKURL_unittest.cpp » ('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) 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 <body class="detached"> 120 <body class="detached">
121 <div id="toolbar"> 121 <div id="toolbar">
122 <div class="toolbar-item hidden"></div> 122 <div class="toolbar-item hidden"></div>
123 <div class="toolbar-item flexable-space"></div> 123 <div class="toolbar-item flexable-space"></div>
124 <div class="toolbar-item hidden" id="search-results-matches"></div> 124 <div class="toolbar-item hidden" id="search-results-matches"></div>
125 <div class="toolbar-item"><input id="search" type="search" incremental r esults="0"><div id="search-toolbar-label" class="toolbar-label"></div></div> 125 <div class="toolbar-item"><input id="search" type="search" incremental r esults="0"><div id="search-toolbar-label" class="toolbar-label"></div></div>
126 <div class="toolbar-item close"><button id="close-button"></button></div > 126 <div class="toolbar-item close"><button id="close-button"></button></div >
127 </div> 127 </div>
128 <div id="main"> 128 <div id="main">
129 <div id="main-panels" tabindex="0" spellcheck="false"></div> 129 <div id="main-panels" tabindex="0" spellcheck="false"></div>
130 <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"></but ton><button id="console-status-bar-item" class="status-bar-item"></button><butto n id="changes-status-bar-item" class="status-bar-item hidden"></button><div id=" count-items"><div id="changes-count" class="hidden"></div><div id="error-warning -count" class="hidden"></div></div></div></div> 130 <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 >
131 </div> 131 </div>
132 <div id="drawer"> 132 <div id="drawer">
133 <div id="console-view"><div id="console-messages"><div id="console-promp t" spellcheck="false"><br></div></div></div> 133 <div id="console-view"><div id="console-messages"><div id="console-promp t" spellcheck="false"><br></div></div></div>
134 <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 "></button></div></div> 134 <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>
135 </div> 135 </div>
136 </body> 136 </body>
137 </html> 137 </html>
OLDNEW
« no previous file with comments | « DEPS ('k') | webkit/tools/webcore_unit_tests/GKURL_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698