summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move search code to a subdirben@chromium.org2009-01-161-1/+1
* Fie.ben@chromium.org2009-01-151-1/+1
* Move search engines files into subdirben@chromium.org2009-01-151-1/+1
* Fixup and verify URLs from the server before adding them to the autocomplete ...pkasting@chromium.org2009-01-081-3/+9
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-7/+8
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-4/+4
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+2
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-6/+10
* Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...pkasting@chromium.org2008-11-121-2/+2
* Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st...pkasting@chromium.org2008-11-121-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-12/+9
* See if 'charset' is available in HTTP response header and use that to convert...jungshik@google.com2008-09-261-1/+18
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-1/+0
* Don't send queries when URL is like:darin@chromium.org2008-09-101-11/+41
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-091-1/+1
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-2/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fixes up the autocomplete providers to correctly update starredsky@google.com2008-08-211-53/+10