1. e53d1f9 base: Use nullptr instead of NULL and static_cast in discardable memory unit tests. by reveman · 10 years ago
  2. 4e377e6 SafeSPrintf: use C++ variadic template by jln · 10 years ago
  3. fa3ca12 change OVERRIDE to override in dbus/object_manager.h in comment by mostynb · 10 years ago
  4. 23a5ec3 [Mojo] ApplicationRunnerChromium should dump stacks in debug by abarth · 10 years ago
  5. ea72857 mojo: Switch the clipboard interface over to using map<>. by erg · 10 years ago
  6. f402ffa Fix Java indentation issues. by aurimas · 10 years ago
  7. 64e582c Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 10 years ago
  8. 1e58501 Include mask texture size in RenderPassDrawQuad by enne · 10 years ago
  9. 9fcc3f0 Fix Java indentation issues. by aurimas · 10 years ago
  10. ab08d46 Adds Cast on Android as a valid tracing configuration (chromecast_shell). by gunsch · 10 years ago
  11. 76f7ca1 Convert ARRAYSIZE_UNSAFE -> arraysize in ui/. by viettrungluu · 10 years ago
  12. b92768f mojo: Fix java bindings for maps by qsr · 10 years ago
  13. 60a83bd mojo: Fix findbugs issue on java generated code. by qsr · 10 years ago
  14. a3f9eff Convert ARRAYSIZE_UNSAFE -> arraysize in base/. by viettrungluu · 10 years ago
  15. 00d3e5b [Mojo] mojo_native_viewport_service should use "--" args by abarth · 10 years ago
  16. a88ae05 Make wm_flow_init work with gn by sky · 10 years ago
  17. 2d02053 ContentHandler::OnConnect: replace the |url| param with |requestor_url|. by aa · 10 years ago
  18. 2e3dab2 Cleanup: Consolidate initialization of Android's SecureRandom class. by lambroslambrou · 10 years ago
  19. 4c5937a Remove gyp for mojo/examples by jamesr · 10 years ago
  20. a075936 Add setTextDirection to the ApiCompatibilityUtils. by tedchoc · 10 years ago
  21. 03f8cc7 gfx: Don't template gfx::Rect and gfx::RectF by danakj · 10 years ago
  22. dc8771e base: Use LazyInstanceTraits instead of SharedState class for discardable memory. by reveman · 10 years ago
  23. b98c355 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  24. 7767a0d MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 10 years ago
  25. 20ea069 Make Mojo's NetAddress use local endianness for the port. by brettw · 10 years ago
  26. 026fa8b Fix Mac ASan builds. by John Abd-El-Malek · 10 years ago
  27. 56e5eff Allow fixed-size arrays in nested array definitions. by yzshen · 10 years ago
  28. 820a294 ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 10 years ago
  29. 8479574 Fix LSan on swarming. by John Abd-El-Malek · 10 years ago
  30. c772153 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  31. 77e9254 Enables specifying mojo url mapping on command line by sky · 10 years ago
  32. 45409ab mojo: Add equality operator for python bindings. by qsr · 10 years ago
  33. fc19234 mojo: Fix map of booleans for python bindings. by qsr · 10 years ago
  34. a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
  35. e412125 Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
  36. 1310e8e Remove unused template, accidentally introduced by https://codereview.chromium.org/649633003/. by aa · 10 years ago
  37. 3130d31 Move gl initialization to NativeViewportAppDelegate::Initialize() by davemoore · 10 years ago
  38. 612646e Add Equals() to mojom structs and related types. by aa · 10 years ago
  39. 43d7452 [Mojo] Add HTML bindings by abarth · 10 years ago
  40. a330bb8 Remove duplicate deps in mojo_view_manager by davemoore · 10 years ago
  41. 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
  42. 8b59876 Allow custom deleters to opt out of self reset checks for scoped_ptr. by dcheng · 10 years ago
  43. a899a4d Mojo: Add "attach and run" methods to Channel and ChannelEndpoint. by viettrungluu · 10 years ago
  44. 6d375fb Splits window manager like methods into ViewManagerServiceDelegate by sky · 10 years ago
  45. 4917015 Fix Java Checkstyle issues. by Aurimas Liutikas · 10 years ago
  46. e2b4d45 base: Rename and move Mach implementation of discardable memory to a separate file. by reveman · 10 years ago
  47. e69dc47 Clean up directory handling for Mojo bindings generator. by ncbray · 10 years ago
  48. 8a42773 remove the FINAL macro by mostynb · 10 years ago
  49. 4c1e208 Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local by pkasting · 10 years ago
  50. 90484d4 Use C++11 atomics by jfb · 10 years ago
  51. d80eded Convert COMPILE_ASSERT to static_assert in base/numerics by jschuh · 10 years ago
  52. a5fed5b mojo: Update timeticks test for python bindings. by qsr · 10 years ago
  53. 28acbd5 Add UMA for testing whether device supports memory mapping APK files with executable permissions. by petrcermak · 10 years ago
  54. d2ada8c Make ARRAYSIZE_UNSAFE() just use arraysize(). by viettrungluu · 10 years ago
  55. 2c08bc0 Improve the names used in Mojo JS modules by abarth · 10 years ago
  56. 7ae3cea Make host port availability detection more robust. by tonyg · 10 years ago
  57. 090cb0a Mojo: Add a "remote" channel endpoint ID generator. by viettrungluu · 10 years ago
  58. 08e1954 base: Remove non-caching discardable memory implementation. by reveman · 10 years ago
  59. 221f6a9 Misc. cleanup, primarily removing unused locals. by pkasting · 10 years ago
  60. 8085139 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 10 years ago
  61. 9b65667 base: Add NOTREACHED() for when using a non-supported discardable memory type. by reveman · 10 years ago
  62. 41ae5f2 base: Use range-based for loops in DiscardableMemoryManager. by reveman · 10 years ago
  63. 5f1bd2d [Android] Push gtest deps in gtest/setup.py. by jbudorick · 10 years ago
  64. 414799e [Mojo] Add support for HTML imports as well as AMD modules by abarth · 10 years ago
  65. 69b0525 mojo: Add maps to java bindings. by qsr · 10 years ago
  66. d9b6bd1 Rationalize and fix chromium android linker histogram recording. by simonb · 10 years ago
  67. 999b298 [Android] Reland of 'Add zip pushing and refine push mode selection.' by jbudorick · 10 years ago
  68. e89c532 remove new OVERRIDEs added to mojo/ by mostynb · 10 years ago
  69. d92a7f6 mojo: Add maps to python bindings. by qsr · 10 years ago
  70. 503f308 Disable implicit conversions from scoped_refptr to T* on iOS. by dcheng · 10 years ago
  71. 3012015 [Mojo] Fix the namespace for HandleWrapper by abarth · 10 years ago
  72. bd19d51 Align base::hash_map with C++11, part 1. by davidben · 10 years ago
  73. 0134637 mojo: Fixed non-component build for html_viewer. by alokp · 10 years ago
  74. bfb572b Add mojo <--> net IO adapters. by brettw · 10 years ago
  75. 67990b7 Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 by hansmuller · 10 years ago
  76. a52037c cc: Make OutputSurface::SwapBuffers pure virtual by sievers · 10 years ago
  77. 6118aa4 Cleanup: Actually remove base/file_util.h. by thestig · 10 years ago
  78. 66d86d3 Revert of [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
  79. e76b558 mojo: Update PRESBUMIT.py by qsr · 10 years ago
  80. e2928b6 mojo: Add python bindings tests to mojob.sh by qsr · 10 years ago
  81. c45b8bb mojo: Add RunLoop::Current() and refactor unit tests. by qsr · 10 years ago
  82. 6823d08 [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
  83. d8ea9be use base::Time constants in mojo instead of defining locally by prashhir · 10 years ago
  84. caeddaf mojo: Allow circular dependencies between structs by qsr · 10 years ago
  85. d5ab473 Move mojo/services/public/cpp TypeConverters to mojo/converters. by msw · 10 years ago
  86. eddf3e6 Renames window_manager.mojom to window_manager2.mojom by sky · 10 years ago
  87. 1c1c3c0 Mojo: Make room for remotely-allocated channel endpoint IDs. by viettrungluu · 10 years ago
  88. c5b819a remove websocket server dependency from the mojo spy by cpu · 10 years ago
  89. 30190b2 Mojo UDP API implementation. by yzshen · 10 years ago
  90. 59704d6 Avoid destroying surface before the parent surface stops referencing it. by jbauman · 10 years ago
  91. c9d1b2e mojom: Add associative arrays to the mojom language. by erg · 10 years ago
  92. 5cc93c5 Plumb commandline arguments for mojo_example_apptests. by msw · 10 years ago
  93. 090105c Mojo: Add some tests for ChannelEndpointId, etc. by Viet-Trung Luu · 10 years ago
  94. 46ffec3 scoped_refptr: support opaque pointed-to classes via extern template by mdempsky · 10 years ago
  95. 74f0817 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 10 years ago
  96. 7dca3f4 mojo_shell --help by hansmuller · 10 years ago
  97. edd87a5 Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better by pkasting · 10 years ago
  98. 75e5095 Add ExtensionSettings Policy by binjin · 10 years ago
  99. 7acce83 Implement parts of the Mojo TCP interfaces. by Brett Wilson · 10 years ago
  100. 568e45e mojo_js_standalone will quit after the last JSApp quits by hansmuller · 10 years ago