summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-5/+5
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-26/+29
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-6/+6
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-6/+6
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-6/+6
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-3/+3
* Add an omnibox suggest field trial. The purpose of this is to improve omnibo...mpearson@chromium.org2012-03-271-0/+19
* Misc. autocomplete cleanup: pkasting@chromium.org2012-03-131-16/+11
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-0/+2
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-291-1/+3
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-2/+2
* Revert 122412 - Enabled pressing TAB to traverse through the Omnibox resultsthestig@chromium.org2012-02-171-3/+1
* Enabled pressing TAB to traverse through the Omnibox resultssail@chromium.org2012-02-171-1/+3
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...pkasting@chromium.org2012-02-041-4/+2
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...pkasting@chromium.org2012-02-041-2/+4
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...kinuko@chromium.org2012-02-011-4/+2
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-011-2/+4
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+2
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-2/+2
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+2
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-5/+8
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-7/+8
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-9/+6
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+4
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-6/+2
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-5/+6
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-6/+5
* Add a URL param to indicate group selection in Instant field trial.sreeram@chromium.org2011-08-161-8/+4
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-2/+6
* Fixes regression where instant would show navsuggest matches assky@chromium.org2011-07-261-2/+0
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-54/+132
* Makes the SearchProvider set the description from the KeywordProvider.sky@chromium.org2011-07-141-28/+1
* Makes past searches autocomplete when in keyword mode.sky@chromium.org2011-07-131-2/+3
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-071-43/+31
* Remove unnecessary #include.pkasting@chromium.org2011-06-211-1/+0
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-2/+4
* Fix a browser crash involving omnibox extension keywords.mpcomplete@chromium.org2011-05-111-1/+1
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-8/+5
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-1/+2
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Fixes crash in SearchProvider. The crash occurred because thesky@chromium.org2011-04-061-5/+11
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-9/+30
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* 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