Bug 1874684 - Part 4: Prefer const references instead of copying Instant values....
[gecko.git] / devtools / client / memory / index.xhtml
blob5d7836a13cd783a91899526e2a2d1304628360b6
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <!-- This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8 <html xmlns="http://www.w3.org/1999/xhtml" dir="">
9 <head>
10 <link
11 rel="stylesheet"
12 href="chrome://devtools/skin/widgets.css"
13 type="text/css"
15 <link
16 rel="stylesheet"
17 href="chrome://devtools/skin/memory.css"
18 type="text/css"
20 <link
21 rel="stylesheet"
22 href="chrome://devtools/skin/components-frame.css"
23 type="text/css"
25 <link
26 rel="stylesheet"
27 href="chrome://devtools/skin/components-h-split-box.css"
28 type="text/css"
30 </head>
31 <body class="theme-body">
32 <div id="app"></div>
34 <script
35 src="chrome://devtools/content/shared/theme-switching.js"
36 defer="true"
37 ></script>
39 <script
40 src="chrome://global/content/third_party/d3/d3.js"
41 defer="true"
42 ></script>
44 <script
45 src="chrome://devtools/content/shared/vendor/dagre-d3.js"
46 defer="true"
47 ></script>
48 </body>
49 </html>