summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_download.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-340/+0
* Move Autofill-specific switches and pref names into files within the component.joi@chromium.org2013-03-081-1/+1
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-6/+4
* Log autofill query and response to assist testing.benquan@chromium.org2013-03-021-4/+21
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-161-5/+5
* Adding commandline switch and user pref for autofill server url.ahutter@chromium.org2012-10-291-15/+5
* Rate limiting code on autofill upload was interfering with debug logging of u...abodenha@chromium.org2012-10-231-7/+7
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Add logging of autofill upload request.abodenha@chromium.org2012-10-201-0/+11
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-3/+6
* Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.joi@chromium.org2012-09-131-7/+10
* Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.joi@chromium.org2012-08-211-4/+4
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-3/+3
* Added net::LOAD_DO_NOT_SEND_COOKIES to autofil_download to fix:georgey@chromium.org2012-03-201-1/+2
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-0/+2
* 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