1. b1dac7e Revert 255397 "Fill out the rest of the StringPiece functions fo..." by brettw@chromium.org · 10 years ago
  2. 1c6ab05 The Android team is deprecating pthread_cond_timedwait_monotonic in favor of the more standard pthread_condattr_getclock. by benm@chromium.org · 10 years ago
  3. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 10 years ago
  4. b8ea14b Fill out the rest of the StringPiece functions for 16-bit. by brettw@chromium.org · 10 years ago
  5. dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 10 years ago
  6. bc5c874 base::Hash: Minor improvements to documentation and testing. by mgiuca@chromium.org · 10 years ago
  7. 2a1f926 Make kAllowedToAccessOnNonjoinableThread debug-only. by thakis@chromium.org · 10 years ago
  8. 132e4cf Deprecate named base::SharedMemory. by viettrungluu@chromium.org · 10 years ago
  9. 1df3651 Add use_allocator instead of linux_use_tcmalloc to switch the allocator. by dmikurube@chromium.org · 10 years ago
  10. 096c163 Reland "Add base::TimeDelta::Max()" again. by gavinp@chromium.org · 10 years ago
  11. f8c04b9 Disable redirects in component builds (for now at least). by caitkp@chromium.org · 10 years ago
  12. 48a0a6e Revert 254986 "Switch thread_local to use chromium's TLS impleme..." by oshima@chromium.org · 10 years ago
  13. c4a05f6 [Android] Complete the WindowCallbackWrapper methods. by boliu@chromium.org · 10 years ago
  14. e24f627 Rename ChromiumTestShell classes to ChromeShell. by aurimas@chromium.org · 10 years ago
  15. f11abd5 Copying the following files AS-IS from google.glog r141: by ivanpe@google.com · 10 years ago
  16. 67453f6 Switch thread_local to use chromium's TLS implementation by michaelbai@chromium.org · 10 years ago
  17. da4a8b7 Suppress several false positive Android lint/javac warnings. by newt@chromium.org · 10 years ago
  18. fbb128c Avoid function call for disabled DCHECK in non-official release build by wangxianzhu@chromium.org · 10 years ago
  19. 3cfbd93 [Android] RTL layout direction function clean up. by kkimlabs@chromium.org · 10 years ago
  20. 9871a81 Disable AlignedMemoryTest.StackAlignment for size >= 128 on arm64 by sdefresne@chromium.org · 10 years ago
  21. b3822d1 Fix bug in DiscardableMemoryAllocatorAndroid. by pliard@chromium.org · 10 years ago
  22. 9145512 Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.org/183763011/) by apavlov@chromium.org · 10 years ago
  23. baefabe Reland "Add base::TimeDelta::Max()" by gavinp@chromium.org · 10 years ago
  24. 8c70364 Fix "defined but not used" warning in base/message_loop/message_loop.cc by mseaborn@chromium.org · 10 years ago
  25. 3f29699 only do linux pvalloc OutOfMemoryDeathTest on non-tcmalloc glibc builds by mostynb@opera.com · 10 years ago
  26. 55bf332 Move TrimWhitespace to the base namespace. by brettw@chromium.org · 10 years ago
  27. a866520 Fix "defined but not used" warning in base/debug/trace_event_impl.cc by mseaborn@chromium.org · 10 years ago
  28. b27d1af Add foundation_util_unittest.mm to base_unittests on iOS by sdefresne@chromium.org · 10 years ago
  29. e1be639 Moved SuperFastHash function from base/hash.cc to base/third_party. by mgiuca@chromium.org · 10 years ago
  30. d1b2c7f Only add chrome_redirects as a dependency of base.dll in component builds. by caitkp@chromium.org · 10 years ago
  31. 434edfb Honor the log_assert_handler when running under the debugger. by rch@chromium.org · 10 years ago
  32. d749393 POSIX: CHECK() that file_util::ScopedFD fulfills promise. by jln@chromium.org · 10 years ago
  33. 103973a Fix build issues in base/ for Android x64 by yang.gu@intel.com · 10 years ago
  34. bf69451 Add a macro NSSTRING_FORMAT for Objective-C formatting function by sdefresne@chromium.org · 10 years ago
  35. 89f7682 Added unit test for base/hash. by mgiuca@chromium.org · 10 years ago
  36. 2038e6c Revert 253938 "Enable icu_use_data_file_flag on Android" by pkasting@chromium.org · 10 years ago
  37. 190b8c3 Add required header for RangeConstraint definition. by eroman@chromium.org · 10 years ago
  38. 80d2e66 Fix "narrowing conversion" errors uncovered in building with gcc 4.8 by agoode@chromium.org · 10 years ago
  39. e6ac6c9 Enable icu_use_data_file_flag on Android by jshin@chromium.org · 10 years ago
  40. 07a9ba4 Android: fixes JNI generator for newer versions of javap. by bulach@chromium.org · 10 years ago
  41. 4fe236b Add support for safe math operations in base/numerics by jschuh@chromium.org · 10 years ago
  42. aed7666 Followup to modifications to ReadFileToString function by kaliamoorthi@chromium.org · 10 years ago
  43. 3aafccf Revert 253502 "Add base::TimeDelta::Max()." by waffles@chromium.org · 10 years ago
  44. 4b65517 Convert scoped_ptr_malloc -> scoped_ptr, part 2. by viettrungluu@chromium.org · 10 years ago
  45. 658dbc0 Android: generates JNI constants from .class files. by bulach@chromium.org · 10 years ago
  46. d185ded Shift by the right number of bytes when grabbing the high 32 bits. by danakj@chromium.org · 10 years ago
  47. e1fd19d Make Java event registration lazy for state listener by dtrainor@chromium.org · 10 years ago
  48. 5e7e673 ui/base/resource: Remove dependency on net's big_endian implementation. by tfarina@chromium.org · 10 years ago
  49. c42aff4 Add base::TimeDelta::Max(). by gavinp@chromium.org · 10 years ago
  50. 4205e13 Use numeric_limits<double>::infinity() for conversions of Time::Max(). by gavinp@chromium.org · 10 years ago
  51. 54debc4 Add a comment regarding base::PathService::Override usage. by thestig@chromium.org · 10 years ago
  52. a88f155 Make scoped_ptr_malloc abort() on an invalid assignment. by viettrungluu@chromium.org · 10 years ago
  53. dc8e7c6 Fixed bug which caused incorrect XML report to be written by the new by fatalerr@yandex-team.ru · 10 years ago
  54. 0a17744 Move PowerMonitor to Application Context by dtrainor@chromium.org · 10 years ago
  55. 1c2e640 Deprecate base::SharedMemory's lock functionality. by viettrungluu@chromium.org · 10 years ago
  56. da5c1e7 [Base] Add typedefs to ScopedPtrHashMap by tzik@chromium.org · 10 years ago
  57. a94d232 Revert of base: Cleanup: Simplify the declaration of Lock class. (https://codereview.chromium.org/159283003/) by pkotwicz@chromium.org · 10 years ago
  58. cf86bc3 base: Cleanup: Simplify the declaration of Lock class. by tfarina@chromium.org · 10 years ago
  59. 64eb148 Rename base_untrusted to base_nacl by sergeyu@chromium.org · 10 years ago
  60. 98e6589 Refactor ActivityStatus to not store current by dtrainor@chromium.org · 10 years ago
  61. b2f3352 Move DeviceMotionAndOrientation off Activity Context by dtrainor@chromium.org · 10 years ago
  62. d10db2d Base: Don't check for thread restrictions when closing a file doesn't do IO. by rvargas@chromium.org · 10 years ago
  63. d6f0292 Drive-by comment fix in base/bind_unittest.nc. by viettrungluu@chromium.org · 10 years ago
  64. a7772b9 [Base] Refactor ScopedPtrHashMap by tzik@chromium.org · 10 years ago
  65. eac386c Linux: Fix an error from r249340. RAMFS_MAGIC != HUGETLBFS_MAGIC by thestig@chromium.org · 10 years ago
  66. bc8a6ef Remove -Wno-write-strings from base by brettw@chromium.org · 10 years ago
  67. 9bfb6c9 Fix bugs caused by implicitly using the default locale in Java. by newt@chromium.org · 10 years ago
  68. 99d09a7 [Android] Expose isSystemLayoutDirectionRtl() to c++. by kkimlabs@chromium.org · 10 years ago
  69. f0672de Followup from https://codereview.chromium.org/147513003/ by mostynb@opera.com · 10 years ago
  70. afb2d84 Fix some typo and nits while reading the code. by etienneb@chromium.org · 10 years ago
  71. 0bcb906 base: Add const to a few PlatformThreadHandle methods by boliu@chromium.org · 10 years ago
  72. 49de1af Add support for GetHomeDir for Mac and Windows. by brettw@chromium.org · 10 years ago
  73. 3452ee3 Fix PathUtilsTest.TestGetNativeLibraryDirectory in components=shared_library build. by eugenis@chromium.org · 10 years ago
  74. dfdd01e Add ApiCompatibilityUtils for setImageAlpha. by cramya@chromium.org · 10 years ago
  75. b80e1ef GN: Change gen command syntax, support relative dirs. by brettw@chromium.org · 10 years ago
  76. 8d3c40d Added new ReadFileToString API with a max_size argument by kaliamoorthi@chromium.org · 10 years ago
  77. 5e30cf5 Replace TSan interface declarations with a header inclusion. by glider@chromium.org · 10 years ago
  78. c494b36 Convert scoped_ptr_malloc -> scoped_ptr, part 1. by viettrungluu@chromium.org · 10 years ago
  79. e2cdbbb Make the #includes consistent in various thread checkers between debug and release mode. by thestig@chromium.org · 10 years ago
  80. 535322f Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter. by viettrungluu@chromium.org · 10 years ago
  81. a4c9b37 Removed unused dependency. by mad@chromium.org · 10 years ago
  82. 6e41afb Remove use_system_nspr build flag. It's not "officially" supported by rsleevi@chromium.org · 10 years ago
  83. 5224662 Make code generated for histogram macros more compact. by asvitkine@chromium.org · 10 years ago
  84. e9d2e4f Revert 251178 "Trace event micro-optimization: use finer grained..." by bruening@google.com · 10 years ago
  85. fd1f794 [Android] Disable tombstones for renderer crashes on JB MR2+ by cjhopman@chromium.org · 10 years ago
  86. 92565b5 Trace event micro-optimization: use finer grained lock. by bulach@chromium.org · 10 years ago
  87. 98e93c0 Use branch prediction hints to make trace events cheaper by skyostil@chromium.org · 10 years ago
  88. 074bc11 Make some field trials unforceable via command-line in the official build. by gab@chromium.org · 10 years ago
  89. 60d0534 Set thread names to be visible in debuggers by apatole@nvidia.com · 10 years ago
  90. b78bfb8 Changed RefCountedStaticMemory() to accept a void pointer. by joaoe@opera.com · 10 years ago
  91. 9e54f78 base: Fix parsing of synthetic delay configuration by skyostil@chromium.org · 10 years ago
  92. d9b73a4 Move the android library loader from content to base by noel@chromium.org · 10 years ago
  93. cfaa01b Trace event micro-optimization: create "toplevel" category. by bulach@chromium.org · 10 years ago
  94. e72481b Fix leak in WeakPtrTest.MoveOwnershipAfterInvalidate by sievers@chromium.org · 10 years ago
  95. 019db99 Typo fix in scoped_ptr.h comment by tnagel@chromium.org · 10 years ago
  96. 6ebcd52 Fix typo in base/values.cc from r249102, add a test by estade@chromium.org · 10 years ago
  97. bb235e4 Remove shim classes etc. that were needed to move Android Loader by aberent@chromium.org · 10 years ago
  98. 4464f4a Let MetricsService know about some Android Activities by kkimlabs@chromium.org · 10 years ago
  99. 7a8ea85 Creates a way to launch the utility process with elevated privileges on Windows systems for the rare operations that require administrator access. by haven@chromium.org · 10 years ago
  100. f36b8fa Revert r151669 and r155589 as non-Aura Metro mode is gone by yukawa@chromium.org · 10 years ago