Bug 1148205 - Replace misnamed `formSubmitURL` and `hostname` properties on nsILoginInfo in services/fxaccounts/ r=vladikoff

Differential Revision: https://phabricator.services.mozilla.com/D33348

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Noorenberghe 2019-06-05 03:59:55 +00:00
Родитель e7afdd4c3e
Коммит 7d5f0874a4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -529,7 +529,7 @@ LoginManagerStorage.prototype = {
let loginInfo = new Components.Constructor(
"@mozilla.org/login-manager/loginInfo;1", Ci.nsILoginInfo, "init");
let login = new loginInfo(FXA_PWDMGR_HOST,
null, // aFormSubmitURL,
null, // aFormActionOrigin,
FXA_PWDMGR_REALM, // aHttpRealm,
uid, // aUsername
JSON.stringify(contents), // aPassword

Просмотреть файл

@ -218,7 +218,7 @@ add_task(async function test_uidMigration() {
let loginInfo = new Components.Constructor(
"@mozilla.org/login-manager/loginInfo;1", Ci.nsILoginInfo, "init");
let login = new loginInfo(FXA_PWDMGR_HOST,
null, // aFormSubmitURL,
null, // aFormActionOrigin,
FXA_PWDMGR_REALM, // aHttpRealm,
"foo@bar.com", // aUsername
JSON.stringify(contents), // aPassword