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

Side by Side Diff: chrome/browser/resources/memory_internals/memory_internals.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!doctype html>
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 <link rel="stylesheet" href="memory_internals.css"> 5 <link rel="stylesheet" href="memory_internals.css">
6 <link rel="stylesheet" href="list.css"> 6 <link rel="stylesheet" href="list.css">
7 <link rel="stylesheet" href="extension_view.css"> 7 <link rel="stylesheet" href="extension_view.css">
8 <link rel="stylesheet" href="snapshot_view.css"> 8 <link rel="stylesheet" href="snapshot_view.css">
9 9
10 <script src="chrome://memory-internals/memory_internals.js"></script> 10 <script src="chrome://memory-internals/memory_internals.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 12
13 <h1>Memory Internals</h1> 13 <h1>Memory Internals</h1>
14 <div id="buttons"> 14 <div id="buttons">
15 <button id="button-update">Update</button> 15 <button id="button-update">Update</button>
16 </div> 16 </div>
17 17
18 <h2>JSON</h2> 18 <h2>JSON</h2>
19 <textarea id="json" readonly></textarea> 19 <textarea id="json" readonly></textarea>
20 20
21 <include src="snapshot_view.html"> 21 <include src="snapshot_view.html">
22 <include src="extension_view.html"> 22 <include src="extension_view.html">
OLDNEW
« no previous file with comments | « chrome/browser/resources/media/webrtc_logs.html ('k') | chrome/browser/resources/net_export/net_export.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698