1. 1cd1210 Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 9 years ago
  2. efc201d include what you use: errno.h in process_memory_dump.cc by mostynb · 9 years ago
  3. e415a7b arc-bridge: Add IPC message definitions by lhchavez · 9 years ago
  4. 64795962 Makes windowmanager draw non-client area by sky · 9 years ago
  5. 1086b85 Update StringPrintfTest.Invalid for VS 2015 by brucedawson · 9 years ago
  6. d33ea18 mac: StackDumpSignalHandler() should reraise the signal. by erikchen · 9 years ago
  7. 22ab238 Android Webview IPC-based sync compositing by boliu · 9 years ago
  8. babf673 base: SysInfo::Uptime() returns a TimeDelta by sque · 9 years ago
  9. 123ae25 ipc: Add more UMA metrics for AttachmentBrokerUnprivileged. by erikchen · 9 years ago
  10. 5c348dd ui/gfx/geometry: Rename empty() method to IsEmpty() on Insets APIs. by tfarina · 9 years ago
  11. c385b94 Revert of StackDumpSignalHandler() should reraise the signal. (patchset #8 id:140001 of https://codereview.chromium.org/1402403006/ ) by jorgelo · 9 years ago
  12. 83e359c GN: Remove "outputs" parameter for java_cpp_enum() by agrieve · 9 years ago
  13. 3093d4f Make Google API keys available for the Java codebase. by dvh · 9 years ago
  14. d2f1b52 Call reset(nullptr) in scoped_ptr's destructor. by amistry · 9 years ago
  15. 410216f Add gfx::Size::GetCheckedArea and use it where appropriate. by vmpstr · 9 years ago
  16. 905b9b9 Trim IPC ChannelReader's buffer after processing large messages. by dskiba · 9 years ago
  17. 2acb2d8 Avoid const int definition problems by brucedawson · 9 years ago
  18. 134773c Window Type Launcher as a process. by ben · 9 years ago
  19. 4cd9386 StackDumpSignalHandler() should reraise the signal. by erikchen · 9 years ago
  20. 9bbfa01 [tracing] Add support for composable memory dumps by primiano · 9 years ago
  21. e4080a8 Use SequencedWorkerPoolOwner in SequencedTaskRunnerHandlerTest. by bauerb · 9 years ago
  22. 94fd827 Modified old wait sync point functions to also accept new sync tokens. by dyen · 9 years ago
  23. 46ea9c2 Use chromium linker and relocation packing for chrome_public_apk in GN by pkotwicz · 9 years ago
  24. 5680a83 [Tracing] Add support type IDs to heap profiler by ruuda · 9 years ago
  25. c42571e [tracing] Add TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_PROCESS_ID by primiano · 9 years ago
  26. bff6015 Reland Reland Reland Switch Chrome Android using v8 arch specific external data name by michaelbai · 9 years ago
  27. 67e13bc Add negative test case for CompareAndSwap. by bcwhite · 9 years ago
  28. 1892b29 Change VLOGs in ipc::SyncChannel to DVLOGs. by bauerb · 9 years ago
  29. dd48306 android: Add ToJavaByteArray variant for vector<uint8_t>. by scheib · 9 years ago
  30. 0fb5037 Revert of Reland Reland Switch Chrome Android using v8 arch specific external data name (patchset #9 id:180001 of https://codereview.chromium.org/1422793004/ ) by sammc · 9 years ago
  31. 5a90276 Reland Reland Switch Chrome Android using v8 arch specific external data name by michaelbai · 9 years ago
  32. 3394b1a gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 9 years ago
  33. a7f3ea2 Stack sampling profiler: handle unloading and unloaded modules by wittman · 9 years ago
  34. b5f8a1d Register a default instance of FeatureList for content browser. by asvitkine · 9 years ago
  35. ddd69bb Include TraceConfig JSON into trace metadata by lpy · 9 years ago
  36. c11f6cd Enable multiprocess by default on desktop Mandoline. by jam · 9 years ago
  37. b3cf2c7 Tracing: Renamed the exported folder to common as it will also be used as the DEPS mountpoint by oysteine · 9 years ago
  38. 031e976 reland 3: "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." by erikchen · 9 years ago
  39. cba45cb Revert of Enable multiprocess by default on desktop Mandoline. (patchset #5 id:80001 of https://codereview.chromium.org/1406403004/ ) by jam · 9 years ago
  40. c42519e [tracing] Move memory-infra dumps to dedicated thread by primiano · 9 years ago
  41. c87fe94 [tracing] heap-profiler: Use explicit ConvertableToTraceFormat cast by primiano · 9 years ago
  42. aad0b0d Reduced the size of each TraceEvent from 152 to 144 bytes (x64) by being more strategic about padding by oysteine · 9 years ago
  43. a14ea7c Enable multiprocess by default on desktop Mandoline. by jam · 9 years ago
  44. e270a1d Revert of Call reset(nullptr) in scoped_ptr's. (patchset #7 id:120001 of https://codereview.chromium.org/1356483002/ ) by perkj · 9 years ago
  45. 387cb02 command_buffer: Support textured path rendering for CHROMIUM_path_rendering by kkinnunen · 9 years ago
  46. 2987ad0 Fix hangs in Mandoline page cycler on Linux with --enable-multiprocess. by jam · 9 years ago
  47. 256bf94 Change ScopedPtr(Hash)Map to make qualified calls to ignore_result(). by sammc · 9 years ago
  48. 7a0e111 Call reset(nullptr) in scoped_ptr's destructor. by amistry · 9 years ago
  49. b5f99be Fix Python imported modules depfile generation by tsniatowski · 9 years ago
  50. 4fd2a69 mandoline: Build mojo_runner when we build a mojo application. by erg · 9 years ago
  51. e7e3092 ipc: Make MessageAttachment inherit from RefCountedThreadSafe. by erikchen · 9 years ago
  52. 8e640ae Generate an ETW event at the end of "Complete" chrome://tracing events. by fdoray · 9 years ago
  53. 4342938 Revert "reland 2: "mac: Run A/B experiment on SharedMemory mechanism for resource buffers."" by erikchen · 9 years ago
  54. 4f5f043 Only signal the removal callback once in CallbackList::Compact. by davidben · 9 years ago
  55. 80f885d Remove two unncessary lines from jni_array.cc by twellington · 9 years ago
  56. e15d983 Add generic.total_physical_bytes property to MallocExtension by ssid · 9 years ago
  57. 46ee253 Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File. by fdoray · 9 years ago
  58. 25a5a5c mandoline: Fix mandoline release build on Linux. by erg · 9 years ago
  59. 8670b6c ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change. by reveman · 9 years ago
  60. 27536d7 [Tracing] Remove fields from AllocationContext by ruuda · 9 years ago
  61. a716ac7 [tracing] Add names to memory-infra dumpers for debugging by primiano · 9 years ago
  62. 167027c Support disabling unit test batching. Use it for angle_end2end_tests by phajdan.jr · 9 years ago
  63. 4cd3608 [iOS] Disable COUNT_RESIDENT_BYTES_SUPPORTED. by sdefresne · 9 years ago
  64. a23e281 Add SequencedTaskRunnerHandle to get a SequencedTaskRunner for the current thread / sequence. by bauerb · 9 years ago
  65. ccde48d reland 2: "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." by erikchen · 9 years ago
  66. 72c671f Allow mojo_runner to connect to arbitrary executables. by ben · 9 years ago
  67. 845f83c Tracing: Add metadata indicating whether we have a high-resolution clock available by oysteine · 9 years ago
  68. 785fbbe Using copy_ex to copy assets by michaelbai · 9 years ago
  69. 6e3f7b3 ipc: Add ParamTraits<signed char> by ortuno · 9 years ago
  70. 899f5c9 Remove unused Go runtime support in mojo shell. by jam · 9 years ago
  71. e03ef0d [Contextual Search] Add support for crushed sprites and animate the search provider icon by twellington · 9 years ago
  72. 5f9320c ipc: Add a lock to guard modifications of state of the AttachmentBroker. by erikchen · 9 years ago
  73. 32e67f3 IPC: Remove unnecessary conversions of BrokerableAttachment. by erikchen · 9 years ago
  74. c817254 Fix race condition when launching child processes in Mandoline. by jam · 9 years ago
  75. 37e7276 [Android] Attempt to set device settings on eng builds. by jbudorick · 9 years ago
  76. c29038e Use --gtest_flagfile for --gtest_filter in unit test launcher by phajdan.jr · 9 years ago
  77. 1796efe Add missing overflow handling to base::RandInt(). by Nico Weber · 9 years ago
  78. 065868e Revert "Temporarily add UMA histogram for IPC message sizes." by dskiba · 9 years ago
  79. 3a94d21 Wrap HANDLE_EINTR around open() and write() in trace_event_android.cc by wangxianzhu · 9 years ago
  80. 87d84a2 Enable base_perftests on Android by pkotwicz · 9 years ago
  81. d1d977e Add 'build' directory to import path of gyp_chromium. by bcwhite · 9 years ago
  82. 8d3a7dd Add ReplaceFlags method to flag_changer by perezju · 9 years ago
  83. a2f132c Generalize a base64url implementation in //base. by peter · 9 years ago
  84. 9611d02 [tracing] Add run-time instrumentation of memory-infra by primiano · 9 years ago
  85. 6c745fe mus: Change namespace from mojo to mus.mojom for events. by sadrul · 9 years ago
  86. 656082d mus: Move mojo events into mus. by sadrul · 9 years ago
  87. 0559191 Tracing: Add support for PII whitelisting of individual trace event arguments by oysteine · 9 years ago
  88. d2fbf97 Moves wheel_data onto PointerData by sky · 9 years ago
  89. 3a501e4 Revert "reland 1: "mac: Run A/B experiment on SharedMemory mechanism for resource buffers."" by caseq · 9 years ago
  90. 6734e0a Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  91. ae5a3d2 mandoline: Fix crash by releasing ownership of the broker process. by erg · 9 years ago
  92. 2f9d11b reland 1: "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." by erikchen · 9 years ago
  93. 81f6fda [Tracing] Fix DCHECK and stack underflow check order by ruuda · 9 years ago
  94. f57bddd Revert "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." by ellyjones · 9 years ago
  95. c60d6ef command_buffer: Support instanced path rendering in gpu command buffer by kkinnunen · 9 years ago
  96. 26e5ff3 mac: Run A/B experiment on SharedMemory mechanism for resource buffers. by erikchen · 9 years ago
  97. ff103d6 Add missing include of <iterator> by brucedawson · 9 years ago
  98. 3d710d1 Revert of win: Update to Win 10 SDK (patchset #8 id:140001 of https://codereview.chromium.org/1378153003/ ) by caseq · 9 years ago
  99. b881e6e Set up a FeatureList instance for unit tests. by asvitkine · 9 years ago
  100. 610e378 [Tracing] Add StackFrameDeduplicator to MemoryDumpSessionState by ruuda · 9 years ago