Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 4 | |
michael@0 | 5 | <!DOCTYPE html [ |
michael@0 | 6 | <!ENTITY % fontinspectorDTD SYSTEM "chrome://browser/locale/devtools/font-inspector.dtd" > |
michael@0 | 7 | %fontinspectorDTD; |
michael@0 | 8 | ]> |
michael@0 | 9 | |
michael@0 | 10 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 11 | <head> |
michael@0 | 12 | <title>&title;</title> |
michael@0 | 13 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
michael@0 | 14 | <link rel="stylesheet" href="font-inspector.css" type="text/css"/> |
michael@0 | 15 | <link rel="stylesheet" href="chrome://browser/skin/devtools/common.css" type="text/css"/> |
michael@0 | 16 | <link rel="stylesheet" href="chrome://browser/skin/devtools/font-inspector.css" type="text/css"/> |
michael@0 | 17 | <script type="application/javascript;version=1.8" src="chrome://browser/content/devtools/theme-switching.js"/> |
michael@0 | 18 | </head> |
michael@0 | 19 | <body class="theme-sidebar devtools-monospace" role="application"> |
michael@0 | 20 | <script type="application/javascript;version=1.8" src="font-inspector.js"></script> |
michael@0 | 21 | <div id="root"> |
michael@0 | 22 | <ul id="all-fonts"></ul> |
michael@0 | 23 | <button id="showall">&showAllFonts;</button> |
michael@0 | 24 | </div> |
michael@0 | 25 | <div id="template"> |
michael@0 | 26 | <section class="font"> |
michael@0 | 27 | <iframe sandbox="" class="font-preview"></iframe> |
michael@0 | 28 | <div class="font-info"> |
michael@0 | 29 | <h1 class="font-name"></h1> |
michael@0 | 30 | <span class="font-is-local">&system;</span> |
michael@0 | 31 | <span class="font-is-remote">&remote;</span> |
michael@0 | 32 | <p class="font-format-url"> |
michael@0 | 33 | <input readonly="readonly" class="font-url"></input> |
michael@0 | 34 | (<span class="font-format"></span>) |
michael@0 | 35 | </p> |
michael@0 | 36 | <p class="font-css">&usedAs; "<span class="font-css-name"></span>"</p> |
michael@0 | 37 | <pre class="font-css-code"></pre> |
michael@0 | 38 | </div> |
michael@0 | 39 | </section> |
michael@0 | 40 | </div> |
michael@0 | 41 | </body> |
michael@0 | 42 | </html> |