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

Unified Diff: third_party/WebKit/WebCore/inspector/front-end/debugger.html

Issue 43026: Move forked, DevToools-specific JS files out of third_party/WebKit... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/WebCore/inspector/front-end/debugger.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebCore/inspector/front-end/debugger.html
===================================================================
--- third_party/WebKit/WebCore/inspector/front-end/debugger.html (revision 11214)
+++ third_party/WebKit/WebCore/inspector/front-end/debugger.html (working copy)
@@ -1,31 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<!--
- The UI for the javascript debugger window.
--->
- <head>
- <title>JavaScript Debugger</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
- <link rel="stylesheet" href="debugger.css" type="text/css" />
- <script type="text/javascript" src="DebuggerConsole.js"></script>
- <script type="text/javascript" src="DebuggerIPC.js"></script>
- <script type="text/javascript" src="DebuggerShell.js"></script>
- </head>
-
- <body onload="onLoad();">
-
- <table id='outer'>
- <tr>
- <td valign='bottom' id='output'>Chrome JavaScript Debugger<br />Type 'help' for a list of commands.<br /></td>
- </tr>
- </table>
-
- <div id='command-line'>
- <!-- TODO(erikkay) - use addEventListener instead -->
- <input id='command-line-text'
- type="text" />
- </div>
-
- </body>
-</html>
« no previous file with comments | « third_party/WebKit/WebCore/inspector/front-end/debugger.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698