summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-2/+4
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-66/+39
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-151-6/+6
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-3/+3
* Update result formatting for the search provider for the Omnibox2 popup.ben@chromium.org2009-06-091-19/+70
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-24/+2
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Fixes bug in search provider. It wasn't setting template_url andsky@chromium.org2009-05-041-0/+4
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-1/+2
* A basic search provider unit test. This tests asserts a handful of things:sky@chromium.org2009-04-231-9/+23
* This CL fix issue 2674 - search engine name containing parenthesis is not dis...xji@chromium.org2009-04-211-2/+3
* Makes the omnibox show past searches and suggestions for keywords.sky@chromium.org2009-04-141-123/+272
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-2/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+2
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-1/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+1
* Misc formatting / cleanup in the autocomplete code.deanm@chromium.org2009-02-271-17/+18
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-1/+3
* Some cleanups in response to brettw's comments to r10277.jhawkins@chromium.org2009-02-241-2/+0
* Make autocomplete.cc and dependencies compile on Posix.jhawkins@chromium.org2009-02-241-3/+7
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+2
* Move url_* to net subdirben@chromium.org2009-01-161-1/+1