1. bb963de memory-infra: Fill the memory dump callback result (1/2) by hjd · 7 years ago
  2. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  3. ce38c19 Enable noexcept on Windows, use for a few move constructors. by brettw · 7 years ago
  4. 44ac829 Fix comment in histogram_functions. by sebsg · 7 years ago
  5. 79603d9 Enable storing last-dispatched exception per-thread. by bcwhite · 7 years ago
  6. 9d6fcb5 memory-infra: Add a struct to carry memory use information by hjd · 7 years ago
  7. 4975c70 [memory-infra] Fix base_unittests on CFI bots by ssid · 7 years ago
  8. a76fe0e Do not discourage usage of ScopedAsyncTaskScheduler. by fdoray · 7 years ago
  9. caafbae Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) by rockot · 7 years ago
  10. 02e6449 Reland of Add process uptime metadata event in tracing (patchset #1 id:1 of https://codereview.chromium.org/2768123002/ ) by ssid · 7 years ago
  11. 28aa1c1 Stop passing raw pointers to DictionaryValue::Set, part 1 by vabr · 7 years ago
  12. a566ccd Convert chrome compositor test's InstrumentationTestCases by yolandyan · 7 years ago
  13. 3f3f191 Revert of Enable noexcept on Windows, use for a few move constructors. (patchset #3 id:40001 of https://codereview.chromium.org/2771643002/ ) by scottmg · 7 years ago
  14. 61f35fd Add enable_ipc_logging build argument by davidsz · 7 years ago
  15. f901f38 Prepare Chromium and Blink for ICU 59 by jshin · 7 years ago
  16. 6d1b2b1 Enable noexcept on Windows, use for a few move constructors. by brettw · 7 years ago
  17. 5676476 Revert of Revert "[memory-infra] Add unittests for peak detection and NotifyDumpTriggered" (patchset #1 id:1 of https://codereview.chromium.org/2766933004/ ) by ssid · 7 years ago
  18. f81c000 Add the COM STA Task Runner by robliao · 7 years ago
  19. fd512ff Revert of Add process uptime metadata event in tracing (patchset #4 id:80001 of https://codereview.chromium.org/2753133002/ ) by dgozman · 7 years ago
  20. 47a7971 Getting OS version numbers for Linux. by romax · 7 years ago
  21. dabb492 Reland of Ensure consistent return ordering in base::WaitableEvent::WaitMany (patchset #1 id:1 of https://codereview.chromium.org/2761993004/ ) by rockot · 7 years ago
  22. d35b74e Add process uptime metadata event in tracing by ssid · 7 years ago
  23. 2f1ac88 Add a flat_map container. by brettw · 7 years ago
  24. b91abe9 Revert "[memory-infra] Add unittests for peak detection and NotifyDumpTriggered" by krasin · 7 years ago
  25. c4b5f17 mojo: MessageReceiver*::AcceptWithResponder() now take a unique_ptr to the responder by watk · 7 years ago
  26. f15b3e1 Clean up: Remove GlobalHistogramAllocator::CreateWithSharedMemory by hajimehoshi · 7 years ago
  27. 579c305 [memory-infra] Add unittests for peak detection and NotifyDumpTriggered by ssid · 7 years ago
  28. 497c118 Mojo C++ Bindings: Support dispatch in nested message loops by rockot · 7 years ago
  29. 1951e8f Merge FakeBindState{1,2} to one by tzik · 7 years ago
  30. af6f3f8 Fix free memory calculation. by mkolom · 7 years ago
  31. 16b80e9 Revert of Ensure consistent return ordering in base::WaitableEvent::WaitMany (patchset #5 id:80001 of https://codereview.chromium.org/2758853002/ ) by hzl · 7 years ago
  32. bd31d64 Remove checked-in .isolate files. by thakis · 7 years ago
  33. 4f661a3 Moving FileDescriptorInfo from content/ to base/ and making base by jcivelli · 7 years ago
  34. 0aa5862 Add CriticalClosure to BLOCK_SHUTDOWN Tasks by robliao · 7 years ago
  35. 344ea8d Use string(StringPiece) instead of StringPiece::as_string(). by bnc · 7 years ago
  36. 616bb0a Fix DCHECK in ipc_perftests by rockot · 7 years ago
  37. 0f4818c Remove the |max_threads| argument from CreateAndSetSimpleTaskScheduler(). by fdoray · 7 years ago
  38. 1e4d83d Fix typo in malloc dump provider function name by etienneb · 7 years ago
  39. 0ff1238 Migrate WTF::HashMap::remove() to ::erase() by pilgrim · 7 years ago
  40. 8e07f69 Move mojo tests into LayoutTests to use testharness by damargulis · 7 years ago
  41. ea34a18 Remove RunMixin from base::Callback implementation by tzik · 7 years ago
  42. fbe605b Revert of Fix free memory calculation. (patchset #27 id:520001 of https://codereview.chromium.org/2558043007/ ) by horo · 7 years ago
  43. 08ff1010 Fix free memory calculation. by mkolom · 7 years ago
  44. 3bc1251 Revert of Making the Mojo Channel Messages legacy mode dynamic. (patchset #4 id:120001 of https://codereview.chromium.org/2749853003/ ) by jcivelli · 7 years ago
  45. b6c9833 Add WaitForWork to SchedulerWorker::Delegate by robliao · 7 years ago
  46. 953e0c5 Revert of Temporarily CHECK use after free in Value (patchset #1 id:1 of https://codereview.chromium.org/2743363004/ ) by vabr · 7 years ago
  47. 3abd4fe Moving ChildProcessCreationParams from content to base. by jcivelli · 7 years ago
  48. 798c5ef 1 - Removing checks for self-assignment from base::Value. by dyaroshev · 7 years ago
  49. 76b1211 Avoid to use the method pointer to Callback<>::Run on gmock tests by tzik · 7 years ago
  50. 559ec4e Mojo C++ bindings: rename GetIsolatedProxy to MakeIsolatedRequest to better match other functions. by yzshen · 8 years ago
  51. 2c405ec Ensure consistent return ordering in base::WaitableEvent::WaitMany by rockot · 8 years ago
  52. edf640b Update documentation for base::ResetAndReturn(Callback*) by michaelpg · 8 years ago
  53. 8005f92 Mojo: Move waiting APIs to public library by rockot · 8 years ago
  54. 6de854a Mojo C++ Bindings: fix mojom::Foo::Deserialize() for component build. by yzshen · 8 years ago
  55. 136d6a0 memory-infra: Finish moving to Mojo (3nd attempt) by chiniforooshan · 8 years ago
  56. 317a281 Remove ScopedVector from ipc/. by leon.han · 8 years ago
  57. 75e4c81 Mojo EDK: Circulate MojoArmWatcher outputs to avoid starvation by rockot · 8 years ago
  58. a0d73f4 Making the Mojo Channel Messages legacy mode dynamic. by jcivelli · 8 years ago
  59. 45cf1ef Multi-Process Tracking Support by bcwhite · 8 years ago
  60. 6bb6682 Harden allocator for file-backed memory. by bcwhite · 8 years ago
  61. e6d9a48 Followup Feedback on https://codereview.chromium.org/2726073002/ by robliao · 8 years ago
  62. cd160b8 Mojo: Don't hold a watch context ref in SimpleWatcher posted task by rockot · 8 years ago
  63. 39c078a Fix crash in InvokeOnMemoryDump when tracing by hjd · 8 years ago
  64. 2a1a100 Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 8 years ago
  65. f507c53 Convert utility process extension Unpacker IPC to mojo by noel · 8 years ago
  66. 5d98ebe Use LoadLibraryExW if applicable in LoadNativeLibrary on Windows by chengx · 8 years ago
  67. 31e234f Revert of Mojo EDK: Introduce MojoQueryHandleSignalsState API (patchset #9 id:160001 of https://codereview.chromium.org/2741033003/ ) by tzik · 8 years ago
  68. 522926a Change BaseJUnit4ClassRunner super class to be AndroidJUnit4ClassRunner by yolandyan · 8 years ago
  69. ab5879a Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 8 years ago
  70. a07beef Mojo: Armed Watchers by rockot · 8 years ago
  71. 3561f41 Add FD counts UMA stats on CrOS. by dcastagna · 8 years ago
  72. 1431475 Remove Obsolete Comment from https://codereview.chromium.org/2729573004/ by robliao · 8 years ago
  73. 81adc78 Remove SingleThreadTaskRunner Support from SchedulerWorkerPoolImpl by robliao · 8 years ago
  74. ec7dee1 Set noinline attribute on exported shim layer functions. by pcc · 8 years ago
  75. 745515c [Device Service] Port ScreenOrientationListener into Device Service. by leon.han · 8 years ago
  76. 03ed9f7 Fix errorprone StaticAccessedFromInstance warnings in base junit code. by mikecase · 8 years ago
  77. 3f090ed Temporarily CHECK use after free in Value by vabr · 8 years ago
  78. 229a46c Make --enable-heap-profiling=native "work" on Windows. by wez · 8 years ago
  79. 753d006 Changing multiprocess test SpawnChild to return a struct instead of a by jcivelli · 8 years ago
  80. a513a31 Remove a scoped_refptr<>::swap overload by tzik · 8 years ago
  81. 7ed7de2 Enable CED HTML5 mode by jinsukkim · 8 years ago
  82. 19d768e Remove MemoryCoordinatorProxy::SetCurrentMemoryStateForTesting by bashi · 8 years ago
  83. 95bbfa9 mojo bindings: Support enums with no values by watk · 8 years ago
  84. ed0fd6c MacViews/a11y: Typedef gfx::NativeViewAccessible to id for all of Mac & iOS. by patricialor · 8 years ago
  85. 79bfa45 Fix TaskSchedulerWorkerPoolHistogramTest.NumTasksBeforeDetach by robliao · 8 years ago
  86. d52ace3 Replace use of logging::DEBUG_MODE with DCHECK_IS_ON(). by wez · 8 years ago
  87. 5cd56f9 mac: Fix calulation for resident size of a process. by erikchen · 8 years ago
  88. e04401b Use depfiles for mojom generation. by sammc · 8 years ago
  89. bdf66b6 Copy *all* UCRT DLLs to the output directory by brucedawson · 8 years ago
  90. c16909f Mojo: Add signal for new data pipe consumer data by rockot · 8 years ago
  91. 8da2b91 Redirect SingleThreadTaskRunner creation to the SchedulerSingleThreadTaskRunnerManager by robliao · 8 years ago
  92. 3812af8 Fix Template Parameter List for Associative Containers in base::EraseIf by jdoerrie · 8 years ago
  93. fdac8c3 [memory-infra] MemoryDumpScheduler follows config for time between dumps by ssid · 8 years ago
  94. 8580360 Only import gyp when required in vs_toolchain.py. by thestig · 8 years ago
  95. e2ffe41 Don't confuse VS 2013 with VS 2017 by brucedawson · 8 years ago
  96. 36dcaef [memory-infra] Implement peak detection logic by ssid · 8 years ago
  97. 19e3ad7 Introduce SchedulerSingleThreadTaskRunnerManager by robliao · 8 years ago
  98. d95fe6d Add targetsAtLeastO() helper function by ntfschr · 8 years ago
  99. 42c0a66 Clear memory in a predictable and atomic manner when changing type. by bcwhite · 8 years ago
  100. 42ef309 Stop reporting metadata_fragmentation_caches for macOS. by erikchen · 8 years ago