summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_match.cc
Commit message (Expand)AuthorAgeFilesLines
* 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