summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_match.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-291-3/+77
* Revert 122412 - Enabled pressing TAB to traverse through the Omnibox resultsthestig@chromium.org2012-02-171-77/+3
* Enabled pressing TAB to traverse through the Omnibox resultssail@chromium.org2012-02-171-3/+77
* Add more informative DCHECKs for unreproducible bug.scr@chromium.org2012-02-141-6/+9
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...pkasting@chromium.org2012-02-041-78/+4
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...pkasting@chromium.org2012-02-041-4/+78
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...kinuko@chromium.org2012-02-011-78/+4
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-011-4/+78
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-1/+1
* Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea...asvitkine@chromium.org2011-11-101-6/+9
* Strip special characters in extension omnibox suggestions.asvitkine@chromium.org2011-10-281-0/+16
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-3/+0
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-0/+3
* Autocomplete: fix array size to make size check workevan@chromium.org2011-06-281-4/+6
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-1/+1
* Make the app provider match highlighting use the existing ClassifyMatchXXX() ...pkasting@chromium.org2011-05-251-0/+1
* Show an Extension App icon in the omnibox for matches from the Extension App ...finnur@chromium.org2011-04-131-1/+3
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-311-2/+4
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-6/+6
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-6/+6
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-6/+6
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-201-8/+1
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+188