| Commit message (Expand) | Author | Age | Files | Lines |
* | [Password Autofill] Fix crash when triggering popup after in page navigation | gcasto | 2015-01-05 | 3 | -3/+17 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 1 | -5/+4 |
* | Revert changes meant to paper over a crash. | estade | 2014-12-20 | 1 | -15/+2 |
* | Password Save prompt on in page navigation. | dvadym | 2014-12-17 | 2 | -0/+7 |
* | Credential Manager: Pipe federated credentials through to UI layer. | mkwst | 2014-12-17 | 2 | -15/+26 |
* | Another attempt to fix the ContentAutofillDriver::DidNavigateFrame crash. | estade | 2014-12-16 | 1 | -3/+9 |
* | Credential Manager: Switch 'request()' to GetAutofillableLogins(). | mkwst | 2014-12-15 | 3 | -33/+94 |
* | [Password Generation] Fix breakage that prevents filling of generated passwords | gcasto | 2014-12-12 | 2 | -0/+8 |
* | Paper over a crash. | estade | 2014-12-12 | 1 | -0/+8 |
* | Fix empty PasswordManagerDriver in ContentCredentialManagerDispatcher. | vasilii | 2014-12-10 | 5 | -18/+51 |
* | PasswordFormManager takes WeakPtr<PasswordManagerDriver> | vabr | 2014-12-09 | 1 | -1/+1 |
* | Remove ContentPasswordManagerDriver::GetAutofillManager | estade | 2014-12-05 | 2 | -12/+0 |
* | Don't deref possibly null ContentPasswordManagerDriverFactory. | estade | 2014-12-04 | 1 | -3/+4 |
* | Refactor Autofill for out of process iframes (OOPIF). | estade | 2014-12-02 | 10 | -77/+307 |
* | Show user credentials chooser bubble. | vasilii | 2014-11-25 | 3 | -18/+49 |
* | Eliminate unnecessary forward declarations from components/password_manager | sunil.ratnu | 2014-11-14 | 1 | -5/+0 |
* | Don't use FormFieldData only as a key in a map | vabr | 2014-11-05 | 2 | -5/+11 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-29 | 1 | -2/+2 |
* | Standardize usage of virtual/override/final in components/ | dcheng | 2014-10-21 | 5 | -40/+37 |
* | Credential Manager: Wire 'notifySignedIn()' to the "Save Password" UI. | mkwst | 2014-10-14 | 6 | -8/+140 |
* | Credential Manager: Make nice error messages possible. | mkwst | 2014-10-09 | 2 | -1/+18 |
* | Credential Manager: Call back into Blink with nullptr when no credential is a... | mkwst | 2014-10-09 | 2 | -13/+3 |
* | Credential Manager: Add a blink::WebCredential-based constructor to Credentia... | mkwst | 2014-10-07 | 1 | -3/+2 |
* | replace OVERRIDE and FINAL with override and final in components/ | mostynb | 2014-10-06 | 1 | -2/+2 |
* | Credential Manager: DCHECK the request ID on the browser side. | mkwst | 2014-10-01 | 1 | -0/+3 |
* | Credential Manager: Stub out 'notifySignedIn' implementation. | mkwst | 2014-10-01 | 2 | -5/+29 |
* | Credential Manager: Return the first valid item from the PasswordStore. | mkwst | 2014-10-01 | 2 | -11/+53 |
* | Revert of Credential Manager: Return the first valid item from the PasswordSt... | tapted | 2014-10-01 | 2 | -49/+11 |
* | Replace OVERRIDE with its C++11 counterpart in components/password_manager/ | sunil.ratnu | 2014-10-01 | 4 | -22/+22 |
* | Credential Manager: Return the first valid item from the PasswordStore. | mkwst | 2014-10-01 | 2 | -11/+49 |
* | Credential Manager: Reject credential request if an outstanding request is pe... | mkwst | 2014-10-01 | 2 | -2/+27 |
* | Credential Manager: Stub out call to PasswordStore. | mkwst | 2014-09-30 | 3 | -7/+90 |
* | Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. | mkwst | 2014-09-29 | 4 | -0/+241 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 1 | -1/+0 |
* | Add more components to the GN build. | brettw@chromium.org | 2014-07-16 | 1 | -0/+25 |
* | Make PasswordFormManager::observed_form_ const | vabr@chromium.org | 2014-07-03 | 2 | -4/+4 |
* | Remove NOTREACHED from ContentPasswordManagerDriver::DidLastPageLoadEncounter... | vabr@chromium.org | 2014-06-30 | 1 | -1/+2 |
* | Rename AutofillManagerDelegate to AutofillClient. | isherman@chromium.org | 2014-06-07 | 2 | -6/+5 |
* | Add "previewing on hover" support for password field. | ziran.sun@samsung.com | 2014-05-21 | 2 | -7/+25 |
* | Password manager internals page service: introduction | vabr@chromium.org | 2014-05-11 | 3 | -0/+85 |
* | Refactor password autofill to make it possible to delay fetching passwords fr... | dubroy@chromium.org | 2014-04-24 | 2 | -6/+38 |
* | Password manager internals page: Introduce logger in renderer | vabr@chromium.org | 2014-04-10 | 1 | -0/+4 |
* | Revert 262697 "Revert 262680 "Put all in components/password_man..." | vabr@chromium.org | 2014-04-09 | 2 | -0/+8 |
* | Revert 262680 "Put all in components/password_manager in passwor..." | dmazzoni@google.com | 2014-04-09 | 2 | -8/+0 |
* | Put all in components/password_manager in password_manager namespace. | vabr@chromium.org | 2014-04-09 | 2 | -0/+8 |
* | Remove usage of GetActiveEntry in password manager. | nasko@chromium.org | 2014-03-20 | 1 | -1/+1 |
* | Rename AutofillDriverImpl to ContentAutofillDriver | blundell@chromium.org | 2014-03-12 | 1 | -3/+3 |
* | Move ContentAutofillDriver to the PasswordManager component. | blundell@chromium.org | 2014-03-10 | 3 | -0/+169 |