summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_url_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-101-3/+2
* Add DCHECK that HistoryURLProvider is on the main thread.mpearson@chromium.org2012-02-101-0/+12
* Fix history_url_provider when building with stlportyfriedman@chromium.org2012-02-081-3/+5
* Create a field trial for making omnibox autocomplete HistoryURL more aggressive.mpearson@chromium.org2012-01-311-2/+36
* Make about:flag for HistoryURL aggressiveness a three way choice: auto, on, off.mpearson@chromium.org2012-01-271-3/+21
* Improve HistoryURL scoring by making it more aggressive.mpearson@chromium.org2011-12-161-21/+33
* Reverting based on discussions on #chromium with shess and rsleevijamiewalch@google.com2011-11-231-3/+1
* Add a field trial for using lower sqlite cache sizes.brettw@chromium.org2011-11-231-1/+3
* Correctly score intranet URLs with typed_counts of 0 as UNVISITED_INTRANET if...pkasting@chromium.org2011-11-191-10/+8
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* When users navigate to an intranet host that has not been previously typed, t...pkasting@chromium.org2011-10-141-16/+5
* Tweak omnibox parsing heuristics more:pkasting@chromium.org2011-10-131-2/+1
* Change some uses of old callback types to new ones.pkasting@chromium.org2011-09-271-2/+3
* Makes intranet urls autocomplete again. This patch gives the relevancesky@chromium.org2011-09-201-63/+136
* Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...pkasting@chromium.org2011-09-011-12/+7
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-49/+1
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-26/+56
* Always treat email addresses as searches.pkasting@chromium.org2011-08-171-0/+9
* Cleanup:pkasting@chromium.org2011-08-161-346/+363
* Change scoring for history url provider.dominich@chromium.org2011-08-161-17/+27
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-6/+49
* Fix data race in HistoryURLProvider by changing from a bool read by multiple ...pkasting@chromium.org2011-07-061-5/+4
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-6/+5
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-2/+6
* Changes the HistoryURLProvider such that if the first pass produced ansky@chromium.org2011-04-041-1/+10
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-1/+1
* Fix uninitialized constructors and reverse NULL checks found by Coveritystuartmorgan@chromium.org2011-03-111-1/+3
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-9/+6
* Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...mrossetti@chromium.org2011-02-241-6/+9
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-9/+6
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-0/+2
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-35/+36
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-36/+35
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-35/+36
* Make HistoryContentsProvider results deletablethakis@chromium.org2010-12-161-34/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Adds keyword_search_terms to in memory db so that we can synchronouslysky@chromium.org2010-11-011-1/+1
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Final phase of the URL History Quick autocomplete provider integration. This ...mrossetti@chromium.org2010-10-121-90/+5
* Revert 62193 - Final phase of the URL History Quick autocomplete provider int...mrossetti@chromium.org2010-10-111-5/+90
* Final phase of the URL History Quick autocomplete provider integration. This...mrossetti@chromium.org2010-10-111-90/+5
* Make history provider ranking stable for "visited but untyped" intranet URLs.pkasting@chromium.org2010-09-011-1/+12
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-6/+7
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Ctrl-based actions should take precedence over ctrl-enterisherman@chromium.org2010-08-251-1/+5
* History provider: style cleanupisherman@chromium.org2010-08-211-5/+9
* Revert 56939 - History provider: style cleanupthestig@chromium.org2010-08-201-20/+5
* History provider: style cleanupisherman@chromium.org2010-08-201-5/+20