DescriptionRemove "ftp://ftp." prefix from the URL prefix list.
This could lead to us inline-autocompleting "foo.com" for a previous typed visit
to "ftp://ftp.foo.com", which feels misleading.
We still have the "ftp://" and even "ftp://www." prefixes, so not all FTP URLs
will be affected by this, just ones where the full hostname differs from the
typed text by something other than a missing "www.".
BUG=325997
TEST=Do a typed navigation to a valid "ftp://ftp.<something>" site. Start typing "<something>", verify the browser won't inline-autocomplete it; verify inline autocomplete works if you start typing "ftp.<something>".
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283498
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|