1. 61aaffb In Chrome, we always let content launch child processes, and as such have by rockot · 9 years ago
  2. 1f9d9e0 Adds a bunch of basic Connect tests: by ben · 9 years ago
  3. ead8db8 Mojo bindings environment: remove usage in gles2. by yzshen · 9 years ago
  4. f69d20a mojo: Sketch a profile application. by erg · 9 years ago
  5. 14a5432 base: Avoid calling VirtualAlloc with 0 length. by reveman · 9 years ago
  6. 6eea799 Mojo: Remove GLES2 support from runner. by yzshen · 9 years ago
  7. af02766 Use a non-deprecated method to get a string from an OSStatus error. by erikchen · 9 years ago
  8. f4b7135 Allow pushing all command line files to user builds by kraush · 9 years ago
  9. 2940001 Revert of [mojo-edk] Serialise windows handles into an "extra header" section. (patchset #3 id:40001 of https://codereview.chromium.org/1740953002/ ) by rockot · 9 years ago
  10. 3e3a404 [Android] Revise handling of document-mode-only tests. by jbudorick · 9 years ago
  11. ab0b1d6 Make it BackgroundShellTest.Basic is only disabled on android by sky · 9 years ago
  12. 0199890 Linux Sandbox: whitelist arm64 syscalls by riku.voipio · 9 years ago
  13. 8fd981b [mojo-edk] Do shared buffer dispatcher creation using the NodeController. by amistry · 9 years ago
  14. a13d19f [mojo-edk] Disable sync broker shared memory creation on Mac. by amistry · 9 years ago
  15. e4dc6ad Clean up MojoShellConnection in render processes by Ken Rockot · 9 years ago
  16. edb85b6 Restructure shell apptests into test-suite specific subdirs by ben · 9 years ago
  17. cbfdfc7 Cleanup runner and ApplicationInfo creation by ben · 9 years ago
  18. 75c4dbc Rename application_manager_unittest.cc -> loader_unittest.cc & remove defunct disabled tests. by ben · 9 years ago
  19. 8e47d38 Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:340001 of https://codereview.chromium.org/1685183004/ ) by rockot · 9 years ago
  20. 61cf15b base: Update MRUCache to allow to use unordered_map and custom hashers. by vmpstr · 9 years ago
  21. 4f3c262 Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map. by yzshen · 9 years ago
  22. 605dd4b Fix grammar in BindingSet by sky · 9 years ago
  23. 1f47fbf Added support for move-only types to SmallMap. by btolsch · 9 years ago
  24. 3571581 Bootstrap Mojo IPC independent of Chrome IPC by rockot · 9 years ago
  25. 9eb863d tracing: Make ConvertableToTraceFormat move-only by primiano · 9 years ago
  26. 0a0e389 mojo: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  27. 6f69b4f Rename ApplicationLoader->Loader, cleanup headers by ben · 9 years ago
  28. e72b9d8 Apply ThreadWithOptions_StackSize ASAN workaround to all platforms. by aelias · 9 years ago
  29. 35e5ccb Make WebVector backed by a std::vector. by esprehn · 9 years ago
  30. 66f7f55 Change Mojo URLs to structured names. by ben · 9 years ago
  31. badddca [mojo-edk] Serialise windows handles into an "extra header" section. by amistry · 9 years ago
  32. 0bbea0f [mojo-edk] Pass process handle through the broker on all platforms. by amistry · 9 years ago
  33. f6d20d7 Revert of Make WebVector backed by a std::vector. (patchset #2 id:20001 of https://codereview.chromium.org/1713323003/ ) by jaydasika · 9 years ago
  34. 055896e StringToUint should output zero on negative numbers. by davidben · 9 years ago
  35. da45071 Make WebVector backed by a std::vector. by esprehn · 9 years ago
  36. 13f1ac1 base: Remove MessagePumpDispatcher. by sadrul · 9 years ago
  37. 41f1afc Revert of Refactor thread_local.h's TLS Implementation to use ThreadLocalStorage (patchset #2 id:60001 of https://codereview.chromium.org/1726203002/ ) by robliao · 9 years ago
  38. efef256 Fold ApplicationInstance into ApplicationManager by ben · 9 years ago
  39. 9ca4755 Replace with mojo::Connector (already exists) now that Shell is gone. by ben · 9 years ago
  40. 81f842e Hook embedded shell up to MojoShellConnection by rockot · 9 years ago
  41. 4eda3b2 Revert of Mojo bindings environment: remove usage in gles2. (patchset #1 id:1 of https://codereview.chromium.org/1725123002/ ) by yzshen · 9 years ago
  42. c134aef Revert of Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindings (patchset #5 id:80001 of https://codereview.chromium.org/1718363002/ ) by yzshen · 9 years ago
  43. ce766be Refactor thread_local.h's TLS Implemetation to use ThreadLocalStorage by robliao · 9 years ago
  44. 41a9c44 Change sampler code events phase from instant to meta. by alph · 9 years ago
  45. 7e068be network_time_tracker: detect clock changes. by mab · 9 years ago
  46. e969bd2 Eliminate Quit() from Shell, and roll Shell & Connector together. by ben · 9 years ago
  47. 3ba18f8 Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindings by yzshen · 9 years ago
  48. 0a3894b [MemoryInfra] Support dump providers running on SequencedTaskRunner by ssid · 9 years ago
  49. 0fd5a1b mustash: Move Media IPC Messages to media_messages.h by fsamuel · 9 years ago
  50. 0f8a138 Gets views_mus_unittests working again by sky · 9 years ago
  51. 97621fe Disable the failing BackgroundShellTest.Basic. by msramek · 9 years ago
  52. 61dc53c Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. by yzshen · 9 years ago
  53. 9fa3658 [mojo-edk] Add some Mach shm support to PlatformSharedBuffer. by amistry · 9 years ago
  54. c839a12 Remove CapabilityFilter from Connect() by ben · 9 years ago
  55. 53b24a2 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 9 years ago
  56. 081c9e3 Use DCHECK instead of <assert.h> in scoped_ptr.h. by nick · 9 years ago
  57. 636ac80 content: Improve thread priority for raster threads. by reveman · 9 years ago
  58. c8651bf base: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  59. 1ae9e98 Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (patchset #19 id:360001 of https://codereview.chromium.org/1711533002/ ) by shrike · 9 years ago
  60. 77bb682 Makes PackageManager take the ApplicationCatalogStore in constructor by sky · 9 years ago
  61. 9a7996b One feature of MojoShellContext in content is that Connect() can be called from any thread. If we want to replace this class we need this ability in the Mojo Shell client lib too. To this end I've extracted the Connect() method to its own interface which can be constructed from Shell. This interface can be cloned and passed on to other threads also. by ben · 9 years ago
  62. c8cc44f Try to get ToolsSanityTests passing with trunk clang again. by thakis · 9 years ago
  63. ff99c46 Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet." by yzshen · 9 years ago
  64. 65104a8 ipc: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  65. c59a00d Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. by yzshen · 9 years ago
  66. 8f4c0d6 Run setPrivateDataDirectorySuffix() on UI thread if it doesn't finish in time. by hartmanng · 9 years ago
  67. 55f05e0 base: Make ThreadPriority::DISPLAY correspond to Android's PRIORITY_DISPLAY. by reveman · 9 years ago
  68. 90caa81 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 9 years ago
  69. f90bc75 mojo: Fix target type in platform handle's gyp files. by erg · 9 years ago
  70. 915e68d Mojo bindings environment: remove usage in gles2. by yzshen · 9 years ago
  71. d745f2b Fix element sizes in data structure for 32/64-bit exchange. by bcwhite · 9 years ago
  72. c997c29 Add a user id parameter to connections. by ben · 9 years ago
  73. f8430ed Remove stale comment for scoped_refptr comparison operators. by dcheng · 9 years ago
  74. 65ee6bc MojoShellContext: Pass File TaskRunner to ApplicationManager. by xhwang · 9 years ago
  75. 671f750 base: Stop overloading ReadFileToString() by hashimoto · 9 years ago
  76. 287e048 Mojo bindings environment: remove usage in mojo/edk/js by yzshen · 9 years ago
  77. 9c0a3f2 Revert of mojo: Delay ApplicationTestBase shell disconnection. (patchset #3 id:60001 of https://chromiumcodereview.appspot.com/1709173002/ ) by xhwang · 9 years ago
  78. eec3b12 Added GLStreamTextureImage : GLImage, which exposes by liberato · 9 years ago
  79. 9bed0a3 Mojo: Set kInvalidSequenceNum to the max uint64_t value by darin · 9 years ago
  80. 5839754 Dispatch ui::PointerEvent instead of TouchEvent/MouseEvent in mus server. by moshayedi · 9 years ago
  81. 9d63982 Adds ability for chrome to behave as mojo_runner by sky · 9 years ago
  82. 4478602 Document use of "Safe Bool Idiom" in base/memory/pointer types. by scheib · 9 years ago
  83. 067103a mojo: Delay ApplicationTestBase shell disconnection. by xhwang · 9 years ago
  84. bb494c9 content: Avoid crashing in release builds when allocating 0 bytes of discardable memory. by reveman · 9 years ago
  85. 6f1d312 Mojo bindings: Add string support to StructTraits by rockot · 9 years ago
  86. d51daa4 This enforces the capability filter specified in an application manifest. by ben · 9 years ago
  87. 5347e50 Reland "Mojo C++ bindings: support sync methods - part 2" by yzshen · 9 years ago
  88. 83e79e9 CR tweaks that missed the last CL by brucedawson · 9 years ago
  89. 0ac12b0 Fix iterators for IDMap with custom key type. by bcwhite · 9 years ago
  90. 9434ca4 Remove unused field trial activate mode param. by asvitkine · 9 years ago
  91. 876f28d Revert of Mojo C++ bindings: support sync methods - part 2 (patchset #6 id:100001 of https://codereview.chromium.org/1713203002/ ) by reillyg · 9 years ago
  92. 347a5fc mojo: Get mojo:leveldb and mojo:filesystem compiled into content. by erg · 9 years ago
  93. 95592bf Mojo C++ bindings: support sync methods - part 2 by yzshen · 9 years ago
  94. a21a4bb tracing: memory-infra cleanup post-C++11 + test coverage by primiano · 9 years ago
  95. e3077d9 Update account and sync management UX by maybelle · 9 years ago
  96. 1259406 include-what-you-use: Fix some tracing-related includes by primiano · 9 years ago
  97. a61a675 Moved macros into prtime.h by pkl · 9 years ago
  98. ba866f9 Add utility method for WebString to base::FilePath conversion by kinuko · 9 years ago
  99. 40be5f9 [mojo-edk] Embedder API for MojoHandle to base::SharedMemoryHandle. by amistry · 9 years ago
  100. fa4ef8f ipc: split the process of creating unix domain socket into a separate function by tfarina · 9 years ago