bug 1029862 - hide unnecessary 'which is run by (unknown)' text in site identity popup for domain validated sites r=dao

This commit is contained in:
David Keeler 2014-06-24 15:12:52 -07:00
Родитель 2a6e6feea8
Коммит d758938ed4
3 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -557,7 +557,8 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
#identity-popup-content-box.unknownIdentity > #identity-popup-content-host ,
#identity-popup-content-box.unknownIdentity > #identity-popup-content-owner ,
#identity-popup-content-box.verifiedIdentity > #identity-popup-connectedToLabel2 ,
#identity-popup-content-box.verifiedDomain > #identity-popup-connectedToLabel2 {
#identity-popup-content-box.verifiedDomain > #identity-popup-connectedToLabel2 ,
#identity-popup-content-box.verifiedDomain > #identity-popup-runByLabel {
display: none;
}

Просмотреть файл

@ -6628,7 +6628,6 @@ var gIdentityHandler = {
switch (newMode) {
case this.IDENTITY_MODE_DOMAIN_VERIFIED:
host = this.getEffectiveHost();
owner = gNavigatorBundle.getString("identity.ownerUnknown2");
verifier = this._identityBox.tooltipText;
break;
case this.IDENTITY_MODE_IDENTIFIED: {

Просмотреть файл

@ -292,8 +292,6 @@ identity.unencrypted=Your connection to this website is not encrypted.
identity.unknown.tooltip=This website does not supply identity information.
identity.ownerUnknown2=(unknown)
# LOCALIZATION NOTE (identity.chrome): %S is replaced with the brandShortName.
identity.chrome=This is a secure %S page.