author | Julian Descottes <jdescottes@mozilla.com> |
Fri, 12 May 2017 15:52:10 +0200 | |
changeset 360797 | c72c2c5785e8f622c5cc95c2b2d90196c073a506 |
parent 360796 | 5f7aef97e7b7ed03e1abb438f6797a86e7286e14 |
child 360798 | ccd1dc27a4737c482234ece01f95b2afc931f0cb |
push id | 31902 |
push user | ryanvm@gmail.com |
push date | Fri, 26 May 2017 19:43:26 +0000 |
treeherder | mozilla-central@ba1a33add29d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ochameau |
bugs | 1363327 |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/devtools/client/aboutdebugging/aboutdebugging.xhtml +++ b/devtools/client/aboutdebugging/aboutdebugging.xhtml @@ -1,23 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD; <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD; -<!ENTITY % toolboxDTD SYSTEM "chrome://devtools/locale/toolbox.dtd"> %toolboxDTD; <!ENTITY % aboutdebuggingDTD SYSTEM "chrome://devtools/locale/aboutdebugging.dtd"> %aboutdebuggingDTD; ]> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>&aboutDebugging.fullTitle;</title> <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css"/> <link rel="stylesheet" href="chrome://devtools/content/aboutdebugging/aboutdebugging.css" type="text/css"/> - <script type="application/javascript" src="resource://devtools/client/shared/vendor/react.js"></script> <script type="application/javascript" src="chrome://devtools/content/aboutdebugging/initializer.js"></script> </head> <body id="body" dir="&locale.dir;"> </body> </html>