1. 7983796 Fix typo in keyring dummy entry explanation by cfroussios · 9 years ago
  2. e9fc2e0 Make GetEncryptionKey thread-safe by jdoerrie · 9 years ago
  3. 6be9170 Fix inconsistency between included headers and calls. by cfroussios · 9 years ago
  4. f3a8dfe Add a dummy entry with libsecret when initializing OSCrypt. by cfroussios · 9 years ago
  5. 8a42817 Remove function casting from Libsecret tests by cfroussios · 9 years ago
  6. 51e9b14 Unlock all libsecret items in Password Manager and OSCrypt by cfroussios · 9 years ago
  7. 840961a Fix race condition on OSCrypt linux by cfroussios · 9 years ago
  8. fc6f3048 Thread safe initialization of OSCrypt cache by cfroussios · 9 years ago
  9. 3c4c8a9 Fix compile failure when use_sysroot=false by thomasanderson · 9 years ago
  10. 690f3b3d Add [email protected] to components/os_crypt/OWNERS by vabr · 9 years ago
  11. a881a86 Fix an unused-variable warning. by slan · 9 years ago
  12. b013c15b Implement gnome-keyring for OSCrypt by cfroussios · 9 years ago
  13. 56e79bb7 Mac Keychain store name should be based on branding. by thestig · 9 years ago
  14. eaf70ab3 Renamed os_crypt_util_linux_unittest.cc to key_storage_libsecret_unittest.cc by cfroussios · 9 years ago
  15. 02da78d Migrate Libsecret for OSCrypt to a new schema by cfroussios · 9 years ago
  16. 2e91f9e Update tests to match prod branding by cfroussios · 9 years ago
  17. c0bfd64 Fix branding/official build confusion in os_crypt. by thestig · 9 years ago
  18. c51d7ae19 Initialize OSCrypt with a TaskRunner on the main thread by cfroussios · 9 years ago
  19. 62440fd Fix build error. by a.obzhirov · 9 years ago
  20. 2f05d7ff Add two more options for the --password-store switch by cfroussios · 9 years ago
  21. c4e3e52dff gn: Use a separate flag for enabling libgnome-keyring support. by raphael.kubo.da.costa · 9 years ago
  22. 0bf3d10c Move GnomeKeyringLoader to components/os_crypt by cfroussios · 9 years ago
  23. 2e6729a4 OSCrypt supports encryption with KWallet by cfroussios · 9 years ago
  24. 3ea4c69 Forward --password-store switch to os_crypt by cfroussios · 9 years ago
  25. 2dbbe5b0 Convert some GN test support targets to static libs. by brettw · 9 years ago
  26. 7e8f3ac9 Revert of Forward password-store switch to OSCrypt component (patchset #15 id:310001 of https://codereview.chromium.org/2118443002/ ) by cfroussios · 9 years ago
  27. 92699e34 Forward password-store switch to OSCrypt component by cfroussios · 9 years ago
  28. 74e10b2 Reland of place string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #1 id:1 of https://codereview.chromium.org/2131933002/ ) by markusheintz · 9 years ago
  29. f6358362 Revert of Replace string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #2 id:20001 of https://codereview.chromium.org/2121513002/ ) by markusheintz · 9 years ago
  30. 53bfbe9 Replace string::find(prefix) == 0 pattern with base::StartsWith(). by lazyboy · 9 years ago
  31. fb11a7da Fix guard for UseMockKeyStorageForTesting by cfroussios · 9 years ago
  32. ffe5a13 Make //crypto factories return std::unique_ptr<>s by rsleevi · 9 years ago
  33. e5d0dfb Move KWalletDBus util from the Password Manager to OSCrypt. by cfroussios · 9 years ago
  34. 3b5a4e4 Implement OSCrypt for Linux. by cfroussios · 9 years ago
  35. d281ff9 OSCryptMocker by cfroussios · 9 years ago
  36. fcee3f3 Guard libsecret deps with use_glib. by slan · 9 years ago
  37. 443264c Add system.gyp:glib as dependency to os_crypt.gypi by joone.hur · 9 years ago
  38. df99cec Changed location of Libsecret utils by cfroussios · 9 years ago
  39. bcdec0d Add out-of-line copy ctors for complex classes. (new in win_clang) by vmpstr · 9 years ago
  40. 532924d Convert a few components from scoped_ptr to std::unique_ptr by thestig · 9 years ago
  41. 400d0c0fe Remove "#pragma comment(lib" in components. by jam · 9 years ago
  42. f57136c1 Switch to standard integer types in components/, part 3 of 4. by avi · 10 years ago
  43. 84f37e1 Switch to standard integer types in base/strings/. by avi · 10 years ago
  44. 3dcc7c5 Fix //components/os_crypt to build for iOS with gn. by sdefresne · 10 years ago
  45. b218d91 Move `gn check` into the `generate_build_files` step. by dpranke · 10 years ago
  46. 29444ff Sync remaining components_unittests with GN by brettw · 10 years ago
  47. fce8d19 Replace ToLower calls to the new format by brettw · 10 years ago
  48. 56e8586a win: Fix all plugin warnings in components/. by thakis · 10 years ago
  49. 95dc1d73 mac: Expose keychain access frequency to Telemetry. by erikchen · 11 years ago
  50. b33617c Prefix CommandLine usage with base namespace (Part 9: components) by kkosztyo.u-szeged · 11 years ago
  51. ac0ea031 gn format //components by scottmg · 11 years ago
  52. c6ac260 Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts. by davidben · 11 years ago
  53. 30a1b154 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  54. fe59f48 replace OVERRIDE and FINAL with override and final in components/ by mostynb · 11 years ago
  55. cb1f4ac Move StringToLowerASCII to base namespace by [email protected] · 11 years ago
  56. 975a57c mac: Cache the encryption key. by [email protected] · 11 years ago
  57. fe003516 Adjust the structure of DEPS within //components. by [email protected] · 11 years ago
  58. 656b6b2 Add BUILD.gn file for os_crypt so we can build this target with GN. by [email protected] · 11 years ago
  59. 51902c1c [Mac] Chromium builds shouldn't ask for access to Chrome's own secure data. by [email protected] · 11 years ago
  60. c523d20 components: Rename encryptor directory to os_crypt. by [email protected] · 11 years ago