1. 9d73042 Move CreateSocketPair to header file by shunhsingou · 7 years ago
  2. 3c147c4 Replace base::get with std::get by tzik · 7 years ago
  3. d61a194 Remove base::is_trivially_destructible and use the standard library. by danakj · 7 years ago
  4. 99debb1 Remove base::underlying_type, replace uses with std::underlying_type by danakj · 7 years ago
  5. 39bc39e Initialize TaskScheduler with InitParams in ScopedAsyncTaskScheduler. by fdoray · 7 years ago
  6. 8f0ce10 Migrate base::TaskRunner from Closure to OnceClosure by tzik · 7 years ago
  7. 751d7d7 Deprecate Value::(Create)DeepCopy by jdoerrie · 7 years ago
  8. 3396e16 Clean up some Mac memory code. by asvitkine · 7 years ago
  9. e7b58ef android: Limit bindToCaller check to webview by boliu · 7 years ago
  10. 91c91ca Change flat_tree::unsafe_emplace to actually emplace by jdoerrie · 7 years ago
  11. 0ead844 Remove base::is_*assignable as these are now in the linux sysroot. by danakj · 7 years ago
  12. eef0142 heap-profiler: Clean up some comments and C++. by ajwong · 7 years ago
  13. e8d596e [aura-mus] Add ui::CursorData, with mojo serialization. by erg · 7 years ago
  14. 77e9f02 Remove BuildInfo#isGreaterThanN() by twellington · 7 years ago
  15. 5fe3526 DCHECK tasks posted by TaskRunner::PostTask by tzik · 7 years ago
  16. ad4d5ab Revert of NativeStackSampler implementation for Mac. (patchset #21 id:400001 of https://codereview.chromium.org/2702463003/ ) by avi · 7 years ago
  17. 5defcdf Generate TaskScheduler::InitParams from components/task_scheduler_util/. by fdoray · 7 years ago
  18. d95691c memory-infra: Add peak-detector skeleton. by primiano · 7 years ago
  19. 8eaad9a [3/5] Add translated rasterization support for RasterBuffer & below by trchen · 7 years ago
  20. d4796f0 Update type_traits in base/values_unittest.cc by jdoerrie · 7 years ago
  21. eca6d7d Revert of RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk. (patchset #3 id:40001 of https://codereview.chromium.org/2690183002/ ) by robliao · 7 years ago
  22. 19aa739 base: CommandLineFlags.Add need to parse out value by boliu · 7 years ago
  23. 1b7664a On heap tracking datastructure overflow, degrade instead of CHECK() by primiano · 7 years ago
  24. 16a5e32 RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk. by gab · 7 years ago
  25. 7754ace Moving LatencyInfo into a separate component. by mfomitchev · 7 years ago
  26. 5b41b5e Flush TaskScheduler in content::RunAllBlockingPoolTasksUntilIdle(). by fdoray · 7 years ago
  27. bfc6770 Start BindStateBase ref count from 1 instead of 0 by tzik · 7 years ago
  28. a967a35 Mojo JS bindings: support auto-loading mojom.js deps. by yzshen · 7 years ago
  29. d3b98d1 Mojo JS bindings: change module loading solution. by yzshen · 7 years ago
  30. c7531ba Use more accurate matching in fix_gn_headers.py by wychen · 7 years ago
  31. c242a95 Adds lots of Mojo documentation by rockot · 7 years ago
  32. cf620cf Duplicate process handle in process_metrics_win.cc by stanisc · 7 years ago
  33. 8a08348 Assert sequence validity on non-thread-safe RefCount manipulations by tzik · 7 years ago
  34. 7791fc0 Make Android Clipboard Keep Track of Last Modified Time by mpearson · 7 years ago
  35. f01e762 Add new wired memory metric to memory-infra dumps. by erikchen · 7 years ago
  36. 13ef2e8 Enable content shell crash integration test on Windows by jochen · 7 years ago
  37. 51d5135 memory-infra: refactoring to extract MemoryDumpProviderInfo class by primiano · 7 years ago
  38. 1e0b7d7 NativeStackSampler implementation for Mac. by avi · 7 years ago
  39. 0aa1f8c Add analyzer support for multiple processes. by bcwhite · 7 years ago
  40. f8d176b memory-infra: Disable two MemoryDumpManager tests on iOS by hjd · 7 years ago
  41. c059d86 Disable MemoryDumpManagerTest.RegistrationConsistency and DisableTracingWhileDumping by ortuno · 7 years ago
  42. 41e1b2a Moving IChildProcessService to base/ by jcivelli · 7 years ago
  43. a535b3c mojo: Support sync calls through ThreadSafeInterfacePtr by watk · 7 years ago
  44. 68ad7c5 The msan runtime aborts on RTLD_DEEPBIND, so disable the test under msan that does that. by avi · 7 years ago
  45. 68099d9 Revert of Add new wired memory metric to memory-infra dumps. (patchset #7 id:120001 of https://codereview.chromium.org/2782503002/ ) by stgao · 7 years ago
  46. d5ca69d Fix method naming in SequenceCheckerImpl::Core to match SequenceCheckerImpl::CalledOnValidSequence() by gab · 7 years ago
  47. 3368b51 Make UMA_HISTOGRAM_ENUMERATION work with scoped enums. by dcheng · 7 years ago
  48. ae98891 Roll Android SDK to N-MR1 by mikecase · 7 years ago
  49. 9b80bf8 Add new wired memory metric to memory-infra dumps. by erikchen · 7 years ago
  50. 0588a9f Revert of Remove a superfluous optimization from ApiCompatibilityUtils (patchset #1 id:1 of https://codereview.chromium.org/2723593002/ ) by yusufo · 7 years ago
  51. 6198cf9 Revert of Assert sequence validity on non-thread-safe RefCount manipulations (2) (patchset #35 id:700001 of https://codereview.chromium.org/2666423002/ ) by wjmaclean · 7 years ago
  52. ac37f18 Handle large rects better. by petermayo · 7 years ago
  53. c45659c Clear PostTaskAndReply task on the destination thread by tzik · 7 years ago
  54. 700682f Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and by wangjimmy · 7 years ago
  55. 0b28322 Stabilize empty rect handling in EnclosingRect. by petermayo · 7 years ago
  56. 84bbc55 Assert sequence validity on non-thread-safe RefCount manipulations by tzik · 7 years ago
  57. 08aaedd Clean up around RefCountedBase by tzik · 7 years ago
  58. e1459d6 memory-infra: Avoid dereferencing polling_state_ when it could be null by hjd · 7 years ago
  59. 0066f16 Reland: Avoid calling strlen() where possible in base/trace_config by iceman · 7 years ago
  60. e4f02fd Make mojo::internal::MultiplexRouter::InterfaceEndPoint RefCountedThreadSafe by tzik · 7 years ago
  61. 2513141 Use base::RefCountedThreadSafe on BindStateBase by tzik · 7 years ago
  62. 74f7680 Add noexcept specifier to base::Value by jdoerrie · 7 years ago
  63. d24a523 Revert of Cleaner fall-back stack capture for --enable-heap-profiling=native. (patchset #4 id:80001 of https://codereview.chromium.org/2757123002/ ) by wez · 7 years ago
  64. 6bc02c7 Remove IPC Message start entry ExtensionUtilityMsgStart by noel · 7 years ago
  65. 2225bd8 Fix compilation issue with base::flat_map. by dalecurtis · 7 years ago
  66. a446b97 android: Java-based launcher thread by boliu · 7 years ago
  67. 59a2ff0 Fix base::nix::GetDesktopEnvironment for newer versions of Unity by thomasanderson · 7 years ago
  68. f0a36ac Change SchedulerWorker::ShouldExit Checks Ordering by robliao · 7 years ago
  69. a171bf3 Make base::FilePath move constructor and assignment noexcept. by brettw · 7 years ago
  70. 149c1c5 Android: Remove GetApplicationContext part 1 by wnwen · 7 years ago
  71. 09e952b base: Support command line wrappers with quoted arguments by skyostil · 7 years ago
  72. 2c5a189 [Android] Fix port leak in the forwarder. by jbudorick · 7 years ago
  73. 5ae5387 Add Support to Get a COM STA Task Runner from the Task Scheduler API by robliao · 7 years ago
  74. 5b484a1 Initialize TaskScheduler with InitParams in sequenced_worker_pool_unittest.cc. by fdoray · 7 years ago
  75. 799d84a Cleaner fall-back stack capture for --enable-heap-profiling=native. by wez · 7 years ago
  76. 622d59e Pass Callback to TaskRunner by value and consume it on invocation by tzik · 7 years ago
  77. 4204849 Pref service: enable for user prefs in chrome behind a flag. by sammc · 7 years ago
  78. dd8d9c7 Add script fix_gn_headers.py to fix GN missing headers by wychen · 7 years ago
  79. 0b2cd61 memory-infra: remove debugging flow-events by primiano · 7 years ago
  80. e38fea5 New VS 2017 toolchain with dbghelp.dll fixes by brucedawson · 7 years ago
  81. 98a51d9 Revert of Avoid calling strlen() where possible in base/trace_config (patchset #2 id:20001 of https://codereview.chromium.org/2777203004/ ) by imcheng · 7 years ago
  82. b99b13c Revert of Reland "Add enable_ipc_logging build argument" (patchset #1 id:1 of https://codereview.chromium.org/2777983005/ ) by jwd · 7 years ago
  83. 87796b3 The main target of this CL is to avoid calling strlen() where possible. by iceman · 7 years ago
  84. 4eedfe7 [HttpCache] Store some memcache info to memory dumps for debugging by jkarlin · 7 years ago
  85. c8e4240 Add TaskScheduler::InitParams and accept it in TaskSchedulerImpl constructor. by fdoray · 7 years ago
  86. fc94d89 Mojo EDK: Avoid redundant queueing when sending to unknown peers by rockot · 7 years ago
  87. 046caee Implement comparison operators for base::Value by jdoerrie · 7 years ago
  88. 3555586 Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ )" by davidsz · 7 years ago
  89. d1bddb6 Make url_request_context dumps include context names by xunjieli · 7 years ago
  90. e9bb39d Remove redundant c_str() calls. by iceman · 7 years ago
  91. 571e197 Fix leaks in mojo::edk::NodeController by rockot · 7 years ago
  92. 579eaeb Disable TruncatedTrace unit test if exclude_unwind_tables used by halliwell · 7 years ago
  93. 083b464 Change uses of base::JoinString to pass StringPieces where possible. by mgiuca · 7 years ago
  94. c64a5d5 mac: Several minor fixes to allocator shim. by erikchen · 7 years ago
  95. 6de2407 Remove VS 2013 from vs_toolchain.py by brucedawson · 7 years ago
  96. 7530c53 Roll clang 296321:298539. by thakis · 7 years ago
  97. af33673 Revert of Mojo JS bindings: change module loading solution. (patchset #7 id:120001 of https://codereview.chromium.org/2759563004/ ) by hayato · 7 years ago
  98. bc7698e Revert of Mojo JS bindings: support auto-loading mojom.js deps. (patchset #3 id:40001 of https://codereview.chromium.org/2779493002/ ) by hayato · 7 years ago
  99. de974da Mojo JS bindings: support auto-loading mojom.js deps. by yzshen · 7 years ago
  100. a57927c Remove unused base/memory/singleton_objc.h by thakis · 7 years ago