| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | autofill_browser should depend on googleapis | cjhopman@chromium.org | 2013-05-17 | 1 | -0/+1 |
* | Implement get/set(saveformdata) for chromium based webview. | sgurun@chromium.org | 2013-05-15 | 1 | -0/+2 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-14 | 1 | -6/+2 |
* | Create an interface which SyncableServices can use for making changes directl... | caitkp@chromium.org | 2013-05-14 | 1 | -1/+2 |
* | Revert 199800 "Separate component resources into their own .grd ..." | tonyg@chromium.org | 2013-05-13 | 1 | -2/+6 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-13 | 1 | -6/+2 |
* | Move AutofillWebData DB methods into separate class | caitkp@chromium.org | 2013-05-03 | 1 | -0/+2 |
* | [Autofill] Split off AutofillDataModel as a subclass of FormData. | isherman@chromium.org | 2013-04-19 | 1 | -0/+2 |
* | Generate autofill messages inside the component | kaiwang@chromium.org | 2013-04-17 | 1 | -0/+2 |
* | [Autofill] Move IsValidState() into validation.h | isherman@chromium.org | 2013-04-17 | 1 | -0/+2 |
* | Revert 193992 "Lets try this again." | jochen@chromium.org | 2013-04-15 | 1 | -2/+2 |
* | Lets try this again. | michaeln@google.com | 2013-04-12 | 1 | -2/+2 |
* | Revert 193968 "Roll the DEPS for google-url." | michaeln@google.com | 2013-04-12 | 1 | -2/+2 |
* | Roll the DEPS for google-url. | tfarina@chromium.org | 2013-04-12 | 1 | -2/+2 |
* | Build WebData as shared-lib component. | caitkp@chromium.org | 2013-04-11 | 1 | -2/+4 |
* | Move webdata/autofill code into autofill component | caitkp@chromium.org | 2013-04-11 | 1 | -55/+39 |
* | Remove 2 deps on autofill_regexes | kaiwang@chromium.org | 2013-04-11 | 1 | -0/+1 |
* | Add autofill_browser_types lib | kaiwang@chromium.org | 2013-04-09 | 1 | -28/+57 |
* | 4th try of 12984015: Build autofill_browser and autofill_renderer as standalo... | kaiwang@chromium.org | 2013-04-04 | 1 | -0/+177 |
* | Revert 191869 "3nd try of 12984015: Build autofill_browser and a..." | dbeam@chromium.org | 2013-04-02 | 1 | -177/+0 |
* | 3nd try of 12984015: Build autofill_browser and autofill_renderer as standalo... | kaiwang@chromium.org | 2013-04-02 | 1 | -0/+177 |
* | Revert 191664 "2nd try of 12984015: Build autofill_browser and a..." | dbeam@chromium.org | 2013-04-02 | 1 | -174/+0 |