summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_download_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Download autocheckout whitelist and enable autocheckout for whitelisted sites...benquan@chromium.org2013-02-121-6/+6
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-13/+13
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-5/+3
* Switch to TimeDelta interfaces for TestTimeouts in autofill unit test.tedvessenes@gmail.com2012-07-091-4/+2
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-6/+6
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-2/+1
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-5/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+2
* Reduce visibility of methods in AutofillManager and AutofillDownload.isherman@chromium.org2011-10-281-10/+9
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-2/+2
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+2
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-10/+10
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-10/+10
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-10/+10
* Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...georgey@chromium.org2011-10-171-61/+40
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-2/+2
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-36/+25
* Autofill/Valgrind: Fix a leak in AutofillDownloadTest.jhawkins@chromium.org2011-09-161-113/+130
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-104/+87
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-9/+1
* Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...isherman@chromium.org2011-06-151-5/+4
* Add support for the "uploadrequired" attribute for Autofill query responsesisherman@chromium.org2011-06-021-2/+2
* 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-6/+13
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-9/+9
* Address some style nits with Autofill metricsisherman@chromium.org2011-04-291-11/+21
* 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-0/+2
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-3/+3
* Fix for autofill DCHECKgeorgey@chromium.org2011-03-081-2/+15
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-15/+15
* autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.tfarina@chromium.org2011-02-281-20/+20
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-2/+6
* Enable AutoFill crowdsourcing for Chromium builds as well.isherman@chromium.org2011-02-051-2/+0
* Fix for: Autofill should not ping the server again for the same formgeorgey@chromium.org2011-01-261-1/+189
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-6/+11
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-7/+25
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-11/+22
* Move TestTimeouts from chrome/test to base/test.sergeyu@chromium.org2010-10-051-2/+1
* GTTF: use chrome/test/test_timeouts in more places.phajdan.jr@chromium.org2010-09-301-5/+3