summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-1/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-024-4/+4
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-3/+4
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+0
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-152-1/+2
* Last few NewRunnableMethod scoped_refptr params to fix.willchan@chromium.org2010-12-151-1/+1
* Cleanup: Remove unneeded profile.h usage in headers.thestig@chromium.org2010-12-102-1/+6
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-14/+14
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-032-0/+3
* Move:ben@chromium.org2010-12-026-6/+6
* Revert 67997 - Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-022-3/+0
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-022-0/+3
* Remove duplicate NotificationObserver mock.mnissler@chromium.org2010-12-012-7/+8
* Revert 67326 - Re-landing original change since it didn't seem to fix the fai...brettw@chromium.org2010-11-242-0/+10
* Revert 67281 to fix failing FullLogin test - The earlier TabContentsWrapper c...andybons@chromium.org2010-11-242-10/+0
* The earlier TabContentsWrapper changes had incomplete support for password ma...ben@chromium.org2010-11-242-0/+10
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-182-22/+25
* Implement device management policy providerdanno@chromium.org2010-11-092-14/+2
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-1/+3
* Integration tests for password sync.albertb@chromium.org2010-10-143-47/+85
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-127-7/+7
* Set the source of the password store notifications to the PasswordStorealbertb@chromium.org2010-10-114-23/+25
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-0910-124/+150
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-3/+5
* Save passwords for HTTP+FTP authentication.cbentzel@chromium.org2010-09-222-11/+48
* Add tests to verify that non-ASCII passwords (and other password form data) c...mdm@chromium.org2010-09-141-23/+68
* Linux: fix retrieving passwords with non-ASCII characters from the default pa...mdm@chromium.org2010-09-121-1/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-2/+1
* Add policy to control 'show password' facility in the password manager.mnissler@chromium.org2010-09-071-0/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-266-6/+6
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-192-3/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-193-4/+1
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-4/+0
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-132-0/+4
* Add token serialization to token_service.chron@chromium.org2010-08-123-34/+5
* Linux: fix several bugs in KWallet password store support.mdm@chromium.org2010-08-102-4/+36
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-1/+0
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-035-3/+7
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-3/+5
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2617-0/+17
* Add DCHECKs to check PasswordStore's threadingdavidben@chromium.org2010-07-263-2/+11