1. cf599e2 Fix lack of lock in MTTR::TakePendingTasks() and add a few more safety checks. by gab · 8 years ago
  2. f86498c Introduce ThreadTaskRunnerHandle::OverrideForTesting and TestMockTimeTaskRunner::ScopedContext. by gab · 8 years ago
  3. 8e84daa [TSAN] Fix data race with base::i18n text direction. by mbjorge · 8 years ago
  4. 427d431 Mojo C++ bindings: handle the case where a message is recevied for an interface after it has encountered error. by yzshen · 8 years ago
  5. 8a73530 Remove auto raw pointer deduction from non-linux specific code. by vmpstr · 8 years ago
  6. 994a540 Initialize source field of PolicyMap::Entry by hunyadym · 8 years ago
  7. 3f3f37c Disable SecurityTest.NewOverflow under msan. by thakis · 8 years ago
  8. c3565bb Revert of memory-infra: Finish moving memory_infra from TracingController (patchset #25 id:470001 of https://codereview.chromium.org/2694083005/ ) by primiano · 8 years ago
  9. 411f938 allocator: Fix function type mismatch in allocator function definitions. by pcc · 8 years ago
  10. 701b203 Makes mojo generator generate export for constants by sky · 8 years ago
  11. b7a731c Adding a new message type to the Mojo channel. by jcivelli · 8 years ago
  12. a6ecabd Migrate web notifications to ChromeNotificationBuilder by awdf · 8 years ago
  13. 1849d74 Use O_CLOEXEC when calling open() in rand_util_posix by mark · 8 years ago
  14. 6567ffb Fix ProcessMemoryDumpTest.TakeAllDumpsFrom under msan. by thakis · 8 years ago
  15. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 8 years ago
  16. 1417def Android: improve static initializer counting in resource_sizes.py. by estevenson · 8 years ago
  17. 29ca844 Keep track of byte usage of the memory cache backend by jkarlin · 8 years ago
  18. 8b0297b Add field-initializing constructors to generated mojo structs. by sammc · 8 years ago
  19. 1c421d4 Roll back ANALYSIS_ASSUME_TRUE() until bitfield support is developed by kmarshall · 8 years ago
  20. 5bcf646 Remove a superfluous optimization from ApiCompatibilityUtils by yusufo · 8 years ago
  21. 4c8a604 Move spin_lock into partition_allocator. by palmer · 8 years ago
  22. 3c83d98 Inline initialization of SamplingParams members. by asvitkine · 8 years ago
  23. cad6a7b Improve the performance of the JSON parser. by brettw · 8 years ago
  24. 760e106 Fix several potential buffer over-read errors in JSONParser::ConsumeNumber. by rsesek · 8 years ago
  25. 5a75ad0 memory-infra: Finish moving memory_infra from TracingController by chiniforooshan · 8 years ago
  26. 111f429 Introduce base::ScopedPlatformHandle by rockot · 8 years ago
  27. bd260f6 [memory-infra] Update discardable memory dump provider names for background whitelist by ssid · 8 years ago
  28. 1f9ed8b Synchronize Test Code Based off of Comments from https://codereview.chromium.org/2698843006/ by robliao · 8 years ago
  29. d353b71 Introduce SchedulerSingleThreadTaskRunnerManager by robliao · 8 years ago
  30. 989772a Remove SingleThreadTaskRunner Dependency from TaskSchedulerWorkerPoolHistogramTest.NumTasksBeforeDetach by robliao · 8 years ago
  31. 459755e Add operator!= to PlatformThreadRef by robliao · 8 years ago
  32. 6625f1c Fix nocompile test failure due to clang roll and re-enable by wychen · 8 years ago
  33. 65920ac Prefer returning a SingleThreadTaskRunner in SequencedTaskRunnerHandle::Get(). by fdoray · 8 years ago
  34. 652413c Update TaskScheduler docs to make it more obvious how a TaskScheduler should be put in place. by gab · 8 years ago
  35. c0b0552 Whitelist net/ MemoryDumpProvider by xunjieli · 8 years ago
  36. ac6724f SchedulerWorker Refcounting for Destruction in Production by robliao · 8 years ago
  37. 0a6ecb1 base/process: Use /proc/self/stat to read startup time. by dcastagna · 8 years ago
  38. 839b6bf [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer() by chfremer · 8 years ago
  39. 4335085 [Cleanup] Clarify a histogram macro comment. by isherman · 8 years ago
  40. af6a34e Added StringPiece overloads for base::JoinString. by mgiuca · 8 years ago
  41. f370a15 Mojo C++ Bindings: Introduce build-time option to disable typemapping by rockot · 8 years ago
  42. 889f6f8 Use universal references in templated analysis passthrough functions. by kmarshall · 8 years ago
  43. b7d9549 Mojo EDK: Minor doc cleanup by rockot · 8 years ago
  44. 2990e27 Improve Mojo EDK documentation by rockot · 8 years ago
  45. 7d9f723 Fix auto raw pointer deduction on linux by vmpstr · 8 years ago
  46. badad90 Fix ImportantFileWriter leaking a .tmp file when passed an invalid path by proberge · 8 years ago
  47. cbedcab Use the saved task runner if TestTaskScheduler is re-entered from a task executed by RunTask. by joenotcharles · 8 years ago
  48. 9035b76 mac: Implement GetStackEnd(). by erikchen · 8 years ago
  49. 8a6028e Revert of Use TaskScheduler instead of WorkerPool in v8_platform.cc. (patchset #18 id:340001 of https://codereview.chromium.org/2610473002/ ) by jam · 8 years ago
  50. 7453b1b Add a comment to the allocator shim. by erikchen · 8 years ago
  51. cd0e2ce Fix OnceCallback support of base::ResetAndReturn by tzik · 8 years ago
  52. a4290e4 Shorten IMMEDIATE_CRASH() code size on win clang by scottmg · 8 years ago
  53. 6dbd03e test: disable LoggingTest.CheckCausesDistinctBreakpoints on iOS by primiano · 8 years ago
  54. 4c9e69f Enable SecurityTest.NewOverflow on Linux now that valgrind is gone by thakis · 8 years ago
  55. 3c07b0d Revert of Fix stack walking to notice if the frame is obviously not valid. (patchset #2 id:20001 of https://codereview.chromium.org/2692123005/ ) by vabr · 8 years ago
  56. a153e26 [Reland] base: make CHECK macros trap at distinct addresses in official builds by primiano · 8 years ago
  57. 2127537 Fix win-clang build by shinyak · 8 years ago
  58. ae12c77 Make LoggingTest.CheckCausesDistinctBreakpoints work on clang win by scottmg · 8 years ago
  59. ff4fbbf [flag_changer refactor] Fix usages to conform with new API by perezju · 8 years ago
  60. cc6a4e5 base: Add support for malloc zones to the allocator shim by erikchen · 8 years ago
  61. b7a0cfb Minor cleanup of PowerMonitor.java by bsazonov · 8 years ago
  62. d2a55e7 Refactor MemoryCoordinatorProxy by bashi · 8 years ago
  63. 845589c [memory-infra] Store the dump provider name in stack while invoking dump by ssid · 8 years ago
  64. cefbe20 Mojo C++ bindings: change some std::unique_ptr<base::Lock> to base::Optional<base::Lock>. by yzshen · 8 years ago
  65. 85772e6 [tracing] Implement polling in MemoryDumpManager by ssid · 8 years ago
  66. af25980 Revert of base: make CHECK macros trap at distinct addresses in official builds (patchset #10 id:180001 of https://codereview.chromium.org/2502953003/ ) by alph · 8 years ago
  67. c506250 base: make CHECK macros trap at distinct addresses in official builds by primiano · 8 years ago
  68. 9634391 Added additional logging to flaky test "LoginGuestTest.CursorShown" by bruthig · 8 years ago
  69. e3b178c Fix stack walking to notice if the frame is obviously not valid. by erikchen · 8 years ago
  70. f7ef5aa Updates for improved PMA 'object' interface. by bcwhite · 8 years ago
  71. 0b59c4b Document that TaskSchedulers runs tasks on threads that it owns. by fdoray · 8 years ago
  72. 1d5b348 Move Storage for ListValue and DictValue in Union by jdoerrie · 8 years ago
  73. 6901bdd Add convenience methods so callers don't have to check if enabled. by bcwhite · 8 years ago
  74. 9ae032a Revise the comment on base::IDMap::Replace() by sungmann.cho · 8 years ago
  75. 9a8a228 Mojo EDK: Reduce unused read buffer capacity by rockot · 8 years ago
  76. 9b4c290 Mojo C++ bindings: remove unnecessary getters/params of AssociatedGroup. by yzshen · 8 years ago
  77. fd7529c Remove UMA.PersistentAllocator.*.Allocs histograms which aren't being used. by bcwhite · 8 years ago
  78. baf5e6a Adjust a test expectation in the stack sampler unit test. by avi · 8 years ago
  79. 5fb0a91 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 8 years ago
  80. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 8 years ago
  81. 2dded0e Minor cleanup to heap_profiler_allocation_context_tracker.cc. by erikchen · 8 years ago
  82. d7470ef Files required by a service now listed in manifest. by jcivelli · 8 years ago
  83. 3d119c4 Only enable heap tracking under --enable-heap-profiling=task-profiler. by siggi · 8 years ago
  84. c58c3bd Allow ScopedTaskScheduler to be created before a class that overrides MessageLoop::current() such as ScopedMockTimeMessageLoopTaskRunner. by joenotcharles · 8 years ago
  85. d8c113c Enable startup tracing from command line flags in components/tracing by ssid · 8 years ago
  86. cad2561 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 8 years ago
  87. ba676b8 Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 8 years ago
  88. 72cd2ac Add missing #include around sequenced_worker_pool.h by tzik · 8 years ago
  89. e506012 Use TRACK_RUN_IN_THIS_SCOPED_REGION for heap profiler by ssid · 8 years ago
  90. e968d28 Mojo C++ bindings: remove some usage of AssociatedGroup from user code. by yzshen · 8 years ago
  91. cc14d66 Copy cdb.exe to build_root_dir so it's available to isolated tests by jochen · 8 years ago
  92. 5aed4c7 Make CHECK int 3 on Windows, rather than crash by scottmg · 8 years ago
  93. 90979fa Fix memory leak in JSONSchemaValidator. by jbroman · 8 years ago
  94. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 8 years ago
  95. ebd0e58 Implements mojo::StrongBindingSet. by alokp · 8 years ago
  96. 59b86e2 Add ANALYSIS_ASSUME_TRUE annotations to DCHECK_OP impl bodies. by kmarshall · 8 years ago
  97. 2b90324 base: Add comments warning about using insert() a lot on flat_set. by danakj · 8 years ago
  98. 0393631 Prevent some string copies when sending Values to WebUI. by brettw · 8 years ago
  99. 9bace88 PlatformThreadId is a Mach port on the Mac; use the correct type in the typedef. by avi · 8 years ago
  100. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 8 years ago