зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1632854 - Pass the ChromeWindow reference to the OSKeyStore instead of the content global so the dialog will be app modal. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D73109
This commit is contained in:
Родитель
de535eae13
Коммит
c02e30880d
|
@ -1948,10 +1948,11 @@ var gPrivacyPane = {
|
|||
id: "master-password-os-auth-dialog-caption",
|
||||
},
|
||||
]);
|
||||
let win = Services.wm.getMostRecentBrowserWindow();
|
||||
let loggedIn = await OSKeyStore.ensureLoggedIn(
|
||||
messageText.value,
|
||||
captionText.value,
|
||||
window,
|
||||
win,
|
||||
false
|
||||
);
|
||||
if (!loggedIn.authenticated) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче