Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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>