| Commit message (Expand) | Author | Age | Files | Lines |
* | Move AutofillProfileSyncableService into the Autofill component. | blundell@chromium.org | 2014-01-16 | 1 | -9/+39 |
* | Android: moves autofill to use long for JNI. | bulach@chromium.org | 2014-01-10 | 1 | -0/+1 |
* | [Autofill] Sanitize all data that comes in over IPC. | isherman@chromium.org | 2014-01-09 | 1 | -2/+4 |
* | Fix Blink dependencies in build files. | davidben@chromium.org | 2014-01-07 | 1 | -0/+1 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Have jni_generator.gypi specify include_dirs to dependent targets. | blundell@chromium.org | 2013-12-17 | 1 | -1/+0 |
* | Put ignore autocomplete='off' behind a flag. Restores the basic | jww@chromium.org | 2013-12-16 | 1 | -0/+2 |
* | Build Autofill component on iOS. | blundell@chromium.org | 2013-12-13 | 1 | -211/+216 |
* | Moved ipc-specific files from autofill/core to autofill/content. | jeanfrancoisg@chromium.org | 2013-12-12 | 1 | -9/+25 |
* | rAc: Pay attention to more of gaia account struct in WalletItems response | estade@chromium.org | 2013-12-08 | 1 | -0/+2 |
* | Moves the OnRequestAutocomplete() flow from AutofillManager to AutofillDriver... | jeanfrancoisg@chromium.org | 2013-12-06 | 1 | -0/+2 |
* | [Autofill] Rename autofill_common_test -> autofill_test_utils | isherman@chromium.org | 2013-11-09 | 1 | -2/+2 |
* | Restructure the events target into two components: | ben@chromium.org | 2013-11-06 | 1 | -3/+0 |
* | Rename PasswordGenerationManager to PasswordGenerationAgent | gcasto@chromium.org | 2013-10-09 | 1 | -2/+2 |
* | events: Create a separate events component out of ui. | sadrul@chromium.org | 2013-10-01 | 1 | -0/+3 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+3 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -3/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -0/+3 |
* | Move PasswordForm from //content to //autofill. | blundell@chromium.org | 2013-09-09 | 1 | -0/+3 |
* | Move password_form_conversion_utils out of //content into //autofill. | blundell@chromium.org | 2013-09-04 | 1 | -0/+2 |
* | Remove autocheckout code. | ramankk@chromium.org | 2013-08-30 | 1 | -12/+0 |
* | Remove KeyboardListener interface and switch to a callback instead, per the C... | jam@chromium.org | 2013-08-27 | 1 | -0/+1 |
* | Revert 215119 "Autocheckout: Manually revert r208999" | simonhatch@chromium.org | 2013-08-02 | 1 | -0/+3 |
* | Autocheckout: Manually revert r208999 | simonhatch@chromium.org | 2013-08-01 | 1 | -3/+0 |
* | New encryption/escrow endpoints for Wallet | ahutter@chromium.org | 2013-07-20 | 1 | -3/+0 |
* | Moving Autofill-related test support files out of chrome_tests_unit.gypi. | joi@chromium.org | 2013-07-19 | 1 | -1/+27 |
* | reland of http://crrev.com/212230 Create top-level separate targets for... | scottmg@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Revert 212230 "Create top-level separate targets for browser and..." | scottmg@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Create top-level separate targets for browser and child dlls | scottmg@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Disabling wallet and mocking out more of WalletClient while testing. | dbeam@chromium.org | 2013-07-11 | 1 | -0/+5 |
* | Rename webkit_(resources|strings) targets to remove _temp infix | jamesr@chromium.org | 2013-07-09 | 1 | -2/+2 |
* | Move webkit_resources / webkit_strings targets out of webkit_support.gyp | jamesr@chromium.org | 2013-07-04 | 1 | -2/+2 |
* | components/autofill: Use webdata Encryptor API. | tfarina@chromium.org | 2013-07-03 | 1 | -2/+0 |
* | Autofill:Autocheckout: Add support for reporting per page latency (once per a... | ramankk@chromium.org | 2013-06-27 | 1 | -0/+3 |
* | components/autofill: Break the dependency on sync utility file. | tfarina@chromium.org | 2013-06-27 | 1 | -0/+2 |
* | In components/autofill, move browser/ to core/browser/ | blundell@chromium.org | 2013-06-20 | 1 | -105/+103 |
* | components: Rename component_resources.* to component_strings.* | tfarina@chromium.org | 2013-06-19 | 1 | -3/+3 |
* | In components/autofill, move common/ to core/common/ | blundell@chromium.org | 2013-06-18 | 1 | -31/+30 |
* | Abstract WebContentsObserver from Autofill shared code | blundell@chromium.org | 2013-06-16 | 1 | -0/+3 |
* | Revert "In components/autofill, move common/ to shared/" | blundell@chromium.org | 2013-06-15 | 1 | -28/+28 |
* | In components/autofill, move common/ to shared/ | blundell@chromium.org | 2013-06-15 | 1 | -28/+28 |
* | In components/autofill, move browser/autocheckout* to content/browser/ | blundell@chromium.org | 2013-06-14 | 1 | -8/+8 |
* | Using form field errors from Wallet server. | ahutter@chromium.org | 2013-06-11 | 1 | -0/+2 |
* | In components/autofill, move browser/wallet/ to content/browser/wallet/ | blundell@chromium.org | 2013-06-10 | 1 | -30/+30 |
* | In components/autofill, move browser/risk/ to content/browser/risk/ | blundell@chromium.org | 2013-06-07 | 1 | -16/+58 |
* | Depend on public/blink.gyp:blink to depend on Blink library | jamesr@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | In components/autofill, move renderer/ to content/renderer | blundell@chromium.org | 2013-06-06 | 1 | -14/+14 |
* | Carts are deprecated by the latest version of the server | ahutter@chromium.org | 2013-06-04 | 1 | -2/+0 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -2/+2 |
* | Making credit card number un-editable in Wallet mode. | dbeam@chromium.org | 2013-05-29 | 1 | -0/+9 |