summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/query_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace FTS in the history_service with a brute force text search.rmcilroy@chromium.org2013-06-221-7/+61
* Implement Bookmark Autocomplete Providermrossetti@chromium.org2012-10-181-4/+5
* Revert 121423 - Don't strip punctuation inside quotes in history search queries.brettw@chromium.org2012-02-101-54/+22
* Don't strip punctuation inside quotes in history search queries.dubroy@chromium.org2012-02-101-22/+54
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-251-2/+2
* history: Rename the second version of ParserQuery() to ParseQueryNodes().tfarina@chromium.org2011-05-191-9/+9
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-161-2/+2
* history: Make QueryParser non-copyable.tfarina@chromium.org2011-05-121-1/+0
* history: Avoid a temp variable on QueryParser::ParseQueryImpl().tfarina@chromium.org2011-05-091-7/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-2/+3
* history: Make QueryNodePhrase more readable.tfarina@chromium.org2011-05-021-14/+20
* history: Move IsQueryCote into unnamed namespace.tfarina@chromium.org2011-04-291-18/+13
* history: Make QueryNodeWord more readable.tfarina@chromium.org2011-04-291-26/+39
* history: Make QueryNodeList more readable.tfarina@chromium.org2011-04-291-24/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Commiting second word iterator patch for tsepez. this was originally reviewed...cdn@chromium.org2010-12-151-5/+5
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-37/+38
* More style nits.erg@google.com2009-10-141-1/+2
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-21/+14
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Temporary fix to avoid crash in typing in Omnibox. The crash happenssky@chromium.org2009-03-261-3/+12
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Adds QueryParser::ExtractQueryWords. For consistent this shouldsky@google.com2008-12-091-15/+35
* Changes query parser to sort and coalesce overlapping match positions.sky@google.com2008-12-091-1/+49
* Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...pkasting@chromium.org2008-12-031-5/+5
* Modifies the query parser to provide the position of the match in thesky@google.com2008-08-291-17/+38
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+317