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

git-svn-id: svn://10.0.0.236/trunk@216572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu
2006-12-06 17:43:39 +00:00
parent 8f45191b4b
commit d43ce9ede1

View File

@@ -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