summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_download.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-5/+0
* Reduce visibility of methods in AutofillManager and AutofillDownload.isherman@chromium.org2011-10-281-21/+15
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+2
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-3/+4
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-2/+1
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-1/+2
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-2/+1
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-6/+1
* Autofill/Valgrind: Fix a leak in AutofillDownloadTest.jhawkins@chromium.org2011-09-161-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+2
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-2/+1
* Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...isherman@chromium.org2011-06-151-23/+19
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-7/+11
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-3/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-2/+2
* autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.tfarina@chromium.org2011-02-281-17/+17
* Remove interactive test aspects from FormStructureBrowserTest.DataDrivenHeuri...isherman@chromium.org2011-02-111-1/+1
* Enable AutoFill crowdsourcing for Chromium builds as well.isherman@chromium.org2011-02-051-1/+0
* Fix for: Autofill should not ping the server again for the same formgeorgey@chromium.org2011-01-261-0/+26
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+2
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-1/+3
* Add UMA metrics to determine the utility of the server query responses.isherman@chromium.org2010-11-241-0/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-5/+2
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-061-4/+2
* Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5...georgey@chromium.org2010-04-021-13/+28
* Reverted back change #1337001, fixing the unit tests in chromium builds:georgey@chromium.org2010-03-291-21/+64
* Reverting due to test failures on Interactive tests on Mac and Linuxamit@chromium.org2010-03-261-62/+21
* Second part of the integration with autofill servers.georgey@chromium.org2010-03-261-21/+62
* Integration with Toolbar autofill servers.georgey@chromium.org2010-03-221-0/+88