summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_result.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-5/+9
* Updated AutocompleteResultTests.kmadhusu@chromium.org2013-12-191-7/+4
* Modified GetMatchToPrefetch() to return a valid match for prefetching even wh...kmadhusu@chromium.org2013-12-131-11/+6
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-2/+2
* Don't demote top match for certain match types.hfung@chromium.org2013-11-051-1/+15
* Omnibox: Allow URLs to Appear as Top Match for Query Inputsmpearson@chromium.org2013-10-311-1/+0
* Omnibox: Make DCHECK More Descriptivempearson@chromium.org2013-10-301-4/+10
* Omnibox: Add DCHECK that default match for URL input is not a querympearson@chromium.org2013-10-221-2/+12
* Omnibox: Make the Controller Reorder Matches for Inliningmpearson@chromium.org2013-08-121-4/+18
* Omnibox: Create DemoteByType Experimentmpearson@chromium.org2013-08-091-9/+73
* Add an option for InstantExtended field trials to suppress the display of the...dcblack@chromium.org2013-08-061-0/+21
* Omnibox: Narrow Interface to AutocompleteResultmpearson@chromium.org2013-07-121-27/+27
* Minor cosmetic changes to OmniboxEditModel and OmniboxController.beaudoin@chromium.org2013-06-201-6/+6
* Omnibox refactor. OmniboxController now holds an AutocompleteMatch.beaudoin@chromium.org2013-06-181-7/+13
* Change the way the omnibox handles CTRL-Enter navigations.beaudoin@chromium.org2013-03-181-5/+4
* Initial implementation of dedupping search provider's URLs.bartn@chromium.org2012-10-301-4/+6
* Add a method to check if an AutocompleteMatch is of a search type.sreeram@chromium.org2012-09-051-1/+1
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+1
* autocomplete: Extract AutocompleteResult from autocomplete.*.tfarina@chromium.org2012-07-021-0/+250