Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE html>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <html>
7 <head>
8 <title>Firefox Profiler (SPS)</title>
9 <meta charset="utf-8">
11 <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/ui.css">
12 <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/tree.css">
13 <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/devtools.css">
15 <script src="profiler/cleopatra/js/strings.js"></script>
16 <script src="profiler/cleopatra/js/parser.js"></script>
17 <script src="profiler/cleopatra/js/tree.js"></script>
18 <script src="profiler/cleopatra/js/ui.js"></script>
19 <script src="profiler/cleopatra/js/ProgressReporter.js"></script>
20 <script src="profiler/cleopatra/js/devtools.js"></script>
21 </head>
23 <body onload="notifyParent('loaded');">
24 <script>
25 initUI();
26 </script>
27 </body>
28 </html>