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

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

Issue 5487001: Merge 73021 - 2010-11-30 Pavel Feldman <pfeldman@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 | « WebCore/inspector/front-end/HelpScreen.js ('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 17 matching lines...) Expand all
28 <!DOCTYPE html> 28 <!DOCTYPE html>
29 <html> 29 <html>
30 <head> 30 <head>
31 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 31 <meta http-equiv="content-type" content="text/html; charset=utf-8">
32 <link rel="stylesheet" type="text/css" href="audits.css"> 32 <link rel="stylesheet" type="text/css" href="audits.css">
33 <link rel="stylesheet" type="text/css" href="goToLineDialog.css"> 33 <link rel="stylesheet" type="text/css" href="goToLineDialog.css">
34 <link rel="stylesheet" type="text/css" href="heapProfiler.css"> 34 <link rel="stylesheet" type="text/css" href="heapProfiler.css">
35 <link rel="stylesheet" type="text/css" href="inspector.css"> 35 <link rel="stylesheet" type="text/css" href="inspector.css">
36 <link rel="stylesheet" type="text/css" href="inspectorSyntaxHighlight.css"> 36 <link rel="stylesheet" type="text/css" href="inspectorSyntaxHighlight.css">
37 <link rel="stylesheet" type="text/css" href="networkPanel.css"> 37 <link rel="stylesheet" type="text/css" href="networkPanel.css">
38 <link rel="stylesheet" type="text/css" href="helpScreen.css">
38 <link rel="stylesheet" type="text/css" href="popover.css"> 39 <link rel="stylesheet" type="text/css" href="popover.css">
39 <link rel="stylesheet" type="text/css" href="textViewer.css"> 40 <link rel="stylesheet" type="text/css" href="textViewer.css">
40 <script type="text/javascript" src="utilities.js"></script> 41 <script type="text/javascript" src="utilities.js"></script>
41 <script type="text/javascript" src="treeoutline.js"></script> 42 <script type="text/javascript" src="treeoutline.js"></script>
42 <script type="text/javascript" src="inspector.js"></script> 43 <script type="text/javascript" src="inspector.js"></script>
43 <script type="text/javascript" src="InspectorBackendStub.js"></script> 44 <script type="text/javascript" src="InspectorBackendStub.js"></script>
44 <script type="text/javascript" src="InspectorFrontendHostStub.js"></script> 45 <script type="text/javascript" src="InspectorFrontendHostStub.js"></script>
45 <script type="text/javascript" src="ExtensionRegistryStub.js"></script> 46 <script type="text/javascript" src="ExtensionRegistryStub.js"></script>
46 <script type="text/javascript" src="Object.js"></script> 47 <script type="text/javascript" src="Object.js"></script>
47 <script type="text/javascript" src="Settings.js"></script> 48 <script type="text/javascript" src="Settings.js"></script>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 <div id="main"> 163 <div id="main">
163 <div id="main-panels" spellcheck="false"></div> 164 <div id="main-panels" spellcheck="false"></div>
164 <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"><div class="g lyph"></div><div class="glyph shadow"></div></button><button id="console-status- bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph sha dow"></div></button><button id="changes-status-bar-item" class="status-bar-item hidden"></button><div id="counters"><div id="changes-count" class="hidden"></div ><div id="error-warning-count" class="hidden"></div></div></div></div> 165 <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"><div class="g lyph"></div><div class="glyph shadow"></div></button><button id="console-status- bar-item" class="status-bar-item"><div class="glyph"></div><div class="glyph sha dow"></div></button><button id="changes-status-bar-item" class="status-bar-item hidden"></button><div id="counters"><div id="changes-count" class="hidden"></div ><div id="error-warning-count" class="hidden"></div></div></div></div>
165 </div> 166 </div>
166 <div id="drawer"> 167 <div id="drawer">
167 <div id="console-view"><div id="console-messages" class="monospace"><div id="console-prompt" spellcheck="false"><br></div></div></div> 168 <div id="console-view"><div id="console-messages" class="monospace"><div id="console-prompt" spellcheck="false"><br></div></div></div>
168 <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 clear-status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div ></button><div id="console-filter" class="scope-bar status-bar-item"></div></div ></div> 169 <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 clear-status-bar-item"><div class="glyph"></div><div class="glyph shadow"></div ></button><div id="console-filter" class="scope-bar status-bar-item"></div></div ></div>
169 </div> 170 </div>
170 </body> 171 </body>
171 </html> 172 </html>
OLDNEW
« no previous file with comments | « WebCore/inspector/front-end/HelpScreen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698