summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
Commit message (Expand)AuthorAgeFilesLines
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-13/+0
* Implement a simple Extension App Omnibox provider. finnur@chromium.org2011-04-061-1/+14
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-11/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Coverity PASS_BY_VALUE fixesdpapad@chromium.org2011-03-241-2/+2
* Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn'tsky@chromium.org2011-02-251-6/+5
* Add autocomplete provider for "about:" URLs.pkasting@chromium.org2011-02-231-0/+3
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-12/+14
* Tweaks algorithm for keeping old autocomplete matches so that we don'tsky@chromium.org2011-02-151-11/+6
* Reworks autocomplete result set processing by the edit/model necessitated by ...sky@chromium.org2011-02-141-6/+4
* Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b...pkasting@chromium.org2011-02-101-3/+0
* Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c...pkasting@chromium.org2011-02-101-0/+3
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-011-0/+5
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-311-65/+63
* Always allow exact match non-substituting keywords.suzhe@google.com2011-01-261-1/+2
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-25/+26
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-26/+25
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-25/+26
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-201-16/+1
* Avoid accidental omnibox searches for username:password URLs.isherman@chromium.org2010-12-221-2/+5
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-0/+3
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+1
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-0/+6
* Adds support for proper handling of verbatim queries. That is, if thesky@chromium.org2010-11-191-0/+8
* Don't allow exact keyword matches for most uses of the autocomplete classifie...pkasting@chromium.org2010-11-101-0/+12
* Tweaks the ranking of past searches so they get autocompleted.sky@chromium.org2010-11-091-4/+10
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-200/+7
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-4/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+1
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-1/+0
* Fix a number of problems caused by the AutocompleteController purposefully co...pkasting@chromium.org2010-08-031-1/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move implementation from header to source.erg@chromium.org2010-07-151-18/+7
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-1/+2
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-3/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-1/+12
* Remove --omnibox-popup-count flag.tfarina@chromium.org2010-05-181-21/+10
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-16/+23
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-23/+16
* Strips http from the omniboxsky@chromium.org2010-04-091-1/+2
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-15/+21
* linux: build with -Wextraevan@chromium.org2010-02-051-5/+5
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-0/+3
* Added a flag to the Canvas class which allows forcing an RTL directionalityidana@chromium.org2009-11-111-1/+1
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-4/+4
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-2/+4
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-4/+2
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-2/+4
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-191-19/+25