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

Unified Diff: chrome/tools/test/reference_build/chrome_linux/resources/inspector/debugger.html

Issue 177049: On Linux, move the passing of filedescriptors to a dedicated socketpair(). (Closed)
Patch Set: Removed *.d files from reference build 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 side-by-side diff with in-line comments
Download patch
Index: chrome/tools/test/reference_build/chrome_linux/resources/inspector/debugger.html
diff --git a/chrome/tools/test/reference_build/chrome_linux/resources/inspector/debugger.html b/chrome/tools/test/reference_build/chrome_linux/resources/inspector/debugger.html
deleted file mode 100644
index f6bb917d8532abbdf05b95214f4f4481551a2e12..0000000000000000000000000000000000000000
--- a/chrome/tools/test/reference_build/chrome_linux/resources/inspector/debugger.html
+++ /dev/null
@@ -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>

Powered by Google App Engine
This is Rietveld 408576698