Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / memory_internals / memory_internals.html
blob94a8ea8941300008789e79f36c1e80fd16869e54
1 <!doctype html>
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
4 found in the LICENSE file. -->
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <link rel="stylesheet" href="memory_internals.css">
7 <link rel="stylesheet" href="list.css">
8 <link rel="stylesheet" href="extension_view.css">
9 <link rel="stylesheet" href="snapshot_view.css">
11 <script src="chrome://memory-internals/memory_internals.js"></script>
12 <script src="chrome://resources/js/util.js"></script>
14 <h1>Memory Internals</h1>
15 <div id="buttons">
16 <button id="button-update">Update</button>
17 </div>
19 <h2>JSON</h2>
20 <textarea id="json" readonly></textarea>
22 <include src="snapshot_view.html">
23 <include src="extension_view.html">