diff options
author | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 10:38:29 +0000 |
---|---|---|
committer | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 10:38:29 +0000 |
commit | 7190356cd82b2bb25e850a5acf231a2e60ab0189 (patch) | |
tree | 365766580846ac8c07ba9ea7446bfe00221bf76d /content | |
parent | 94752ee35e6db8519d3bf1349e0953ef38abcd9c (diff) | |
download | chromium_src-7190356cd82b2bb25e850a5acf231a2e60ab0189.zip chromium_src-7190356cd82b2bb25e850a5acf231a2e60ab0189.tar.gz chromium_src-7190356cd82b2bb25e850a5acf231a2e60ab0189.tar.bz2 |
Don't strip punctuation inside quotes in history search queries.
Currently, the query parser strips all punctuation from history search
queries, even inside quotes. A query like ["chromium.org"] will be passed
to SQLite as ["chromium org"], meaning that pages on chromium.org will
not be matched unless they contain the literal string "chromium org"
somewhere.
BUG=100545
TEST=Do a search on chrome://history for a domain that you have
previously visited, e.g. "chromium.org", and ensure that history
entries matching this domain are found.
Review URL: http://codereview.chromium.org/9316129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
0 files changed, 0 insertions, 0 deletions