1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8 http-equiv=
"Content-Security-Policy"
9 content=
"default-src chrome:;img-src data:; object-src 'none'"
11 <meta name=
"color-scheme" content=
"light dark" />
12 <title data-l10n-id=
"about-processes-title"></title>
16 href=
"chrome://global/skin/icons/performance.svg"
18 <link rel=
"stylesheet" href=
"chrome://global/skin/in-content/common.css" />
19 <link rel=
"localization" href=
"toolkit/about/aboutProcesses.ftl" />
20 <link rel=
"localization" href=
"branding/brand.ftl" />
21 <script src=
"chrome://global/content/aboutProcesses.js"></script>
22 <link rel=
"stylesheet" href=
"chrome://global/content/aboutProcesses.css" />
25 <table id=
"process-table">
26 <thead id=
"process-thead">
31 data-l10n-id=
"about-processes-column-name"
35 id=
"column-memory-resident"
36 data-l10n-id=
"about-processes-column-memory-resident"
38 <!-- Memory usage. -->
42 data-l10n-id=
"about-processes-column-cpu-total"
45 <th id=
"column-kill" data-l10n-id=
"about-processes-column-action">
51 <tbody id=
"process-tbody"></tbody>