1. 2d4c331 Store log messages in global activity tracker. by bcwhite · 8 years ago
  2. c8199ff CheckedNumeric cleanups by jschuh · 8 years ago
  3. ab9b353 Add heap allocator usage to task profiler. by siggi · 8 years ago
  4. 4dcb41d Get rid of ugly decltype in IntToString by jschuh · 8 years ago
  5. 76e3710 TaskScheduler: Initialize TaskTraits with the priority of the current thread. by fdoray · 8 years ago
  6. 97b2e64 TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask(). by fdoray · 8 years ago
  7. 9b69714 Add thread checker to base::RunLoop. by ahest · 8 years ago
  8. b81f7b7 Clean up error message in schema-based policy validation by emaxx · 8 years ago
  9. 87ffb4b Fix silent truncations when extracting values from CheckedNumeric by jschuh · 8 years ago
  10. a35929a As YAPS server does not handle affiliation_ids correctly yet, we need to have a flag that would allow us to avoid that check during development. by antrim · 8 years ago
  11. 5cfab97 TaskScheduler: Add internal::GetTaskPriorityForCurrentThread(). by fdoray · 8 years ago
  12. 1c7cab0 [tracing] Whitelist sync MDP. by dskiba · 8 years ago
  13. f5c6169 Make test filters play nice by katthomas · 8 years ago
  14. 352c134 Added function to provide the short board name of the device by igorcov · 8 years ago
  15. 17bc964 android: Realign stack pointer on JNI entry. by torne · 8 years ago
  16. 30f6427 Store field trial parameters in shared memory by lawrencewu · 8 years ago
  17. 644d4f4 Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes by rlanday · 8 years ago
  18. 1af92ae Convert profile import IPCs to Mojo by tibell · 8 years ago
  19. b5d98a3 Update base::scoped_refptr<> docs by tnagel · 8 years ago
  20. f87bd88 Fix TODO Typo by robliao · 8 years ago
  21. f6be8ad Remove MessageLoop destruction observer from mojo::Watcher. by yzshen · 8 years ago
  22. 2e935ae TaskScheduler: Add base::PostTask(WithTraits)AndReplyWithResult(). by fdoray · 8 years ago
  23. f220376 Move OS_WIN specific logic in MessagePumpDefault::Run into waitable_event_win.cc by stanisc · 8 years ago
  24. 45355cd Mojo C++ bindings: fix [D]CHECKs in MultiplexRouter and SyncHandleRegistry. by yzshen · 8 years ago
  25. 623d42c Mojo C++ bindings: remove the single-threaded Router. by yzshen · 8 years ago
  26. f5b01dd Mandate unique_ptr for base::IDMap in IDMapOwnPointer mode. by rlanday · 8 years ago
  27. 65df53e Move PostTaskAndReplyWithResult() adapters to a separate header. by fdoray · 8 years ago
  28. e846365 Share field trial allocator on zygote-using Linuxes by lawrencewu · 8 years ago
  29. 4ef4818 base: Print sub-second resolution timestamps by djkurtz · 8 years ago
  30. 12d1fd6 Stop accepting a null reply in base::PostTaskAndReplyWithResult(). by fdoray · 8 years ago
  31. ebd255e android: JavaRef type behaviour improvements. by torne · 8 years ago
  32. cc20ec5 Add back missing ALWAYS_INLINE to saturated math by enne · 8 years ago
  33. 01c8572 Fix use of base/numerics in IntToString by jschuh · 8 years ago
  34. 59264c1 Remove destruction observer from base::FilePathWatcherKQueue. by fdoray · 8 years ago
  35. eeb20dc Move IMMEDIATE_CRASH and OOM_CRASH from wtf to base. by Chris Palmer · 8 years ago
  36. da9db99 Fix more integer underflow cases in base::Time::FromExploded. by davidben · 8 years ago
  37. 0066625 Struct traits for gfx::Range and gfx::RangeF. by moshayedi · 8 years ago
  38. 26866e2 TaskScheduler: Add TaskTraits::WithWait(). by fdoray · 8 years ago
  39. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  40. ba05520 Devirtualize DictionaryValue::Remove and DictionaryValue::RemovePath by dcheng · 8 years ago
  41. 01e0bc1 mojo/gpu: Remove dead gpu code. by sadrul · 8 years ago
  42. 1771f72 Loosen restrictions on CheckedNumeric bitwise operators by jschuh · 8 years ago
  43. 4e736ce Allow custom comparators for the MRUCache by rsleevi · 8 years ago
  44. f13187f Add support for turning pointers back to references. by bcwhite · 8 years ago
  45. cc46461 WTF/std normalization: replace WTF::Vector::first() with ::front() by pilgrim · 8 years ago
  46. e953be6 Add a mojo struct corresponding and typemapped to base::File. by sammc · 8 years ago
  47. 1cbbc2f Remove FileUtilProxy:DeleteFile(). by fdoray · 8 years ago
  48. ccd5b95 Modernize TimerTests prior to https://codereview.chromium.org/2491613004 by gab · 8 years ago
  49. f4c2e23 [tracing] Use EstimateMemoryUsage() in deduplicators. by dskiba · 8 years ago
  50. b219208 logging: Provide a specific MakeCheckOpValueString overload for functions by raphael.kubo.da.costa · 8 years ago
  51. c787a55 Remove debug code for field trial crashes by lawrencewu · 8 years ago
  52. 4566580 [Mac] Report statistics more regularly in Mac memory pressure monitor by lgrey · 8 years ago
  53. 856e8a2 Remove unnecessary gendered language in //mojo. by sammc · 8 years ago
  54. a02560a Add CheckedNumeric::AssignIfValid() method by jschuh · 8 years ago
  55. 08abba4 Bump field trial allocator size to 128 KiB by lawrencewu · 8 years ago
  56. 9409ce3 Support overriding the CheckedNumeric value extraction functions by jschuh · 8 years ago
  57. 81ec19c Use CreateAndSetDefaultTaskScheduler() in ScopedTaskScheduler. by fdoray · 8 years ago
  58. d8c90b2 Account only main WinHeap in MemoryDumpProvider on Windows. by kraynov · 8 years ago
  59. 13c558c Fix histogram pid value by rbyers · 8 years ago
  60. e6e6195 Support external task cancellation mechanisms in base::Callback::IsCancelled by tzik · 8 years ago
  61. 55256af Add bitwise operators for unsigned CheckedNumeric types by jschuh · 8 years ago
  62. 9d3cb53 Add variadic helper functions for CheckedNumeric math operations by jschuh · 8 years ago
  63. 184a8f2 components: Cleanup class/struct fwd declarations by jbriance · 8 years ago
  64. 2ef2afe Move WTF::SpinLock to base::SpinLock. by palmer · 8 years ago
  65. 5681d1d Add process lifetime annotations to stack samples. by bcwhite · 8 years ago
  66. fdca05f Enable shared memory for field trials by lawrencewu · 8 years ago
  67. 41d2732 Stop checking that FilePathWatcher is used from a MessageLoopForIO. by fdoray · 8 years ago
  68. 0e49a2a Remove unused include. by thakis · 8 years ago
  69. 2e717d1 Fix Thread::SetMessageLoop(nullptr). by gab · 8 years ago
  70. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  71. a65b327 Remove ipc/unix_domain_socket_util.* by sammc · 8 years ago
  72. a92fad1 Mojo EDK: Correctly handle EMSGSIZE on Mac. by sammc · 8 years ago
  73. 14a7bb5 Remove remaining base dependencies from base/numerics by jschuh · 8 years ago
  74. 0675d18 Fix adding duplicate trials to allocator (finally) by lawrencewu · 8 years ago
  75. 0d5d7d6 Android: Terminate old application objects by wnwen · 8 years ago
  76. 36d776f Use TIMER_SLACK_MAXIMUM on the TaskScheduler service thread. by fdoray · 8 years ago
  77. 064b27d Reland of Enforce 32/64 bit compatibility for persistent objects. (patchset #1 id:1 of https://codereview.chromium.org/2521513005/ ) by piman · 8 years ago
  78. 0aa51a1 Fix getting initially active trials with shared memory. by asvitkine · 8 years ago
  79. 89f4bc9 Port messages sent by WebIDBCursorImpl to Mojo. by reillyg · 8 years ago
  80. 32dbbe4 Revert of Enforce 32/64 bit compatibility for persistent objects. (patchset #7 id:260001 of https://codereview.chromium.org/2490303002/ ) by piman · 8 years ago
  81. 03b6a1c Add debug info for field trial allocation crash by lawrencewu · 8 years ago
  82. 3d19992 Enforce 32/64 bit compatibility for persistent objects. by bcwhite · 8 years ago
  83. 83887ee Improve compile error when invoking OnceCallback::Run on a non-rvalue. by dcheng · 8 years ago
  84. cb6d9ef Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 8 years ago
  85. 0fe517e Add struct_traits and typemap for blink::WebGamepad by ke.he · 8 years ago
  86. b5c13da Convert simple CheckedNumeric functions to constexpr by jschuh · 8 years ago
  87. c8b4bcf Move const PortName data out of header file by brucedawson · 8 years ago
  88. a17b470 Create base::test::ScopedTaskScheduler. by fdoray · 8 years ago
  89. 08fb0b8 Move the remaining CheckedNumeric logic out of the macro by jschuh · 8 years ago
  90. 44755fb Add a URLRequest FTP fuzzer. by mmenke · 8 years ago
  91. 0e6c6af Disallow posting tasks to SequencedWorkerPools by default. by fdoray · 8 years ago
  92. ba2af10 [Sync] Implement MemoryDumpProvider. by dskiba · 8 years ago
  93. fb864bf Revert of Add check_build_deps step to gclient runhooks (patchset #2 id:20001 of https://codereview.chromium.org/2505413003/ ) by anthonyvd · 8 years ago
  94. 1c02d05 Add check_build_deps step to gclient runhooks by thomasanderson · 8 years ago
  95. a286584 tracing: fix races in CategoryRegistry by primiano · 8 years ago
  96. 9338f63 Mojo C++ bindings: switch services/ui/public/interfaces mojom target to use STL types. by yzshen · 8 years ago
  97. fe91194 Turn off shared memory flag again by lawrencewu · 8 years ago
  98. 53d5002 [CustomTabs] Report the navigation start as absolute time by droger · 8 years ago
  99. 5bb8279 Remove WorkerPoolImp's destructor by raphael.kubo.da.costa · 8 years ago
  100. 446a7ae Move SaturatedArithmetic from Blink to base by enne · 8 years ago