From d43ce9ede14cfeadfa0e26897bebb28a756e722c Mon Sep 17 00:00:00 2001 From: "stuart.morgan%alumni.case.edu" Date: Wed, 6 Dec 2006 17:43:39 +0000 Subject: [PATCH] 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 --- mozilla/camino/src/formfill/KeychainService.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/camino/src/formfill/KeychainService.mm b/mozilla/camino/src/formfill/KeychainService.mm index 78927abd43e..03873e6426f 100644 --- a/mozilla/camino/src/formfill/KeychainService.mm +++ b/mozilla/camino/src/formfill/KeychainService.mm @@ -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