1. b45ec93 Use a direct include of time headers in base/, part 2. by avi@chromium.org · 11 years ago
  2. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 11 years ago
  3. 04eba41 Fix handling of BROWSER_WRAPPER in the test launcher. by phajdan.jr@chromium.org · 11 years ago
  4. 041ec15 Make sure USE_SYMBOLIZE is properly set in base_unittests. by phajdan.jr@chromium.org · 11 years ago
  5. 1c519e9 Move timing files into base/time and base/timer, install forwarding headers. by avi@chromium.org · 11 years ago
  6. 5de6adb [UMA] Remove redundant bucket_count variable from base::Histogram. by isherman@chromium.org · 11 years ago
  7. 274c722 Have DispatchToMethod use base::internal::UnwrapTraits when dispatching by rsleevi@chromium.org · 11 years ago
  8. 6271a92 Update includes and delete remaining strings forwarding headers. by avi@chromium.org · 11 years ago
  9. 27c4868 Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  10. f0ed9cf Disallow explicit scoped_ptr<T> construction from NULL. by dcheng@chromium.org · 11 years ago
  11. 5627399 Add events with custom timestamps and thread id to PPAPI dev tracing interface. by grosse@chromium.org · 11 years ago
  12. c1b55a3 Rewrite scoped_ptr<T>(NULL) to use the default ctor. by dcheng@chromium.org · 11 years ago
  13. 33419b3 Delete the string_piece.h forwarding header. by avi@chromium.org · 11 years ago
  14. f7a3f53 Don't override system malloc when built with LeakSanitizer. by earthdok@chromium.org · 11 years ago
  15. d58a276 mac: Remove memory/scoped_nsobject.h forwarding header. by thakis@chromium.org · 11 years ago
  16. 7f45193 Add option to enable sampler. by dsinclair@chromium.org · 11 years ago
  17. c926e11 mac: Remove ScopedCFTypeRef from base::mac::. by thakis@chromium.org · 11 years ago
  18. a3c6e44 GTTF: Extract a function to launch child gtest process. by phajdan.jr@chromium.org · 11 years ago
  19. 55d5ee6 Move ComputeDirectorySize to the base namespace. by brettw@chromium.org · 11 years ago
  20. 6141a82 Add a test for base::Bind() and scoped_refptrs copies. by willchan@chromium.org · 11 years ago
  21. 96abd4f Android: adds test intents for memory pressure. by bulach@chromium.org · 11 years ago
  22. febe636 GTTF: TestLauncher: asynchronous and out-of-order execution of tests by phajdan.jr@chromium.org · 11 years ago
  23. 6d98720 Define a LoggingSettings struct to use for InitLogging() by akalin@chromium.org · 11 years ago
  24. e8deec4 ios: keep scoped_nsobject in source lists. by thakis@chromium.org · 11 years ago
  25. 41b654a allow unofficial builds with DCHECK and DLOG disabled by mostynb@opera.com · 11 years ago
  26. 1cc94ba Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside of src/remoting. by alexeypa@chromium.org · 11 years ago
  27. be67211 Small comment correction. by waffles@chromium.org · 11 years ago
  28. fa394de GTTF: Move core parts of test_launcher down to base. by phajdan.jr@chromium.org · 11 years ago
  29. 43847cb Update the include paths of message_loop_proxy.h by tfarina@chromium.org · 11 years ago
  30. ac7a882 Move scoped_nsobject from base/memory to base/mac. by thakis@chromium.org · 11 years ago
  31. 1aead73 Add FilePath::{As,From}UTF16Unsafe by darin@chromium.org · 11 years ago
  32. e1a4470 content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on Android. by peter@chromium.org · 11 years ago
  33. 66c0f91 Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  34. 859ed34 Add a method for catching low end devices by dtrainor@chromium.org · 11 years ago
  35. 397ad3a Move hash_pair.h from cc/base into base/. by nasko@chromium.org · 11 years ago
  36. 1f04219 linux: tcmalloc does not depend on glib by mostynb@opera.com · 11 years ago
  37. 645fdce Revert 207278 "Make sure that the UI window created by base::Mes..." by kinuko@chromium.org · 11 years ago
  38. b646c62 Make sure that the UI window created by base::MessagePumpForUI is destoyed on the same thread (Windows). by alexeypa@chromium.org · 11 years ago
  39. 54bdcc5 Remove "using" from nullable string now that all users are updated. by avi@chromium.org · 11 years ago
  40. 7d9385e Move Firefox importer's INI parser to c/browser/common. by tommycli@chromium.org · 11 years ago
  41. 710ecb9 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  42. 10c10aa Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. by scherkus@chromium.org · 11 years ago
  43. 051dcb3 cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes. by danakj@chromium.org · 11 years ago
  44. e462ab8 MemoryPressureListener: fixes ref-counting. by bulach@chromium.org · 11 years ago
  45. 7a81bfc Replace base::NullableString16(bool) usage with default constructor. by darin@chromium.org · 11 years ago
  46. ad4cf18 Do not show sync promo when RestoreOnStartupURLs policy is set by bartfab@chromium.org · 11 years ago
  47. 7253dc7 Make ifdef condition consistent in platform_thread_linux.cc. by mazda@chromium.org · 11 years ago
  48. f491e66 Fix wrong header guards found by clang's new Wheader-guard. by thakis@chromium.org · 11 years ago
  49. ba896ff Add support using EXPECT_EQ with NullableString16 objects. by darin@chromium.org · 11 years ago
  50. fb6e80e Fix LeakSanitizer annotations for NaCl. by earthdok@chromium.org · 11 years ago
  51. bb21edb [Android] Call View.postInvalidate on ICS by boliu@chromium.org · 11 years ago
  52. 83d9d4a Revert 206507 "Move message_pump to base/message_loop." by brettw@chromium.org · 11 years ago
  53. 53adf49 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  54. 7d877e3 Adds RefCountedDeleteOnMessageLoop by droger@chromium.org · 11 years ago
  55. 88aa655 Make base compile with no "using base::Value" in values.h by brettw@chromium.org · 11 years ago
  56. b417332 Fix grammar in recurring macro comment by janx@chromium.org · 11 years ago
  57. 9f651fa Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  58. 6318b39 Move message_loop to the message_loop directory. by brettw@chromium.org · 11 years ago
  59. 5e76804 Add LeakSanitizer annotations to base/debug/leak_annotations.h by earthdok@google.com · 11 years ago
  60. ce45245 Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/. by dcheng@chromium.org · 11 years ago
  61. d25d76b Notify TraceLog observers outside of the lock by jamescook@chromium.org · 11 years ago
  62. d817965 Move nullable_string16.h to the string subdirectory. by avi@chromium.org · 11 years ago
  63. 83b545f add more string -> unsigned number conversion unit tests (attempt 2) by mostynb@opera.com · 11 years ago
  64. 4d6423d [Android] Fix component build again. by yfriedman@chromium.org · 11 years ago
  65. f5f2f2b Revert "GTTF: Lower the action max timeout to 30s for everyone." by phajdan.jr@chromium.org · 11 years ago
  66. a49afdc Adds MemoryPressureListener. by bulach@chromium.org · 11 years ago
  67. 62bb015 [Autofill] Determine Popup RTLness from page by csharp@chromium.org · 11 years ago
  68. 53cb2aa Fix aligned_memory_unittest for x86-64 NaCl by hamaji@chromium.org · 11 years ago
  69. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  70. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  71. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  72. f772813 Make CreateDirectory return an error code instead of just a bool. by dgrogan@chromium.org · 11 years ago
  73. 91738f6 Reenable the tcmalloc SecurityTests in base_unittests on Windows by wfh@chromium.org · 11 years ago
  74. c9901ac Fix leak in WeakPtrTest::NonOwnerThreadCanCopyAndAssignWeakPtr{,Base} by akalin@chromium.org · 11 years ago
  75. b705214 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  76. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  77. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  78. 947d4c8 GTTF: Lower the action max timeout to 30s for everyone. by phajdan.jr@chromium.org · 11 years ago
  79. 67d593d Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  80. 5b2ca67 Move hash_tables.h to base/containers. by brettw@chromium.org · 11 years ago
  81. f21fef9 Add an "append flag" to base::PlatformFile. by teravest@chromium.org · 11 years ago
  82. 9de6497 Improve the implementation of atomic operations on Linux/ARM (including Android/ARM). by digit@chromium.org · 11 years ago
  83. eb54f42 Annotate the intentional test-only leak in base/tracked_objects.cc. by earthdok@google.com · 11 years ago
  84. 118a901 Provide nanoseconds precision for base::PlatformFileInfo on POSIX by apavlov@chromium.org · 11 years ago
  85. 4bc5740 Redo r203907 base_unittests.exe to use alloactor shims by wfh@chromium.org · 11 years ago
  86. dfea63c Disable ProcessUtilTest.CalcFreeMemory total memory test when using tcmalloc. by wfh@chromium.org · 11 years ago
  87. d827e3d Move string files in base/ to the string subdirectory. by avi@chromium.org · 11 years ago
  88. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  89. 00c0afd Annotate LeakyLazyInstance as a leak. Remove HeapChecker suppressions. by earthdok@google.com · 11 years ago
  90. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  91. c3736a3 Annotate the intentional leak in weak_ptr_unittest.cc. by earthdok@google.com · 11 years ago
  92. 27cc536 [MIPS] Fix memory barriers for atomic operations. by paul.lind@imgtec.com · 11 years ago
  93. d7bb984 Reland: Fix errors when building android with coverage=1 by ilevy@chromium.org · 11 years ago
  94. e415325 Android: Provide futimes() implementation using utimensat() by nileshagrawal@chromium.org · 11 years ago
  95. 909dcbc Add isLayoutRtl() to ApiCompatibilityUtils.java. by newt@chromium.org · 11 years ago
  96. 47942d3 Revert 204556 "Fix errors when building android with coverage=1" by ilevy@chromium.org · 11 years ago
  97. 4d7181f Fix errors when building android with coverage=1 by rwalker@codeaurora.org · 11 years ago
  98. 3297bb5 Revert 204547 "Fix errors when building android with coverage=1" by ilevy@chromium.org · 11 years ago
  99. 0e3b8d3 Fix errors when building android with coverage=1 by rwalker@codeaurora.org · 11 years ago
  100. b6c3698 Upstream ApiCompatibilityUtils.java. by newt@chromium.org · 11 years ago