summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-253-29/+31
* More base::Bind migrations.csilv@chromium.org2011-11-221-1/+2
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-3/+3
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-023-29/+29
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0213-0/+13
* wstring removal/cleanup in browser/ui/logintony@chromium.org2011-10-311-3/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2812-23/+30
* Use base::IgnoreReturn<bool>( instead of base::IgnoreReturn(base::Callback<bo...mdm@chromium.org2011-10-243-165/+165
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-17/+20