DescriptionOmnibox: Don't Promote Intranet Hostnames Pound Sign Space Whatever ("c# foo")
Suppose you have an intranet hostname "c" that you've previously visited.
After this change, the behavior will be as follows:
input -> inline suggestion (what happens what you hit return)
c -> navigate to URL
c/ -> navigate to URL
c#foo -> search (this behavior differs from before this change)
c# foo -> search (this behavior differs from before this change)
c# foo -> search (this behavior differs from before this change)
c# -> search (this behavior differs from before this change)
c# -> search (this behavior differs from before this change) (notice the extra spaces the URL parser drops them)
c/#foo -> navigate to URL
BUG=169449
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192615
Patch Set 1 #Patch Set 2 : fix 'c#' and 'c# ' and 'c#foo' #
Total comments: 8
Patch Set 3 : Peter's comments #
Total comments: 12
Patch Set 4 : ahhh, comments. #Patch Set 5 : rebase #
Messages
Total messages: 9 (0 generated)
|