| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers, delete some strings forwarding headers. | avi@chromium.org | 2013-06-20 | 1 | -2/+2 |
* | Update remaining Blink header includes | abarth@chromium.org | 2013-06-20 | 24 | -72/+72 |
* | In components/autofill, move browser/ to core/browser/ | blundell@chromium.org | 2013-06-20 | 173 | -874/+889 |
* | Autocheckout: Addressline2 is not filled | ramankk@chromium.org | 2013-06-20 | 1 | -2/+4 |
* | components: Remove the dependency on chrome/common/pref_names.h | tfarina@chromium.org | 2013-06-20 | 2 | -2/+1 |
* | Respect the new Online Wallet sign-in response. | aruslan@chromium.org | 2013-06-20 | 3 | -27/+81 |
* | Add activateContents() to WebContentsDelegateAndroid. | ppi@chromium.org | 2013-06-19 | 2 | -3/+11 |
* | components: Add translation section to component_strings.grd. | tfarina@chromium.org | 2013-06-19 | 53 | -0/+263 |
* | Pass along risk params on save/update Online Wallet calls | dbeam@chromium.org | 2013-06-19 | 1 | -1/+2 |
* | components: Clean up autofill DEPS entries. | tfarina@chromium.org | 2013-06-19 | 2 | -24/+0 |
* | components: Rename component_resources.* to component_strings.* | tfarina@chromium.org | 2013-06-19 | 15 | -93/+94 |
* | 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 |