DescriptionAllow users to perform queries in the omnibox which begin with a search
shortcut.
Previously, if a user had (for example) configured a search shortcut of 'cs' which
went to cs.chromium.org, they would be unable to (easily) start a query in the
omnibox starting with 'cs'. Now, backspacing the keyword leaves the space after
the keyword, allowing the user to continue typing without reenabling keyword
mode.
BUG=393371
NOTRY=true
R=pkasting@chromium.org
TEST=type 'google.com ' into the omnibar and it should enter keyword mode.
Press backspace and 'google.com ' will be left in the omnibar, rather than
'google.com'.
Committed: https://crrev.com/709649607f13acb04e3850d5fd7fc1903c1becae
Cr-Commit-Position: refs/heads/master@{#322429}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Use ASCIIToUTF16 to create string16 #
Total comments: 3
Patch Set 3 : Stylistic corrections #
Total comments: 1
Patch Set 4 : Fixed comment #Messages
Total messages: 19 (1 generated)
|