Chromium Code Reviews
DescriptionRevert 121423 - Don't strip punctuation inside quotes in history search queries.
(accidentally committed due to bad owners file).
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
TBR=dubroy@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=121533
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|
|||||||||||||||||||||||||||||||||||||