summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/shortcuts_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-081-2/+3
* Revert of Omnibox: Combine Two Input Type Enums into One (https://codereview....dcheng@chromium.org2014-06-071-3/+2
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-071-2/+3
* Cleanup AutocompleteInput and AutocompleteProvider Functionspkasting@chromium.org2014-06-061-6/+5
* Omnibox: Make URLs of Bookmarks Searchablempearson@chromium.org2014-04-231-9/+8
* Omnibox Cleanup: Remove kLowestDefaultScorempearson@chromium.org2014-04-221-1/+3
* Update comment about shortcuts not needing to keep duplicate matches.hfung@chromium.org2014-04-171-3/+3
* Omnibox: Delete All Remnants of Non-Reorder Modempearson@chromium.org2014-04-121-13/+3
* Omnibox: Make Bookmarks Set Inline_Autocompletionmpearson@chromium.org2014-04-101-59/+29
* Use demote by type when removing duplication AutocompleteMatcheshfung@chromium.org2014-04-091-5/+4
* Omnibox: Make Trailing Slash Behave Well in ShortcutsProvidermpearson@chromium.org2014-04-031-1/+11
* Move the ShortcutsBackend from history to autocomplete so that it can fullypkasting@chromium.org2014-03-191-16/+28
* Make match deletion more thorough.mariakhomenko@chromium.org2014-02-281-3/+3
* Omnibox: Make Shortcuts Provider Remove Duplicatesmpearson@chromium.org2014-02-061-0/+9
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+4
* Omnibox: Bug Fixes for Shortcuts Inliningmpearson@chromium.org2013-12-201-14/+42
* Revert 242029 "Omnibox: Bug Fixes for Shortcuts Inlining"mpearson@chromium.org2013-12-201-36/+15
* Omnibox: Bug Fixes for Shortcuts Inliningmpearson@chromium.org2013-12-201-15/+36
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-3/+3
* Omnibox: Allow Shortcuts to Inlinempearson@chromium.org2013-12-071-23/+59
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-9/+9
* Store more info about shortcuts, part 1.pkasting@chromium.org2013-10-081-8/+4
* Remove shortcuts to extension URLs when the corresponding extensions are unlo...pkasting@chromium.org2013-09-301-33/+14
* autocomplete: Fix the use of std::remove_if() function.tfarina@chromium.org2013-08-131-1/+4
* Omnibox: Make the Controller Reorder Matches for Inliningmpearson@chromium.org2013-08-121-9/+19
* Omnibox: Convert Shortcuts Scoring Field Trial to Omnibox Bundled Field Trialmpearson@chromium.org2013-08-121-9/+11
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Use a direct include of time headers in chrome/browser/, part 1.avi@chromium.org2013-06-281-1/+1
* Omnibox: Add Field Trial to Make Shortcuts More Aggressivempearson@chromium.org2013-06-211-3/+17
* Omnibox: Add Debugging Information for Shortcutsmpearson@chromium.org2013-06-201-0/+3
* Use a direct include of strings headers in chrome/auto*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-4/+4
* Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h kmadhusu@chromium.org2013-05-211-1/+1
* 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