| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: fix several bugs in KWallet password store support. | mdm@chromium.org | 2010-08-10 | 2 | -4/+36 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 5 | -3/+7 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -3/+5 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 17 | -0/+17 |
* | Add DCHECKs to check PasswordStore's threading | davidben@chromium.org | 2010-07-26 | 3 | -2/+11 |
* | Header Cleanup2: Remove another include of sqlite_utils.h that is not needed. | tfarina@chromium.org | 2010-07-18 | 1 | -3/+6 |
* | Linux: access GNOME Keyring on the GLib main thread, rather than the DB thread. | mdm@chromium.org | 2010-07-16 | 2 | -208/+490 |
* | Separate the PasswordManagerDelegate out of PasswordManager. | erg@chromium.org | 2010-07-16 | 4 | -33/+53 |
* | AutoFill credit cards should be obfuscated on Linux | dhollowa@chromium.org | 2010-07-16 | 2 | -13/+106 |
* | AutoFill credit cards should be encrypted on the Mac | dhollowa@chromium.org | 2010-07-16 | 6 | -24/+392 |
* | Implement UMA tracking for every form that the password manager sees. | dpranke@chromium.org | 2010-07-01 | 4 | -22/+124 |
* | Don't re-store deleted passwords on form submit on the Mac | stuartmorgan@chromium.org | 2010-06-29 | 4 | -31/+224 |
* | Linux: delete the unencrypted login database file after a successful password... | mdm@chromium.org | 2010-06-29 | 5 | -77/+81 |
* | linux: work around gnome keyring memory corruption | evan@chromium.org | 2010-06-24 | 1 | -105/+171 |
* | Implement Password Manager aggregate metrics reporting | dpranke@chromium.org | 2010-06-24 | 4 | -0/+27 |
* | linux: initialize glib-dbus threading during startup | evan@chromium.org | 2010-06-23 | 1 | -6/+0 |
* | Take #3 - attempt to resubmit the ReportMetrics() change for the PasswordStor... | dpranke@chromium.org | 2010-06-23 | 7 | -0/+21 |
* | Use base::SHA1HashString in ie7_password::GetUrlHash | davidben@chromium.org | 2010-06-22 | 2 | -71/+15 |
* | Linux: detect old and broken versions of GNOME Keyring and don't use them. Al... | mdm@chromium.org | 2010-06-21 | 1 | -36/+52 |
* | TBR: jcivelli@chromium.org | dpranke@chromium.org | 2010-06-18 | 7 | -20/+0 |
* | Re-submit 50177 - implement stubs of reporting usage metrics for the password | dpranke@chromium.org | 2010-06-18 | 7 | -0/+20 |
* | Unreviewed - revert 50177, 50181, 50184 | dpranke@chromium.org | 2010-06-18 | 7 | -20/+0 |
* | Unreviewed build fix - fix typo in last unreviewd build fix :( | dpranke@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | build fix in password manager unit tests. | dpranke@chromium.org | 2010-06-18 | 1 | -0/+1 |
* | Implement stubs of a method to report usage metrics for the password manager. | dpranke@chromium.org | 2010-06-18 | 6 | -0/+19 |
* | Linux: refactor GNOME Keyring and KWallet integration to allow migration from... | mdm@chromium.org | 2010-06-16 | 9 | -365/+1507 |
* | Remove unnecessary header dependency and fix misleading comment. | dpranke@chromium.org | 2010-06-15 | 3 | -12/+12 |
* | Fix two rare memory leaks in the password storage system. | mdm@chromium.org | 2010-06-14 | 3 | -4/+7 |
* | TTF: Update comments for a few disabled tests. | jhawkins@chromium.org | 2010-06-12 | 1 | -0/+1 |
* | Modify the password manager code to report at startup whether it is enabled | dpranke@chromium.org | 2010-06-07 | 1 | -0/+25 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 2 | -4/+4 |
* | Linux: make GNOME keyring password store able to use libgnome-keyring via dlo... | mdm@chromium.org | 2010-06-05 | 1 | -2/+120 |
* | Linux: bring GNOME Keyring and KWallet integration back into a compilable sta... | mdm@chromium.org | 2010-06-04 | 5 | -180/+532 |
* | Do not show "save password" infobar on broken pages, which we cannot autofill. | georgey@chromium.org | 2010-05-19 | 4 | -0/+46 |
* | Disable PasswordStoreWinTest.MultipleWDSQueriesOnDifferentThreads while I | albertb@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Update password store for sync | zork@chromium.org | 2010-05-11 | 6 | -5/+63 |
* | Get rid of MetaTableHelper class and make use of the app/sql API in the Login... | stuartmorgan@chromium.org | 2010-05-11 | 2 | -161/+161 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 1 | -1/+3 |
* | Fix a possible crash introduced by r46412 by not accessing the result variabl... | evan@chromium.org | 2010-05-06 | 1 | -5/+4 |
* | Migrate web data service logins to the login database correctly on win. | albertb@chromium.org | 2010-05-04 | 4 | -13/+194 |
* | Send out notifications when logins are changed on Win and Linux. | albertb@chromium.org | 2010-04-30 | 2 | -5/+182 |
* | Refactor PasswordStoreWin to store logins in a LoginDatabase instead of | albertb@chromium.org | 2010-04-30 | 10 | -462/+562 |
* | Fix memory leak introduced in r45841. | snej@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Re-land 1752007: Send out notifications when logins are changed through Passw... | albertb@chromium.org | 2010-04-28 | 2 | -35/+105 |
* | Fix password mgr heuristics for sites that keep the login form around after s... | snej@chromium.org | 2010-04-28 | 3 | -22/+87 |
* | Revert 45640 - Send out notifications when logins are changed through Passwor... | akalin@chromium.org | 2010-04-27 | 2 | -106/+35 |
* | Send out notifications when logins are changed through PasswordStoreMac | albertb@chromium.org | 2010-04-26 | 2 | -35/+106 |