1. 359d2bf Reland 66791 (change was innocent) by [email protected] · 15 years ago
  2. ee432ee Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
  3. 908e080 Fix openssl build to work with AllowSingleton changes by [email protected] · 15 years ago
  4. f48fdae Follow up comments on SymmetricKey::Import docs by [email protected] · 15 years ago
  5. e87b8bb Reland r65996. Disallows Singletons on non-joinable thread. by [email protected] · 15 years ago
  6. 1e61db5 FTP: improve character encoding detection in cases where ICU's first guess is wrong. by [email protected] · 15 years ago
  7. be796bb Implements Signature Creator & Verifier for openssl by [email protected] · 15 years ago
  8. 5ba5dab Reland http://codereview.chromium.org/4139008, with a different by [email protected] · 15 years ago
  9. 176ab80 Add shared macros for stringizing and converting ANSI string constants by [email protected] · 15 years ago
  10. ab9cb28 Remove a definition in a weird spot since it's only used on Solaris, which nobody is actively porting to right now. by [email protected] · 15 years ago
  11. 1f92394 Implements RSAPrivateKey for openssl. by [email protected] · 15 years ago
  12. e9ad435 Original change: http://codereview.chromium.org/4856003/ by [email protected] · 15 years ago
  13. 31383472 Refactor EnsureOpenSSLInit and openssl_util into base by [email protected] · 15 years ago
  14. 880a6d5e Only need to depend on Foundation here, not Cocoa. by [email protected] · 15 years ago
  15. acfe6250 Switch to ptrdiff_t instead of std::ptrdiff_t since we seem to use raw ptrdiff_t in other places. by [email protected] · 15 years ago
  16. 337ca07 The UI language rather than the locale is now used to pick Chrome's language on Windows. (Also fixed some unrelated lint errors.) With this change, l10n_util::GetApplicationLocale first checks for an override of the "configured locale" (in base::i18n) containing the list of preferred Windows UI languages. The browser triggers an override early in startup before the ApplicationLocale is determined. In effect, the browser no longer uses ICU on Windows for language detection. (This locale override mechanism is borrowed from the OS X port.) by [email protected] · 15 years ago
  17. 4215516 Chrome Frame: Add explicit object security attributes to the Chrome Frame version beacon. This will allow low integrity processes to access shared memory segment and lock and make shared memory segment read only after creation. by [email protected] · 15 years ago
  18. 9b742fb Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCII by [email protected] · 15 years ago
  19. 03d8698 Clarify some documentation on SymmetricKey by [email protected] · 15 years ago
  20. b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by [email protected] · 15 years ago
  21. 11fc764f No need to include all of Cocoa, just pull in Foundation. by [email protected] · 15 years ago
  22. ee5feb9 Put the parentheses back where they belong in time_mac.cc. This will allow by [email protected] · 15 years ago
  23. 6770f2a No need to include all of carbon, just need CoreFoundation, and impl gets that from the header including it. by [email protected] · 15 years ago
  24. 7fac888 Mac: Let out-of-process tests run in bundled mode for their whole lifetime. by [email protected] · 15 years ago
  25. d87f8e6f Pickle: handle invalid data on 64 bit systems. by [email protected] · 15 years ago
  26. 3e263c53 Remove an unneeded Mac include. by [email protected] · 15 years ago
  27. 5f7e5cb2 Reverted because openssl_helper needs to build even on non-openssl builds by [email protected] · 15 years ago
  28. eb57bb2 Simplify gyp files by adding a global glob for openssl/nss by [email protected] · 15 years ago
  29. a77fa2dc base: Get rid of 'using' declaration of StringAppendF. by [email protected] · 15 years ago
  30. e6124ad5 Attempt to reland http://codereview.chromium.org/4928002/ by [email protected] · 15 years ago
  31. 9d84e1a Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by [email protected] · 15 years ago
  32. 12c0b18 Changing the installer switches from wchar_t[] to char[]. by [email protected] · 15 years ago
  33. 2902738 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
  34. 3c1304e2 Apparently we weren't running this unittest. by [email protected] · 15 years ago
  35. 493edd0 linux: fix cache corruption when using multiple --user-data-dir by [email protected] · 15 years ago
  36. be13068 ThreadRestrictions: mark library loading functions as doing IO by [email protected] · 15 years ago
  37. 82e8e2b Disallow Singleton and LazyInstance on non-joinable threads. by [email protected] · 15 years ago
  38. a8505bf NaCl base bringup. by [email protected] · 15 years ago
  39. 58d0dcc NaCl bringup of base. by [email protected] · 15 years ago
  40. 130eeb3 touchui: First pass at XInput2 message pump. by [email protected] · 15 years ago
  41. 2500710 Implements encryptor_openssl.cc by [email protected] · 15 years ago
  42. 2de9d4a Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump. by [email protected] · 15 years ago
  43. bb33eb1e touchui: First pass at XInput2 message pump. by [email protected] · 15 years ago
  44. ac0f8be implement openssl symmetric key add AES derived key test by [email protected] · 15 years ago
  45. 19ea84ca Bring up IPC in NaCl. by [email protected] · 15 years ago
  46. 34150bd4 Revert "touchui: First pass at XInput2 message pump." by [email protected] · 15 years ago
  47. f4f7dd07 touchui: First pass at XInput2 message pump. by [email protected] · 15 years ago
  48. 29813a6 Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform. by [email protected] · 15 years ago
  49. d0b2afe Adding CHECKs to troubleshoot the crash issue intuple.h/browser_render_process_host.cc (see bug description) by [email protected] · 15 years ago
  50. c3bf698 Convert some DCHECKs to DCHECK_EQ. by [email protected] · 15 years ago
  51. 6dc910c Include the Version class in the 64 bit version of base. This is needed so that it can be used from client_utils.cc which is included in both the chrome target and the chrome_nacl_win64 target. by [email protected] · 15 years ago
  52. 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago
  53. 7c9f763 Make Singleton::OnExit explicity not-threadsafe by [email protected] · 15 years ago
  54. 2594c2b base: Remove 'using' declaration of SStringPrintf. by [email protected] · 15 years ago
  55. c8d5fca Erase base/move. The pattern we use is pass by const ref and this is confusing people. by [email protected] · 15 years ago
  56. ea319e4 Fix typos in comments by [email protected] · 15 years ago
  57. 5662bd4 Removed few unused lines. by [email protected] · 15 years ago
  58. 7e7fab4 Switch to using TimeTicks rather than Time in message loops by [email protected] · 15 years ago
  59. ba50d192 Move Windows-specific Event Tracing for Windows implementation to base/win. by [email protected] · 15 years ago
  60. 56fedfa [Mac] Use Linux WorkerPool code. by [email protected] · 15 years ago
  61. a18194a Disable WaitableEventWatcherTest.DeleteUnder on win. by [email protected] · 15 years ago
  62. 8cc4194 Implementation of single-module-per-logon-session-per-profile implementation for Chrome Frame. by [email protected] · 15 years ago
  63. 0cbfdaa Fix compile with 10.6 SDK by [email protected] · 15 years ago
  64. a8f7d3d Try to improve message_loop efficiency when backlogged by [email protected] · 15 years ago
  65. 8ebe4104 Revert 65010 - Adding OOM priority management for renderers on ChromeOS. by [email protected] · 15 years ago
  66. 45446a5 Turn on file access checks on Win. by [email protected] · 15 years ago
  67. 162ac0f Integrate ETW with VLOG logging. by [email protected] · 15 years ago
  68. 5d4dc8a Adding OOM priority management for renderers on ChromeOS. by [email protected] · 15 years ago
  69. 1f59edcb linux: include linux/nfs_fs.h for NFS superblock magic by [email protected] · 15 years ago
  70. 93a41d7e Allow histograms in cache stats.cc to bypass corruption checks by [email protected] · 15 years ago
  71. c09fb1c7 Add support for the extended header parameter syntax in Content-Disposition header (RFC 5987). by [email protected] · 15 years ago
  72. f9c8d93 Do not use the new message pump for TOUCH_UI yet. by [email protected] · 15 years ago
  73. 15d53df Revert 64960 - Turn on file access checks on Win. by [email protected] · 15 years ago
  74. 822e2947 Turn on file access checks on Win. by [email protected] · 15 years ago
  75. 64e5cc0 Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by [email protected] · 15 years ago
  76. deba0ff Fixed bug where CHECKs don't fire if min_log_level > FATAL by [email protected] · 15 years ago
  77. 31fae38c Fix clang build by moving ToLowerASCII into base namespace. by [email protected] · 15 years ago
  78. 07f1cee base: Move CaseInsensitiveCompare traits into the base namespace. by [email protected] · 15 years ago
  79. dbe7743 base: Remove 'using' declaration of StringPrintV. by [email protected] · 15 years ago
  80. dd4664a Revert 64687 - Try to detect internal corruption of histogram instances. by [email protected] · 15 years ago
  81. 841daf1d Moving Entry from base::file_util_proxy namespace to within class base::FileUtilProxy by [email protected] · 15 years ago
  82. eae2a82 Fix a bug that could occur when converting strings with leading characters above 127. by [email protected] · 15 years ago
  83. 9d86cf7 Mark SharedMemoryProcessTest.Tasks as flaky on Mac. by [email protected] · 15 years ago
  84. 02200185 Try to detect internal corruption of histogram instances. by [email protected] · 15 years ago
  85. afc898b While there are all sorts of reasons for "/dev/shm" to be inaccessible, by [email protected] · 15 years ago
  86. 7151260 Removed unused (and broken) logging functions. by [email protected] · 15 years ago
  87. e11de72 Wrote a custom pattern matcher for vmodule. by [email protected] · 15 years ago
  88. 9852f63e Simplify a comment. by [email protected] · 15 years ago
  89. 5e98780 Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al. by [email protected] · 15 years ago
  90. eab3987 Minor typo cleanup of header title for about:tasks by [email protected] · 15 years ago
  91. 6f38c6c process_util_linux: mark functions that use /proc as safe for disk IO by [email protected] · 15 years ago
  92. ad8e04ac Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
  93. c16605de Use GLib to parse environment variables to determine the default locale. by [email protected] · 15 years ago
  94. 7c59723 Dynamic policy refresh support for the Mac. by [email protected] · 15 years ago
  95. 7a2c3e6 Rlz fix. by [email protected] · 15 years ago
  96. 0996997 Cleanup: Remove base/gtk_util.h by moving its methods to gfx/gtk_util.h by [email protected] · 15 years ago
  97. b0d38d4c Added support for filtering on the entire pathname to --vmodule. by [email protected] · 15 years ago
  98. 41703f7 Fixed bug where the entire file path was being printed for logs on non-Windows by [email protected] · 15 years ago
  99. a6eb991 Mac: Add AssertIOAllowed() call to CopyFile() by [email protected] · 15 years ago
  100. 7110c248 Cleanup: Get rid of app/gtk_util.h. by [email protected] · 15 years ago