Bug 1290020 - Add a temporary empty tooltiptext to blocked permission icons. r?florian draft
authorJohann Hofmann <jhofmann@mozilla.com>
Thu, 28 Jul 2016 10:45:36 +0200
changeset 393705 7bc33d04bf8248bb8e7284efcdca99afbb2855a4
parent 393484 db3ed1fdbbeaf5ab1e8fe454780146e7499be3db
child 526646 79091ced943d085c683a5696c04a5113aa8ae9f9
push id24386
push usermail@johann-hofmann.com
push dateThu, 28 Jul 2016 08:46:03 +0000
reviewersflorian
bugs1290020
milestone50.0a1
Bug 1290020 - Add a temporary empty tooltiptext to blocked permission icons. r?florian MozReview-Commit-ID: B8pFdM9V4lu
browser/base/content/browser.xul
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -720,17 +720,17 @@
                    align="center"
                    aria-label="&urlbar.viewSiteInfo.label;"
                    onclick="gIdentityHandler.handleIdentityButtonEvent(event);"
                    onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);"
                    ondragstart="gIdentityHandler.onDragStart(event);">
                 <image id="identity-icon"
                        consumeanchor="identity-box"
                        onclick="PageProxyClickHandler(event);"/>
-                <box id="blocked-permissions-container" align="center">
+                <box id="blocked-permissions-container" align="center" tooltiptext="">
                   <image data-permission-id="geo" class="notification-anchor-icon geo-icon blocked" role="button"
                          aria-label="&urlbar.geolocationNotificationAnchor.label;"/>
                   <image data-permission-id="desktop-notification" class="notification-anchor-icon desktop-notification-icon blocked" role="button"
                          aria-label="&urlbar.webNotsNotificationAnchor3.label;"/>
                   <image data-permission-id="camera" class="notification-anchor-icon camera-icon blocked" role="button"
                          aria-label="&urlbar.webRTCShareDevicesNotificationAnchor.label;"/>
                   <image data-permission-id="indexedDB" class="notification-anchor-icon indexedDB-icon blocked" role="button"
                          aria-label="&urlbar.indexedDBNotificationAnchor.label;"/>