1. 2f5ca04 Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by jeanluc@chromium.org · 14 years ago
  2. e442259 Revert 73121 - Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by nsylvain@chromium.org · 14 years ago
  3. ef06eb6 Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by jeanluc@chromium.org · 14 years ago
  4. 84db36d Change size() function to return a size_t so that result size is not inadvertently truncated. by mrossetti@chromium.org · 14 years ago
  5. afeb708 Move some mac_util functions into foundation_util. by rohitrao@chromium.org · 14 years ago
  6. 3eba59b Fix bug in ProcessIterator::CheckForNextProcess(). Under load it's by sky@chromium.org · 14 years ago
  7. 982d43a Renames secure_hash.cc to secure_hash_default.cc by bulach@chromium.org · 14 years ago
  8. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  9. 10bf978 Disable OVERRIDE for clang for a while. by thakis@chromium.org · 14 years ago
  10. 454e856 Renames secure_hash_nss.cc to secure_hash.cc by bulach@chromium.org · 14 years ago
  11. 8ea8350 Abstracts SHA256 context for NSS / OpenSSL. by bulach@chromium.org · 14 years ago
  12. 8b725fa Check that we've got a complete header before accessing its fields. by glider@chromium.org · 14 years ago
  13. 75844f1 Add one more Valgrind header (memcheck.h) and update the one we already have. by glider@chromium.org · 14 years ago
  14. 52b19fe Move AutoFill messages into a separate file. by jam@chromium.org · 14 years ago
  15. a5b92b4 Allow CDSA/CSSM to be used on worker threads in debug builds by making both the CSSM init singleton and the Mac Security Services lock singleton leaky. by rsleevi@chromium.org · 14 years ago
  16. 3a39767 Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. by willchan@chromium.org · 14 years ago
  17. 2873305 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by viettrungluu@chromium.org · 14 years ago
  18. d00c64e Properly order the cc files based off the h files in base/. by erg@google.com · 14 years ago
  19. aea2217 Temporary whitelist several cases of disk I/O on the UI threads in cros. by nkostylev@chromium.org · 14 years ago
  20. b3bfed5 Make sure the process is _really_ gone after a __debugbreak(). We've had a by cevans@chromium.org · 14 years ago
  21. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  22. c0f8558 Move the TestSink for doing IPC tests from chrome/common into IPC and create a new IPC test_support project that references it. by brettw@google.com · 14 years ago
  23. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  24. 5943dc0 If user had consented for metrics reporting, send speech input request origin to the server. by satish@chromium.org · 14 years ago
  25. 5517708 base/i18n: Add namespace i18n to CharIterator. by tfarina@chromium.org · 14 years ago
  26. 2a51cea Move BiDiLineIterator to base/i18n/ directory. by tfarina@chromium.org · 14 years ago
  27. cefeffa .c Feature to disable field trials in old versions of Chromium. Field trials by rtenneti@chromium.org · 14 years ago
  28. a8e3c09 Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by phajdan.jr@chromium.org · 14 years ago
  29. c75746e Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module", as appropriate. by mattm@chromium.org · 14 years ago
  30. 28a93b9 The SSL server's RSA private key must be imported with the by wtc@chromium.org · 14 years ago
  31. ee7de53 Revert "Adding CHECKs to troubleshoot the crash issue ..." by oshima@google.com · 14 years ago
  32. 810f92f Made return types of various Value::DeepCopy() implementations more specific by akalin@chromium.org · 14 years ago
  33. fa5bf99 Clang: enable -Wbool-conversions and -Wunused-variables on Linux. by hans@chromium.org · 14 years ago
  34. b562e11 Clean up threading model of external extension providers by gfeher@chromium.org · 14 years ago
  35. 5cb62e6 NSS: don't set environment variables when multi-threaded. by agl@chromium.org · 14 years ago
  36. e36caf9 Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. by craig.schlenter@chromium.org · 14 years ago
  37. b1f02f0 Added WARN_UNUSED_RESULT to ScopedTempDir methods. by cbentzel@chromium.org · 14 years ago
  38. 067992b NSS: PKCS 11 password prompt. by mattm@chromium.org · 14 years ago
  39. e43be3d Add workaround for VS2005 compile error introduced by r70933 by akalin@chromium.org · 14 years ago
  40. faed5f8 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  41. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  42. 263c15f Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__ by mark@chromium.org · 14 years ago
  43. 982d9d5 Made ObserverListThreadSafe's destructor private since it's ref-counted. by akalin@chromium.org · 14 years ago
  44. ab42ba2 Revert 70920 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  45. ff9394c Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  46. c399731 Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. The by mark@chromium.org · 14 years ago
  47. c89216a Reland "Remove base/scoped_handle_win.h." by tfarina@chromium.org · 14 years ago
  48. d30173b Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by thakis@chromium.org · 14 years ago
  49. 035db9f Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by tfarina@chromium.org · 14 years ago
  50. 0f12b44 Revert 70782 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  51. cbbede5 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  52. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  53. 63465b0 Support OVERRIDE for clang. by thakis@chromium.org · 14 years ago
  54. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  55. 784a29d Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. by tfarina@chromium.org · 14 years ago
  56. d15b1a1 base: Remove deprecated file_util::GetFilenameFromPath function. by tfarina@chromium.org · 14 years ago
  57. 87db4f4 Increasing live (sync) operation timeout to 45 seconds. by rsimha@chromium.org · 14 years ago
  58. 8b511cc Typo fix. by avi@chromium.org · 14 years ago
  59. 29adefe Add SCOPED_TRACEs to ICUStringConversionsTest by phajdan.jr@chromium.org · 14 years ago
  60. 490200b MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrind.h & RUNNING_ON_VALGRIND by timurrrr@chromium.org · 14 years ago
  61. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  62. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  63. 28078b6 Move base/debug_on_start to base/debugger and rename it to be _win since it by brettw@chromium.org · 14 years ago
  64. 3890ab3 move base/object_watcher into base/win and add the win namespace. Fixup callers. by brettw@google.com · 14 years ago
  65. 92d954b Move base/mac_util.h to base/mac and use the base::mac namespace. by brettw@chromium.org · 14 years ago
  66. b39f6c0 Remove base/debug_util. Move the debug UI related functions to base/debug/debugger.h by brettw@google.com · 14 years ago
  67. 088ae93 Move non_thread_safe from base to base/threading and into the base namespace. by brettw@chromium.org · 14 years ago
  68. 7c5cc67 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
  69. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  70. b9a1c04 Move app/win_util to app/win and fix the namespace usage. by brettw@google.com · 14 years ago
  71. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  72. f4fe79b Move base/win_util to the base/win directory and use the base::win namespace. by brettw@google.com · 14 years ago
  73. 9035624 touch: Check for NULL display. by sadrul@chromium.org · 14 years ago
  74. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  75. 975db2b Fix exclusion for the worker pool posix unit test on Windows. by brettw@chromium.org · 14 years ago
  76. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago
  77. 6d89907 Remove compat_execinfo since we no longer support Mac 10.4. by brettw@chromium.org · 14 years ago
  78. f02fb79 Move rgs_helper out of base to ceee since it's not used anywhere else. by brettw@chromium.org · 14 years ago
  79. 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
  80. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  81. 19ae975 Add forwarding script for build-bisect.py. by evan@chromium.org · 14 years ago
  82. 6d25e97 Rename build/build-bisect.py to tools/bisect-builds.py. by evan@chromium.org · 14 years ago
  83. 7398a1a Clean up Automation and Chrome Frame IPC code.-only use routed messages when needed-use routing IDs to avoid manually unpacking messages-remove data structures from IPC namespace (that should only be used for IPC code, and param traits)Note that I temporarily commented out part of a test in external_tab_test.cc because I couldn't figure out how to get the updated gmock macros to compile. by jam@chromium.org · 14 years ago
  84. 055f767 base/version: remove wstring version by evan@chromium.org · 14 years ago
  85. b8e5ea3 build-bisect.py: Update the base snapshot archive URL. by rsesek@chromium.org · 14 years ago
  86. b36414c Update file version info/memory details/process utils to use string16. by avi@chromium.org · 14 years ago
  87. 42f95b5 Properly lock access to static variables. by mad@chromium.org · 14 years ago
  88. 1f81ad0 Handle policy refresh internally in ConfigurationPolicyPrefStore. by mnissler@chromium.org · 14 years ago
  89. 0c43067 Defines SSLServerSocket and implements SSLServerSocketNSS by hclam@chromium.org · 14 years ago
  90. 592a4f7 Move data pack from base to app (it's just part of the resource bundle system). by brettw@chromium.org · 14 years ago
  91. a11eabb Print out filename on logs instead of the entire path by akalin@chromium.org · 14 years ago
  92. 104b4a5 Remove the 'using' declaration of StringAppendV. by tfarina@chromium.org · 14 years ago
  93. 624f0796 Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h by brettw@chromium.org · 14 years ago
  94. 667c94b Revert accidental delete of compat_execinfo. by brettw@chromium.org · 14 years ago
  95. abe1715 Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update calling code. by brettw@chromium.org · 14 years ago
  96. 0af444d Move unix domain socket support out of base and into chrome common. This is not by brettw@chromium.org · 14 years ago
  97. 71f6602 Remove base/image_util. This seems not to be used anywhere. by brettw@google.com · 14 years ago
  98. 20ac462 Update the time formatting APIs to use string16. by avi@chromium.org · 14 years ago
  99. b446a3a Add BREAK_NEWLINE mode to break_iterator.cc by tsepez@chromium.org · 14 years ago
  100. 82f52f8 Create a message filter for message port and worker messages. This allows a nice cleanup of getting rid of the notifications when RenderMessageFilter and WorkerProcessHost go away. SafeBrowsingResourceHandler doesn't need it anymore as well, since it now overrides OnRequestClosed() which does the same thing. by jam@chromium.org · 14 years ago