| Commit message (Expand) | Author | Age | Files | Lines |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -3/+3 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Switch to composition for TestBrowserThread. | joi@chromium.org | 2011-11-03 | 1 | -5/+2 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+2 |
* | Reduce visibility of methods in AutofillManager and AutofillDownload. | isherman@chromium.org | 2011-10-28 | 1 | -10/+9 |
* | Make test URLFetcher implementations not derive from the URLFetcher implement... | jam@chromium.org | 2011-10-26 | 1 | -2/+2 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -2/+2 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -10/+10 |
* | Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector... | maruel@chromium.org | 2011-10-21 | 1 | -10/+10 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -10/+10 |
* | Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe... | georgey@chromium.org | 2011-10-17 | 1 | -61/+40 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -2/+2 |
* | Update OnURLFetchComplete() to use new params in AutofillDownloadManager. | skerner@chromium.org | 2011-09-23 | 1 | -36/+25 |
* | Autofill/Valgrind: Fix a leak in AutofillDownloadTest. | jhawkins@chromium.org | 2011-09-16 | 1 | -113/+130 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:... | isherman@chromium.org | 2011-08-09 | 1 | -104/+87 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Move more files from chrome/test to chrome/test/base, part #3 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Add a scoper object for URLFetcher::Factory | phajdan.jr@chromium.org | 2011-07-29 | 1 | -9/+1 |
* | Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie... | isherman@chromium.org | 2011-06-15 | 1 | -5/+4 |
* | Add support for the "uploadrequired" attribute for Autofill query responses | isherman@chromium.org | 2011-06-02 | 1 | -2/+2 |
* | 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 | -6/+13 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -9/+9 |
* | Address some style nits with Autofill metrics | isherman@chromium.org | 2011-04-29 | 1 | -11/+21 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-30 | 1 | -0/+2 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -3/+3 |
* | Fix for autofill DCHECK | georgey@chromium.org | 2011-03-08 | 1 | -2/+15 |
* | autofill: Rename AutoFillMetrics to AutofillMetrics. | tfarina@chromium.org | 2011-03-01 | 1 | -15/+15 |
* | autofill: Rename AutoFillDownloadManager to AutofillDownloadManager. | tfarina@chromium.org | 2011-02-28 | 1 | -20/+20 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #1 | phajdan.jr@chromium.org | 2011-02-15 | 1 | -2/+6 |
* | Enable AutoFill crowdsourcing for Chromium builds as well. | isherman@chromium.org | 2011-02-05 | 1 | -2/+0 |
* | Fix for: Autofill should not ping the server again for the same form | georgey@chromium.org | 2011-01-26 | 1 | -1/+189 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -6/+11 |
* | Add some basic success/failure UMA logging for autofill. | isherman@chromium.org | 2010-12-15 | 1 | -7/+25 |
* | Once a form has been partially autofilled, autofill should only update fields... | isherman@chromium.org | 2010-11-29 | 1 | -11/+22 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 1 | -2/+1 |
* | GTTF: use chrome/test/test_timeouts in more places. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -5/+3 |
* | Autofill address line 2 is not applied to ebay.com | dhollowa@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Form AutoFill Phone number should be displayed as xxx-xxx-xxxx | dhollowa@chromium.org | 2010-05-14 | 1 | -11/+22 |
* | 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 | -17/+6 |
* | AutoFill: Fix IsAutoFillable to only count fields that are heuristically | jhawkins@chromium.org | 2010-05-04 | 1 | -0/+10 |
* | AutoFill: Use the FormManager cache to send forms to the AutoFillManager. | jhawkins@chromium.org | 2010-04-03 | 1 | -44/+45 |
* | Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5... | georgey@chromium.org | 2010-04-02 | 1 | -3/+58 |