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

Side by Side Diff: chrome/browser/resources/inspect/inspect.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <meta charset="utf-8">
10 <title>Inspect with Chrome Developer Tools</title>
11
12 <link rel="stylesheet" href="inspect.css"/>
13 <script src="inspect.js"></script>
14 </head>
15
16 <body>
17
18 <div id="top">
19 <div class="section-header">
20 </div>
21 </div>
22
23 <div class="section">Pages</div>
24 <div id="pages" class="list"></div>
25
26 <div class="section">Extensions</div>
27 <div id="extensions" class="list"></div>
28
29 <div class="section">Shared workers</div>
30 <div id="workers" class="list"></div>
31
32 <div class="section">Other</div>
33 <div id="others" class="list"></div>
34
35 </body>
36 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/inspect/inspect.css ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698