1. 52645f8 Change the cast in base::Location::Hash to uintptr_t. by amistry · 9 years ago
  2. ee2af6e Add alpha argument to glResizeCHROMIUM by jbauman · 9 years ago
  3. 4d188ef Remove kint32min. by avi · 9 years ago
  4. 2a9d4ff Tests: Simplify SequencedWorkerPoolOwner, call Shutdown on destructor. by tommycli · 9 years ago
  5. 74d208c jni: Pass method parameters as JavaParamRef in base. by torne · 9 years ago
  6. 358b43a Using switch case fall through property that have same case content, this will keep code concise and easy to understand. by deepak.m1 · 9 years ago
  7. e013a7c Kill ScopedPtrMap and friends by limasdf · 9 years ago
  8. 61ca8f4 [Android] Add CLI for flashing devices. by rnephew · 9 years ago
  9. 2b8443b GN: asset_location -> android_assets() for mojo_runner by agrieve · 9 years ago
  10. 6e90d23 Fix buffer overflow in trace_event_android.cc by wangxianzhu · 9 years ago
  11. 5d948ee Mojo C++ bindings: associated interface pointers/requests validation by yzshen · 9 years ago
  12. f084224 mojo: Improve crash stack. by penghuang · 9 years ago
  13. 1446e3f Stack sampling profiler: remove RUNTIME_FUNCTION sanity check by wittman · 9 years ago
  14. 197988d Re-land "Add stats to distinguish android renderer crashes." by wnwen · 9 years ago
  15. 386a8dc base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGN by danakj · 9 years ago
  16. 6f5657a android: Don't log error when checking weak ref by sievers · 9 years ago
  17. bdd3113 Remove kuint16max. by avi · 9 years ago
  18. fec6486 Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chromium.org/1475803002/ ) by avi · 9 years ago
  19. 34328eb Remove kuint16max. by avi · 9 years ago
  20. 95747b2 Enable SecurityTest.NewOverflow under ThreadSanitizer by glider · 9 years ago
  21. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  22. 7765732 Revert "Treat '...' as a non-parent path component outside of Windows." by davidben · 9 years ago
  23. 9b31019 Plumb base::Feature field trial association to renderers. by asvitkine · 9 years ago
  24. 286f05a Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphWorkQueue. by ericrk · 9 years ago
  25. adc8ca6 Remove vector_as_array. by davidben · 9 years ago
  26. 3ab9994 Make FeatureList override state be plumbed to renderer processes. by asvitkine · 9 years ago
  27. 9b43077 Add CommitOverlayPlanesCHROMIUM command buffer function by watk · 9 years ago
  28. 8b050fa Mojo C++ bindings: Add an alias, BarAssociatedPtr, for AssociatedInterfacePtr<Bar>. by yzshen · 9 years ago
  29. e193b92 Move HashMetricName to base namespace. by bcwhite · 9 years ago
  30. ff9a11b base: Remove move_unittest.cc by danakj · 9 years ago
  31. 12e06e5 mandoline: Also add files added in gn to gyp. by erg · 9 years ago
  32. 6a8a6dc ipc: Slight change to GetSenderWithProcessId(). by erikchen · 9 years ago
  33. 5d21333 Remove base::enable_if by vmpstr · 9 years ago
  34. 53e3c5d Cleanup SurfaceVisibility code. by sohan.jyoti · 9 years ago
  35. 800e9ce Revert making HandleWatcher block until no longer waiting on pipe (r285266). by jam · 9 years ago
  36. 14e3cbd Removed unused include of winsock.h/inet.h from sys_byteorder.h. by bcwhite · 9 years ago
  37. 256bd05 Fix shutdown assert in new Mojo EDK. by jam · 9 years ago
  38. d11f5bc Remove SimpleBroker and instead use the production broker implementation in tests. by jam · 9 years ago
  39. ce9fd66 ipc: Minor fixes to AttachmentBrokerPrivilegedMac. by erikchen · 9 years ago
  40. b8efdf4 jni: Allow nullptr to be converted to JavaParamRef. by Torne (Richard Coles) · 9 years ago
  41. 4a7b1c3 Remove ScopedVector from memory_dump_manager_unittest by olli.raula · 9 years ago
  42. 33ac090 Remove ScopedVector from trace_log by olli.raula · 9 years ago
  43. 2b85a27 Remove ScopedVector from trace_buffer by olli.raula · 9 years ago
  44. ee1ca40 Remove memory category from chrome://tracing by ruuda · 9 years ago
  45. 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
  46. 35b41cc Make Android HttpNegotiateAuthenticator work without an activity by dgn · 9 years ago
  47. 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
  48. 6c0f6bf New build flag system, convert Google Now flag by brettw · 9 years ago
  49. 9e2858b Remove ScopedVector from ElementsUploadDataStream by olli.raula · 9 years ago
  50. 94896c7 Add TRACE_COUNTER_WITH_TIMESTAMPx macros. by fdoray · 9 years ago
  51. b0789fa Remove problematic-and-ignored ALIGNAS(4) by brucedawson · 9 years ago
  52. 85e69a4 Renames example_wm to mash_wm by sky · 9 years ago
  53. 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
  54. a751231 Treat '...' as a non-parent path component outside of Windows. by davidben · 9 years ago
  55. a694855 Fix Clang-plugin style error in ChildBrokerHost by Hans Wennborg · 9 years ago
  56. 50269ab Mojo C++ bindings: support passing associated interface pointers/requests in method parameter lists and structs. by yzshen · 9 years ago
  57. f35f1a5 [pylib/devil] Create devil.android.base_tool and derive valgrind_tools classes from it. by nednguyen · 9 years ago
  58. 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
  59. b673593 Revert of [Discardable Shared Memory] Adding Windows support. (patchset #5 id:80001 of https://codereview.chromium.org/1427163003/ ) by nednguyen · 9 years ago
  60. 55084d5 New build flag system, convert Google Now flag by brettw · 9 years ago
  61. c1dad41 Extend the multidex logic to only kick in for the main browser application. by tedchoc · 9 years ago
  62. 826a974 Remove kint16max. by avi · 9 years ago
  63. 6de73f3 Rename mojo::TokenSerializer to mojo::Broker. by jam · 9 years ago
  64. 6b5afc7 Add context_utils.h includes where needed. by torne · 9 years ago
  65. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 9 years ago
  66. e602acf [Tracing] Make heap profiler type info a string by ruuda · 9 years ago
  67. 5e6f47a Linker: Do not require JNI_OnLoad in ModernLinker loads. by simonb · 9 years ago
  68. 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
  69. 1eeb736 Calculate broken tests threshold based on number of tests in binary, before applying filter by phajdan.jr · 9 years ago
  70. 2fedbe7 Remove COMPILE_ASSERT. by avi · 9 years ago
  71. 89870c5 Make CapabilityFilter non-nullable. by ben · 9 years ago
  72. a79f824 Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated interface pointers/requests. by yzshen · 9 years ago
  73. 891be77 [base] fcntl, not fctnl. by shess · 9 years ago
  74. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  75. 7d383fb Remove kint8min, kint8max, and kint16min. by avi · 9 years ago
  76. 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
  77. 7c39908 New build flag system, convert Google Now flag by brettw · 9 years ago
  78. 26b7ede gpu: Implement the new fence syncs in mojo command buffer. by penghuang · 9 years ago
  79. d0ab793 Switch to static_assert in the repo. by avi · 9 years ago
  80. f6e2ebd [Eraser] Remove chrome://tcmalloc by ruuda · 9 years ago
  81. 53646e0 Fix split in base::ProcessIsProcessBackgrounded() by lhchavez · 9 years ago
  82. 37b7abd Mojo C++ bindings: introduce public associated-interface-related types. by yzshen · 9 years ago
  83. 0a778f7 Support setting just the Java Context for JUnit tests. by torne · 9 years ago
  84. 600ef70 Revert "Add stats to distinguish android renderer crashes." by primiano · 9 years ago
  85. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  86. c87d1ca Define a Java-side global application context. by torne · 9 years ago
  87. db47a2a Remove unused memory functions by ruuda · 9 years ago
  88. 38b0c7a Replace base::HashPair macros with a templated function. by amistry · 9 years ago
  89. f9c275f Avoid iterating over all handles in MessagePumpMojo on every iteration to calculate deadlines. by amistry · 9 years ago
  90. 957860a views/mus: Fix showing menu in chrome in mus. by Sadrul Habib Chowdhury · 9 years ago
  91. 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
  92. 54c3c09 Don't leak the WatcherThreadManager background thread. by John Abd-El-Malek · 9 years ago
  93. ed30c78 Pass CapabilityFilter via CreateInstanceForHandle by ben · 9 years ago
  94. 4e6faf7 base: Make shared memory backed by Mach primitives by default. by erikchen · 9 years ago
  95. 3ce529d Stack sampling profiler: fix off-by-one error on truncated stacks by wittman · 9 years ago
  96. d7348e1 Use hermetic timestamps in apkbuilder.py and refactor helper function by agrieve · 9 years ago
  97. 32a250b [StyleGuide] Allow begin and end non-member functions by ruuda · 9 years ago
  98. 2c26624 Cleanup: Correctly spell success(ful). by thestig · 9 years ago
  99. 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
  100. 853c866 URLRequestJob: change ReadRawData contract by xunjieli · 9 years ago