1. 6550fcf dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  2. 92aed19 Fix android depfiles to always list GN's outputs[0] by agrieve · 8 years ago
  3. 7f47672 Mojo C++ bindings: support closing [Associated]InterfaceRequest with reason. by yzshen · 8 years ago
  4. 7621e35 Support delays when redirecting SequencedWorkerPool to TaskScheduler. by fdoray · 8 years ago
  5. 6a0b33f No destruction observer in file_path_watcher_linux.cc by fdoray · 8 years ago
  6. 626de04 Mojo C++ bindings: support disconnect with a reason. by yzshen · 8 years ago
  7. c60a812 Introduce OnceClosure and BindOnce by tzik · 8 years ago
  8. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  9. 23ad5fc Privatize StrongBinding lifetime management by rockot · 8 years ago
  10. 5ec1f4e Remove reference to common.gypi to un-break closure builders. by dpranke · 8 years ago
  11. 94fca35 Refactor base's proguard flags to be more usable by cronet by agrieve · 8 years ago
  12. 233c847 Only update watches when directories changed. by dspaid · 8 years ago
  13. c71eab5 Mojo Java Bindings: expose public API for struct serialization. by yzshen · 8 years ago
  14. 208e417 Implement Linux page fault monitor by thomasanderson · 8 years ago
  15. 1c461da mojom GNI: Implicit variant inheritance for deps by rockot · 8 years ago
  16. 33472d2 gfx: Do the ToEnclosingRect in double precision. by vmpstr · 8 years ago
  17. a9efb2e Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
  18. 26e1586 Remove OnSuspend/OnResume notifications on Android. by dalecurtis · 8 years ago
  19. 02ec56a Remove unused proguard -keep for android.webkit.JavascriptInterface by agrieve · 8 years ago
  20. 67aec78 base: Allow RetryOnFailure to apply to a class by boliu · 8 years ago
  21. 1ed22ba [Downloads UI] Batch delete selected items by twellington · 8 years ago
  22. f7f3a7e Implement a ScopedThreadHeapUsage class to allow profiling per-thread heap usage. by siggi · 8 years ago
  23. eb2528c Quantify initial stability report edge cases. by manzagop · 8 years ago
  24. 4ad0b68 dbus: Make ObjectManager get objects after service is ready. by derat · 8 years ago
  25. e1a4cd5 Remove more usage of the base::ListValue::Append(Value*) overload. by dcheng · 8 years ago
  26. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  27. bcfbd59 Unwind stack past system libraries on Linux. by dskiba · 8 years ago
  28. 881b93b Clean up PathUtils unused parameters. by wnwen · 8 years ago
  29. 058872d Add Callback::IsCancelled by tzik · 8 years ago
  30. 31978e9 //base: Make ScopedTempDir::path() a GetPath() with a DCHECK by vabr · 8 years ago
  31. ecb4c27 Make BindStateBase constructor out-of-line by tzik · 8 years ago
  32. d0473e6 Move CallbackBase::polymorphic_invoke_ into BindStateBase by tzik · 8 years ago
  33. 6f589c7 Deletes remaining traces of gyp in services/ and mojo/ by rockot · 8 years ago
  34. 738e0af binding: Updates Jinja2 from 2.7.1 to 2.8. by yukishiino · 8 years ago
  35. ace38fa Switch to VS 2015 Update 3 by brucedawson · 8 years ago
  36. c8b5b7e Limit Mojo messages recursion depth by tibell · 8 years ago
  37. 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
  38. 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
  39. efc603b Mojo C++ Bindings: Additional support for associated binding sets by rockot · 8 years ago
  40. 99aab09 In base::JSONParser, check IsValidCharacter before decoding ASCII/UTF-8. by rsesek · 8 years ago
  41. 152f883 Ensure that |Thread::id_| is only accessed when an happens-after relationship has been established with its write. by gab · 8 years ago
  42. b166281 Remove calls to IsRunningSequenceOnCurrentThread() from memory_dump_manager_unittest.cc by fdoray · 8 years ago
  43. 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
  44. b24354f Fix undefined behavior in base/numerics by jschuh · 8 years ago
  45. b24c6cf Reland of GN(Android): Stop specifying depfile under outputs by agrieve · 8 years ago
  46. dce41b8 Revert "Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram." by Vasilii Sukhanov · 8 years ago
  47. 0877afb Heap Profiler: Add trace category group names as type names for allocations by ssid · 8 years ago
  48. cda32d2 Remove the top-level GYP files (or stub them out). by dpranke · 8 years ago
  49. 185f70e Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram. by fdoray · 8 years ago
  50. a431c0b Mojo C++ bindings: add perf tests to compare performance of Router/MultiplexRouter. by yzshen · 8 years ago
  51. e34be23 Remove stl_util's STLElementDeleter. by avi · 8 years ago
  52. 8b1ab5c Add TaskScheduler.TaskLatency.[pool].[priority] histograms. by fdoray · 8 years ago
  53. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  54. 7d5fadf Reduce the log level of frequently occuring DVLOGs by hta · 8 years ago
  55. df3787b Make TestSimpleTaskRunner thread-safe. by fdoray · 8 years ago
  56. 9a7ead8 Use ChannelMojo between app shims and the browser process. by sammc · 8 years ago
  57. cc524fe Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  58. 16e472c Remove Parcelable -keep from base proguard rules by agrieve · 8 years ago
  59. 153e6e4 Mojo JS bindings: fix deserialization of boolean fields. by yzshen · 8 years ago
  60. 33f4786 Removing .gyp/.gypi files from the mojo/ folder. by yzshen · 8 years ago
  61. 83c487b New internal cache (stack) class for recording available memories. by bcwhite · 8 years ago
  62. 200a0e9 Fix |g_all_pools_state| data race by using atomics. by gab · 8 years ago
  63. c618053 Move documentation of base::Callback from base/callback.h to docs/callback.md by tzik · 8 years ago
  64. 4bb8c8c Fix parsing of exponents in StringToDouble. by thestig · 8 years ago
  65. 8970b0e Adjust gfx::Rect's width and height to avoid integer overflow by sunxd · 8 years ago
  66. f776473 Remove stl_util's STLDeleteContainerPairFirstPointers. by avi · 8 years ago
  67. ede004d Disallow non-namespaced use of base::Version. by pwnall · 8 years ago
  68. 073fc7c Use compositor_frame typemap in Blink by xlai · 8 years ago
  69. f1d2df6 Define kSystemDefaultMaxFds for NetBSD by krytarowski · 8 years ago
  70. dc3e42d Revert of Disallow non-namespaced use of base::Version. (patchset #1 id:1 of https://codereview.chromium.org/2298923003/ ) by fgorski · 8 years ago
  71. 6ae48cb Add tab persistence support for CustomTabs. by tedchoc · 8 years ago
  72. 1698e1b Disallow non-namespaced use of base::Version. by pwnall · 8 years ago
  73. 309eb6f Merge the mojo blink type converter into ui/events/blink by jonross · 8 years ago
  74. c5f8a51 Delete all test isolate file now that M54 was branched. by maruel · 8 years ago
  75. 521700e Revert of Disallow non-namespaced use of base::Version. (patchset #2 id:20001 of https://codereview.chromium.org/2290173006/ ) by battre · 8 years ago
  76. 25d74da Disallow non-namespaced use of base::Version. by pwnall · 8 years ago
  77. a703f25 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  78. 7058890 Add FlushForTesting to InterfacePtr and Binding. by sammc · 8 years ago
  79. 565db3c Remove GYP files from components. by brettw · 8 years ago
  80. 1a4a2e5 dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment by hashimoto · 8 years ago
  81. 5c2ca20 Remove unneeded scoped_refptr<>::get() on method binding by tzik · 8 years ago
  82. 8a92e91 Revert of Add tab persistence support for CustomTabs. (patchset #6 id:100001 of https://codereview.chromium.org/2296833002/ ) by yhirano · 8 years ago
  83. dc601ad Fix misspelling of object counts affecting Windows. by siggi · 8 years ago
  84. 6487071 Allow nullptr to be converted to JavaRef subclasses. by torne · 8 years ago
  85. 6815681 Add tab persistence support for CustomTabs. by tedchoc · 8 years ago
  86. c17d109 Revert of Disallow non-namespaced use of base::Version. (patchset #2 id:40001 of https://codereview.chromium.org/2261523006/ ) by battre · 8 years ago
  87. 1cae5c5 Disallow non-namespaced use of base::Version. by pwnall · 8 years ago
  88. 490b47e Remove unneeded scoped_refptr<>::get on method bind by tzik · 8 years ago
  89. e467aa4 Support rvalue-reference IgnoreResult in base::Bind impl by tzik · 8 years ago
  90. 41930ea Support creating mojo peer connections from named pipes. by sammc · 8 years ago
  91. 7482e1f Include type_traits in safe_conversions_impl by thomasanderson · 8 years ago
  92. 702ec85 Remove GYP files from some smaller toplevel dirs. by brettw · 8 years ago
  93. 778ccaa Remove calls to deprecated MessageLoop methods from mojo/. by fdoray · 8 years ago
  94. 38a1700 Create MouseWheelEvent directly instead of through MouseEvent. by riajiang · 8 years ago
  95. 3d91392 mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. by msw · 8 years ago
  96. 9173354 Remove stl_util's STLValueDeleter. by avi · 8 years ago
  97. fab869e Remove unneeded base/stl_util.h includes in headers. by thestig · 8 years ago
  98. cda819d Change includes of histogram.h to histogram_macros.h. by asvitkine · 8 years ago
  99. 63b207c Check stack pointer to be inside the stack when unwinding on Linux. by dskiba · 8 years ago
  100. 66d9b74 Readd base::UnwrapTraits to support rvalue-reference wrappers by tzik · 8 years ago