summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Re-enable password autofill for Incognito windowsisherman@chromium.org2012-05-154-15/+22
* Taking over issue 10006037.rlp@chromium.org2012-05-142-8/+10
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-112-10/+8
* Taking over issue 10006037.rlp@chromium.org2012-05-112-8/+10
* Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...zelidrag@chromium.org2012-05-101-4/+4
* Per bug 121738, ignore old saved logins for http*://www.google.com which is n...mdm@chromium.org2012-05-085-28/+335
* Add return value to PasswordStore's schedule task.zea@chromium.org2012-05-084-5/+7
* ScopedAllowWait for NativeBackendKWallet::InitWithBusbattre@chromium.org2012-04-271-0/+4
* Remove the very old code that migrated password data from the WebDataService ...mdm@chromium.org2012-04-2611-774/+14
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-255-3/+11
* Only enable password generation if password manager and autofill are bothgcasto@chromium.org2012-04-242-8/+8
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-172-2/+2
* Prevent the PasswordManager from provisionally saving data from username-less...isherman@chromium.org2012-04-141-2/+4
* Do not show "Save password?" infobar for failed login attempts.isherman@chromium.org2012-03-273-45/+59
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+0
* Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...isherman@chromium.org2012-03-213-26/+26
* Make sure password manager does not display at the same time as one-click.rogerta@chromium.org2012-03-214-10/+19
* Move *keychain_mac* files to crypto/akalin@chromium.org2012-03-179-19/+33
* Profiles: Really fix refcounted services.erg@chromium.org2012-03-166-15/+16
* Use PasswordStoreDefault on Androidyfriedman@chromium.org2012-03-141-8/+10
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-1420-79/+382
* KWallet: use the new PickleIterator API instead of the old Pickle-centric one.mdm@chromium.org2012-03-102-25/+22
* Linux: always use 64-bit sizes when writing password pickles to KWallet.mdm@chromium.org2012-03-093-78/+215
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-072-4/+5
* Add Ilya and Tim to password_manager OWNERS. The current owners I added based...mdm@chromium.org2012-03-051-0/+2
* Fix memory failures in PasswordManager testsisherman@chromium.org2012-03-022-5/+9
* Clean up password manager code.isherman@chromium.org2012-03-024-85/+117
* Fix PasswordStoreWinTest.Migration leak.rnk@chromium.org2012-02-281-42/+35
* Encyptor file changes.cramya@chromium.org2012-02-231-1/+1
* [Sync] Remove dependency on common/random.h from syncakalin@chromium.org2012-02-223-5/+9
* More SQL statement usage regularization. Back-touch somegbillock@chromium.org2012-02-181-55/+10
* dbus: add ObjectPath typekeybuk@google.com2012-02-142-6/+10
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-142-10/+6
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-142-6/+10
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-272-8/+8
* Linux: stop migrating old, shared passwords into the profile-specific passwor...mdm@chromium.org2012-01-134-14/+20
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-063-217/+247
* Fix MockKeychain implementation on Macrsimha@chromium.org2011-12-272-10/+8
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-272-2/+2
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-231-3/+5
* New callback cleanup for password manager.dcheng@chromium.org2011-12-238-64/+38
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-3/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1535-187/+209
* Hide the process of instantiating NotificationServiceImpl from embedders.tfarina@chromium.org2011-12-141-2/+2
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+4
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-106-7/+7
* Mac: speculative fix for bug 105759 based on the assumption that we have a re...mdm@chromium.org2011-11-301-1/+4
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1