1. 4805f933 Fix SELinux violation when opening Chrome on Android by hartmanng · 9 years ago
  2. 403cb6c Replace template_util.h stuff with C++11 <type_traits> by tzik · 9 years ago
  3. acf0dd8 [Android] Restrict tests inheriting from DocumentModeTestBase to phones. by jbudorick · 9 years ago
  4. aaab4d1 base: Remove OwningMRUCache in favor of scoped_ptrs in MRUCache by vmpstr · 9 years ago
  5. 4e68ed2 Allocator shim skeleton + Linux impl behind a build flag by primiano · 9 years ago
  6. 5967e5a base: simplify the first fcntl() call in SetNonBlocking() function by tfarina · 9 years ago
  7. 2ca94bde Use thread local state to avoid locking over CloseHandle operations. by siggi · 9 years ago
  8. 298b49ca Revert of Collect information about failing histogram factory calls. (patchset #7 id:220001 of https://codereview.chromium.org/1719363002/ ) by bcwhite · 9 years ago
  9. 77d41139 Extend base::Callback to have a move-only variant by tzik · 9 years ago
  10. a43eff0 Support move-only type on base::Callback::Run by tzik · 9 years ago
  11. 0abc5c2 Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  12. 8a976c4e Fix compilation error with older versions of libstdc++ by kmackay · 9 years ago
  13. 1f9673d Add creation tracking for ActiveVerifier. by wfh · 9 years ago
  14. bd736b0 Prepare base/ for compilation with OS X 10.7 deployment target. by erikchen · 9 years ago
  15. 9fd4ab6 Change scoped_ptr to a type alias for std::unique_ptr on OS_WIN by dcheng · 9 years ago
  16. 4801736 Remove LOG(FATAL) as this can't be called late in Chrome shutdown. by wfh · 9 years ago
  17. c0f91322 Remove starting animation in BaseInstrumentationTestRunner.java by shenghuazhang · 9 years ago
  18. 9a97049 Revert of Collect information about failing histogram factory calls. (patchset #6 id:180001 of https://codereview.chromium.org/1719363002/ ) by bcwhite · 9 years ago
  19. 73f4d694 Make ObjectWatcher fail to start watching when there is no message loop. by pkasting · 9 years ago
  20. 1375777 Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  21. 390ab1e base: eliminate TupleTraits and TupleTypes by mdempsky · 9 years ago
  22. fcb65350 Fix owners for base/test/android by yfriedman · 9 years ago
  23. 2253d92 Revert of Collect information about failing histogram factory calls. (patchset #5 id:160001 of https://codereview.chromium.org/1719363002/ ) by bcwhite · 9 years ago
  24. 89dca78 Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  25. d283075 Revert of Collect information about failing histogram factory calls. (patchset #4 id:120001 of https://codereview.chromium.org/1719363002/ ) by bcwhite · 9 years ago
  26. 13fb9a2 Retire scoped_ptr_unittest.nc by tzik · 9 years ago
  27. 63f1c5d Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  28. f90bb198 Revert of Collect information about failing histogram factory calls. (patchset #3 id:100001 of https://codereview.chromium.org/1719363002/ ) by bcwhite · 9 years ago
  29. 11ca9a5 Move non-content specific parts of content::MachBroker into base::MachPortBroker. by amistry · 9 years ago
  30. 7061e5f Remove Pass() helper from base/move.h. by dcheng · 9 years ago
  31. 6e5c22f9 Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX. by dcheng · 9 years ago
  32. 0359d7d Add handle verifier tests. Add stack tracing. by wfh · 9 years ago
  33. 39c7a5e Move base::internal::TaskTracker to base::test::TaskTracker. by fdoray · 9 years ago
  34. d2f8784 [GN] Set testonly unconditionally. by jbroman · 9 years ago
  35. ce1315b9 Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  36. cfbec0cf Revert of Collect information about failing histogram factory calls. (patchset #2 id:40001 of https://codereview.chromium.org/1719363002/ ) by dimich · 9 years ago
  37. fdc36c1 Collect information about failing histogram factory calls. by bcwhite · 9 years ago
  38. 70c4942 Convert Pass()→std::move() on Windows by dcheng · 9 years ago
  39. 4ffe952 base: Avoid calling VirtualAlloc with 0 length. by reveman · 9 years ago
  40. 83e8f856 Use a non-deprecated method to get a string from an OSStatus error. by erikchen · 9 years ago
  41. e6d42bd Allow pushing all command line files to user builds by kraush · 9 years ago
  42. 8816e34 [Android] Revise handling of document-mode-only tests. by jbudorick · 9 years ago
  43. 8e9d9e1f Remove myself from most OWNERS files by stuartmorgan · 9 years ago
  44. 945c1250 Reworks the Mac tab strip to use the Material Design style. by shrike · 9 years ago
  45. b7987d93 base: Update MRUCache to allow to use unordered_map and custom hashers. by vmpstr · 9 years ago
  46. 0b80170 Added support for move-only types to SmallMap. by btolsch · 9 years ago
  47. bccfe4d Add primiano as owner of base/allocator by wfh · 9 years ago
  48. cb1afb3 tracing: Make ConvertableToTraceFormat move-only by primiano · 9 years ago
  49. 3172a7f Apply ThreadWithOptions_StackSize ASAN workaround to all platforms. by aelias · 10 years ago
  50. 301864e StringToUint should output zero on negative numbers. by davidben · 10 years ago
  51. e73d030 base: Remove MessagePumpDispatcher. by sadrul · 10 years ago
  52. b3b0dfa0 Windows: Expose handle inheritance to the sandboxed launcher by rockot · 10 years ago
  53. 16b727d Revert of Refactor thread_local.h's TLS Implementation to use ThreadLocalStorage (patchset #2 id:60001 of https://codereview.chromium.org/1726203002/ ) by robliao · 10 years ago
  54. 8f0b97a Refactor thread_local.h's TLS Implemetation to use ThreadLocalStorage by robliao · 10 years ago
  55. bc1343dae Change sampler code events phase from instant to meta. by alph · 10 years ago
  56. c0bf279 network_time_tracker: detect clock changes. by mab · 10 years ago
  57. 7542f07 [MemoryInfra] Support dump providers running on SequencedTaskRunner by ssid · 10 years ago
  58. 88a9c91e Use DCHECK instead of <assert.h> in scoped_ptr.h. by nick · 10 years ago
  59. 56d6a40 content: Improve thread priority for raster threads. by reveman · 10 years ago
  60. e65942b base: Add out-of-line copy ctors for complex classes. by vmpstr · 10 years ago
  61. fdc6e5f Try to get ToolsSanityTests passing with trunk clang again. by thakis · 10 years ago
  62. 51f5107 only include xdg_util_unittest.cc on desktop linux by mostynb · 10 years ago
  63. c1a0c54 Disable TCMallocFreeTest.BadPageAlignedPointerInsideLargeObject by ssid · 10 years ago
  64. 391a2134 Run setPrivateDataDirectorySuffix() on UI thread if it doesn't finish in time. by hartmanng · 10 years ago
  65. d1b20296 base: Make ThreadPriority::DISPLAY correspond to Android's PRIORITY_DISPLAY. by reveman · 10 years ago
  66. 2ea8c52 Fix element sizes in data structure for 32/64-bit exchange. by bcwhite · 10 years ago
  67. 0fb566d7 Remove stale comment for scoped_refptr comparison operators. by dcheng · 10 years ago
  68. 6da2fef base: Stop overloading ReadFileToString() by hashimoto · 10 years ago
  69. 28aacfca Document use of "Safe Bool Idiom" in base/memory/pointer types. by scheib · 10 years ago
  70. 79a07e3 simplify glib condition for including message_pump_glib_unittest.cc by mostynb · 10 years ago
  71. 2ac5d1f1 content: Avoid crashing in release builds when allocating 0 bytes of discardable memory. by reveman · 10 years ago
  72. 9c5f4e2 Fix iterators for IDMap with custom key type. by bcwhite · 10 years ago
  73. ccec7556 Remove unused field trial activate mode param. by asvitkine · 10 years ago
  74. fbc6978 tracing: memory-infra cleanup post-C++11 + test coverage by primiano · 10 years ago
  75. f3ff6da Update account and sync management UX by maybelle · 10 years ago
  76. 30c5afa include-what-you-use: Fix some tracing-related includes by primiano · 10 years ago
  77. 9edd694 Moved macros into prtime.h by pkl · 10 years ago
  78. b473f00 Add utility method for WebString to base::FilePath conversion by kinuko · 10 years ago
  79. 39f7b8f Prevent handle truncation warning in 64-bit VS 2015 builds by brucedawson · 10 years ago
  80. 34d6652e Get iOS GN build working again. by dpranke · 10 years ago
  81. 34c6bbf Persist setup metrics and have Chrome report them during UMA upload. by bcwhite · 10 years ago
  82. 76ed1958 Create alias of variable so it lives for crash-reporting. by bcwhite · 10 years ago
  83. 4868bb07 Put generated non-test Java runner scripts into bin/. by mikecase · 10 years ago
  84. 49cdedae chromium linker: Suppress findbugs false positive. by simonb · 10 years ago
  85. 61e5eff5 Use base::StringPiece where reasonable in metrics code. by bcwhite · 10 years ago
  86. cda89ef base: Fix clang warning in newly added unit test. by erikchen · 10 years ago
  87. 4b12c0a base: Create file mappings with reduced access control permissions. by erikchen · 10 years ago
  88. 7c787706 base: Add missing copy ctors where appropriate. by vmpstr · 10 years ago
  89. 4ec5a32 Use ResourceEntry instead of mandatory paks for blimp by nyquist · 10 years ago
  90. c85a1f82 Merge multiple histogram snapshots into single one for reporting. by bcwhite · 10 years ago
  91. 0e3e9ba5 Removed obsolete comment from base/time/time_mac.cc by pkl · 10 years ago
  92. df7c080 Task Scheduler Task Traits by robliao · 10 years ago
  93. 008bf409 Expand scope of histogram tests. by bcwhite · 10 years ago
  94. bb84f63 Make debug flag final for compiler optimizations. by wnwen · 10 years ago
  95. 7a187c6 [tracing] Support shared and private permission. (missing perm flag) by youngmin.yoo · 10 years ago
  96. 0248a11 Make MessageLoopForIO::current() failure explicit. by deymo · 10 years ago
  97. c5849de5 Unify BindState refcount management into the bound arguments. by tzik · 10 years ago
  98. e297b83e Restore lost metric change from used KiB to Percent. by bcwhite · 10 years ago
  99. b0d6314 Also adds debug build flag. by wnwen · 10 years ago
  100. 41f9d6b Fix compilation of "base" for "host" when targetting iOS. by sdefresne · 10 years ago