Comment #7 on issue 8020 by [email protected]: Reliability crash in PasswordFormDomManager::FindPasswordFormFields http://code.google.com/p/chromium/issues/detail?id=8020
On a related note, I think using HTMLFormElements::elements() instead of accessing the formElements member directly (which incidentally has a FIXME to make private) is the Right Thing To Do, but I haven't reproed the crash yet so I can't confirm that would fix the problem. The elements() method seems to be there to deal with malformed HTML and skipping over certain elements of formElements that are not "enumeratable"... though it doesn't seem like either of those would cause a crash like this, and the impl of elements() does something pretty much identical to what this glue/ code does... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
