index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
password_manager
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Credential Manager API] Pass origin to Account chooser UI
melandory
2015-02-10
3
-0
/
+3
*
PasswordStoreMac shouldn't notify observers when it deletes a non-existent form.
vasilii
2015-02-10
1
-1
/
+2
*
[PasswordManager clean-up] Merge copies of CreatePasswordFormFromData
vabr
2015-02-10
5
-15
/
+36
*
Clean up unittests mocking IsOffTheRecord on PasswordManagerDriver
qi1988.yang
2015-02-10
1
-25
/
+0
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-1
/
+1
*
GetLoginsRequest: Use ScopedVector to express ownership of forms
vabr
2015-02-09
19
-397
/
+303
*
password_store.h: Remove unused declarations and #includes
vabr
2015-02-05
1
-18
/
+0
*
Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click.
vasilii
2015-02-04
2
-107
/
+166
*
Add flag to enable/disable affiliaton based matching.
engedy
2015-02-04
5
-0
/
+82
*
Postpone collecting passwords UMA metrics.
dvadym
2015-02-03
1
-4
/
+9
*
AffiliationBackend: Implement the better part of on-demand fetching.
engedy
2015-02-03
15
-29
/
+1112
*
Add UMA histograms for tracking empty usernames.
vasilii
2015-02-02
3
-2
/
+32
*
Implement throttling logic for fetching affiliation information.
engedy
2015-02-02
5
-0
/
+747
*
Add a global setting for "Auto sign-in".
vasilii
2015-02-02
5
-9
/
+10
*
Credential Management: Support zeroclick credential in 'request()'.
mkwst
2015-01-30
2
-0
/
+7
*
PasswordStore: Use ScopedVector to express ownership of forms
vabr
2015-01-28
12
-135
/
+101
*
LoginDatabase::RemoveLogin should return false if there was no matching form ...
vasilii
2015-01-27
3
-2
/
+22
*
Revert of Instrumenting opening password database to find jank (patchset #1 i...
vadimt
2015-01-26
1
-10
/
+3
*
Formatting existing code in components/password_manager with clang-format, st...
engedy
2015-01-23
4
-26
/
+29
*
PasswordSyncableService::MergeDataAndStartSyncing() should handle sync errors...
vasilii
2015-01-23
3
-17
/
+59
*
Add FakeAffiliationFetcher and factory.
engedy
2015-01-22
6
-0
/
+201
*
Open the LoginDatabase on the DB thread, not the UI thread.
engedy
2015-01-22
8
-175
/
+303
*
Implement AffiliationDatabase to cache affiliation information in a SQLite DB.
engedy
2015-01-21
6
-0
/
+658
*
password_manager::metrics_util::LogUMAHistogramBoolean should upload
vabr
2015-01-21
1
-2
/
+2
*
Formatting existing code in components/password_manager with clang-format, st...
engedy
2015-01-20
45
-393
/
+354
*
[PasswordManager] Do not save change password forms
vabr
2015-01-20
3
-2
/
+27
*
Sync engine cleans up empty passwords from both the server and the local data...
vasilii
2015-01-19
2
-16
/
+114
*
Add AffiliationService with a skeleton AffiliationBackend.
engedy
2015-01-16
5
-0
/
+330
*
Get rid of net::DO_NOT_PROMPT_FOR_LOGIN
baranovich
2015-01-15
1
-1
/
+1
*
Flatten [Content]CredentialManagerDispatcher.
dconnelly
2015-01-15
2
-49
/
+0
*
Don't override private PasswordStore::WrapModificationTask without a reason.
vasilii
2015-01-14
3
-6
/
+1
*
Temporary make the call stack trace around PasswordStore::WrapModificationTas...
vasilii
2015-01-14
2
-20
/
+45
*
Remove use_additional_auth column from logins table from version 7.
melandory
2015-01-14
2
-15
/
+60
*
Implement CSVReader and CSVWriter.
engedy
2015-01-13
6
-0
/
+818
*
Mark const methods of PasswordFormManager as const.
vabr
2015-01-09
2
-14
/
+14
*
PasswordFormManager should not read from store for signup and change password...
vabr
2015-01-09
2
-11
/
+13
*
LoginDatabase::AddLogin should handle correctly incorrect input.
vasilii
2015-01-09
3
-12
/
+55
*
Add tests for version migration tesing in for LoginDatabase.
melandory
2015-01-09
3
-62
/
+92
*
Revert https://codereview.chromium.org/793383002
vasilii
2015-01-08
1
-3
/
+0
*
Collects data about interaction with "Allow to collect URL?" bubble.
melandory
2015-01-07
2
-0
/
+22
*
Scheme and android package name extraction routine for FacetURI.
melandory
2015-01-07
3
-18
/
+53
*
Fix "Allow to collect URL?" bubble experiment.
melandory
2015-01-07
3
-5
/
+8
*
[Password Autofill] Fix crash when triggering popup after in page navigation
gcasto
2015-01-05
6
-16
/
+11
*
Standardize usage of virtual/override/final specifiers in components/.
dcheng
2014-12-30
2
-8
/
+7
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
2
-2
/
+2
*
Save fact that "Allow to collect URL?" bubble was shown on show not on hidden.
melandory
2014-12-18
2
-4
/
+5
*
UMA histogram for RemoveLoginsSyncedBetween
melandory
2014-12-18
3
-0
/
+10
*
[Password Manager] Add UMA signals to understand how often the password form ...
pritam.nikam
2014-12-18
4
-0
/
+28
*
Make AutofillMetrics a static-only class.
estade
2014-12-18
1
-11
/
+1
*
Cleanup. Move comments from .cc to .h in password_manager_pref_names.
melandory
2014-12-17
2
-43
/
+44
[next]