summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_match.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+2
* Modify Entity Suggestion support and Add Profile Suggest supportskanuj@chromium.org2013-12-111-0/+4
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-11/+11
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-2/+2
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Omnibox: Make the Controller Reorder Matches for Inliningmpearson@chromium.org2013-08-121-0/+4
* Add an option for InstantExtended field trials to suppress the display of the...dcblack@chromium.org2013-08-061-0/+10
* Omnibox: Change |inline_autocomplete_offset| to |inline_autocompletion|mpearson@chromium.org2013-07-191-4/+2
* Use a direct include of time headers in chrome/browser/, part 1.avi@chromium.org2013-06-281-1/+1
* Increase number of matches SearchProvider can return to the full popup size,pkasting@chromium.org2013-06-251-0/+6
* Cleanup split off from https://codereview.chromium.org/17382015/ .pkasting@chromium.org2013-06-241-4/+3
* Use a direct include of strings headers in chrome/auto*/.avi@chromium.org2013-06-101-3/+3
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h kmadhusu@chromium.org2013-05-211-28/+6
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Revert 187223, which was a failed revert of 187143.koz@chromium.org2013-03-111-1/+1
* Revert 187143koz@chromium.org2013-03-101-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-1/+1
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-1/+1
* Revert 185709koz@chromium.org2013-03-031-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-1/+1
* Revert 184837abodenha@chromium.org2013-02-271-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-2/+2
* Initial implementation of dedupping search provider's URLs.bartn@chromium.org2012-10-301-8/+34
* Implement Bookmark Autocomplete Providermrossetti@chromium.org2012-10-181-0/+2
* Update page icon in the omniboxthakis@chromium.org2012-09-191-0/+8
* autocomplete: Don't cull matches with empty dest URLs.derat@chromium.org2012-09-151-2/+8
* autocomplete: Add ContactProvider.derat@chromium.org2012-09-121-0/+4
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-111-2/+3
* autocomplete: Add AutocompleteMatch::MergeClassifications()derat@chromium.org2012-09-111-0/+41
* Omnibox: Pretend http and https are the same when removing likely duplicatesmpearson@chromium.org2012-09-061-7/+27
* Add a method to check if an AutocompleteMatch is of a search type.sreeram@chromium.org2012-09-051-0/+8
* Enhance chrome://omnibox Presentationmrossetti@chromium.org2012-07-281-1/+26
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+0
* HiDPI assets for omnibox icons.thakis@chromium.org2012-06-271-0/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-0/+1
* A working implementation of AQS (Assisted Query Stats).bartn@google.com2012-06-241-4/+8
* Omnibox: In UMA logs, record typed_count of URLS.mpearson@chromium.org2012-06-121-0/+4
* Eliminate the "clock" icon in the omnibox dropdown. The distinction between ...pkasting@chromium.org2012-06-121-3/+3
* Guard Against Bad Classificationsmrossetti@chromium.org2012-06-061-2/+7
* Add SearchProvider nav result inline autocompletion.msw@chromium.org2012-06-011-1/+2
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-081-10/+13
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-3/+4
* Clean up ShortcutsProvider and related classes:pkasting@chromium.org2012-03-141-0/+48
* Misc. autocomplete cleanup: pkasting@chromium.org2012-03-131-12/+20