summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/shortcuts_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-1/+1
* autocomplete: Fix SearchProvider classifications.derat@chromium.org2012-09-131-0/+7
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-111-1/+2
* autocomplete: Add AutocompleteMatch::MergeClassifications()derat@chromium.org2012-09-111-19/+1
* Several changes to speed up the ShortcutsProvider:pkasting@chromium.org2012-07-251-62/+111
* autocomplete: Make Autocomplete provider names consistent.tfarina@chromium.org2012-07-221-1/+1
* Make ShortcutsBackend a ProfileKeyedService.mrossetti@chromium.org2012-07-031-25/+28
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+1
* autocomplete: Extract AutocompleteResult from autocomplete.*.tfarina@chromium.org2012-07-021-0/+1
* autocomplete: Extract AutocompleteController from autocomplete.*.tfarina@chromium.org2012-06-291-0/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-5/+2
* Fix use-after-free in ShortcutsProvider::DeleteMatch().pkasting@chromium.org2012-06-201-6/+9
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+2
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-141-1/+0
* Omnibox: Make providers respect FORCED_QUERYmpearson@chromium.org2012-05-251-1/+2
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-5/+5
* Clean up ShortcutsProvider and related classes:pkasting@chromium.org2012-03-141-25/+23
* Add more informative DCHECKs for unreproducible bug.scr@chromium.org2012-02-141-20/+24
* Adjust scoring of shortcuts based on the percentage of entered data from line...georgey@chromium.org2012-02-111-10/+7
* [Coverity] Pass AutocompleteMatch to predicate as const-reftbreisacher@chromium.org2012-02-071-1/+1
* Toward an android build of sync_unit_tests: OWNERS=skyjrg@chromium.org2012-01-271-2/+2
* Enable ShortcutsProvider for omnibox on the trunk by defaultgeorgey@chromium.org2011-11-021-0/+3
* Remove non trivial static from global scope in ShortcutsProvider to improve s...georgey@chromium.org2011-09-241-7/+9
* Fixes and simplification to ShortcutsBackend including addition of "DeleteAll"georgey@chromium.org2011-09-171-45/+22
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-5/+3
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-1/+3
* Some sites do not have a "description", correctly process thatgeorgey@chromium.org2011-07-251-1/+0
* Back-end for shortcuts providergeorgey@chromium.org2011-07-221-127/+55
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-4/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-6/+6
* Fix clang compile failuregeorgey@chromium.org2011-06-291-0/+3
* First attempt on Shortcuts provider - previously selected URLs are given boos...georgey@chromium.org2011-06-291-0/+399