| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-10 | 3 | -1/+3 |
* | chrome 5: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 3 | -3/+6 |
* | chrome/common: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+2 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 2 | -2/+2 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 2 | -0/+2 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | linux: remove a NOTIMPL since we have a bug on it | evan@chromium.org | 2009-12-09 | 1 | -4/+2 |
* | Fixed handling of preferred login info in password manager. | tim@chromium.org | 2009-11-25 | 2 | -15/+31 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 9 | -24/+24 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 2 | -2/+2 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 6 | -6/+14 |
* | Convert some structures in webkit/glue to string16. | darin@chromium.org | 2009-10-20 | 9 | -83/+85 |
* | Coverity: Check the return value of CryptDestroyHash and CryptReleaseContext. | jhawkins@chromium.org | 2009-10-06 | 1 | -4/+10 |
* | Convert internal time format to Windows 1601 epoch on Linux & Mac. | brettw@chromium.org | 2009-08-26 | 1 | -1/+3 |
* | Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use | mark@chromium.org | 2009-08-11 | 2 | -14/+21 |
* | Splits out the LoginModel into a separate class so that we other | sky@chromium.org | 2009-08-11 | 1 | -4/+4 |
* | Change GetAllLogins to GetAllBlacklistLogins. | stuartmorgan@google.com | 2009-07-20 | 9 | -67/+78 |
* | Implement batch deletion in PasswordStoreMac. | stuartmorgan@google.com | 2009-07-16 | 4 | -29/+132 |
* | Implement bulk password lookup API in PasswordStoreMac. | stuartmorgan@google.com | 2009-07-16 | 4 | -76/+241 |
* | Support individual Keychain item deletion in PasswordStoreMac. | stuartmorgan@google.com | 2009-07-13 | 4 | -58/+163 |
* | Don't store blacklist entries in the keychain. | stuartmorgan@google.com | 2009-07-13 | 2 | -4/+18 |
* | Add the rest of the password manager API to PasswordStore, and move clients | stuartmorgan@chromium.org | 2009-07-10 | 10 | -87/+271 |
* | Add an exact search method to the Keychain adapter, and modify unit tests to ... | stuartmorgan@chromium.org | 2009-07-06 | 3 | -243/+230 |
* | Implement Add and Update for PasswordStoreMac. | stuartmorgan@chromium.org | 2009-07-02 | 6 | -11/+59 |
* | Remove a bunch of low-level keychain helper tests that are now redundant with... | stuartmorgan@chromium.org | 2009-07-01 | 3 | -426/+252 |
* | Wire up a LoginDatabase for PasswordStoreMac, and start using it for lookup. | stuartmorgan@chromium.org | 2009-06-30 | 2 | -41/+79 |
* | Separate the Keychain test data from the Mock itself, and make the mock data ... | stuartmorgan@chromium.org | 2009-06-24 | 1 | -84/+118 |
* | Move MockKeychain into its own file. | stuartmorgan@chromium.org | 2009-06-23 | 1 | -587/+95 |
* | Implement the add/update functionality for Keychain that PasswordStoreMac will | stuartmorgan@chromium.org | 2009-06-23 | 3 | -195/+465 |
* | Switch to using FilePath as long as possible for LoginDatabase, and do the co... | stuartmorgan@chromium.org | 2009-06-22 | 3 | -9/+10 |
* | Add merging algorithm for keychain and metadata db PasswordForms, and unit te... | stuartmorgan@chromium.org | 2009-06-19 | 3 | -0/+440 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 18 | -53/+76 |
* | Add missing headers for Windows and re-enable building of LoginDatabase. | stuartmorgan@chromium.org | 2009-06-15 | 1 | -0/+3 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -5/+6 |
* | Restores an early return that was incorrectly removed in the PasswordStore re... | stuartmorgan@chromium.org | 2009-06-13 | 1 | -0/+4 |
* | Copy login-related section of WebDatabase into a new class for use in Passwor... | stuartmorgan@chromium.org | 2009-06-12 | 5 | -0/+734 |
* | Add an exact-match Keychain search, with unit tests; groundwork for a more co... | stuartmorgan@chromium.org | 2009-06-10 | 3 | -38/+315 |
* | Use EXPLICIT_ACCESS when trying to get the PasswordStore to cancel a login qu... | stuartmorgan@chromium.org | 2009-06-08 | 1 | -1/+1 |
* | Change PasswordStoreDefault to access the WebDataService from the UI thread o... | stuartmorgan@chromium.org | 2009-06-03 | 9 | -221/+129 |
* | Port 2 more unit tests. Just small differences between platforms. | tc@google.com | 2009-06-03 | 1 | -6/+6 |
* | Reverting 17273 - Fails reliability tests | mhm@chromium.org | 2009-05-30 | 5 | -41/+152 |
* | Re-land the password store work from bug 8205, with changes that should fix b... | stuartmorgan@chromium.org | 2009-05-30 | 15 | -152/+1257 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 15 | -1220/+152 |
* | First phase of Mac Keychain integration. For the overall plan, see the design... | stuartmorgan@chromium.org | 2009-05-26 | 4 | -0/+1144 |
* | Patch to make password patch build. | evan@chromium.org | 2009-05-22 | 15 | -152/+1220 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 3 | -3/+4 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Move a bunch of functions from WebContents to TabContents. Change the services | brettw@chromium.org | 2009-04-23 | 2 | -22/+22 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -9/+5 |