summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-1/+0
* Tweak omnibox parsing heuristics more:pkasting@chromium.org2011-10-131-0/+3
* Makes intranet urls autocomplete again. This patch gives the relevancesky@chromium.org2011-09-201-4/+6
* Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...pkasting@chromium.org2011-09-011-3/+3
* Remove frontend code that allows for dynamic profile setting, and read the pr...pkasting@chromium.org2011-08-081-9/+0
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-281-2/+5
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-261-5/+2
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-261-2/+5
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-3/+7
* Makes the SearchProvider set the description from the KeywordProvider.sky@chromium.org2011-07-141-7/+13
* Makes past searches autocomplete when in keyword mode.sky@chromium.org2011-07-131-0/+1
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-071-0/+10
* 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