summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-22/+33
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-072-2/+2
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-227-13/+17
* Revert "Linux: add library loader for GNOME keyring."phajdan.jr@chromium.org2012-12-203-86/+154
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-8/+8
* Remove straggling TabContents references.avi@chromium.org2012-12-141-1/+1
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Convert PasswordStore::GetLogins to not depend on CancelableRequestkaiwang@chromium.org2012-12-1421-200/+291
* Move PrefMember to base/prefs/public now that it has no bad dependencies.joi@chromium.org2012-12-121-1/+1
* Ignore autocomplete=off when password manager is saving the generated passwor...zysxqn@google.com2012-12-122-1/+70
* Linux: add library loader for GNOME keyring.phajdan.jr@chromium.org2012-12-063-154/+86
* Make sure to display an errors that occur during the chrome sign in processrogerta@chromium.org2012-12-051-1/+2
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-041-1/+1
* [sync] Fix crash seen when PasswordDataTypeController::StartModels failsrsimha@chromium.org2012-11-211-1/+1
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-172-2/+2
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-9/+9
* Fill passwords if password manager is disabled.ttr314@googlemail.com2012-11-093-16/+42
* Remove alias from ChromeRenderViewHostTestHarness.avi@chromium.org2012-10-191-2/+3
* Make the WebContentsUserData locator key private.avi@chromium.org2012-10-121-1/+1
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-4/+4
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-2/+1
* Switch PasswordManager and PasswordManagerImpl to use WebContentsUserData.avi@chromium.org2012-10-095-22/+64
* Cleanup: Move some private kwallet declarations out of the header and into an...thestig@chromium.org2012-10-092-84/+72
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-1/+3
* Move forms/ out of webkit/.blundell@chromium.org2012-10-0539-212/+198
* SPDY proxy authentication support.piatek@google.com2012-09-281-0/+8
* Add a new field in password_form to distinguish generated passwords from manu...guohui@chromium.org2012-09-271-0/+3
* This CL fixes the issue that password save prompt is suppressed when the acti...guohui@chromium.org2012-09-244-21/+90
* Move cancelable_request.cc/h to chrome/browser/common.kaiwang@chromium.org2012-09-222-2/+2
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-071-1/+1
* Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...thestig@chromium.org2012-09-062-4/+4
* Fix for failing unit tests PasswordStoreDefaultTest.*cramya@chromium.org2012-08-301-1/+8
* Rename MacKeychain to AppleKeychainmsarda@chromium.org2012-08-309-55/+57
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-1/+1
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-131-1/+1
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-271-4/+9
* Address bug where the one-click sign-in bar would never show again oncemathp@google.com2012-07-272-2/+12
* First version to add some UMA stats to the chrome histograms. This change cov...zysxqn@google.com2012-07-211-0/+3
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-1/+1
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+1
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* Revert 146192 - Revert 146164 - Always query for the latest RenderViewHost fr...michaeln@google.com2012-07-113-9/+12
* Revert 146164 - Always query for the latest RenderViewHost from WebContents b...michaeln@google.com2012-07-113-12/+9
* Always query for the latest RenderViewHost from WebContents before sending th...zysxqn@google.com2012-07-113-9/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1119-19/+0
* Check whether the users have blacklisted the site (i.e. "never save passwords...zysxqn@google.com2012-06-195-19/+166
* TabContentsWrapper -> TabContents, part 22.avi@chromium.org2012-06-082-4/+3
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-051-1/+2
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-048-8/+8