author | Tim Taubert <ttaubert@mozilla.com> |
Thu, 05 Apr 2018 10:29:15 +0200 | |
changeset 411898 | f624729ae81f83a0698095e12485c7133b492e49 |
parent 411897 | 3c92c9b3f4db5550d2ede28138b1039bc4e93539 |
child 411899 | 9e8eeee62ffbda58d5b88d9aa25844fe8c8397e3 |
push id | 33774 |
push user | nerli@mozilla.com |
push date | Thu, 05 Apr 2018 15:16:07 +0000 |
treeherder | mozilla-central@110f32790d38 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jcj |
bugs | 1445317 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/base/content/browser.xul | file | annotate | diff | comparison | revisions | |
browser/locales/en-US/chrome/browser/browser.dtd | file | annotate | diff | comparison | revisions |
--- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -857,17 +857,17 @@ tooltiptext="&urlbar.translatedNotificationAnchor.tooltip;"/> <image id="eme-notification-icon" class="notification-anchor-icon drm-icon" role="button" tooltiptext="&urlbar.emeNotificationAnchor.tooltip;"/> <image id="persistent-storage-notification-icon" class="notification-anchor-icon persistent-storage-icon" role="button" tooltiptext="&urlbar.persistentStorageNotificationAnchor.tooltip;"/> <image id="midi-notification-icon" class="notification-anchor-icon midi-icon" role="button" tooltiptext="&urlbar.midiNotificationAnchor.tooltip;"/> <image id="webauthn-notification-icon" class="notification-anchor-icon" role="button" - tooltiptext="&urlbar.defaultNotificationAnchor.tooltip;"/> + tooltiptext="&urlbar.webAuthnAnchor.tooltip;"/> </box> <image id="connection-icon"/> <image id="extension-icon"/> <image id="remote-control-icon" tooltiptext="&urlbar.remoteControlNotificationAnchor.tooltip;"/> <hbox id="identity-icon-labels"> <label id="identity-icon-label" class="plain" flex="1"/> <label id="identity-icon-country-label" class="plain"/>
--- a/browser/locales/en-US/chrome/browser/browser.dtd +++ b/browser/locales/en-US/chrome/browser/browser.dtd @@ -211,16 +211,17 @@ These should match what Safari and other <!ENTITY urlbar.addonsNotificationAnchor.tooltip "Open add-on installation message panel"> <!ENTITY urlbar.canvasNotificationAnchor.tooltip "Manage canvas extraction permission"> <!ENTITY urlbar.indexedDBNotificationAnchor.tooltip "Open offline storage message panel"> <!ENTITY urlbar.passwordNotificationAnchor.tooltip "Open save password message panel"> <!ENTITY urlbar.pluginsNotificationAnchor.tooltip "Manage plug-in use"> <!ENTITY urlbar.webNotificationAnchor.tooltip "Change whether you can receive notifications from the site"> <!ENTITY urlbar.persistentStorageNotificationAnchor.tooltip "Store data in Persistent Storage"> <!ENTITY urlbar.remoteControlNotificationAnchor.tooltip "Browser is under remote control"> +<!ENTITY urlbar.webAuthnAnchor.tooltip "Open Web Authentication panel"> <!ENTITY urlbar.webRTCShareDevicesNotificationAnchor.tooltip "Manage sharing your camera and/or microphone with the site"> <!ENTITY urlbar.webRTCShareMicrophoneNotificationAnchor.tooltip "Manage sharing your microphone with the site"> <!ENTITY urlbar.webRTCShareScreenNotificationAnchor.tooltip "Manage sharing your windows or screen with the site"> <!ENTITY urlbar.servicesNotificationAnchor.tooltip "Open install message panel"> <!ENTITY urlbar.translateNotificationAnchor.tooltip "Translate this page"> <!ENTITY urlbar.translatedNotificationAnchor.tooltip "Manage page translation">