Camino only - Bug 344356: Fill all password forms, not just the first one.

This commit is contained in:
stuart.morgan%alumni.case.edu 2006-12-06 17:43:38 +00:00
Родитель 75410ae8da
Коммит 10d6dc282a
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -848,10 +848,6 @@ KeychainFormSubmitObserver::CheckChangeDataYN(nsIDOMWindowInternal* window)
rv = passwordElement->SetValue(pwd);
}
}
// We found the sign-in form so return now. This means we don't
// support pages where there's multiple sign-in forms.
return;
}
} // for each form on page