2015-05-27 15:10:49 +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/. -->
|
|
|
|
|
|
|
|
<panel id="identity-popup"
|
|
|
|
type="arrow"
|
|
|
|
hidden="true"
|
2017-11-11 22:13:43 +03:00
|
|
|
photon="true"
|
2017-02-09 19:16:28 +03:00
|
|
|
role="alertdialog"
|
2015-07-07 13:25:06 +03:00
|
|
|
onpopupshown="gIdentityHandler.onPopupShown(event);"
|
|
|
|
onpopuphidden="gIdentityHandler.onPopupHidden(event);"
|
2015-07-20 15:44:32 +03:00
|
|
|
orient="vertical">
|
2015-06-11 15:26:17 +03:00
|
|
|
|
|
|
|
<broadcasterset>
|
2015-08-04 21:04:24 +03:00
|
|
|
<broadcaster id="identity-popup-mcb-learn-more" class="text-link plain" value="&identity.learnMore;"/>
|
2015-10-30 17:36:13 +03:00
|
|
|
<broadcaster id="identity-popup-insecure-login-forms-learn-more" class="text-link plain" value="&identity.learnMore;"/>
|
2015-06-11 15:26:17 +03:00
|
|
|
</broadcasterset>
|
|
|
|
|
2017-11-21 17:21:32 +03:00
|
|
|
<panelmultiview id="identity-popup-multiView"
|
|
|
|
mainViewId="identity-popup-mainView">
|
2017-11-11 22:13:43 +03:00
|
|
|
<panelview id="identity-popup-mainView"
|
2017-06-28 19:50:43 +03:00
|
|
|
descriptionheightworkaround="true">
|
2015-06-11 15:26:17 +03:00
|
|
|
<!-- Security Section -->
|
2015-08-04 21:04:24 +03:00
|
|
|
<hbox id="identity-popup-security" class="identity-popup-section">
|
2017-11-11 22:13:43 +03:00
|
|
|
<vbox class="identity-popup-security-content" flex="1">
|
2016-04-20 18:54:58 +03:00
|
|
|
<label class="plain">
|
2017-01-19 16:20:51 +03:00
|
|
|
<label class="identity-popup-headline identity-popup-host"></label>
|
|
|
|
<label class="identity-popup-headline identity-popup-hostless" crop="end"/>
|
2016-04-20 18:54:58 +03:00
|
|
|
</label>
|
2015-08-04 21:04:24 +03:00
|
|
|
<description class="identity-popup-connection-not-secure"
|
2017-01-12 00:27:43 +03:00
|
|
|
when-connection="not-secure secure-cert-user-overridden">&identity.connectionNotSecure;</description>
|
2015-08-04 21:04:24 +03:00
|
|
|
<description class="identity-popup-connection-secure"
|
2017-01-12 00:27:43 +03:00
|
|
|
when-connection="secure secure-ev">&identity.connectionSecure;</description>
|
|
|
|
<description when-connection="chrome">&identity.connectionInternal;</description>
|
|
|
|
<description when-connection="file">&identity.connectionFile;</description>
|
2017-05-10 22:14:15 +03:00
|
|
|
<description when-connection="extension">&identity.extensionPage;</description>
|
2015-08-04 21:04:24 +03:00
|
|
|
|
|
|
|
<vbox id="identity-popup-security-descriptions">
|
|
|
|
<description class="identity-popup-warning-gray"
|
|
|
|
when-mixedcontent="active-blocked">&identity.activeBlocked;</description>
|
|
|
|
<description class="identity-popup-warning-yellow"
|
|
|
|
when-mixedcontent="passive-loaded">&identity.passiveLoaded;</description>
|
|
|
|
<description when-mixedcontent="active-loaded">&identity.activeLoaded;</description>
|
|
|
|
<description class="identity-popup-warning-yellow"
|
|
|
|
when-ciphers="weak">&identity.weakEncryption;</description>
|
2016-01-23 03:03:54 +03:00
|
|
|
<description when-loginforms="insecure">&identity.insecureLoginForms2;</description>
|
2015-08-04 21:04:24 +03:00
|
|
|
</vbox>
|
2015-06-11 15:26:17 +03:00
|
|
|
</vbox>
|
2015-08-04 21:04:24 +03:00
|
|
|
<button id="identity-popup-security-expander"
|
2018-07-02 15:34:25 +03:00
|
|
|
class="identity-popup-expander subviewkeynav"
|
2016-02-25 09:45:23 +03:00
|
|
|
when-connection="not-secure secure secure-ev secure-cert-user-overridden"
|
2017-11-11 22:13:43 +03:00
|
|
|
oncommand="gIdentityHandler.showSecuritySubView();"/>
|
2015-06-11 15:26:17 +03:00
|
|
|
</hbox>
|
|
|
|
|
2015-07-01 00:02:39 +03:00
|
|
|
<!-- Tracking Protection Section -->
|
2015-08-04 21:04:24 +03:00
|
|
|
<hbox id="tracking-protection-container"
|
|
|
|
class="identity-popup-section"
|
2018-06-21 13:23:42 +03:00
|
|
|
when-connection="not-secure secure secure-ev secure-cert-user-overridden extension">
|
2015-07-01 00:02:39 +03:00
|
|
|
<vbox id="tracking-protection-content" flex="1">
|
2018-06-18 05:24:17 +03:00
|
|
|
<hbox>
|
2018-05-29 14:06:04 +03:00
|
|
|
<label id="tracking-protection-label-on"
|
|
|
|
class="identity-popup-headline"
|
2018-06-18 05:24:17 +03:00
|
|
|
flex="1">&trackingProtection.on;</label>
|
2018-05-29 14:06:04 +03:00
|
|
|
<label id="tracking-protection-label-off"
|
|
|
|
class="identity-popup-headline"
|
2018-06-18 05:24:17 +03:00
|
|
|
flex="1">&trackingProtection.off;</label>
|
2018-05-29 14:06:04 +03:00
|
|
|
<toolbarbutton id="tracking-protection-preferences-button"
|
|
|
|
class="identity-popup-preferences-button subviewbutton"
|
|
|
|
tooltiptext="&trackingProtection.tooltip;"
|
|
|
|
oncommand="TrackingProtection.openPreferences('identityPopup-TP-preferencesButton');" />
|
|
|
|
</hbox>
|
2015-07-01 00:02:39 +03:00
|
|
|
|
2017-05-30 16:21:59 +03:00
|
|
|
<description id="tracking-blocked"
|
2018-06-21 03:13:01 +03:00
|
|
|
crop="end">&trackingProtection.detectedBlocked4;</description>
|
2017-05-30 16:21:59 +03:00
|
|
|
<description id="tracking-loaded"
|
2018-06-21 03:13:01 +03:00
|
|
|
crop="end">&trackingProtection.detectedNotBlocked5;</description>
|
2017-05-30 16:21:59 +03:00
|
|
|
<description id="tracking-not-detected"
|
2018-06-21 03:13:01 +03:00
|
|
|
crop="end">&trackingProtection.notDetected5;</description>
|
2018-06-21 03:10:02 +03:00
|
|
|
<description id="tracking-loaded-exception"
|
|
|
|
crop="end">&trackingProtection.detectedException;</description>
|
|
|
|
<description id="tracking-not-detected-exception"
|
|
|
|
crop="end">&trackingProtection.notDetectedException;</description>
|
2018-05-24 14:14:16 +03:00
|
|
|
<description id="tracking-reload-required"
|
2018-06-21 03:13:01 +03:00
|
|
|
crop="end">&trackingProtection.reloadRequired2;</description>
|
2015-07-01 00:02:39 +03:00
|
|
|
|
2018-05-24 14:14:16 +03:00
|
|
|
<button id="tracking-action-reload"
|
2018-07-02 15:34:25 +03:00
|
|
|
class="tracking-protection-button subviewkeynav"
|
2018-06-21 03:13:01 +03:00
|
|
|
label="&trackingProtection.reload2.label;"
|
|
|
|
accesskey="&trackingProtection.reload2.accesskey;"
|
2018-05-24 14:14:16 +03:00
|
|
|
oncommand="TrackingProtection.hideIdentityPopupAndReload();" />
|
2015-07-01 21:50:57 +03:00
|
|
|
<button id="tracking-action-unblock"
|
2018-07-02 15:34:25 +03:00
|
|
|
class="tracking-protection-button subviewkeynav"
|
2018-06-21 03:13:01 +03:00
|
|
|
label="&trackingProtection.unblock3.label;"
|
|
|
|
accesskey="&trackingProtection.unblock3.accesskey;"
|
2015-07-01 21:50:57 +03:00
|
|
|
oncommand="TrackingProtection.disableForCurrentPage();" />
|
2015-07-14 12:21:53 +03:00
|
|
|
<button id="tracking-action-unblock-private"
|
2018-07-02 15:34:25 +03:00
|
|
|
class="tracking-protection-button subviewkeynav"
|
2018-06-21 03:13:01 +03:00
|
|
|
label="&trackingProtection.unblockPrivate3.label;"
|
|
|
|
accesskey="&trackingProtection.unblockPrivate3.accesskey;"
|
2015-07-14 12:21:53 +03:00
|
|
|
oncommand="TrackingProtection.disableForCurrentPage();" />
|
2015-07-01 21:50:57 +03:00
|
|
|
<button id="tracking-action-block"
|
2018-07-02 15:34:25 +03:00
|
|
|
class="tracking-protection-button subviewkeynav"
|
2018-06-21 03:13:01 +03:00
|
|
|
label="&trackingProtection.block4.label;"
|
|
|
|
accesskey="&trackingProtection.block4.accesskey;"
|
2015-07-01 21:50:57 +03:00
|
|
|
oncommand="TrackingProtection.enableForCurrentPage();" />
|
2015-07-01 00:02:39 +03:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
|
2015-06-11 15:26:17 +03:00
|
|
|
<!-- Permissions Section -->
|
2017-08-14 17:51:08 +03:00
|
|
|
<hbox class="identity-popup-section"
|
|
|
|
when-connection="not-secure secure secure-ev secure-cert-user-overridden file extension">
|
2018-07-04 05:13:51 +03:00
|
|
|
<vbox id="identity-popup-permissions-content" flex="1" role="group"
|
|
|
|
aria-labelledby="identity-popup-permissions-headline">
|
2018-06-18 05:24:17 +03:00
|
|
|
<hbox>
|
2018-06-02 00:17:52 +03:00
|
|
|
<label id="identity-popup-permissions-headline"
|
|
|
|
class="identity-popup-headline"
|
2018-06-18 05:24:17 +03:00
|
|
|
flex="1"
|
2018-06-02 00:17:52 +03:00
|
|
|
value="&identity.permissions;"/>
|
|
|
|
<toolbarbutton id="identity-popup-permission-preferences-button"
|
|
|
|
class="identity-popup-preferences-button subviewbutton"
|
|
|
|
tooltiptext="&identity.permissionsPreferences.tooltip;"
|
|
|
|
oncommand="gIdentityHandler.openPermissionPreferences();" />
|
|
|
|
</hbox>
|
2015-06-11 15:26:17 +03:00
|
|
|
<vbox id="identity-popup-permission-list"/>
|
2016-08-11 06:52:47 +03:00
|
|
|
<description id="identity-popup-permission-reload-hint">&identity.permissionsReloadHint;</description>
|
2016-09-12 14:32:25 +03:00
|
|
|
<description id="identity-popup-permission-empty-hint">&identity.permissionsEmpty;</description>
|
2015-06-11 15:26:17 +03:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2018-05-18 12:36:15 +03:00
|
|
|
|
|
|
|
<!-- Clear Site Data Button -->
|
|
|
|
<vbox hidden="true"
|
|
|
|
id="identity-popup-clear-sitedata-footer"
|
|
|
|
class="identity-popup-footer">
|
|
|
|
<button class="subviewkeynav"
|
|
|
|
id="identity-popup-clear-sitedata-button"
|
|
|
|
label="&identity.clearSiteData;"
|
|
|
|
oncommand="gIdentityHandler.clearSiteData(event);"/>
|
|
|
|
</vbox>
|
2015-06-11 15:26:17 +03:00
|
|
|
</panelview>
|
|
|
|
|
|
|
|
<!-- Security SubView -->
|
2017-06-28 19:50:43 +03:00
|
|
|
<panelview id="identity-popup-securityView"
|
2017-11-11 22:13:43 +03:00
|
|
|
title="&identity.securityView.label;"
|
2017-06-28 19:50:43 +03:00
|
|
|
descriptionheightworkaround="true">
|
2017-11-11 22:13:43 +03:00
|
|
|
<vbox class="identity-popup-security-content">
|
2016-04-20 18:54:58 +03:00
|
|
|
<label class="plain">
|
2017-01-19 16:20:51 +03:00
|
|
|
<label class="identity-popup-headline identity-popup-host"></label>
|
|
|
|
<label class="identity-popup-headline identity-popup-hostless" crop="end"/>
|
2016-04-20 18:54:58 +03:00
|
|
|
</label>
|
2015-08-04 21:04:24 +03:00
|
|
|
<description class="identity-popup-connection-not-secure"
|
2017-01-12 00:27:43 +03:00
|
|
|
when-connection="not-secure secure-cert-user-overridden">&identity.connectionNotSecure;</description>
|
2015-08-04 21:04:24 +03:00
|
|
|
<description class="identity-popup-connection-secure"
|
2017-01-12 00:27:43 +03:00
|
|
|
when-connection="secure secure-ev">&identity.connectionSecure;</description>
|
2015-06-11 15:26:17 +03:00
|
|
|
</vbox>
|
|
|
|
|
2017-05-23 19:08:01 +03:00
|
|
|
<vbox id="identity-popup-securityView-body" class="panel-view-body-unscrollable">
|
2015-08-04 21:04:24 +03:00
|
|
|
<!-- (EV) Certificate Information -->
|
|
|
|
<description id="identity-popup-content-verified-by"
|
2016-05-27 00:13:58 +03:00
|
|
|
when-connection="secure-ev">&identity.connectionVerified2;</description>
|
2015-08-04 21:04:24 +03:00
|
|
|
<description id="identity-popup-content-owner"
|
|
|
|
when-connection="secure-ev"
|
|
|
|
class="header"/>
|
|
|
|
<description id="identity-popup-content-supplemental"
|
|
|
|
when-connection="secure-ev"/>
|
|
|
|
<description id="identity-popup-content-verifier"
|
2016-02-25 09:45:23 +03:00
|
|
|
when-connection="secure secure-ev secure-cert-user-overridden"/>
|
2015-08-04 21:04:24 +03:00
|
|
|
|
2016-02-08 04:46:47 +03:00
|
|
|
<!-- Remove Certificate Exception -->
|
|
|
|
<button when-connection="secure-cert-user-overridden"
|
2018-04-23 03:42:06 +03:00
|
|
|
class="subviewkeynav"
|
2016-02-08 04:46:47 +03:00
|
|
|
label="&identity.removeCertException.label;"
|
|
|
|
accesskey="&identity.removeCertException.accesskey;"
|
|
|
|
oncommand="gIdentityHandler.removeCertException()"/>
|
|
|
|
|
2015-08-04 21:04:24 +03:00
|
|
|
<!-- Connection is Not Secure -->
|
2015-10-19 18:43:18 +03:00
|
|
|
<description when-connection="not-secure"
|
|
|
|
and-when-loginforms="secure">&identity.description.insecure;</description>
|
|
|
|
|
|
|
|
<!-- Insecure login forms -->
|
2015-10-30 17:36:13 +03:00
|
|
|
<description when-loginforms="insecure">&identity.description.insecureLoginForms; <label observes="identity-popup-insecure-login-forms-learn-more"/></description>
|
2015-08-04 21:04:24 +03:00
|
|
|
|
|
|
|
<!-- Weak Cipher -->
|
|
|
|
<description when-ciphers="weak">&identity.description.weakCipher;</description>
|
|
|
|
<description class="identity-popup-warning-yellow"
|
|
|
|
when-ciphers="weak">&identity.description.weakCipher2;</description>
|
|
|
|
|
|
|
|
<!-- Active Mixed Content Blocked -->
|
|
|
|
<description class="identity-popup-warning-gray"
|
|
|
|
when-mixedcontent="active-blocked">&identity.description.activeBlocked; <label observes="identity-popup-mcb-learn-more"/></description>
|
2015-06-26 03:17:52 +03:00
|
|
|
|
2015-08-04 21:04:24 +03:00
|
|
|
<!-- Passive Mixed Content Loaded -->
|
|
|
|
<description when-mixedcontent="passive-loaded">&identity.description.passiveLoaded;</description>
|
|
|
|
<description class="identity-popup-warning-yellow"
|
|
|
|
when-mixedcontent="passive-loaded">&identity.description.passiveLoaded2; <label observes="identity-popup-mcb-learn-more"/></description>
|
2015-06-11 15:26:17 +03:00
|
|
|
|
2015-08-04 21:04:24 +03:00
|
|
|
<!-- Passive Mixed Content Loaded, Active Mixed Content Blocked -->
|
|
|
|
<description when-mixedcontent="passive-loaded active-blocked">&identity.description.passiveLoaded;</description>
|
|
|
|
<description when-mixedcontent="passive-loaded active-blocked"
|
|
|
|
class="identity-popup-warning-yellow">&identity.description.passiveLoaded3; <label observes="identity-popup-mcb-learn-more"/></description>
|
|
|
|
|
|
|
|
<!-- Active Mixed Content Blocking Disabled -->
|
2015-10-19 18:43:18 +03:00
|
|
|
<description when-mixedcontent="active-loaded"
|
|
|
|
and-when-loginforms="secure">&identity.description.activeLoaded;</description>
|
|
|
|
<description when-mixedcontent="active-loaded"
|
|
|
|
and-when-loginforms="secure">&identity.description.activeLoaded2; <label observes="identity-popup-mcb-learn-more"/></description>
|
|
|
|
<!-- Show only the first message when there are insecure login forms,
|
|
|
|
and make sure the Learn More link is included. -->
|
|
|
|
<description when-mixedcontent="active-loaded"
|
|
|
|
and-when-loginforms="insecure">&identity.description.activeLoaded; <label observes="identity-popup-mcb-learn-more"/></description>
|
2015-08-04 21:04:24 +03:00
|
|
|
|
|
|
|
<!-- Buttons to enable/disable mixed content blocking. -->
|
2018-04-23 03:42:06 +03:00
|
|
|
<button when-mixedcontent="active-blocked" class="subviewkeynav"
|
2015-08-04 21:04:24 +03:00
|
|
|
label="&identity.disableMixedContentBlocking.label;"
|
|
|
|
accesskey="&identity.disableMixedContentBlocking.accesskey;"
|
|
|
|
oncommand="gIdentityHandler.disableMixedContentProtection()"/>
|
2018-04-23 03:42:06 +03:00
|
|
|
<button when-mixedcontent="active-loaded" class="subviewkeynav"
|
2015-08-04 21:04:24 +03:00
|
|
|
label="&identity.enableMixedContentBlocking.label;"
|
|
|
|
accesskey="&identity.enableMixedContentBlocking.accesskey;"
|
|
|
|
oncommand="gIdentityHandler.enableMixedContentProtection()"/>
|
2016-02-12 01:00:48 +03:00
|
|
|
</vbox>
|
2015-09-06 14:11:00 +03:00
|
|
|
|
2018-05-18 12:36:15 +03:00
|
|
|
<vbox id="identity-popup-more-info-footer" class="identity-popup-footer">
|
2015-09-06 14:11:00 +03:00
|
|
|
<!-- More Security Information -->
|
2018-04-23 03:42:06 +03:00
|
|
|
<button id="identity-popup-more-info" class="subviewkeynav"
|
|
|
|
label="&identity.moreInfoLinkText2;"
|
2015-09-06 14:11:00 +03:00
|
|
|
oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
|
2015-08-04 21:04:24 +03:00
|
|
|
</vbox>
|
2015-08-27 16:57:57 +03:00
|
|
|
|
2015-06-11 15:26:17 +03:00
|
|
|
</panelview>
|
2017-11-21 17:21:32 +03:00
|
|
|
</panelmultiview>
|
2015-05-27 15:10:49 +03:00
|
|
|
</panel>
|