summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_url_provider.h
Commit message (Expand)AuthorAgeFilesLines
* Improve HistoryURL scoring by making it more aggressive.mpearson@chromium.org2011-12-161-9/+15
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-1/+1
* Makes intranet urls autocomplete again. This patch gives the relevancesky@chromium.org2011-09-201-0/+9
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-0/+6
* Cleanup:pkasting@chromium.org2011-08-161-47/+0
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-2/+10
* Fix data race in HistoryURLProvider by changing from a bool read by multiple ...pkasting@chromium.org2011-07-061-6/+6
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-1/+1
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-0/+5
* Changes the HistoryURLProvider such that if the first pass produced ansky@chromium.org2011-04-041-1/+4
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-1/+1
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-3/+3
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-3/+3
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-3/+3
* Make HistoryContentsProvider results deletablethakis@chromium.org2010-12-161-3/+3
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+1
* Final phase of the URL History Quick autocomplete provider integration. This ...mrossetti@chromium.org2010-10-121-32/+9
* Revert 62193 - Final phase of the URL History Quick autocomplete provider int...mrossetti@chromium.org2010-10-111-9/+32
* Final phase of the URL History Quick autocomplete provider integration. This...mrossetti@chromium.org2010-10-111-32/+9
* History provider: style cleanupisherman@chromium.org2010-08-211-18/+14
* Revert 56939 - History provider: style cleanupthestig@chromium.org2010-08-201-11/+19
* History provider: style cleanupisherman@chromium.org2010-08-201-19/+11
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-2/+0
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-041-90/+19
* Revert "Incorporate 'quick' history provider index as an autocomplete ..."phajdan.jr@chromium.org2010-07-301-19/+90
* Incorporate 'quick' history provider index as an autocomplete provider in pre...mrossetti@chromium.org2010-07-301-90/+19
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-0/+6
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-10/+10
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-0/+2
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-2/+0
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+2
* Make sure we can still navigate to URLs when the History DB can't be loaded.pkasting@chromium.org2009-10-301-0/+7
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-5/+2
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-4/+0
* Fix regression where exact-match URLs could fail to be promoted when longer U...pkasting@chromium.org2009-05-111-4/+5
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-10/+4
* Better omnibox handling of numeric input. Now we search based on the user's ...pkasting@chromium.org2009-04-211-1/+1
* Only create a What You Typed match when it's likely to be relevant. See bug ...pkasting@chromium.org2009-04-201-6/+13
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Misc formatting / cleanup in the autocomplete code.deanm@chromium.org2009-02-271-4/+3
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-251-1/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-1/+1
* Port some files in chrome/browser/agl@chromium.org2008-11-141-1/+2
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-4/+2
* 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/+419