summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_download.cc
Commit message (Expand)AuthorAgeFilesLines
* Add "API keys" for the Autofill service, in the form of a query parameter ide...isherman@chromium.org2012-02-081-2/+9
* Update Autofill server URL to https://clients1.google.comisherman@chromium.org2012-01-101-3/+3
* Reduce visibility of methods in AutofillManager and AutofillDownload.isherman@chromium.org2011-10-281-61/+24
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-5/+4
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-14/+15
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-1/+3
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-1/+1
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-1/+1
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-1/+1
* Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...georgey@chromium.org2011-10-171-9/+2
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-14/+10
* Update Autofill query and upload URLs to use https.isherman@chromium.org2011-08-111-2/+2
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...isherman@chromium.org2011-06-151-16/+16
* Add support for the "uploadrequired" attribute for Autofill query responsesisherman@chromium.org2011-06-021-1/+3
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-6/+11
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Address some style nits with Autofill metricsisherman@chromium.org2011-04-291-1/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-1/+1
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-1/+6
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-5/+5
* Fix for autofill DCHECKgeorgey@chromium.org2011-03-081-1/+10
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-2/+2
* autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.tfarina@chromium.org2011-02-281-34/+34
* Enable AutoFill crowdsourcing for Chromium builds as well.isherman@chromium.org2011-02-051-15/+1
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-4/+4
* Inline internal autofill header.bauerb@chromium.org2011-01-271-1/+5
* Fix for: Autofill should not ping the server again for the same formgeorgey@chromium.org2011-01-261-1/+71
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-6/+7
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-2/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Add UMA metrics to determine the utility of the server query responses.isherman@chromium.org2010-11-241-0/+2
* Fix a small typo in AutoFillDownloadManager::OnURLFetchComplete.thestig@chromium.org2010-11-161-2/+2
* Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...georgey@chromium.org2010-10-291-9/+5
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-2/+2
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-5/+5
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+5
* Fix typo in a function name.pkasting@chromium.org2010-09-271-1/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-061-1/+1
* Possible fix for 40234 + changed one of the DCHECK to CHECKgeorgey@chromium.org2010-04-081-2/+6
* Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5...georgey@chromium.org2010-04-021-19/+105
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-291-41/+93
* Reverting due to test failures on Interactive tests on Mac and Linuxamit@chromium.org2010-03-261-83/+39
* Second part of the integration with autofill servers.georgey@chromium.org2010-03-261-39/+83
* Integration with Toolbar autofill servers.georgey@chromium.org2010-03-221-0/+126