1. 6a5bbb5 Revert of Allow IAT patches to fail when patching for Active Verifier. (patchset #3 id:40001 of https://codereview.chromium.org/1540723002/ ) by finnur · 9 years ago
  2. 67a4078 Allow IAT patches to fail when patching for Active Verifier. by wfh · 9 years ago
  3. ac4cb19 move libevent into base by tfarina · 9 years ago
  4. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  5. 5c9662b Convert Pass()→std::move() in //mojo by dcheng · 9 years ago
  6. 9918b1f Convert Pass()→std::move() in //mojo/edk by dcheng · 9 years ago
  7. 584fcd3 Convert Pass()→std::move() in //mojo/services by dcheng · 9 years ago
  8. 4c64d45 [Tracing] Remove context_id in favor of traits by fmeawad · 9 years ago
  9. f0a3e1d Reland of [Tracing] Adjust allocation register size for low-end devices by ruuda · 9 years ago
  10. c3fa454 Revert of [Tracing] Adjust allocation register size for low-end devices (patchset #4 id:60001 of https://codereview.chromium.org/1530583003/ ) by phoglund · 9 years ago
  11. 6a73832 Fix memory leak in unittests with new Mojo EDK. by jam · 9 years ago
  12. e0bf288 MRUCacheBase - Added Swap method to exchange contents of two MRUCache objects. by rtenneti · 9 years ago
  13. a419749 [mojo] Support native types with mojom wire format by rockot · 9 years ago
  14. d213a50 Add a web reference to arraysize() macro docs. by tnagel · 9 years ago
  15. 5b8bf3f Remove unbound base::Bind overload by tzik · 9 years ago
  16. 707844c Added protection against mapping image sections between processes. by forshaw · 9 years ago
  17. 5bf4ad7 Mac CoreAnimation: Add more CALayer parameters by ccameron · 9 years ago
  18. 7a17c14 [Android] Remove all references to pylib from telemetry. by jbudorick · 9 years ago
  19. 7ae89c2 Remove unused Tuple dispatch functions by mdempsky · 9 years ago
  20. f555c17 [Tracing] Adjust allocation register size for low-end devices by seantopping · 9 years ago
  21. 6351b4d base: remove dcheng's TODO for updating webrtc by tfarina · 9 years ago
  22. 795445d Fix shutdown UAF in MessagePipeDispatcher in new Mojo EDK. by jam · 9 years ago
  23. 6698572 Copy vcruntime*.dll to the build directory for the VS2015 builds. by sebmarchand · 9 years ago
  24. e2feb08 [mojo] Add pickling support for native-only structs by rockot · 9 years ago
  25. f83152f [Android] Move screenshot and video_recorder into devil. by jbudorick · 9 years ago
  26. 92cda53 Give ScopedJavaGlobalRef copy and assignment constructors by aberent · 9 years ago
  27. db270a0 Fix UAF in new Mojo EDK. by jam · 9 years ago
  28. 7b98d83 Cleanup: Remove unused SharedMemory ctor. by thestig · 9 years ago
  29. 76180b0 [mojo] Use base::Pickle for Message storage. by rockot · 9 years ago
  30. 72201fd Lazily allocate the holder in mojo::internal::SharedData<>. by amistry · 9 years ago
  31. 4853b83 Modify Binding<>, StrongBinding<>, and AssociatedBinding<> to enforce that an error handler callback is only set after binding to a message pipe. by amistry · 9 years ago
  32. 7a935a6 [mojo] Allow value deserialization to fail by rockot · 9 years ago
  33. ffba521 Remove unused #include. by davidben · 9 years ago
  34. 5591267 Always set the error handler closure of Binding<> after binding to a message pipe. by amistry · 9 years ago
  35. d4d9298 [mojo] Add GenericInterface_ to interface class variants by rockot · 9 years ago
  36. 368053a Cleanup: Convert const char* kFoo to const char kFoo[]. by thestig · 9 years ago
  37. 3617705 Revert of Use SequenceChecker to allow Timer to run in SequencedWorkerPool (patchset #6 id:100001 of https://codereview.chromium.org/1433373003/ ) by jsbell · 9 years ago
  38. 22bed02 Disable NativeLibraryPrefetcherTest tests that use mincore() by timav · 9 years ago
  39. 6c70362 [mojo] Add typemap and variant support to generators by rockot · 9 years ago
  40. 77427df [mojo] Suppress findbugs errors on generated bindings by rockot · 9 years ago
  41. 63eff10 Move handle hooks into base/win and add tests. by wfh · 9 years ago
  42. 266492c Use SequenceChecker to allow Timer to run in SequencedWorkerPool by jsbell · 9 years ago
  43. 2b3bc1c Cleaning up and refactoring gms update/preprocess scripts by dgn · 9 years ago
  44. 6d2d7ac Linux: Correctly count the number of open file descriptors. by thestig · 9 years ago
  45. f6383d0 [mojo] Add mojom parser support for native-only structs by rockot · 9 years ago
  46. a5d36bc net: Extract SetNonBlocking() function from net_util.h by tfarina · 9 years ago
  47. 2f45e02 Remove unused nacl related files in mojo/public. by jam · 9 years ago
  48. 0a18b77 Removing unused mgl files in mojo. by jam · 9 years ago
  49. 4b0781c Fix race condition with multiplexed message pipes. by jam · 9 years ago
  50. 97db946 Add open FDs count support to the task manager on Linux and CrOS by afakhry · 9 years ago
  51. 24f0b81 Revert of [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer. (patchset #13 id:240001 of https://codereview.chromium.org/1465383003/ ) by danakj · 9 years ago
  52. 001dcd0 Remove directories in mojo/public/third_party that just mirrored third_party. by jam · 9 years ago
  53. 84bac04 Followup fix to r365175 for new Mojo EDK. by jam · 9 years ago
  54. a4c5b53 android: Record how much of the native library is there before prefetch. by lizeb · 9 years ago
  55. 1692b9e [Tracing Clock Sync] Add TracingAgent interface in Chrome by zhenw · 9 years ago
  56. c649ce1 [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer. by jbudorick · 9 years ago
  57. b063222 Clean up base::Callback stuff by tzik · 9 years ago
  58. aeffdf5 Fix shutdown assert with the new Mojo EDK. by jam · 9 years ago
  59. 53ecf30 Add IPC message definitions for camera by henryhsu · 9 years ago
  60. b093617 Revert of Remove directories in mojo/public/third_party that just mirrored third_party. (patchset #1 id:1 of https://codereview.chromium.org/1530433002/ ) by hiroshige · 9 years ago
  61. 3272e2c Remove directories in mojo/public/third_party that just mirrored third_party. by jam · 9 years ago
  62. 961ff4a Rewrite Pass() to std::move() in base/ by dcheng · 9 years ago
  63. 6d6d8ed Check for null when registering for ACTION_BATTERY_CHANGED. by tedchoc · 9 years ago
  64. 474da03 Add comparison operator to mojo::Handle. by amistry · 9 years ago
  65. 11e05e6 Create direct write font proxy classes and unit tests. by kulshin · 9 years ago
  66. 3d580cf Compatibility shim to allow std::unique_ptr use with base::Callback. by dcheng · 9 years ago
  67. f64f60e Don't use a delgating constructor passing a member variable. by bcwhite · 9 years ago
  68. e6414d2 Fix race condition in new Mojo EDK exposed by Mac ASAN bots. by jam · 9 years ago
  69. 46033b5 base: Make saturated_cast behavior for NaNs configurable. by vmpstr · 9 years ago
  70. 4f10c19 Add WrapUnique helper to wrap a raw pointer in a std::unique_ptr. by dcheng · 9 years ago
  71. 744b85a Fix race condition in new Mojo EDK. by jam · 9 years ago
  72. 3294f29 Fix strict mode violation in SelectFileDialog.java by qinmin · 9 years ago
  73. f9dfc1b Mojo C++ bindings: use base::ThreadChecker instead of mojo::internal::ThreadChecker. by yzshen · 9 years ago
  74. 2f4c0ff [Tracing] Fix --trace-to-console by zhenw · 9 years ago
  75. c583cbf Add URLLoaderStatus bytes_read and content_length for progress. by msw · 9 years ago
  76. 1acd3fa Adds a simple task viewer to mash. by ben · 9 years ago
  77. cc1f4c7 [base] Accidentally omitted file_locking_unittest.cc changes. by shess · 9 years ago
  78. e20f49e [Android] Move forwarder.py into devil/. by jbudorick · 9 years ago
  79. 1144007 Remove third_party/mojo_services. by jam · 9 years ago
  80. 33f2880 Fix PathProvider to not modify result when DIR_TEST_DATA does not exist by maniscalco · 9 years ago
  81. 1da90a2 Make mojo::edk::PlatformHandle have the same named member on all platforms. by jam · 9 years ago
  82. 40f6f88 Hook up RendererMediaSessionManager with browser side by davve · 9 years ago
  83. 587f17f Fix nocompile base_unittests by tzik · 9 years ago
  84. 1faa86e Revert "Added a call to ActivityManager.isLowRamDevice() from SysUtils.detectLowEndDevice()." by aelias · 9 years ago
  85. 6bf2be7 Implementation of WaitSet for new EDK. by amistry · 9 years ago
  86. 5a983bb Remove the NoAtExitBaseTestSuite anti-pattern. by jam · 9 years ago
  87. 09b1228 Mojo C++ bindings: Support Wait and Pause on InterfacePtr<T> and Binding<T> even if T has methods to pass associated interfaces, as long as there is currently no associated interfaces running on the pipe. by yzshen · 9 years ago
  88. c68d932 Fix new Mojo EDK multiplexing code on Android. by jam · 9 years ago
  89. 7bcee67 Fix a memory leak in the encoding detector wrapper by jshin · 9 years ago
  90. 6bcc02f Fix ws by John Abd-El-Malek · 9 years ago
  91. 23e6c9b [base] POSIX File::Unlock() didn't actually unlock file. by shess · 9 years ago
  92. 1386338 Revert "Create direct write font proxy classes and unit tests." by mek · 9 years ago
  93. 526f2d1 Create direct write font proxy classes and unit tests. by kulshin · 9 years ago
  94. 50dd4a1 [Tracing] Enable heap dumps with both type info and backtraces by ruuda · 9 years ago
  95. 3f83f16 Remove kint32max. by avi · 9 years ago
  96. fa35f38 Fix mojo_runner hang on Windows with component build. by jam · 9 years ago
  97. ca01de9 Reorganize histograms for persistence. by bcwhite · 9 years ago
  98. abbc93c Prepare chrome to use the new Mojo EDK by default. by John Abd-El-Malek · 9 years ago
  99. d540baf get provision_devices to not fall over on user builds by bpastene · 9 years ago
  100. 7ac40ec WaitSet implementation for old EDK. by amistry · 9 years ago