| Commit message (Expand) | Author | Age | Files | Lines |
* | Update references to Blink's Platform API headers (remaining) | abarth@chromium.org | 2013-05-30 | 8 | -14/+14 |
* | [Autofill] Pass struct by const-reference. | isherman@chromium.org | 2013-05-30 | 2 | -2/+2 |
* | Make suggestions invalid when no phone number is attached to a Wallet address... | dbeam@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Remember the initial checked state of {radiobutton|checkbox}. If autofill flo... | ramankk@chromium.org | 2013-05-29 | 1 | -0/+1 |
* | Making credit card number un-editable in Wallet mode. | dbeam@chromium.org | 2013-05-29 | 1 | -2/+1 |
* | Relanding "chrome/browser: Remove unnecessary entries from DEPS files." | tfarina@chromium.org | 2013-05-29 | 1 | -2/+0 |
* | Revert 202729 "chrome/browser: Remove unnecessary entries from D..." | akalin@chromium.org | 2013-05-29 | 1 | -0/+2 |
* | chrome/browser: Remove unnecessary entries from DEPS files. | tfarina@chromium.org | 2013-05-29 | 1 | -2/+0 |
* | Field's server type mapping (using Autofill server response) for forms with c... | ramankk@chromium.org | 2013-05-28 | 3 | -10/+69 |
* | Fix AutofillDialogCocoaBrowserTest, AutofillMetricsTest. | avi@chromium.org | 2013-05-28 | 1 | -1/+5 |
* | Autofill dialog: don't save duplicate shipping addresses to Wallet. | benquan@chromium.org | 2013-05-25 | 4 | -23/+95 |
* | Load and send Wallet Risk params after user has agreed | dbeam@chromium.org | 2013-05-24 | 1 | -2/+2 |
* | Make Autofill SyncableServices use a backend interface for DB work, rather th... | caitkp@chromium.org | 2013-05-24 | 6 | -57/+32 |
* | Autofill:requestAutocomplete: Enable prompting for complete address when inst... | ramankk@chromium.org | 2013-05-23 | 7 | -27/+90 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-23 | 2 | -2/+3 |
* | Fixing risk on Android (no plugins yet). | dbeam@chromium.org | 2013-05-23 | 1 | -5/+9 |
* | Adding myself to components/autofill/browser/wallet/OWNERS | dbeam@chromium.org | 2013-05-23 | 1 | -0/+1 |
* | Changing gaia_id in risk/fingerprint.proto to a uint64 rather than int64 (as | dbeam@chromium.org | 2013-05-23 | 3 | -21/+21 |
* | [Autofill] Only show verified profiles and cards in the Autofill dialog. | isherman@chromium.org | 2013-05-23 | 2 | -0/+43 |
* | Remove a deprecated method from AutofillTable. | isherman@chromium.org | 2013-05-23 | 4 | -88/+15 |
* | [Autofill] Explicitly pass guid and origin to AutofillDataModel constructors,... | isherman@chromium.org | 2013-05-23 | 3 | -149/+157 |
* | Handle invalid instrument and AMEX from wallet in autofill dialog. | benquan@chromium.org | 2013-05-23 | 3 | -6/+32 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 2 | -2/+2 |
* | [Autofill] Add French Canadian regex for email. | isherman@chromium.org | 2013-05-22 | 1 | -0/+1 |
* | Revert 201451 "Autofill:requestAutocomplete: Enable prompting fo..." | akalin@chromium.org | 2013-05-22 | 7 | -83/+30 |
* | Autofill:requestAutocomplete: Enable prompting for complete address when inst... | ramankk@chromium.org | 2013-05-22 | 7 | -30/+83 |
* | [Autofill] Write origins to the WebDB. | isherman@chromium.org | 2013-05-22 | 9 | -63/+445 |
* | [Password Autofill] Fix password Autofill on Facebook and Gmail. | isherman@chromium.org | 2013-05-22 | 3 | -10/+17 |
* | Revert 201380 "Move GPU device/driver info related code from con..." | zmo@chromium.org | 2013-05-21 | 2 | -3/+2 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-21 | 2 | -2/+3 |
* | Adding Online Wallet shipping address manage link. | dbeam@chromium.org | 2013-05-21 | 3 | -11/+21 |
* | [Autofill] Set origins for all new profiles and credit cards. | isherman@chromium.org | 2013-05-21 | 2 | -0/+11 |
* | Keep the dialog open after Autocheckout is successful. | ahutter@chromium.org | 2013-05-20 | 5 | -9/+25 |
* | Unflip 'autocheckout supported' bit on provisional page load. Leaving it set ... | dgwallinga@chromium.org | 2013-05-18 | 1 | -0/+1 |
* | [Autofill] Add geolocation data to Risk fingerprint. | isherman@chromium.org | 2013-05-17 | 2 | -4/+72 |
* | Adds a specific disable switch for requestAutocomplete, changes chrome://flag... | abodenha@chromium.org | 2013-05-16 | 2 | -0/+12 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-14 | 12 | -14/+12 |
* | [rAC, cleanup] STLDeleteContainerPointers->ScopedVector | groby@chromium.org | 2013-05-14 | 1 | -27/+20 |
* | Fix /Same as billing/, fix entering new Wallet data (maybe?), show an error | dbeam@chromium.org | 2013-05-14 | 5 | -7/+20 |
* | Create an interface which SyncableServices can use for making changes directl... | caitkp@chromium.org | 2013-05-14 | 5 | -150/+267 |
* | Support more autofill types in FullWallet::GetInfo | ahutter@chromium.org | 2013-05-14 | 5 | -84/+145 |
* | Revert 199800 "Separate component resources into their own .grd ..." | tonyg@chromium.org | 2013-05-13 | 12 | -12/+14 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-13 | 12 | -14/+12 |
* | Allow disabling autocomplete download manager | sgurun@chromium.org | 2013-05-10 | 3 | -25/+36 |
* | Autofill:requestAutocomplet: Take2 on making AutofillDialogController to retu... | ramankk@chromium.org | 2013-05-10 | 4 | -2/+43 |
* | Refactor XML Parser for AutocheckoutPageMetaData, remove autochekcout related... | benquan@chromium.org | 2013-05-09 | 4 | -274/+211 |
* | Cleaning up Wallet unit tests a little. | ahutter@chromium.org | 2013-05-09 | 1 | -160/+59 |
* | Implement WebViewDatabase's hasFormData API for chromium based webview. | sgurun@chromium.org | 2013-05-08 | 8 | -0/+40 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -5/+4 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -4/+5 |