Issue 4010: HistoryURLProvider wrongly inline autocompletes strings that  
are significantly modified by ElideURL
http://code.google.com/p/chromium/issues/detail?id=4010

Comment #3 by [EMAIL PROTECTED]:
This can happen for other kinds of URLs as well; "http://user:[EMAIL 
PROTECTED]/"  
gets elided
to omit the login info, which triggers all sorts of problems here,  
including a DCHECK
when we try and set the inline_autocomplete_offset past the end of the  
resulting
string.

I don't know whether we should be eliding usernames/passwords in this case,  
but it
seems like it's conceivable that ElideURL could shorten the string.   
Probably there
should be a way to pass a cursor position in the input string to  
ElideURL(), and have
it update that position to track the changes it makes.


Issue attribute updates:
        Summary: HistoryURLProvider wrongly inline autocompletes strings that 
are  
significantly modified by ElideURL

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to