summaryrefslogtreecommitdiffstats
path: root/components/password_manager/core
Commit message (Expand)AuthorAgeFilesLines
* [Credential Manager API] Pass origin to Account chooser UImelandory2015-02-103-0/+3
* PasswordStoreMac shouldn't notify observers when it deletes a non-existent form.vasilii2015-02-101-1/+2
* [PasswordManager clean-up] Merge copies of CreatePasswordFormFromDatavabr2015-02-105-15/+36
* Clean up unittests mocking IsOffTheRecord on PasswordManagerDriverqi1988.yang2015-02-101-25/+0
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+1
* GetLoginsRequest: Use ScopedVector to express ownership of formsvabr2015-02-0919-397/+303
* password_store.h: Remove unused declarations and #includesvabr2015-02-051-18/+0
* Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click.vasilii2015-02-042-107/+166
* Add flag to enable/disable affiliaton based matching.engedy2015-02-045-0/+82
* Postpone collecting passwords UMA metrics.dvadym2015-02-031-4/+9
* AffiliationBackend: Implement the better part of on-demand fetching.engedy2015-02-0315-29/+1112
* Add UMA histograms for tracking empty usernames.vasilii2015-02-023-2/+32
* Implement throttling logic for fetching affiliation information.engedy2015-02-025-0/+747
* Add a global setting for "Auto sign-in".vasilii2015-02-025-9/+10
* Credential Management: Support zeroclick credential in 'request()'.mkwst2015-01-302-0/+7
* PasswordStore: Use ScopedVector to express ownership of formsvabr2015-01-2812-135/+101
* LoginDatabase::RemoveLogin should return false if there was no matching form ...vasilii2015-01-273-2/+22
* Revert of Instrumenting opening password database to find jank (patchset #1 i...vadimt2015-01-261-10/+3
* Formatting existing code in components/password_manager with clang-format, st...engedy2015-01-234-26/+29
* PasswordSyncableService::MergeDataAndStartSyncing() should handle sync errors...vasilii2015-01-233-17/+59
* Add FakeAffiliationFetcher and factory.engedy2015-01-226-0/+201
* Open the LoginDatabase on the DB thread, not the UI thread.engedy2015-01-228-175/+303
* Implement AffiliationDatabase to cache affiliation information in a SQLite DB.engedy2015-01-216-0/+658
* password_manager::metrics_util::LogUMAHistogramBoolean should uploadvabr2015-01-211-2/+2
* Formatting existing code in components/password_manager with clang-format, st...engedy2015-01-2045-393/+354
* [PasswordManager] Do not save change password formsvabr2015-01-203-2/+27
* Sync engine cleans up empty passwords from both the server and the local data...vasilii2015-01-192-16/+114
* Add AffiliationService with a skeleton AffiliationBackend.engedy2015-01-165-0/+330
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-1/+1
* Flatten [Content]CredentialManagerDispatcher.dconnelly2015-01-152-49/+0
* Don't override private PasswordStore::WrapModificationTask without a reason.vasilii2015-01-143-6/+1
* Temporary make the call stack trace around PasswordStore::WrapModificationTas...vasilii2015-01-142-20/+45
* Remove use_additional_auth column from logins table from version 7.melandory2015-01-142-15/+60
* Implement CSVReader and CSVWriter.engedy2015-01-136-0/+818
* Mark const methods of PasswordFormManager as const.vabr2015-01-092-14/+14
* PasswordFormManager should not read from store for signup and change password...vabr2015-01-092-11/+13
* LoginDatabase::AddLogin should handle correctly incorrect input.vasilii2015-01-093-12/+55
* Add tests for version migration tesing in for LoginDatabase.melandory2015-01-093-62/+92
* Revert https://codereview.chromium.org/793383002vasilii2015-01-081-3/+0
* Collects data about interaction with "Allow to collect URL?" bubble.melandory2015-01-072-0/+22
* Scheme and android package name extraction routine for FacetURI.melandory2015-01-073-18/+53
* Fix "Allow to collect URL?" bubble experiment.melandory2015-01-073-5/+8
* [Password Autofill] Fix crash when triggering popup after in page navigationgcasto2015-01-056-16/+11
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-302-8/+7
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-2/+2
* Save fact that "Allow to collect URL?" bubble was shown on show not on hidden.melandory2014-12-182-4/+5
* UMA histogram for RemoveLoginsSyncedBetweenmelandory2014-12-183-0/+10
* [Password Manager] Add UMA signals to understand how often the password form ...pritam.nikam2014-12-184-0/+28
* Make AutofillMetrics a static-only class.estade2014-12-181-11/+1
* Cleanup. Move comments from .cc to .h in password_manager_pref_names.melandory2014-12-172-43/+44