1. 22e584a Generalize InterfacePtrSet for [Associated]InterfacePtr. by msw · 8 years ago
  2. 688e0c1 Make mojo::Callback<>::Runnable::Run non-const. by reillyg · 8 years ago
  3. d1bcfad Remove mojo network service. by jam · 8 years ago
  4. 38dddca Load application manifests from resources by rockot · 8 years ago
  5. 4dc7800 Mojo: Don't short-circuit when failing to deserialize arrays of native types. by sammc · 8 years ago
  6. 0552d4d Support read-only duplicates of Mojo shared buffers. by amistry · 8 years ago
  7. afdb759 Mojo: Align string sizes when serializing a native type. by sammc · 8 years ago
  8. bad1b6e Pull gpu CmdBuf service/client shared GpuMemoryBuffer code to common by penghuang · 8 years ago
  9. 60985a5 Some fleshing out the mojo based localstorage implementation. by michaeln · 8 years ago
  10. 82c48b9 Convert //sandbox to use std::unique_ptr by mostynb · 8 years ago
  11. 15cbf50 Mojo: Generate Java mojom targets when !cpp_only. by sammc · 8 years ago
  12. 9403b46 Suppress SparseArray lint warning in Mojo RouterImpl by johnme · 8 years ago
  13. 50b4063 Create .mojo applications in a common subdir under out/Debug by ben · 8 years ago
  14. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  15. 73b8180 Link to mojo chromium developer docs from mojo/README.md by scheib · 8 years ago
  16. 16a4e06 Add inline completion to quicklaunch by ben · 8 years ago
  17. ef8666b Implement a system-level entry cache so that packages loaded from the system dir can be visible to all user catalogs. by ben · 8 years ago
  18. 9ea6644 [mojo-edk] Trim read buffer to keep its size down by rockot · 8 years ago
  19. 3ef76f5 Mojo C++ bindings: sync call support for associated interfaces and master interfaces by yzshen · 8 years ago
  20. 5cb823c Mojo C++ bindings: minor change for validation of array of primitive types. by yzshen · 8 years ago
  21. bf10fe7 Mojo C++ bindings: fix union array serialization. by yzshen · 8 years ago
  22. 8497c75 Mojo C++ bindings: change sync_method_unittests to typed tests. by yzshen · 8 years ago
  23. 0fd1fa9 Mojo C++ bindings: refactor SyncHandleWatcher. by yzshen · 8 years ago
  24. fed1e04 Turn on standard logging details in Mojo app runners by rockot · 8 years ago
  25. d661bf7 Add more out of line copy ctors for complex classes. by vmpstr · 8 years ago
  26. a16f53f [mojo-edk] Don't assert on PortAccepted for unknown port by rockot · 8 years ago
  27. 0cb4761 Simplify resolve. by ben · 8 years ago
  28. 086381a Changes lifetime of apps with the "all_users" capability by sky · 8 years ago
  29. f2c9181 [mojo-sdk] Disable the RunnableAdapter constructor if the sink is a Runnable*. by amistry · 8 years ago
  30. bb772dc Mojo C++ bindings: some MultiplexRouter optimization. by yzshen · 8 years ago
  31. 1f965db Mojo bindings: Fix typemap includes. by sammc · 8 years ago
  32. c0da4f6 Changes to get mash browser_tests shutdown working correctly by sky · 8 years ago
  33. b62421d Moves manifest parsing to a new class, Reader. by ben · 8 years ago
  34. 6e3d492 Make ChannelMojo Send thread-safe by rockot · 8 years ago
  35. 74ba590 Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used by sky · 8 years ago
  36. bb73712 Converts mash_wm_apptests to unit tests by sky · 8 years ago
  37. 8105cc5 Move serialize/deserialize logic onto Entry. by ben · 8 years ago
  38. dec9071 Converts resource_provider apptests to unit tests by sky · 8 years ago
  39. a7ba5ef Demote Mojo shell errors to warnings by rockot · 8 years ago
  40. 15befd3 Convert leveldb_apptests to unit tests. by erg · 8 years ago
  41. 46de0ec Revert of Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used (patchset #2 id:20001 of https://codereview.chromium.org/1819063002/ ) by esprehn · 8 years ago
  42. 9c45496 Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used by sky · 8 years ago
  43. 28b4ee1 Make mojo::Callback safe to copy across threads and destroy on any thread. by amistry · 8 years ago
  44. 1725b1e mojo leveldb: Get profile and leveldb connected to DOMStorageContext. by erg · 8 years ago
  45. 1f02398 Add mach ports support to the Mojo shell. by amistry · 8 years ago
  46. 3ecdc36 Adds option to run browser tests in mash by sky · 8 years ago
  47. 8f9013a [mojo-edk] Remove debug aliasing from ports layer by rockot · 8 years ago
  48. b08d5c3 Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom. by yzshen · 8 years ago
  49. f2bb6d3 Implement the renderer side of the mojo based local storage implementation. by jam · 8 years ago
  50. a63138e Convert filesystem_apptests to shelltests. by erg · 8 years ago
  51. f0a2c83 Instrument EDK sync Broker initialization by rockot · 8 years ago
  52. 8f6ffbc [mojo-edk] Stop using the sync broker on OS X by rockot · 8 years ago
  53. 86fc3a1 Mojo C++ bindings: fix sanity check of wtf string serialization. by yzshen · 8 years ago
  54. d05a8a8 Rather than keeping it around forever, we should kill it. Now that the user shell is acting as the login broker for apps run for that user, it's not necessary to keep login too. This simplifies the login app a bit. by ben · 8 years ago
  55. f7a11ef [mojo-edk] Shutdown a node's bootstrap parent channel outside its lock. by amistry · 8 years ago
  56. 2c9e27f [mojo-edk] Switch shared buffers to use Mach on OSX. by amistry · 8 years ago
  57. b3f3f17 [mojo-edk] Expose notification source to MojoWatch callbacks by rockot · 8 years ago
  58. d7dfe7e Mojo C++ bindigns: fix generated namespace when variant is specified. by yzshen · 8 years ago
  59. e5dde8a Mojo's WTF dependencies should be set correctly regardless the path depth by peter · 8 years ago
  60. 8c9ee6b Cascade shutdown of instances by ben · 8 years ago
  61. bef5c45 Move flush id from WebGraphicsContext3DImpl to GLES2Implementation. by danakj · 8 years ago
  62. 47f36fd [mojo-edk] Add support for transferring mach ports. by amistry · 8 years ago
  63. 2ba686d Remove support for Root identity singletons and rely on the all_users bit to be set. + test by ben · 8 years ago
  64. fb77571 Mojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages. by yzshen · 8 years ago
  65. 6109b3d Restructure login by ben · 8 years ago
  66. f151d7f Mojo C++ bindings: introduce mojo::WTFArray. by yzshen · 8 years ago
  67. 01f7d0d Switch StoragePartitionService interface to use url::Origin instead of mojo string. by jam · 8 years ago
  68. 1f61537 Add GYP support for Chrome's mojo manifest by rockot · 8 years ago
  69. 3b31ea1 Convert net apptests to net unittests using mojo::ShellTest. by ben · 8 years ago
  70. 72f5b32 Reinstate wait-for-Initialize when Chrome is run in Mash by rockot · 8 years ago
  71. 44611bf Mojo C++ bindings: fix the for_blink_tests target. by Yuzhu Shen · 8 years ago
  72. b1a8969 Change primordial pipes to ShellClient by rockot · 8 years ago
  73. f2e2270 [mojo-sdk] Cache the connector's weak self to avoid a malloc/free on every incoming message. by amistry · 8 years ago
  74. feae55c Allow Catalogs to be constructed per-user by ben · 8 years ago
  75. 6f546f5 Mojo C++ bindings: support mapping mojo string to WTF::String. by yzshen · 8 years ago
  76. c515192 [mojo] Implement pipe fusion API by rockot · 8 years ago
  77. 6f0af18 [mojo-edk] Delay creating the local queue in NodeController::AcceptIncomingMessages(). by amistry · 8 years ago
  78. b4ecebf Change mojo::Watcher to survive closing a handle and cancelling. by sammc · 8 years ago
  79. ffb13ed Use chrome manifest with embedded shell by rockot · 8 years ago
  80. e518db8 Remove ShellConnection::WaitForInitialize by rockot · 8 years ago
  81. 69d5217 Separate the Catalog from the Shell completely, so the Catalog can live in its own process. by ben · 8 years ago
  82. b4f7754 Enforce capability classes for specific parameters to Connect(). by ben · 8 years ago
  83. 7c3db62 Fix invalid initializer in InterfaceRegistry by rockot · 8 years ago
  84. 640799a Remove loader for catalog & some other cleanup: by ben · 8 years ago
  85. dccc68c Implement capability classes: by ben · 8 years ago
  86. 7546dc7 Revert of Capability Classes (patchset #8 id:140001 of https://codereview.chromium.org/1781913003/ ) by vasilii · 8 years ago
  87. ecc9501 Revert of Remove loader for catalog & some other cleanup (patchset #4 id:60001 of https://codereview.chromium.org/1785743002/ ) by vasilii · 8 years ago
  88. c5ee21a Remove loader for catalog & some other cleanup: by ben · 8 years ago
  89. 02d3fb8 [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings internal code. by amistry · 8 years ago
  90. 25b649f Mojo shell: Fix exported GYP dependencies by rockot · 8 years ago
  91. a90214a Implement capability classes: by ben · 8 years ago
  92. fc60c81 Adds views_mus_unittests to the linux bot by sky · 8 years ago
  93. 603100a Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface name. (patchset #2 id:20001 of https://codereview.chromium.org/1782543004/ ) by yzshen · 8 years ago
  94. 0edf444 Mojo C++ bindings: remove the utility/ folder. by yzshen · 8 years ago
  95. 08286c5 Reland: Mojo C++ bindings: replace '::' with '.' in the interface name. by yzshen · 8 years ago
  96. 62d4b15 Fix deps in shell by ben · 8 years ago
  97. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 8 years ago
  98. 4fdcbec [mojo-sdk] Replace assert() usage in bindings with DCHECK. by amistry · 8 years ago
  99. b6b5a54 Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (patchset #3 id:40001 of https://codereview.chromium.org/1778793004/ ) by dpranke · 8 years ago
  100. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 8 years ago