Updates:
        Status: Available
        Owner: ---

Comment #3 on issue 5928 by [email protected]: Password manager is slow to  
appear
http://code.google.com/p/chromium/issues/detail?id=5928

We wait for TabContents::DidStopLoading to get called.  Practically  
speaking, we have
to wait long enough to know that the same form hasn't reappeared.   
DOMContentLoaded
might suffice (this is the event we use to trigger parsing for  
password/autofill
forms). This didn't used to be plumbed through, but it looks like it is now  
(via
ViewHostMsg_DocumentLoadedInFrame).  We would need to forward this to the  
RVH's
delegate_ (TabContents), which could then call  
PasswordManager::DidStopLoading.  I
think that would speed it up since we just end up waiting for the HTML to  
load and not
all the subresources.

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

Reply via email to