зеркало из https://github.com/mozilla/pjs.git
Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin
This commit is contained in:
Родитель
a7bf8433b7
Коммит
7e2ce1fb3b
|
@ -364,19 +364,14 @@
|
|||
oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
||||
onclick="checkForMiddleClick(this, event);"/>
|
||||
</button>
|
||||
#ifdef MOZ_SAFE_BROWSING
|
||||
<image id="safebrowsing-urlbar-icon" tooltiptext="&safeb.urlbaricon.tooltip;"
|
||||
level="safe"
|
||||
<image id="star-button"
|
||||
class="urlbar-icon"
|
||||
onclick="goDoCommand('safebrowsing-show-warning')"/>
|
||||
#endif
|
||||
<image id="star-button"
|
||||
class="urlbar-icon"
|
||||
onclick="PlacesStarButton.onClick(event);"/>
|
||||
<image id="go-button" chromedir="&locale.dir;"
|
||||
class="urlbar-icon"
|
||||
tooltiptext="&goEndCap.tooltip;"
|
||||
onclick="handleURLBarCommand(event);"/>
|
||||
onclick="PlacesStarButton.onClick(event);"/>
|
||||
<image id="go-button"
|
||||
chromedir="&locale.dir;"
|
||||
class="urlbar-icon"
|
||||
tooltiptext="&goEndCap.tooltip;"
|
||||
onclick="handleURLBarCommand(event);"/>
|
||||
</hbox>
|
||||
</textbox>
|
||||
</toolbaritem>
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
<!ENTITY safeb.palm.notforgery.label2 "This isn't a web forgery…">
|
||||
<!ENTITY safeb.palm.report.label "Why was this site blocked?">
|
||||
|
||||
<!ENTITY safeb.urlbaricon.tooltip "This page might be dangerous; click for details.">
|
||||
|
||||
<!ENTITY safeb.blocked.malware.title "Reported Attack Site!">
|
||||
<!-- Localization note (safeb.blocked.malware.shortDesc) - Please don't translate the contents of the <span id="malware_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) -->
|
||||
<!ENTITY safeb.blocked.malware.shortDesc "This web site at <span id='malware_sitename'/> has been reported as an attack site and has been blocked based on your security preferences.">
|
||||
|
|
Загрузка…
Ссылка в новой задаче