| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the remaining includes of string16.h to its new location. | tfarina@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | In components/autofill, move common/ to core/common/ | blundell@chromium.org | 2013-06-18 | 90 | -221/+242 |
* | Eliminate AutofillExternalDelegate being a WebContentsUserData | blundell@chromium.org | 2013-06-18 | 4 | -33/+30 |
* | Start moving breakpad integration to a component. | jochen@chromium.org | 2013-06-18 | 5 | -0/+49 |
* | Fix static intialization issue and resubmit (16165002): Do not allow user inp... | benquan@chromium.org | 2013-06-18 | 3 | -24/+43 |
* | Remove dependency of WebData on content | droger@chromium.org | 2013-06-17 | 13 | -95/+102 |
* | Abstract WebContentsObserver from Autofill shared code | blundell@chromium.org | 2013-06-16 | 15 | -145/+372 |
* | [Autofill] Support "importing" verified profiles and credit cards. | isherman@chromium.org | 2013-06-15 | 7 | -25/+261 |
* | Revert "In components/autofill, move common/ to shared/" | blundell@chromium.org | 2013-06-15 | 90 | -237/+217 |
* | In components/autofill, move common/ to shared/ | blundell@chromium.org | 2013-06-15 | 90 | -217/+237 |
* | Make it possible to cancel Autocheckout. | ahutter@chromium.org | 2013-06-14 | 5 | -54/+86 |
* | Adds RefCountedDeleteOnMessageLoop | droger@chromium.org | 2013-06-14 | 3 | -14/+14 |
* | In components/autofill, move browser/autocheckout* to content/browser/ | blundell@chromium.org | 2013-06-14 | 19 | -46/+46 |
* | Move android specific WebRTC notification implementation out of status_tray_a... | cramya@chromium.org | 2013-06-14 | 2 | -9/+23 |
* | Displaying Wallet errors to the user. | ahutter@chromium.org | 2013-06-13 | 10 | -79/+66 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in components/. | dcheng@chromium.org | 2013-06-13 | 5 | -17/+11 |
* | Enable component build for browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-06-12 | 9 | -10/+57 |
* | Make security team OWNERS for all IPC *_messages*.h files. | palmer@chromium.org | 2013-06-12 | 3 | -21/+21 |
* | [Autofill] Determine Popup RTLness from page | csharp@chromium.org | 2013-06-12 | 13 | -14/+51 |
* | Changing Wallet passive auth url | ahutter@chromium.org | 2013-06-12 | 2 | -2/+2 |
* | Move a BrowserContextKeyedService-specific switch | phajdan.jr@chromium.org | 2013-06-12 | 1 | -3/+7 |
* | Revert 205670 "Un-refcount AutofillWebData and TokenWebData" | raymes@chromium.org | 2013-06-12 | 10 | -91/+117 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-11 | 10 | -117/+91 |
* | Using form field errors from Wallet server. | ahutter@chromium.org | 2013-06-11 | 8 | -47/+414 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | components: Move user_prefs into user_prefs namespace. | tfarina@chromium.org | 2013-06-11 | 8 | -14/+14 |
* | [Autofill] Fix popup delegate to show warnings correctly. | isherman@chromium.org | 2013-06-11 | 2 | -7/+33 |
* | Autocheckout: click elements before/after fill the forms. | benquan@chromium.org | 2013-06-11 | 8 | -13/+173 |
* | Convert full state names to abbreviated state names for Wallet. | estade@chromium.org | 2013-06-11 | 6 | -9/+67 |
* | Use a direct include of strings headers in components/, part 1. | avi@chromium.org | 2013-06-11 | 49 | -56/+56 |
* | Use a direct include of strings headers in components/, part 2. | avi@chromium.org | 2013-06-11 | 55 | -61/+61 |
* | Remove dependency of WebData on notifications | droger@chromium.org | 2013-06-10 | 6 | -22/+10 |
* | In components/autofill, move browser/wallet/ to content/browser/wallet/ | blundell@chromium.org | 2013-06-10 | 34 | -146/+146 |
* | Revert 205038 "Un-refcount AutofillWebData and TokenWebData" | cpu@chromium.org | 2013-06-08 | 10 | -91/+117 |
* | add switches::kAutocheckoutWhitelistUrl | benquan@chromium.org | 2013-06-08 | 3 | -2/+14 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-08 | 10 | -117/+91 |
* | [PasswordAutofill] Only autofill passwords into <input type="password"> fields | gcasto@chromium.org | 2013-06-08 | 2 | -2/+10 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -4/+5 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 77 | -77/+77 |
* | Revert 204916 "Autofil Dialog: Do not allow user input un suppor..." | kuan@chromium.org | 2013-06-07 | 3 | -43/+24 |
* | Autofil Dialog: Do not allow user input un supported card number in wallet mode. | benquan@chromium.org | 2013-06-07 | 3 | -24/+43 |
* | Replace WebDatabaseObserver with callbacks | caitkp@chromium.org | 2013-06-07 | 6 | -78/+75 |
* | In components/autofill, move browser/risk/ to content/browser/risk/ | blundell@chromium.org | 2013-06-07 | 5 | -24/+125 |
* | Depend on public/blink.gyp:blink to depend on Blink library | jamesr@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | In components/autofill, move renderer/ to content/renderer | blundell@chromium.org | 2013-06-06 | 16 | -74/+95 |
* | Pass the SiteInstance into CreateRenderProcessHost | jyasskin@chromium.org | 2013-06-06 | 1 | -1/+2 |
* | Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces... | ajwong@chromium.org | 2013-06-06 | 9 | -194/+78 |
* | rAc: fill in "shipping name" when the user has selected "same as billing" | estade@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | Autofill support for separate billing address phone number | dgwallinga@chromium.org | 2013-06-06 | 10 | -30/+89 |
* | Handling CHOOSE_ANOTHER_INSTRUMENT_OR_ADDRESS by re-fetching WalletItems. | dbeam@chromium.org | 2013-06-06 | 1 | -1/+1 |