Bug 1051846 - Add a <title> to about:checkerboard and about:memory, r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D23751

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Arpit 2019-03-18 10:49:13 +00:00
parent 1a5ba359af
commit cca238563d
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<head>
<meta http-equiv="Content-Security-Policy" content="default-src chrome:" />
<meta name="viewport" content="width=device-width"/>
<title>Checkerboard Analyzer</title>
<link rel="stylesheet" href="chrome://global/content/aboutCheckerboard.css" type="text/css"/>
</head>

View File

@ -7,6 +7,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width"/>
<title>Memory Analyzer</title>
<link rel="stylesheet" href="chrome://global/skin/aboutMemory.css" type="text/css"/>
<script type="text/javascript" src="chrome://global/content/aboutMemory.js"/>
</head>