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

Unified Diff: chrome/browser/resources/workers/index.html

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 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 | « chrome/browser/resources/inspect/inspect.js ('k') | chrome/browser/resources/workers/workers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/workers/index.html
diff --git a/chrome/browser/resources/workers/index.html b/chrome/browser/resources/workers/index.html
deleted file mode 100644
index 92b5c72df69396cac9bedfbc3e51502f4bc4b437..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/workers/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML>
-<!-- Copyright (c) 2011 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-<html>
-<title>Workers</title>
-<style>
-thead {
- background: #E0ECFF;
-}
-td {
- padding: 0 15px 0 15px;
-}
-a {
- margin-right: 10px;
-}
-
-</style>
-<script src="chrome://workers/workers.js"></script>
-<body>
-<h2>Shared workers:</h2>
-<table>
-<thead>
-<tr>
- <th>Id</th>
- <th>URL</th>
- <th>Name</th>
- <th>Process id</th>
-</tr>
-</thead>
-<tbody id="workers-table">
-</tbody>
-</table>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/inspect/inspect.js ('k') | chrome/browser/resources/workers/workers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698