summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_contents_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-3/+4
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-2/+1
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-2/+4
* Remove --omnibox-popup-count flag.tfarina@chromium.org2010-05-181-5/+5
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-4/+2
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-2/+4
* Strips http from the omniboxsky@chromium.org2010-04-091-4/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-2/+1
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-191-25/+5
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-281-7/+13
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-0/+6
* Adds an index over bookmark titles for fast look up.sky@chromium.org2009-05-191-2/+2
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-1/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-1/+1
* Moves some utility functions out of bookmark model intosky@google.com2008-12-091-4/+5
* Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...pkasting@chromium.org2008-12-031-1/+1
* Fixes for some trivial issues (remove unneeded constants, int->size_t in a fe...pkasting@chromium.org2008-12-011-1/+1
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-1/+2
* Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st...pkasting@chromium.org2008-11-121-15/+18
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-4/+4
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-8/+8
* Makes the HistoryContentsProvider query bookmark titles. I nuked asky@google.com2008-08-291-18/+54
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fixes up the autocomplete providers to correctly update starredsky@google.com2008-08-211-1/+3
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-3/+8
* Add chrome to the repository.initial.commit2008-07-261-0/+264