1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/profiler/cleopatra/cleopatra.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<html> 1.10 + <head> 1.11 + <title>Firefox Profiler (SPS)</title> 1.12 + <meta charset="utf-8"> 1.13 + 1.14 + <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/ui.css"> 1.15 + <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/tree.css"> 1.16 + <link rel="stylesheet" type="text/css" href="profiler/cleopatra/css/devtools.css"> 1.17 + 1.18 + <script src="profiler/cleopatra/js/strings.js"></script> 1.19 + <script src="profiler/cleopatra/js/parser.js"></script> 1.20 + <script src="profiler/cleopatra/js/tree.js"></script> 1.21 + <script src="profiler/cleopatra/js/ui.js"></script> 1.22 + <script src="profiler/cleopatra/js/ProgressReporter.js"></script> 1.23 + <script src="profiler/cleopatra/js/devtools.js"></script> 1.24 + </head> 1.25 + 1.26 + <body onload="notifyParent('loaded');"> 1.27 + <script> 1.28 + initUI(); 1.29 + </script> 1.30 + </body> 1.31 +</html>