1. 9f0f77a Fix the buttons in the mojo demo window manager debug panel. by ben · 10 years ago
  2. 64d7caa Removing uses of X11 native key events. by kpschoedel · 10 years ago
  3. 1cb7484 mojo: Java bindings: Add name to the manager. by qsr · 10 years ago
  4. ce9e885 mojo: java bindings rename Message subclasses. by qsr · 10 years ago
  5. 61b53bf mojo: Move initialization of the embedder in java. by qsr · 10 years ago
  6. 7ec10b4 Expose NavigatorHost via Embed() rather than globally. by aa · 10 years ago
  7. 966ad60 More fixes for scoped_refptr operator T* removal. by Daniel Cheng · 10 years ago
  8. f7e3f68 Update view_manager and window_manager to make use of content handling. by aa · 10 years ago
  9. 61a0bb5 Mojo: Factor Channel::EndpointInfo out to ChannelEndpoint. by viettrungluu · 10 years ago
  10. e8bb91f Removes nullable from some of the viewmanager functions by sky · 10 years ago
  11. 96b8bee media: add basic MediaRenderer mojom and TypeConverters by tim · 10 years ago
  12. 07dbd0f mojo: Fix window resizing in mojo_sample_app and mojo_demo_launcher. by erg · 10 years ago
  13. f872633 Mojo: Make the mojom bindings generator not exponential in the import depth. by Viet-Trung Luu · 10 years ago
  14. ddc0328 mojo: python bindings: rename function names in tests. by qsr · 10 years ago
  15. 0cfef5e Fix and enable java validation tests. by qsr · 10 years ago
  16. 5ddd4f8 Disable validation tests. by qsr · 10 years ago
  17. 0a215ce mojo: Run validation tests on java by Benjamin Lerman · 10 years ago
  18. 572e083 Revert of Removing X11 native_event uses for key events. (patchset #6 id:160001 of https://codereview.chromium.org/479873002/) by dcheng · 10 years ago
  19. 18765a9 Removing uses of X11 native key events. by kpschoedel · 10 years ago
  20. 5252e65 Fix python bindings generator. by Benjamin Lerman · 10 years ago
  21. 27b4044 Mojo: validate nullability in Java serialization. by ppi · 10 years ago
  22. 23158cd mojo: Starting generator for python bindings. by qsr · 10 years ago
  23. 4fb2449 Mojo: Add a WebSocket/Client interface and hook it up to the HTML viewer. by mpcomplete · 10 years ago
  24. a388396 mojo: Fix the key code for EXECUTE. by erg · 10 years ago
  25. 158f4c0 Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetric by mpcomplete · 10 years ago
  26. a8b3c6b Fix wm_flow_app so that it uses MojoMain() directly. by ben · 10 years ago
  27. 9e945d7 Remove ShellPtrWatcher details from public header by davemoore · 10 years ago
  28. 25f8c06 mojo: Update python API by qsr · 10 years ago
  29. 717d866 Fixes to get view_manager_lib_unittests not crash by sky · 10 years ago
  30. 7fd797e MessageReceiver must handle Message and not MessageWithHeader. by qsr · 10 years ago
  31. b4ff10d mojo: Validate fixed size array for the mojo java bindings. by qsr · 10 years ago
  32. effc38a Make HandleWatcher watch on the same thread if the thread is running a MessagePumpMojo. by yzshen · 10 years ago
  33. 2ffbfde Mojo: Remove the STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK endpoint state. by viettrungluu · 10 years ago
  34. 7ce17aa mojo: Fixing array serialization for java bindings. by qsr · 10 years ago
  35. 339eb77 Mojo: validate nullability in Java bindings. by ppi · 10 years ago
  36. 1626753 mojo: Refactor method name generation for java bindings. by qsr · 10 years ago
  37. f3e0176 mojo: Utility class to parse .data file. by Benjamin Lerman · 10 years ago
  38. ccca06e Teach the native viewport service to draw a Surface into itself by jamesr · 10 years ago
  39. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  40. 2055a6f Mojo: Fix two bugs in content handling by aa · 10 years ago
  41. 1f24ac1 Manual fixups for scoped_refptr conversion operator cleanup in mojo/ by dcheng · 10 years ago
  42. 2d1d61e Remove python bindings unittests from the build. by qsr · 10 years ago
  43. 1bc68fc Put thunk targets directly into loadable modules in static build by jamesr · 10 years ago
  44. 2106dc2 More viewmanager renaming: by sky · 10 years ago
  45. 04a196a Mojo: Don't call Channel::HandleRemoteError() under lock. by Viet-Trung Luu · 10 years ago
  46. 8d95a83 Integrate Mojo JS validation bindings with the Router by hansmuller · 10 years ago
  47. 2f00dda mojo: Fix double character inserts on Windows by removing a Linux hack. by erg · 10 years ago
  48. 6d79248 Mojo javascript encoder: Empty string encoded as NULL. by tsepez · 10 years ago
  49. b979da2 mojo: generate Proxies and Stubs for java bindings. by qsr · 10 years ago
  50. 0fdc0c7 Revert of mojo: generate Proxies and Stubs for java bindings. (patchset #16 of https://codereview.chromium.org/411913002/) by tnagel · 10 years ago
  51. f29101a mojo: generate Proxies and Stubs for java bindings. by qsr · 10 years ago
  52. d49ae3b Rename RootViewManager to DisplayManager by sky · 10 years ago
  53. 034de45 Remove redundant echo.mojom, verify non-nullables in echo_service.mojom by cmasone · 10 years ago
  54. 5d23005 Mojo: add mojo_message_pipe_perftests by morrita · 10 years ago
  55. 0ff077e Update mojo's WebMimeRegistry for supportsImagePrefixed by James Robinson · 10 years ago
  56. ae2c406 Rename OnServiceError to OnApplicationError by davemoore · 10 years ago
  57. 6c90c76 Mojo: Add static factory functions to MessagePipe. by Viet-Trung Luu · 10 years ago
  58. a3bb487 Removes usage of aura::Window from Node by sky · 10 years ago
  59. 596c3df Mojo: add support for {double,float}.{INFINITY,NEGATIVE_INFINITY,NAN} by darin · 10 years ago
  60. 4dbf347 Mojom: Blanket change to mark all pointer/handle fields as nullable. by yzshen · 10 years ago
  61. 630e570 Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset #29 of https://codereview.chromium.org/296053012/)" by byungchul · 10 years ago
  62. 8bb9dd7 Remove implicit conversions from scoped_refptr to T* in mojo/ by dcheng · 10 years ago
  63. 9037a61 Update mojo surfaces bindings and mojo/cc/ glue by jamesr · 10 years ago
  64. 8048f09 Get rid of KeepAlive. Quit shell when all urls run directly by Context are closed. by davemoore · 10 years ago
  65. bf1629c mojo: Fixed mojo_example_apptests. by alokp · 10 years ago
  66. e62310a Mojo C++ bindings: better log messages for some validation errors at the receiver side. by yzshen · 10 years ago
  67. b8380f6 Core mojo API for python. by qsr · 10 years ago
  68. 4797060 Revert "Core mojo API for python." by qsr · 10 years ago
  69. 5af8efd Core mojo API for python. by qsr · 10 years ago
  70. 6daf2d5 Add callback when queueing frame on Surface to create backpressure. by jbauman · 10 years ago
  71. aa901b0 Adds necessary dependencies for view_manager tests by sky · 10 years ago
  72. aef6c2c Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset #29 of https://codereview.chromium.org/296053012/) by estade@chromium.org · 10 years ago
  73. c707723 Replace StreamListenSocket with StreamSocket in HttpServer. by byungchul@chromium.org · 10 years ago
  74. be267a9 Performance tuning of HandleWatcher by sky@chromium.org · 10 years ago
  75. 9f8b899 Converts some DCHECKs into CHECKs in hopes of helping with a crash by sky@chromium.org · 10 years ago
  76. 85cdb21 Make RenderPass::Id an isolated class by weiliangc@chromium.org · 10 years ago
  77. d38278c GN build rules for all unit test targets in mojo/ by jamesr@chromium.org · 10 years ago
  78. fc329b7 Profile mojom: change some fields to nullable according to documentation. by yzshen@chromium.org · 10 years ago
  79. c1a1519 Removes setting destroyed_flag_ in NotifyError by sky@chromium.org · 10 years ago
  80. 2d32789 mojo: Plumb through sufficient context to make real blink::WebInputEvents. by erg@chromium.org · 10 years ago
  81. fdbc6a5 export hard dependencies where needed in mojo by jamesr@chromium.org · 10 years ago
  82. f8b0c8e Null out context_factory in window_tree_host on shutdown by jamesr@chromium.org · 10 years ago
  83. 1413504 Allow URLRequests from one context to have different NetworkDelegates. by mmenke@chromium.org · 10 years ago
  84. b635149 Mojo C++ bindings: better log message for serialization warnings. by yzshen@chromium.org · 10 years ago
  85. 1e608da mojo: first take on removing mojo_main_{chromium,standalone}. by tim@chromium.org · 10 years ago
  86. faeb4b9 Make struct members nullable so demo_launcher no longer crashes. by acolwell@chromium.org · 10 years ago
  87. 3bdf19a GN: Build rules and fixes for (almost) all mojo unittest targets by jamesr@chromium.org · 10 years ago
  88. f12b523 Add JS bindings validation logic for non-nullable types by hansmuller@chromium.org · 10 years ago
  89. f1536b1 Mojo cpp bindings: remove IsNonNullableValidationEnabled() check by yzshen@chromium.org · 10 years ago
  90. f03630f Mark optional mojo quads fields as nullable by jamesr@chromium.org · 10 years ago
  91. 8c7e94d Mojo JS bindings generator doesn't generate import-qualified struct references by hansmuller@chromium.org · 10 years ago
  92. 6e36b16 Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  93. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  94. 87dbab1 Mojom cpp bindings: Enable non-nullable check. by yzshen@chromium.org · 10 years ago
  95. a1cb16c Mojo cpp bindings: More clear checks for array num_bytes and num_elements. by yzshen@chromium.org · 10 years ago
  96. 58acb53 GN: Mojo wget, sample_app, surfaces app and component build by jamesr@chromium.org · 10 years ago
  97. 028824f [Ozone] Have WTH call cursor function in platform_window directly by dnicoara@chromium.org · 10 years ago
  98. 2d8308f Mojo: Fix warnings when generating code for empty struct in java. by qsr@chromium.org · 10 years ago
  99. 66ff1aa Mojo: Add warning of invalid serialization results (in debug build). by yzshen@chromium.org · 10 years ago
  100. 64fc435 Mojo: Make Core own a PlatformSupport, and plumb it through to Channel. by viettrungluu@chromium.org · 10 years ago