| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | history: Rename history.h to history_service.h | tfarina@chromium.org | 2013-01-25 | 1 | -1/+1 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -1/+1 |
* | autocomplete: Fix SearchProvider classifications. | derat@chromium.org | 2012-09-13 | 1 | -0/+7 |
* | autocomplete: Add AutocompleteProvider::Type enum. | derat@chromium.org | 2012-09-11 | 1 | -1/+2 |
* | autocomplete: Add AutocompleteMatch::MergeClassifications() | derat@chromium.org | 2012-09-11 | 1 | -19/+1 |
* | Several changes to speed up the ShortcutsProvider: | pkasting@chromium.org | 2012-07-25 | 1 | -62/+111 |
* | autocomplete: Make Autocomplete provider names consistent. | tfarina@chromium.org | 2012-07-22 | 1 | -1/+1 |
* | Make ShortcutsBackend a ProfileKeyedService. | mrossetti@chromium.org | 2012-07-03 | 1 | -25/+28 |
* | autocomplete: Rename autocomplete.* to autocomplete_input.*. | tfarina@chromium.org | 2012-07-03 | 1 | -1/+1 |
* | autocomplete: Extract AutocompleteResult from autocomplete.*. | tfarina@chromium.org | 2012-07-02 | 1 | -0/+1 |
* | autocomplete: Extract AutocompleteController from autocomplete.*. | tfarina@chromium.org | 2012-06-29 | 1 | -0/+1 |
* | browser: Extract AutocompleteProvider from autocomplete.* | tfarina@chromium.org | 2012-06-26 | 1 | -5/+2 |
* | Fix use-after-free in ShortcutsProvider::DeleteMatch(). | pkasting@chromium.org | 2012-06-20 | 1 | -6/+9 |
* | Removing usage of profile_->GetHistory() from the codebase in order to remove... | rlp@chromium.org | 2012-06-19 | 1 | -1/+2 |
* | Move guid generation from chrome/common/ to base/. | marja@chromium.org | 2012-06-14 | 1 | -1/+0 |
* | Omnibox: Make providers respect FORCED_QUERY | mpearson@chromium.org | 2012-05-25 | 1 | -1/+2 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 1 | -5/+5 |
* | Clean up ShortcutsProvider and related classes: | pkasting@chromium.org | 2012-03-14 | 1 | -25/+23 |
* | Add more informative DCHECKs for unreproducible bug. | scr@chromium.org | 2012-02-14 | 1 | -20/+24 |
* | Adjust scoring of shortcuts based on the percentage of entered data from line... | georgey@chromium.org | 2012-02-11 | 1 | -10/+7 |
* | [Coverity] Pass AutocompleteMatch to predicate as const-ref | tbreisacher@chromium.org | 2012-02-07 | 1 | -1/+1 |
* | Toward an android build of sync_unit_tests: OWNERS=sky | jrg@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Enable ShortcutsProvider for omnibox on the trunk by default | georgey@chromium.org | 2011-11-02 | 1 | -0/+3 |
* | Remove non trivial static from global scope in ShortcutsProvider to improve s... | georgey@chromium.org | 2011-09-24 | 1 | -7/+9 |
* | Fixes and simplification to ShortcutsBackend including addition of "DeleteAll" | georgey@chromium.org | 2011-09-17 | 1 | -45/+22 |
* | Remove confidence from AutocompleteMatch and use History DB instead. | dominich@chromium.org | 2011-09-01 | 1 | -5/+3 |
* | Add confidence to AutocompleteMatch. | dominich@chromium.org | 2011-08-11 | 1 | -1/+3 |
* | Some sites do not have a "description", correctly process that | georgey@chromium.org | 2011-07-25 | 1 | -1/+0 |
* | Back-end for shortcuts provider | georgey@chromium.org | 2011-07-22 | 1 | -127/+55 |
* | Don't autocomplete searches of >1 word if they've only been visited once and ... | pkasting@chromium.org | 2011-07-16 | 1 | -4/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -6/+6 |
* | Fix clang compile failure | georgey@chromium.org | 2011-06-29 | 1 | -0/+3 |
* | First attempt on Shortcuts provider - previously selected URLs are given boos... | georgey@chromium.org | 2011-06-29 | 1 | -0/+399 |