| Commit message (Expand) | Author | Age | Files | Lines |
* | [AiS] Use top local result for prefetch. | groby | 2014-09-26 | 1 | -10/+16 |
* | [AiS] Remove answer contents from all matches other than the first. | jdonnelly | 2014-09-25 | 1 | -0/+29 |
* | Componentize history_types.{cc,h} and android_history_types.{cc,h} | sdefresne | 2014-09-25 | 4 | -4/+4 |
* | Cleanup: Remove remaining generated extensions APIs on Android. (try 2) | thestig | 2014-09-22 | 1 | -1/+6 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 7 | -43/+42 |
* | Revert of Cleanup: Remove remaining generated extensions APIs on Android. (pa... | thestig | 2014-09-19 | 1 | -6/+1 |
* | Cleanup: Remove remaining generated extensions APIs on Android. | thestig | 2014-09-19 | 1 | -1/+6 |
* | Move TestBookmarkClient into bookmarks namespace. | tfarina | 2014-09-11 | 1 | -1/+1 |
* | Add a test for KeywordExtensionsDelegateImpl::IsEnabledExtension(). | thestig | 2014-09-07 | 2 | -4/+146 |
* | Autocomplete: Fix a typo that flipped the extension keyword provider check fo... | thestig | 2014-09-05 | 1 | -1/+1 |
* | Omnibox: Prevent Asynchronous Suggestions from Changing Default Match | mpearson | 2014-09-03 | 1 | -458/+611 |
* | Rename AutocompleteProviderDelegate to AutocompleteProviderClient | Ryo Hashimoto | 2014-08-28 | 5 | -52/+51 |
* | Move bookmark_pref_names.* into bookmarks namespace. | tfarina | 2014-08-28 | 2 | -3/+3 |
* | Omnibox: Make URLs of Bookmarks Searchable - Try 2 | mpearson | 2014-08-27 | 3 | -65/+55 |
* | Fix NULL dereference in SearchProviderTest | hashimoto | 2014-08-27 | 2 | -5/+8 |
* | Componentize SearchProvider | hashimoto | 2014-08-27 | 13 | -2560/+7 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/browser/autoco... | dcheng | 2014-08-26 | 4 | -6/+6 |
* | Omnibox: Fix for Bookmarks With Leading Spaces | mpearson | 2014-08-26 | 2 | -0/+32 |
* | Introduce AutocompleteProviderDelegate | hashimoto | 2014-08-26 | 10 | -113/+230 |
* | Revert of Omnibox: Make URLs of Bookmarks Searchable (patchset #2 of https://... | estade@chromium.org | 2014-08-22 | 3 | -44/+57 |
* | Loosen DCHECK for Omnibox Extensions | mpearson@chromium.org | 2014-08-22 | 1 | -8/+15 |
* | Omnibox: Make URLs of Bookmarks Searchable | mpearson@chromium.org | 2014-08-22 | 3 | -57/+44 |
* | Move KeywordProvider to components/omnibox | hashimoto@chromium.org | 2014-08-22 | 9 | -1085/+5 |
* | [AiS] Better prefetch cache. | groby@chromium.org | 2014-08-22 | 6 | -34/+220 |
* | Move string resources to omnibox_strings.grdp | hashimoto@chromium.org | 2014-08-18 | 3 | -4/+3 |
* | Remove protected virtual methods from BaseSearchProvider | hashimoto@chromium.org | 2014-08-18 | 6 | -73/+58 |
* | Revert 290058 "Omnibox: Prevent Asynchronous Suggestions from Ch..." | miu@chromium.org | 2014-08-16 | 4 | -515/+252 |
* | Omnibox: Prevent Asynchronous Suggestions from Changing Default Match | mpearson@chromium.org | 2014-08-16 | 4 | -252/+515 |
* | Omnibox - Search Provider - Cleanup Keyword Mode's Legal Matches | mpearson@chromium.org | 2014-08-15 | 6 | -50/+34 |
* | [AiS] Reuse previous answer for verbatim. | groby@chromium.org | 2014-08-15 | 1 | -4/+19 |
* | Componentize AutocompleteResult | hashimoto@chromium.org | 2014-08-14 | 13 | -1524/+10 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 3 | -8/+8 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 3 | -8/+8 |
* | No chrome dependencies in KeywordProvider | hashimoto@chromium.org | 2014-08-13 | 8 | -64/+47 |
* | Move ShouldHideTopVerbatimMatch to components/search | hashimoto@chromium.org | 2014-08-12 | 1 | -1/+1 |
* | Stop sharing BaseSearchProvider::OnURLFetchComplete between 2 providers | hashimoto@chromium.org | 2014-08-11 | 6 | -224/+180 |
* | Stop depending on content/public/common/url_constants.h from autocomplete_res... | hashimoto@chromium.org | 2014-08-11 | 1 | -5/+3 |
* | Offload the dependency of autocomplete_result_unittest.cc | mukai@chromium.org | 2014-08-11 | 1 | -56/+41 |
* | Stop depending on content::RecordAction from chrome/browser/autocomplete | hashimoto@chromium.org | 2014-08-11 | 2 | -6/+6 |
* | Fix misspelling. | groby@chromium.org | 2014-08-09 | 1 | -1/+1 |
* | Move OmniboxFieldTrial to components/omnibox | hashimoto@chromium.org | 2014-08-08 | 13 | -13/+14 |
* | Rename components/autocomplete to components/omnibox | hashimoto@chromium.org | 2014-08-07 | 38 | -82/+82 |
* | Remove OmniboxHUPCullRedirects and OmniboxHUPCreateShorterMatch trials | holte@chromium.org | 2014-08-07 | 2 | -24/+3 |
* | Omnibox: Make Exact Match Tab-to-Search Work | mpearson@chromium.org | 2014-08-06 | 2 | -28/+104 |
* | Stop depending on TemplateURLServiceFactory from SearchProvider | hashimoto@chromium.org | 2014-08-05 | 9 | -55/+66 |
* | Componentize AutocompleteProviderListener | hashimoto@chromium.org | 2014-08-03 | 12 | -41/+11 |
* | Move DeserializeJsonData() and UTF-8 conversion code to SearchSuggestionParser | hashimoto@chromium.org | 2014-07-31 | 5 | -65/+16 |
* | Move extension notifications to extensions/browser/notification_types.h | jamescook@chromium.org | 2014-07-31 | 3 | -15/+19 |
* | Split BaseSearchProvider's server response parser code as a separate class | hashimoto@chromium.org | 2014-07-30 | 7 | -749/+138 |
* | Componentize AutocompleteMatch and AutocompleteProvider | hashimoto@chromium.org | 2014-07-30 | 34 | -1535/+41 |