1. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  2. 7765732 Revert "Treat '...' as a non-parent path component outside of Windows." by davidben · 9 years ago
  3. 9b31019 Plumb base::Feature field trial association to renderers. by asvitkine · 9 years ago
  4. 286f05a Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphWorkQueue. by ericrk · 9 years ago
  5. adc8ca6 Remove vector_as_array. by davidben · 9 years ago
  6. 3ab9994 Make FeatureList override state be plumbed to renderer processes. by asvitkine · 9 years ago
  7. 9b43077 Add CommitOverlayPlanesCHROMIUM command buffer function by watk · 9 years ago
  8. 8b050fa Mojo C++ bindings: Add an alias, BarAssociatedPtr, for AssociatedInterfacePtr<Bar>. by yzshen · 9 years ago
  9. e193b92 Move HashMetricName to base namespace. by bcwhite · 9 years ago
  10. ff9a11b base: Remove move_unittest.cc by danakj · 9 years ago
  11. 12e06e5 mandoline: Also add files added in gn to gyp. by erg · 9 years ago
  12. 6a8a6dc ipc: Slight change to GetSenderWithProcessId(). by erikchen · 9 years ago
  13. 5d21333 Remove base::enable_if by vmpstr · 9 years ago
  14. 53e3c5d Cleanup SurfaceVisibility code. by sohan.jyoti · 9 years ago
  15. 800e9ce Revert making HandleWatcher block until no longer waiting on pipe (r285266). by jam · 9 years ago
  16. 14e3cbd Removed unused include of winsock.h/inet.h from sys_byteorder.h. by bcwhite · 9 years ago
  17. 256bd05 Fix shutdown assert in new Mojo EDK. by jam · 9 years ago
  18. d11f5bc Remove SimpleBroker and instead use the production broker implementation in tests. by jam · 9 years ago
  19. ce9fd66 ipc: Minor fixes to AttachmentBrokerPrivilegedMac. by erikchen · 9 years ago
  20. b8efdf4 jni: Allow nullptr to be converted to JavaParamRef. by Torne (Richard Coles) · 9 years ago
  21. 4a7b1c3 Remove ScopedVector from memory_dump_manager_unittest by olli.raula · 9 years ago
  22. 33ac090 Remove ScopedVector from trace_log by olli.raula · 9 years ago
  23. 2b85a27 Remove ScopedVector from trace_buffer by olli.raula · 9 years ago
  24. ee1ca40 Remove memory category from chrome://tracing by ruuda · 9 years ago
  25. db3824d Revert of Fix regression in memory-infra bots due to change in dump order (patchset #1 id:1 of https://codereview.chromium.org/1466293002/ ) by ssid · 9 years ago
  26. 35b41cc Make Android HttpNegotiateAuthenticator work without an activity by dgn · 9 years ago
  27. 35da23a Reland of base: Make shared memory backed by Mach primitives by default. (patchset #1 id:1 of https://codereview.chromium.org/1472313002/ ) by skyostil · 9 years ago
  28. 6c0f6bf New build flag system, convert Google Now flag by brettw · 9 years ago
  29. 9e2858b Remove ScopedVector from ElementsUploadDataStream by olli.raula · 9 years ago
  30. 94896c7 Add TRACE_COUNTER_WITH_TIMESTAMPx macros. by fdoray · 9 years ago
  31. b0789fa Remove problematic-and-ignored ALIGNAS(4) by brucedawson · 9 years ago
  32. 85e69a4 Renames example_wm to mash_wm by sky · 9 years ago
  33. 243850f Revert "Revert of [Discardable Shared Memory] Adding Windows support. (patchset #5 id:80001 of https://codereview.chromium.org/1427163003/ )" by Penny MacNeil · 9 years ago
  34. a751231 Treat '...' as a non-parent path component outside of Windows. by davidben · 9 years ago
  35. a694855 Fix Clang-plugin style error in ChildBrokerHost by Hans Wennborg · 9 years ago
  36. 50269ab Mojo C++ bindings: support passing associated interface pointers/requests in method parameter lists and structs. by yzshen · 9 years ago
  37. f35f1a5 [pylib/devil] Create devil.android.base_tool and derive valgrind_tools classes from it. by nednguyen · 9 years ago
  38. aee8573 Revert of New build flag system, convert Google Now flag (patchset #2 id:20001 of https://codereview.chromium.org/1475513006/ ) by brettw · 9 years ago
  39. b673593 Revert of [Discardable Shared Memory] Adding Windows support. (patchset #5 id:80001 of https://codereview.chromium.org/1427163003/ ) by nednguyen · 9 years ago
  40. 55084d5 New build flag system, convert Google Now flag by brettw · 9 years ago
  41. c1dad41 Extend the multidex logic to only kick in for the main browser application. by tedchoc · 9 years ago
  42. 826a974 Remove kint16max. by avi · 9 years ago
  43. 6de73f3 Rename mojo::TokenSerializer to mojo::Broker. by jam · 9 years ago
  44. 6b5afc7 Add context_utils.h includes where needed. by torne · 9 years ago
  45. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 9 years ago
  46. e602acf [Tracing] Make heap profiler type info a string by ruuda · 9 years ago
  47. 5e6f47a Linker: Do not require JNI_OnLoad in ModernLinker loads. by simonb · 9 years ago
  48. 3413d7f Revert of base: Make shared memory backed by Mach primitives by default. (patchset #3 id:40001 of https://codereview.chromium.org/1453383002/ ) by skyostil · 9 years ago
  49. 1eeb736 Calculate broken tests threshold based on number of tests in binary, before applying filter by phajdan.jr · 9 years ago
  50. 2fedbe7 Remove COMPILE_ASSERT. by avi · 9 years ago
  51. 89870c5 Make CapabilityFilter non-nullable. by ben · 9 years ago
  52. a79f824 Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated interface pointers/requests. by yzshen · 9 years ago
  53. 891be77 [base] fcntl, not fctnl. by shess · 9 years ago
  54. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  55. 7d383fb Remove kint8min, kint8max, and kint16min. by avi · 9 years ago
  56. be46194 Revert of New build flag system, convert Google Now flag (patchset #14 id:260001 of https://codereview.chromium.org/1458653002/ ) by raymes · 9 years ago
  57. 7c39908 New build flag system, convert Google Now flag by brettw · 9 years ago
  58. 26b7ede gpu: Implement the new fence syncs in mojo command buffer. by penghuang · 9 years ago
  59. d0ab793 Switch to static_assert in the repo. by avi · 9 years ago
  60. f6e2ebd [Eraser] Remove chrome://tcmalloc by ruuda · 9 years ago
  61. 53646e0 Fix split in base::ProcessIsProcessBackgrounded() by lhchavez · 9 years ago
  62. 37b7abd Mojo C++ bindings: introduce public associated-interface-related types. by yzshen · 9 years ago
  63. 0a778f7 Support setting just the Java Context for JUnit tests. by torne · 9 years ago
  64. 600ef70 Revert "Add stats to distinguish android renderer crashes." by primiano · 9 years ago
  65. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  66. c87d1ca Define a Java-side global application context. by torne · 9 years ago
  67. db47a2a Remove unused memory functions by ruuda · 9 years ago
  68. 38b0c7a Replace base::HashPair macros with a templated function. by amistry · 9 years ago
  69. f9c275f Avoid iterating over all handles in MessagePumpMojo on every iteration to calculate deadlines. by amistry · 9 years ago
  70. 957860a views/mus: Fix showing menu in chrome in mus. by Sadrul Habib Chowdhury · 9 years ago
  71. 00e880c Create a broker interface for the new Mojo EDK so that the browser can create and duplicate message pipes. by John Abd-El-Malek · 9 years ago
  72. 54c3c09 Don't leak the WatcherThreadManager background thread. by John Abd-El-Malek · 9 years ago
  73. ed30c78 Pass CapabilityFilter via CreateInstanceForHandle by ben · 9 years ago
  74. 4e6faf7 base: Make shared memory backed by Mach primitives by default. by erikchen · 9 years ago
  75. 3ce529d Stack sampling profiler: fix off-by-one error on truncated stacks by wittman · 9 years ago
  76. d7348e1 Use hermetic timestamps in apkbuilder.py and refactor helper function by agrieve · 9 years ago
  77. 32a250b [StyleGuide] Allow begin and end non-member functions by ruuda · 9 years ago
  78. 2c26624 Cleanup: Correctly spell success(ful). by thestig · 9 years ago
  79. f017506 Revert of views/mus: Fix showing menu in chrome in mus. (patchset #2 id:20001 of https://codereview.chromium.org/1460003004/ ) by beaudoin · 9 years ago
  80. 853c866 URLRequestJob: change ReadRawData contract by xunjieli · 9 years ago
  81. 11e0de2 Allow wait in CommandBufferClientImpl. by penghuang · 9 years ago
  82. de03688 views/mus: Fix showing menu in chrome in mus. by sadrul · 9 years ago
  83. 682e113 Fix regression in memory-infra bots due to change in dump order by ssid · 9 years ago
  84. aa84880 ScopedPtrMap -> std::map from /component by limasdf · 9 years ago
  85. fc1eba0 Add stats to distinguish android renderer crashes. by wnwen · 9 years ago
  86. cd71196 Re-land "Flip 'Linux x64' bot on chromium waterfall to GN." by dpranke · 9 years ago
  87. 0db1b9b Tweaks to vs_toolchain to simplify it, and support gn VS 2015 by brucedawson · 9 years ago
  88. d96c1be Convert ConnectToApplication to take a params class by ben · 9 years ago
  89. 42cca5e [Android] Add gn support for multidex. by jbudorick · 9 years ago
  90. f3cdc16 Remove ScopedVector from message_pump_perftest by olli.raula · 9 years ago
  91. 6eead09 Mojo C++ bindings: introduce MultiplexRouter and related classes. by yzshen · 9 years ago
  92. 5765bb3 Run gn --format over all .gn files by agrieve · 9 years ago
  93. d58d832 Reland of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1456263005/ ) by jsbell · 9 years ago
  94. 2d13f97 Revert "Reland: URLRequestJob: change ReadRawData contract" by xunjieli · 9 years ago
  95. 01c3e1c Add a move constructor and move assignment operator to scoped_ptr. by dcheng · 9 years ago
  96. 68333e0 Fetch Mandoline components from Google Storage as needed. by msw · 9 years ago
  97. e44703f Use subtle::NoBarrier* statements for Histogram flags_ field. by asvitkine · 9 years ago
  98. 95784c5 Revert of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1447153002/ ) by jsbell · 9 years ago
  99. ad59293 Use std::tie() for operator< in ui/ by jsbell · 9 years ago
  100. e7245111 Use ThreadChecker in HistogramDeltaSerialization class. by asvitkine · 9 years ago