зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1146875 - Fix the leak-gauge.html broken and add a encoding declaration. r=dbaron
--HG-- extra : rebase_source : 48bfdde1adfa4f9b5de31d5338ffdb5fbe463850
This commit is contained in:
Родитель
1478c1b490
Коммит
e934278bbc
|
@ -8,6 +8,7 @@
|
|||
-->
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Leak Gauge</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
@ -16,7 +17,7 @@ pre.output { border: medium solid; padding: 1em; margin: 1em; }
|
|||
</style>
|
||||
<script type="text/javascript">
|
||||
|
||||
function runFile(file) {
|
||||
function runfile(file) {
|
||||
var result = "Results of processing log " + file.fileName + " :\n";
|
||||
|
||||
var fileReader = new FileReader();
|
||||
|
|
Загрузка…
Ссылка в новой задаче