зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1565638 - Adds missing error-section content and sources to jar.mn and certviewer.html. r=fluent-reviewers,keeler,flod
Differential Revision: https://phabricator.services.mozilla.com/D37903 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a785800e2d
Коммит
be72ea7a63
|
@ -8,6 +8,11 @@
|
|||
|
||||
certificate-viewer-certificate-section-title = Certificate
|
||||
|
||||
## Error messages
|
||||
|
||||
certificate-viewer-error-message = We were unable to find the certificate information, or the certificate is corrupted. Please try again.
|
||||
certificate-viewer-error-title = Something went wrong.
|
||||
|
||||
## Certificate information labels
|
||||
|
||||
certificate-viewer-algorithm = Algorithm
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
<script defer="defer" type="module" src="chrome://global/content/certviewer/certviewer.js"></script>
|
||||
<script defer="defer" src="chrome://global/content/certviewer/components/info-item.js"></script>
|
||||
<script defer="defer" src="chrome://global/content/certviewer/components/info-group.js"></script>
|
||||
<script defer="defer" type="module" src="chrome://global/content/certviewer/components/dummy-info.js"></script>
|
||||
<script defer="defer" type="module" src="chrome://global/content/certviewer/components/certificate-section.js"></script>
|
||||
<script defer="defer" src="chrome://global/content/certviewer/components/dummy-info.js"></script>
|
||||
<script defer="defer" src="chrome://global/content/certviewer/components/error-section.js"></script>
|
||||
<script defer="defer" src="chrome://global/content/certviewer/components/certificate-section.js"></script>
|
||||
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css">
|
||||
<link rel="stylesheet" href="chrome://global/content/certviewer/certviewer.css">
|
||||
<title>about:certificate</title>
|
||||
|
@ -44,5 +45,11 @@
|
|||
<span class="info-group-title"></span>
|
||||
<span class="info-group-title-hr"></span>
|
||||
</template>
|
||||
|
||||
<template id="error-section-template">
|
||||
<link rel="stylesheet" href="chrome://global/content/certviewer/components/error-section.css">
|
||||
<h1 class="title"></h1>
|
||||
<span class="error"></span>
|
||||
</template>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,6 +8,8 @@ toolkit.jar:
|
|||
content/global/certviewer/certviewer.js (content/certviewer.js)
|
||||
content/global/certviewer/components/certificate-section.js (content/components/certificate-section.js)
|
||||
content/global/certviewer/components/certificate-section.css (content/components/certificate-section.css)
|
||||
content/global/certviewer/components/error-section.js (content/components/error-section.js)
|
||||
content/global/certviewer/components/error-section.css (content/components/error-section.css)
|
||||
content/global/certviewer/components/dummy-info.js (content/components/dummy-info.js)
|
||||
content/global/certviewer/components/info-group.js (content/components/info-group.js)
|
||||
content/global/certviewer/components/info-group.css (content/components/info-group.css)
|
||||
|
|
Загрузка…
Ссылка в новой задаче