1. 8479574 Fix LSan on swarming. by John Abd-El-Malek · 10 years ago
  2. c772153 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  3. 77e9254 Enables specifying mojo url mapping on command line by sky · 10 years ago
  4. 45409ab mojo: Add equality operator for python bindings. by qsr · 10 years ago
  5. fc19234 mojo: Fix map of booleans for python bindings. by qsr · 10 years ago
  6. a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
  7. e412125 Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
  8. 1310e8e Remove unused template, accidentally introduced by https://codereview.chromium.org/649633003/. by aa · 10 years ago
  9. 3130d31 Move gl initialization to NativeViewportAppDelegate::Initialize() by davemoore · 10 years ago
  10. 612646e Add Equals() to mojom structs and related types. by aa · 10 years ago
  11. 43d7452 [Mojo] Add HTML bindings by abarth · 10 years ago
  12. a330bb8 Remove duplicate deps in mojo_view_manager by davemoore · 10 years ago
  13. 0938ebe The source of the problem is the "component build". Disabling that and moving the InitializeICU class out of MojoMain, where it would execute before MojoMain sets up its AtExitManager, corrected the problem. by hansmuller · 10 years ago
  14. 8b59876 Allow custom deleters to opt out of self reset checks for scoped_ptr. by dcheng · 10 years ago
  15. a899a4d Mojo: Add "attach and run" methods to Channel and ChannelEndpoint. by viettrungluu · 10 years ago
  16. 6d375fb Splits window manager like methods into ViewManagerServiceDelegate by sky · 10 years ago
  17. 4917015 Fix Java Checkstyle issues. by Aurimas Liutikas · 10 years ago
  18. e2b4d45 base: Rename and move Mach implementation of discardable memory to a separate file. by reveman · 10 years ago
  19. e69dc47 Clean up directory handling for Mojo bindings generator. by ncbray · 10 years ago
  20. 8a42773 remove the FINAL macro by mostynb · 10 years ago
  21. 4c1e208 Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local by pkasting · 10 years ago
  22. 90484d4 Use C++11 atomics by jfb · 10 years ago
  23. d80eded Convert COMPILE_ASSERT to static_assert in base/numerics by jschuh · 10 years ago
  24. a5fed5b mojo: Update timeticks test for python bindings. by qsr · 10 years ago
  25. 28acbd5 Add UMA for testing whether device supports memory mapping APK files with executable permissions. by petrcermak · 10 years ago
  26. d2ada8c Make ARRAYSIZE_UNSAFE() just use arraysize(). by viettrungluu · 10 years ago
  27. 2c08bc0 Improve the names used in Mojo JS modules by abarth · 10 years ago
  28. 7ae3cea Make host port availability detection more robust. by tonyg · 10 years ago
  29. 090cb0a Mojo: Add a "remote" channel endpoint ID generator. by viettrungluu · 10 years ago
  30. 08e1954 base: Remove non-caching discardable memory implementation. by reveman · 10 years ago
  31. 221f6a9 Misc. cleanup, primarily removing unused locals. by pkasting · 10 years ago
  32. 8085139 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 10 years ago
  33. 9b65667 base: Add NOTREACHED() for when using a non-supported discardable memory type. by reveman · 10 years ago
  34. 41ae5f2 base: Use range-based for loops in DiscardableMemoryManager. by reveman · 10 years ago
  35. 5f1bd2d [Android] Push gtest deps in gtest/setup.py. by jbudorick · 10 years ago
  36. 414799e [Mojo] Add support for HTML imports as well as AMD modules by abarth · 10 years ago
  37. 69b0525 mojo: Add maps to java bindings. by qsr · 10 years ago
  38. d9b6bd1 Rationalize and fix chromium android linker histogram recording. by simonb · 10 years ago
  39. 999b298 [Android] Reland of 'Add zip pushing and refine push mode selection.' by jbudorick · 10 years ago
  40. e89c532 remove new OVERRIDEs added to mojo/ by mostynb · 10 years ago
  41. d92a7f6 mojo: Add maps to python bindings. by qsr · 10 years ago
  42. 503f308 Disable implicit conversions from scoped_refptr to T* on iOS. by dcheng · 10 years ago
  43. 3012015 [Mojo] Fix the namespace for HandleWrapper by abarth · 10 years ago
  44. bd19d51 Align base::hash_map with C++11, part 1. by davidben · 10 years ago
  45. 0134637 mojo: Fixed non-component build for html_viewer. by alokp · 10 years ago
  46. bfb572b Add mojo <--> net IO adapters. by brettw · 10 years ago
  47. 67990b7 Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 by hansmuller · 10 years ago
  48. a52037c cc: Make OutputSurface::SwapBuffers pure virtual by sievers · 10 years ago
  49. 6118aa4 Cleanup: Actually remove base/file_util.h. by thestig · 10 years ago
  50. 66d86d3 Revert of [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
  51. e76b558 mojo: Update PRESBUMIT.py by qsr · 10 years ago
  52. e2928b6 mojo: Add python bindings tests to mojob.sh by qsr · 10 years ago
  53. c45b8bb mojo: Add RunLoop::Current() and refactor unit tests. by qsr · 10 years ago
  54. 6823d08 [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
  55. d8ea9be use base::Time constants in mojo instead of defining locally by prashhir · 10 years ago
  56. caeddaf mojo: Allow circular dependencies between structs by qsr · 10 years ago
  57. d5ab473 Move mojo/services/public/cpp TypeConverters to mojo/converters. by msw · 10 years ago
  58. eddf3e6 Renames window_manager.mojom to window_manager2.mojom by sky · 10 years ago
  59. 1c1c3c0 Mojo: Make room for remotely-allocated channel endpoint IDs. by viettrungluu · 10 years ago
  60. c5b819a remove websocket server dependency from the mojo spy by cpu · 10 years ago
  61. 30190b2 Mojo UDP API implementation. by yzshen · 10 years ago
  62. 59704d6 Avoid destroying surface before the parent surface stops referencing it. by jbauman · 10 years ago
  63. c9d1b2e mojom: Add associative arrays to the mojom language. by erg · 10 years ago
  64. 5cc93c5 Plumb commandline arguments for mojo_example_apptests. by msw · 10 years ago
  65. 090105c Mojo: Add some tests for ChannelEndpointId, etc. by Viet-Trung Luu · 10 years ago
  66. 46ffec3 scoped_refptr: support opaque pointed-to classes via extern template by mdempsky · 10 years ago
  67. 74f0817 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 10 years ago
  68. 7dca3f4 mojo_shell --help by hansmuller · 10 years ago
  69. edd87a5 Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better by pkasting · 10 years ago
  70. 75e5095 Add ExtensionSettings Policy by binjin · 10 years ago
  71. 7acce83 Implement parts of the Mojo TCP interfaces. by Brett Wilson · 10 years ago
  72. 568e45e mojo_js_standalone will quit after the last JSApp quits by hansmuller · 10 years ago
  73. f9c028b Fix ChromeOS Asan build breakage. by John Abd-El-Malek · 10 years ago
  74. 65c100d mojo: Add a ScopedPyRef for handling python reference counting. by qsr · 10 years ago
  75. 448180c Add option to test_runner to specify custom build directory by r.kasibhatla · 10 years ago
  76. cf7479f replace OVERRIDE and FINAL with override and final in ui/ by mostynb · 10 years ago
  77. 8659631 Disable implicit conversions from scoped_refptr to T* on Android. by dcheng · 10 years ago
  78. 54c7e47 Fix Mac ASAN on swarming and enable ASAN symbolization. by John Abd-El-Malek · 10 years ago
  79. f0c7ccf Downloading a file with ".tar.bz" extension mulitple times resulted in incorrect filename where ordinal number was suffixed to "tar" instead of filename as below. by arun87.kumar · 10 years ago
  80. 433848f Remove unnecessary view_manager_lib -> mojo/application dep by jamesr · 10 years ago
  81. 7fcee82 Mojo: Use a variadic template in mojo/public/cpp/bindings/callback.h. by viettrungluu · 10 years ago
  82. 845de33 Mojo: Add a Java service registry in the browser. by ppi · 10 years ago
  83. a03e451 Fixes crash in WindowManagerApp. by sky · 10 years ago
  84. da5ba1a Mojo: Add a generator for local endpoint IDs ("LocalChannelEndpointIdGenerator"). by Viet-Trung Luu · 10 years ago
  85. bb72989 Remove View::SetContents/SetColor by sky · 10 years ago
  86. 0465bd3 [Mojo] core.drainData should take ownership of the handle by abarth · 10 years ago
  87. 645eb93 Move mojo/services/public mojom targets into m/s/p/m_s_p.gyp by jamesr · 10 years ago
  88. 66195ed Mojo: clang-format mojo/public/cpp/{application,bindings}. by Viet-Trung Luu · 10 years ago
  89. 8056849 Mojo UDP socket API definition review. by yzshen · 10 years ago
  90. 05106cc Refactor AppendToFile and WriteFileDescriptor by chirantan · 10 years ago
  91. 5b76067 Mojo: Combine mojo/edk/{system,embedder}/PRESUBMIT.py. by viettrungluu · 10 years ago
  92. 637d3d2 Mojo: clang-format mojo/public/cpp/{environment,system,test_support,utility}. by Viet-Trung Luu · 10 years ago
  93. deacf97 Mojo: Make ChannelEndpointId a struct. by Viet-Trung Luu · 10 years ago
  94. 02393a6 Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp by jamesr · 10 years ago
  95. f8018f7 Refine mojo_example_apptests' client execution pattern. by msw · 10 years ago
  96. e594de0 Makes it so each mojo::View outputs a surface by sky · 10 years ago
  97. aaef267 [Base] Use variadic template in callback_list.h by tzik · 10 years ago
  98. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  99. 56dbf64 Mojo JS bindings: simplify mojo.connectToService() usage - Part 1 by hansmuller · 10 years ago
  100. de84e36 Mojo: Move the definition of EndpointId out of MessageInTransit. by Viet-Trung Luu · 10 years ago