Comment #5 on issue 5928 by [email protected]: Password manager is slow to appear http://code.google.com/p/chromium/issues/detail?id=5928
Firefox (ff2 at least) uses DOMContentLoaded. We do this as well; we have multiple 'password manager event's though, because we additionally try to only display the login bar once the landing page has finished loading (to some degree) so we can make an honest attempt at determining if the login succeeded (and not show the bar if it didn't). It is for this second load that we do not currently use DOMContentLoaded, but I'm proposing we may be able to. However, things like autofilling a previously saved password should be triggered by the content loaded event. -- 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 -~----------~----~----~----~------~----~------~--~---
