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