1. 17f21de Remove deprecated ListValue::Append(Value*) overload on Linux. by dcheng · 8 years ago
  2. 690fbbe IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 8 years ago
  3. 50c0aba Test SequencedWorkerPool with redirection to the TaskScheduler. by fdoray · 8 years ago
  4. b131654 Integrate Crashpad UMA by scottmg · 8 years ago
  5. 742f876 Use base::Thread instead of single-threaded SequencedWorkerPool in TestLauncher. by gab · 8 years ago
  6. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  7. 67dfe79 Remove outdated TODO in SequencedWorkerPool::Inner::IsRunningSequenceOnCurrentThread(). by fdoray · 8 years ago
  8. ca69b87 Make SystemMonitor report all audio device changes instead of just audio capture. by guidou · 8 years ago
  9. d7dad70 Corrects mojom::RouteProvider registration in ChildThreadImpl by rockot · 8 years ago
  10. 3830edd Mojo C++ bindings: remove the lock in MultiplexRouter if it only serves a single interface. by yzshen · 8 years ago
  11. 7d11758 Add FlushForTesting to base::Thread. by gab · 8 years ago
  12. ca000c6 Mojo C++ bindings: add more perf tests for Router/MultiplexRouter. by yzshen · 8 years ago
  13. 89a0489 Make SequencedWorkerPool::IsRunningSequenceOnCurrentThread() private. by fdoray · 8 years ago
  14. 553bc2a Forward return value of PostTaskToTaskScheduler() to PostTask() in SequencedWorkerPool. by fdoray · 8 years ago
  15. af04b83 Mojo: Fix data pipe ALL_OR_NONE write capacity check. by miu · 8 years ago
  16. 4b1e836 Remove calls to deprecated MessageLoop methods from message_loop_unittest.cc. by fdoray · 8 years ago
  17. c92aa46 misc files A-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  18. 9f6266c dbus: Mock MockObjectProxy::SetNameOwnerChangedCallback(). by derat · 8 years ago
  19. 5d8924c Add a new file descriptor watch API. by fdoray · 8 years ago
  20. 8cae077 TaskScheduler: Match behavior of SequencedWorkerPool in RunsTasksOnCurrentThread(). by fdoray · 8 years ago
  21. 51b55c9 c/browser, c/common, components O-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  22. 3412bd3 Re-add common.gypi to help fix closure_compilation. by dbeam · 8 years ago
  23. b87488b Move memory_coordinator_client and its registry to base/memory by bashi · 8 years ago
  24. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  25. da1ce10 Adds sync brokering to Windows EDK by rockot · 8 years ago
  26. 8d7782d Add Some Comments to the Timeout Checks on Condition Variables by robliao · 8 years ago
  27. 41aab94 Remove GYP files. by brettw · 8 years ago
  28. db1ef2d Add a full Blimp integration test. by dtrainor · 8 years ago
  29. be433f3 [Media Router] Use TimeDelta in mojo interfaces by btolsch · 8 years ago
  30. 1d2f363 Split BindStateBase ctor for non-cancellable Bind by tzik · 8 years ago
  31. e9b374c Use TestSimpleTaskRunner::NumPendingTasks instead of GetPendingTasks().size() by tzik · 8 years ago
  32. 46cc6ec Change more base::ListValue methods to use std::unique_ptr. by dcheng · 8 years ago
  33. 6550fcf dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  34. 92aed19 Fix android depfiles to always list GN's outputs[0] by agrieve · 8 years ago
  35. 7f47672 Mojo C++ bindings: support closing [Associated]InterfaceRequest with reason. by yzshen · 8 years ago
  36. 7621e35 Support delays when redirecting SequencedWorkerPool to TaskScheduler. by fdoray · 8 years ago
  37. 6a0b33f No destruction observer in file_path_watcher_linux.cc by fdoray · 8 years ago
  38. 626de04 Mojo C++ bindings: support disconnect with a reason. by yzshen · 8 years ago
  39. c60a812 Introduce OnceClosure and BindOnce by tzik · 8 years ago
  40. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  41. 23ad5fc Privatize StrongBinding lifetime management by rockot · 8 years ago
  42. 5ec1f4e Remove reference to common.gypi to un-break closure builders. by dpranke · 8 years ago
  43. 94fca35 Refactor base's proguard flags to be more usable by cronet by agrieve · 8 years ago
  44. 233c847 Only update watches when directories changed. by dspaid · 8 years ago
  45. c71eab5 Mojo Java Bindings: expose public API for struct serialization. by yzshen · 8 years ago
  46. 208e417 Implement Linux page fault monitor by thomasanderson · 8 years ago
  47. 1c461da mojom GNI: Implicit variant inheritance for deps by rockot · 8 years ago
  48. 33472d2 gfx: Do the ToEnclosingRect in double precision. by vmpstr · 8 years ago
  49. a9efb2e Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
  50. 26e1586 Remove OnSuspend/OnResume notifications on Android. by dalecurtis · 8 years ago
  51. 02ec56a Remove unused proguard -keep for android.webkit.JavascriptInterface by agrieve · 8 years ago
  52. 67aec78 base: Allow RetryOnFailure to apply to a class by boliu · 8 years ago
  53. 1ed22ba [Downloads UI] Batch delete selected items by twellington · 8 years ago
  54. f7f3a7e Implement a ScopedThreadHeapUsage class to allow profiling per-thread heap usage. by siggi · 8 years ago
  55. eb2528c Quantify initial stability report edge cases. by manzagop · 8 years ago
  56. 4ad0b68 dbus: Make ObjectManager get objects after service is ready. by derat · 8 years ago
  57. e1a4cd5 Remove more usage of the base::ListValue::Append(Value*) overload. by dcheng · 8 years ago
  58. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  59. bcfbd59 Unwind stack past system libraries on Linux. by dskiba · 8 years ago
  60. 881b93b Clean up PathUtils unused parameters. by wnwen · 8 years ago
  61. 058872d Add Callback::IsCancelled by tzik · 8 years ago
  62. 31978e9 //base: Make ScopedTempDir::path() a GetPath() with a DCHECK by vabr · 8 years ago
  63. ecb4c27 Make BindStateBase constructor out-of-line by tzik · 8 years ago
  64. d0473e6 Move CallbackBase::polymorphic_invoke_ into BindStateBase by tzik · 8 years ago
  65. 6f589c7 Deletes remaining traces of gyp in services/ and mojo/ by rockot · 8 years ago
  66. 738e0af binding: Updates Jinja2 from 2.7.1 to 2.8. by yukishiino · 8 years ago
  67. ace38fa Switch to VS 2015 Update 3 by brucedawson · 8 years ago
  68. c8b5b7e Limit Mojo messages recursion depth by tibell · 8 years ago
  69. db46825 Reland of Mojo C++ Bindings: Additional support for associated binding sets (patchset #1 id:1 of https://codereview.chromium.org/2324623003/ ) by lushnikov · 8 years ago
  70. 8cc5b35 Revert of Mojo C++ Bindings: Additional support for associated binding sets (patchset #2 id:20001 of https://codereview.chromium.org/2309513002/ ) by lushnikov · 8 years ago
  71. efc603b Mojo C++ Bindings: Additional support for associated binding sets by rockot · 8 years ago
  72. 99aab09 In base::JSONParser, check IsValidCharacter before decoding ASCII/UTF-8. by rsesek · 8 years ago
  73. 152f883 Ensure that |Thread::id_| is only accessed when an happens-after relationship has been established with its write. by gab · 8 years ago
  74. b166281 Remove calls to IsRunningSequenceOnCurrentThread() from memory_dump_manager_unittest.cc by fdoray · 8 years ago
  75. 1654c15 Revert of Remove the top-level GYP files (or stub them out). (patchset #2 id:20001 of https://codereview.chromium.org/2299543008/ ) by dpranke · 8 years ago
  76. b24354f Fix undefined behavior in base/numerics by jschuh · 8 years ago
  77. b24c6cf Reland of GN(Android): Stop specifying depfile under outputs by agrieve · 8 years ago
  78. dce41b8 Revert "Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram." by Vasilii Sukhanov · 8 years ago
  79. 0877afb Heap Profiler: Add trace category group names as type names for allocations by ssid · 8 years ago
  80. cda32d2 Remove the top-level GYP files (or stub them out). by dpranke · 8 years ago
  81. 185f70e Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram. by fdoray · 8 years ago
  82. a431c0b Mojo C++ bindings: add perf tests to compare performance of Router/MultiplexRouter. by yzshen · 8 years ago
  83. e34be23 Remove stl_util's STLElementDeleter. by avi · 8 years ago
  84. 8b1ab5c Add TaskScheduler.TaskLatency.[pool].[priority] histograms. by fdoray · 8 years ago
  85. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  86. 7d5fadf Reduce the log level of frequently occuring DVLOGs by hta · 8 years ago
  87. df3787b Make TestSimpleTaskRunner thread-safe. by fdoray · 8 years ago
  88. 9a7ead8 Use ChannelMojo between app shims and the browser process. by sammc · 8 years ago
  89. cc524fe Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  90. 16e472c Remove Parcelable -keep from base proguard rules by agrieve · 8 years ago
  91. 153e6e4 Mojo JS bindings: fix deserialization of boolean fields. by yzshen · 8 years ago
  92. 33f4786 Removing .gyp/.gypi files from the mojo/ folder. by yzshen · 8 years ago
  93. 83c487b New internal cache (stack) class for recording available memories. by bcwhite · 8 years ago
  94. 200a0e9 Fix |g_all_pools_state| data race by using atomics. by gab · 8 years ago
  95. c618053 Move documentation of base::Callback from base/callback.h to docs/callback.md by tzik · 8 years ago
  96. 4bb8c8c Fix parsing of exponents in StringToDouble. by thestig · 8 years ago
  97. 8970b0e Adjust gfx::Rect's width and height to avoid integer overflow by sunxd · 8 years ago
  98. f776473 Remove stl_util's STLDeleteContainerPairFirstPointers. by avi · 8 years ago
  99. ede004d Disallow non-namespaced use of base::Version. by pwnall · 8 years ago
  100. 073fc7c Use compositor_frame typemap in Blink by xlai · 8 years ago