2022-10-20 15:10:19 +03:00
|
|
|
<!-- 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>
|
|
|
|
<html>
|
2023-03-14 15:00:59 +03:00
|
|
|
|
2022-12-15 17:11:04 +03:00
|
|
|
<head>
|
2023-03-14 15:00:59 +03:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
|
|
|
|
<meta name="color-scheme" content="light dark" />
|
|
|
|
<title data-l10n-id="about-logging-title"></title>
|
|
|
|
<link rel="stylesheet" href="chrome://global/skin/aboutLogging.css" />
|
|
|
|
<script src="chrome://global/content/aboutLogging.js"></script>
|
|
|
|
<link rel="localization" href="toolkit/about/aboutLogging.ftl" />
|
2023-03-15 20:00:48 +03:00
|
|
|
<link rel="localization" href="toolkit/branding/brandings.ftl" />
|
2022-12-15 17:11:04 +03:00
|
|
|
</head>
|
2023-03-14 15:00:59 +03:00
|
|
|
|
2022-12-15 17:11:04 +03:00
|
|
|
<body id="body">
|
2023-03-14 15:00:57 +03:00
|
|
|
<main class="main-content">
|
2022-12-15 17:11:04 +03:00
|
|
|
<h1 id="title" data-l10n-id="about-logging-page-title"></h1>
|
2023-03-14 15:00:57 +03:00
|
|
|
<section>
|
2023-03-14 15:00:59 +03:00
|
|
|
<div hidden id="error" class="page-subsection info-box">
|
|
|
|
<div class="info-box-label" data-l10n-id="about-logging-error"></div>
|
|
|
|
<div id="error-description"></div>
|
2022-12-15 17:11:06 +03:00
|
|
|
<div data-l10n-id="about-logging-configuration-url-ignored"></div>
|
|
|
|
</div>
|
2023-03-14 15:00:59 +03:00
|
|
|
<div hidden id="some-elements-unavailable" class="page-subsection info-box">
|
|
|
|
<div class="info-box-label" data-l10n-id="about-logging-info"></div>
|
2022-12-15 17:11:06 +03:00
|
|
|
<div data-l10n-id="about-logging-some-elements-disabled"></div>
|
|
|
|
</div>
|
2023-03-14 15:00:57 +03:00
|
|
|
</section>
|
|
|
|
<div class="button-row">
|
|
|
|
<button id="toggle-logging-button" data-l10n-id="about-logging-start-logging"></button>
|
2022-12-15 17:11:04 +03:00
|
|
|
</div>
|
2023-03-14 15:00:59 +03:00
|
|
|
<section id="log-module-selection">
|
2022-12-15 17:11:04 +03:00
|
|
|
<h2 data-l10n-id="about-logging-log-modules-selection"></h2>
|
2023-03-14 15:00:57 +03:00
|
|
|
<div class="page-subsection">
|
2022-12-15 17:11:04 +03:00
|
|
|
<label for="current-log-modules" data-l10n-id="about-logging-currently-enabled-log-modules"></label>
|
|
|
|
<div id="current-log-modules"></div>
|
2023-03-14 15:00:58 +03:00
|
|
|
<div id="no-log-modules" data-l10n-id="about-logging-no-log-modules"></div>
|
2022-12-15 17:11:04 +03:00
|
|
|
</div>
|
2023-03-14 15:00:58 +03:00
|
|
|
<form id="log-modules-form" class="page-subsection">
|
2022-12-15 17:11:04 +03:00
|
|
|
<label for="log-modules" data-l10n-id="about-logging-new-log-modules"></label>
|
2023-03-14 15:00:59 +03:00
|
|
|
<input type="text" name="log-modules" id="log-modules" value="" />
|
2023-03-14 15:00:57 +03:00
|
|
|
<div class="button-row">
|
2023-03-14 15:00:58 +03:00
|
|
|
<button type="submit" id="set-log-modules-button" data-l10n-id="about-logging-set-log-modules"></button>
|
2023-03-14 15:00:57 +03:00
|
|
|
</div>
|
2023-03-14 15:00:58 +03:00
|
|
|
</form>
|
2023-03-14 15:00:59 +03:00
|
|
|
<div id="preset-selector-section" class="page-subsection">
|
2023-03-14 15:00:57 +03:00
|
|
|
<label for="logging-preset-dropdown" data-l10n-id="about-logging-logging-preset-selector-text"></label>
|
2023-03-14 15:00:59 +03:00
|
|
|
<select name="logging-preset-dropdown" id="logging-preset-dropdown"></select>
|
2022-12-15 17:11:05 +03:00
|
|
|
<div id="logging-preset-description"></div>
|
|
|
|
</div>
|
2023-03-14 15:00:57 +03:00
|
|
|
</section>
|
2023-03-14 15:00:59 +03:00
|
|
|
<section id="logging-output">
|
2022-12-15 17:11:04 +03:00
|
|
|
<div>
|
|
|
|
<span hidden id="buttons-disabled" data-l10n-id="about-logging-buttons-disabled"></span>
|
|
|
|
</div>
|
2022-12-15 17:11:05 +03:00
|
|
|
<h2 data-l10n-id="about-logging-logging-output-selection"></h2>
|
2023-03-14 15:00:59 +03:00
|
|
|
<div id="logging-output-profiler" class="radio-entry">
|
|
|
|
<input type="radio" id="radio-logging-profiler" name="logging-output" value="profiler" checked />
|
2023-03-14 15:00:57 +03:00
|
|
|
<label for="radio-logging-profiler" data-l10n-id="about-logging-logging-to-profiler"></label>
|
2022-12-15 17:11:05 +03:00
|
|
|
</div>
|
2023-03-14 15:00:59 +03:00
|
|
|
<div id="logging-output-file" class="radio-entry">
|
|
|
|
<input type="radio" id="radio-logging-file" name="logging-output" value="file" />
|
2023-03-14 15:00:57 +03:00
|
|
|
<label for="radio-logging-file" data-l10n-id="about-logging-logging-to-file"></label>
|
2022-12-15 17:11:04 +03:00
|
|
|
<div>
|
2022-12-15 17:11:05 +03:00
|
|
|
<span hidden id="buttons-disabled" data-l10n-id="about-logging-buttons-disabled"></span>
|
2022-12-15 17:11:04 +03:00
|
|
|
</div>
|
2023-03-14 15:00:57 +03:00
|
|
|
</div>
|
2023-03-14 15:00:58 +03:00
|
|
|
<form id="log-file-configuration" class="page-subsection">
|
2023-03-14 15:00:57 +03:00
|
|
|
<div>
|
2023-03-14 15:00:57 +03:00
|
|
|
<span data-l10n-id="about-logging-current-log-file"></span>
|
|
|
|
<span id="current-log-file"></span>
|
2023-03-14 15:00:57 +03:00
|
|
|
<span id="no-log-file" data-l10n-id="about-logging-no-log-file"></span>
|
|
|
|
</div>
|
2022-12-15 17:11:04 +03:00
|
|
|
<div>
|
2023-03-14 15:00:57 +03:00
|
|
|
<label for="log-file" data-l10n-id="about-logging-new-log-file"></label>
|
2023-03-14 15:00:59 +03:00
|
|
|
<input type="text" name="log-file" id="log-file" />
|
2023-03-14 15:00:57 +03:00
|
|
|
<div class="button-row">
|
2023-03-14 15:00:58 +03:00
|
|
|
<button type="button" id="open-log-file-button" data-l10n-id="about-logging-open-log-file-dir"></button>
|
|
|
|
<button type="submit" id="set-log-file-button" data-l10n-id="about-logging-set-log-file"></button>
|
2023-03-14 15:00:57 +03:00
|
|
|
</div>
|
2022-12-15 17:11:04 +03:00
|
|
|
</div>
|
2023-03-14 15:00:58 +03:00
|
|
|
</form>
|
2023-03-14 15:00:57 +03:00
|
|
|
<div class="page-subsection">
|
2022-12-15 17:11:06 +03:00
|
|
|
<p id="log-tutorial" data-l10n-id="about-logging-log-tutorial">
|
|
|
|
<a data-l10n-name="logging" href="https://firefox-source-docs.mozilla.org/networking/http/logging.html"></a>
|
|
|
|
</p>
|
|
|
|
</div>
|
2023-03-14 15:00:57 +03:00
|
|
|
</section>
|
|
|
|
</main>
|
2022-12-15 17:11:04 +03:00
|
|
|
</body>
|
2023-03-14 15:00:59 +03:00
|
|
|
|
2022-10-20 15:10:19 +03:00
|
|
|
</html>
|