diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index a9341fc27a1..106cae155a2 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -773,6 +773,14 @@ window[chromehidden~="toolbar"] toolbar:not(#nav-bar):not(#TabsToolbar):not(#pri -moz-binding: url("chrome://browser/content/urlbarBindings.xml#click-to-play-plugins-notification"); } +#password-fill-notification { + -moz-binding: url("chrome://browser/content/urlbarBindings.xml#password-fill-notification"); +} + +.login-fill-item { + -moz-binding: url("chrome://passwordmgr/content/login.xml#login"); +} + .plugin-popupnotification-centeritem { -moz-binding: url("chrome://browser/content/urlbarBindings.xml#plugin-popupnotification-center-item"); } diff --git a/browser/base/content/popup-notifications.inc b/browser/base/content/popup-notifications.inc index 90a957142fa..04c281ff706 100644 --- a/browser/base/content/popup-notifications.inc +++ b/browser/base/content/popup-notifications.inc @@ -62,6 +62,13 @@ + + #ifdef E10S_TESTING_ONLY