1. 3394b1a gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 9 years ago
  2. c11f6cd Enable multiprocess by default on desktop Mandoline. by jam · 9 years ago
  3. cba45cb Revert of Enable multiprocess by default on desktop Mandoline. (patchset #5 id:80001 of https://codereview.chromium.org/1406403004/ ) by jam · 9 years ago
  4. a14ea7c Enable multiprocess by default on desktop Mandoline. by jam · 9 years ago
  5. 387cb02 command_buffer: Support textured path rendering for CHROMIUM_path_rendering by kkinnunen · 9 years ago
  6. 2987ad0 Fix hangs in Mandoline page cycler on Linux with --enable-multiprocess. by jam · 9 years ago
  7. 4fd2a69 mandoline: Build mojo_runner when we build a mojo application. by erg · 9 years ago
  8. 25a5a5c mandoline: Fix mandoline release build on Linux. by erg · 9 years ago
  9. 8670b6c ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change. by reveman · 9 years ago
  10. 72c671f Allow mojo_runner to connect to arbitrary executables. by ben · 9 years ago
  11. 899f5c9 Remove unused Go runtime support in mojo shell. by jam · 9 years ago
  12. c817254 Fix race condition when launching child processes in Mandoline. by jam · 9 years ago
  13. 6c745fe mus: Change namespace from mojo to mus.mojom for events. by sadrul · 9 years ago
  14. 656082d mus: Move mojo events into mus. by sadrul · 9 years ago
  15. d2fbf97 Moves wheel_data onto PointerData by sky · 9 years ago
  16. ae5a3d2 mandoline: Fix crash by releasing ownership of the broker process. by erg · 9 years ago
  17. c60d6ef command_buffer: Support instanced path rendering in gpu command buffer by kkinnunen · 9 years ago
  18. 3ffcc86 Move find_depot_tools.py to build/ by mcgrathr · 9 years ago
  19. dd9cab1 mandoline: Clean up default parameter from last patch. by erg · 9 years ago
  20. 3908c0b ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ. by reveman · 9 years ago
  21. 0576aa7 Get the new Mojo EDK working on POSIX. by jam · 9 years ago
  22. ff56006 Ensure subprocess42.communicate timeouts are caught. by msw · 9 years ago
  23. d88497e Added support for sync token signals. by dyen · 9 years ago
  24. 7d366ae Use detached (CREATE_NEW_PROCESS_GROUP) apptest subprocesses. by msw · 9 years ago
  25. d10f5a0 Use subprocess42 for Mojo desktop apptest timeout enforcement. by msw · 9 years ago
  26. ab4211d Fix style in input_events.mojom by sky · 9 years ago
  27. e5f066b Reland: Port over the mojo tracing service from the mojo repo. by erg · 9 years ago
  28. a8077b7 Fix signed/unsigned comparison in mojo::edk::DataPipeTest. by Daniel Cheng · 9 years ago
  29. fa949fa Add more test binaries to GN Mac build. by brettw · 9 years ago
  30. 40697f1 Revert of Port over the mojo tracing service from the mojo repo. (patchset #3 id:40001 of https://codereview.chromium.org/1415843003/ ) by mathp · 9 years ago
  31. 5577c32 Port over the mojo tracing service from the mojo repo. by erg · 9 years ago
  32. 6df105f Handle pipe read and write errors separately in the new EDK. by jam · 9 years ago
  33. 9308b03 Remove DCHECK(HasOneRef()) from StartSerialize/EndSerialize since that's not true in the new EDK, and we also lock there. by jam · 9 years ago
  34. 2287463 Cherry pick DataPipeDrainer from the mojo repository. by erg · 9 years ago
  35. a67879e components/mus/public/interfaces View => Window by fsamuel · 9 years ago
  36. e7583fa Only connect to the named pipe when the delegate writes or when it starts watching the status of the pipe. by jam · 9 years ago
  37. f8ec947 mandoline: Actually use mojo:tracing from core_services. by erg · 9 years ago
  38. 67b9e0e Adds GetDisplays() to WindowManager by sky · 9 years ago
  39. 5b6c72f Correctly record and pass around navigation start time. by yzshen · 9 years ago
  40. 77a5e43 Last set of fixes to make the src/mojo/edk pass the page cycler. by jam · 9 years ago
  41. fe50294 Adds viewsexamples to mus/examples and a main mojom by sky · 9 years ago
  42. 3bea183 Added method to wait on fence syncs which do not need to be flushed. by dyen · 9 years ago
  43. 59c7be7 Ensure that DataPipeProducerDispatcher::CreateEquivalentDispatcherAndCloseImplNoLock serializes the object. by jam · 9 years ago
  44. a87f246 Ensure that the memory for a two-phase read stays valid even if more data is received. by jam · 9 years ago
  45. e87a9d1 Fix hang when sending a data pipe consumer handle that has read all the data and gotten a peer-closed notification from the producer. by jam · 9 years ago
  46. 822a843 Ensure DataPipe::EndSerialize always initializes all the members of SerializedDataPipeHandleDispatcher structure. by jam · 9 years ago
  47. 0a66b53 Add a basic LaunchHandler Mandoline browser apptest. by msw · 9 years ago
  48. f261e21 Remove //build/module_args/mojo.gni. by dpranke · 9 years ago
  49. bf4e59c Don't use base::MessageLoop::{Quit,QuitClosure} in mojo/ by ki.stfu · 9 years ago
  50. ba5d42e Revert "Adds some code to help isolate where crash is happening" by rockot · 9 years ago
  51. 07e002f Merge fixes to mojo/src/edk from third_party/mojo/src/mojo/edk that were brought in r352640. by jam · 9 years ago
  52. 3bb1603 Fix /analyze warnings in src/mojo/edk from r352123. by jam · 9 years ago
  53. 4113835 Revert "Add more tracking detail to Mojo async waits." by rockot · 9 years ago
  54. abc0ad4 Fix GN debug component build for some targets. by jam · 9 years ago
  55. e97ae63 Add temporary apptest debug logging for diagnosing hangs. by msw · 9 years ago
  56. f06ce7b cc: Remove GL_REPEAT wrap mode by ccameron · 9 years ago
  57. 40ab73e CHECK in AsyncWait on an invalid handle. by rockot · 9 years ago
  58. 1996d7d cc: Remove redundant overlay arguments by ccameron · 9 years ago
  59. bdab10d Try to kill hung apptests more reliably on Windows. by msw · 9 years ago
  60. 02a7e52 Implemented new fence syncs which replaces the old sync points. by dyen · 9 years ago
  61. d7e5dfd Detecting and fixing stringprintf.h format bugs by brucedawson · 9 years ago
  62. 38cd397 Add more tracking detail to Mojo async waits. by rockot · 9 years ago
  63. da65b97 Serialize messages that are waiting to be written to the OS pipe when transferring a Message Pipe. by jam · 9 years ago
  64. 8ebc54c Presubmit fixes from r352123 since presubmit scripts crashed in it. by jam · 9 years ago
  65. 1e1533d Remove more nacl bindings related code. by jam · 9 years ago
  66. e521e9b Fix other build errors from r352208. by jam · 9 years ago
  67. d223bbc Fix build errors from r478251. by jam · 9 years ago
  68. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  69. b569d00 mus: remove mojo/cc by fsamuel · 9 years ago
  70. 025cc9e mus: Remove headless related code. by sadrul · 9 years ago
  71. 56a371d Mojo C++ bindings: fix equality checks. by yzshen · 9 years ago
  72. 8ae2278 Let html_viewer handle more MIME types. by yzshen · 9 years ago
  73. 18430e5 Make SharedMemoryHandle a class on windows. by erikchen · 9 years ago
  74. 2bf1916 Adds some code to help isolate where crash is happening by sky · 9 years ago
  75. 0952729 Move more of ContentHandler handling into PackageManager. by ben · 9 years ago
  76. 533e4ce mojo: Add proper implementation of DetachFromClient to OutputSurfaceMojo. by reveman · 9 years ago
  77. 5359fbe Mandoline + Chrome: Fix RequestAnimationFrame in OOPIFs by fsamuel · 9 years ago
  78. de8ce6f Gets telemetry tests running again (2) by sky · 9 years ago
  79. e9f0762 Construct and check for mojo::Event's LocationData as needed. by msw · 9 years ago
  80. 985e2f2 Init Android Mojo Shell Context before configuring. by msw · 9 years ago
  81. 11e7d83 GN: Do not use forward_dependent_configs_from variable. by tfarina · 9 years ago
  82. de8313f Make CapabilityFilter be part of Identity by ben · 9 years ago
  83. 821cc2b Disables unbind in ApplicationTestBase by sky · 9 years ago
  84. 238de00 Removing GL context rate limiting feature and related wrappers by junov · 9 years ago
  85. 443ba31 Revert of Make CapabilityFilter be part of Identity (patchset #15 id:280001 of https://codereview.chromium.org/1354003002/ ) by vabr · 9 years ago
  86. 2085af0 Mandoline: Enable more GL commands which are used by WebGL & GMap. by penghuang · 9 years ago
  87. f127601 Make CapabilityFilter be part of Identity by ben · 9 years ago
  88. 1ad4183 data-fetcher: Discard really big data URLs. by sadrul · 9 years ago
  89. c3999e8 Don't use resolved url for instance identity in ApplicationManager by ben · 9 years ago
  90. 41b9d49 Some more minor cleanup to ApplicationManager. by ben · 9 years ago
  91. 038f884 Revert of Some more minor cleanup to ApplicationManager. (patchset #4 id:60001 of https://codereview.chromium.org/1351963002/ ) by jdonnelly · 9 years ago
  92. 1c6879b Revert of Don't use resolved url for instance identity in ApplicationManager (patchset #4 id:60001 of https://codereview.chromium.org/1346143004/ ) by jdonnelly · 9 years ago
  93. a7c3c8b Added a unique command buffer ID for command buffers. by dyen · 9 years ago
  94. 81346a9 Don't use resolved url for instance identity in ApplicationManager by ben · 9 years ago
  95. 0ae32d2 Some more minor cleanup to ApplicationManager. by ben · 9 years ago
  96. cd2efdc mojo: Add DataURLFetcher for processing data: urls. by sadrul · 9 years ago
  97. 3a5a945 Mandoline UI Process: Update namespaces and file names by fsamuel · 9 years ago
  98. 960e8ad Mandoline: WebGL: Pass context creation attributes to GPU. by penghuang · 9 years ago
  99. e8e09c7 Mandoline: Fix PackageManager initialization by fsamuel · 9 years ago
  100. 26edadf Compilation error in http://crrev.com/1352663002 by yosin · 9 years ago