summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-011-0/+3
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-42/+41
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-41/+42
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-42/+41
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-7/+8
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-8/+7
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-7/+8
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Adds lab for making instant suggest autocomplete immediately. As partsky@chromium.org2011-01-101-3/+16
* Make search provider enforce that keyword search term visits have asky@chromium.org2011-01-061-1/+14
* Makes sure the description 'Google Search' is set on the first searchsky@chromium.org2011-01-051-14/+45
* Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3.avi@chromium.org2010-12-291-5/+7
* Revert 70271 - Remove wstring from l10n_util. Part 3.avi@chromium.org2010-12-291-7/+5
* Remove wstring from l10n_util. Part 3.avi@chromium.org2010-12-291-5/+7
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-11/+25
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2010-12-051-0/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Fixes bug in SearchProvider.sky@chromium.org2010-11-241-3/+1
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-4/+56
* Makes search provider honor inline autocomplete.sky@chromium.org2010-11-151-1/+2
* Tweaks the ranking of past searches so they get autocompleted.sky@chromium.org2010-11-091-5/+19
* Makes SearchProvider use the in memory db for results.sky@chromium.org2010-11-041-77/+27
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* [omnibox] Ignore empty search suggestions.suzhe@chromium.org2010-09-291-0/+6
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+11
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-1/+1
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-181-1/+3
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-1/+1
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-10/+14
* Prevent password leakage to the suggest server by being more strict about not...pkasting@chromium.org2010-08-091-25/+35
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-041-1/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-6/+7
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-2/+3
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-6/+4
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-1/+3
* Remove --omnibox-popup-count flag.tfarina@chromium.org2010-05-181-4/+4
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-6/+5
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-5/+6
* Strips http from the omniboxsky@chromium.org2010-04-091-4/+3
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-2/+2
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-3/+5
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Format the "?" match like our other search matches. This never got changed o...pkasting@chromium.org2010-02-111-10/+9
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-191-74/+35