| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 202188 "Introduce content::PageState." | grt@chromium.org | 2013-05-26 | 5 | -35/+30 |
* | Fix compile error on Win64 debug build | jschuh@chromium.org | 2013-05-25 | 1 | -0/+2 |
* | Autofill dialog: don't save duplicate shipping addresses to Wallet. | benquan@chromium.org | 2013-05-25 | 4 | -23/+95 |
* | Introduce content::PageState. | darin@chromium.org | 2013-05-24 | 5 | -30/+35 |
* | Record blocked navigations for managed users. | bauerb@chromium.org | 2013-05-24 | 2 | -1/+44 |
* | 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 | 14 | -461/+486 |
* | [Autofill] Add French Canadian regex for email. | isherman@chromium.org | 2013-05-22 | 1 | -0/+1 |
* | Support color chooser inside extesions, apps, chrome frame, dev tool | keishi@chromium.org | 2013-05-22 | 4 | -28/+20 |
* | components: Move navigation_interception into navigation_interception namespace. | tfarina@chromium.org | 2013-05-22 | 11 | -29/+26 |
* | 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 | 11 | -65/+447 |
* | [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 |
* | Hide location bar on Javascript-initiated scroll. | mvanouwerkerk@chromium.org | 2013-05-21 | 3 | -2/+23 |
* | [Autofill] Set origins for all new profiles and credit cards. | isherman@chromium.org | 2013-05-21 | 2 | -0/+11 |
* | Move ProfileKeyedService infrastructure to a component | phajdan.jr@chromium.org | 2013-05-20 | 20 | -0/+1698 |
* | 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_browser should depend on googleapis | cjhopman@chromium.org | 2013-05-17 | 1 | -0/+1 |
* | [Autofill] Add geolocation data to Risk fingerprint. | isherman@chromium.org | 2013-05-17 | 2 | -4/+72 |
* | components: Move visitedlink into visitedlink namespace. | tfarina@chromium.org | 2013-05-17 | 11 | -37/+34 |
* | components: Create web_modal component. | sadrul@chromium.org | 2013-05-16 | 13 | -0/+637 |
* | Adds a specific disable switch for requestAutocomplete, changes chrome://flag... | abodenha@chromium.org | 2013-05-16 | 2 | -0/+12 |
* | Histogram versions and extended error codes for SQLite databases. | shess@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | Implement get/set(saveformdata) for chromium based webview. | sgurun@chromium.org | 2013-05-15 | 2 | -2/+3 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-14 | 15 | -20/+256 |
* | [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 | 10 | -161/+319 |
* | 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 | 15 | -256/+20 |
* | Separate component resources into their own .grd file | caitkp@chromium.org | 2013-05-13 | 15 | -20/+256 |
* | components: Move tracing into tracing namespace. | tfarina@chromium.org | 2013-05-11 | 2 | -5/+5 |
* | 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 |