1. 038f594 mojo: Create a basic clipboard. by erg · 10 years ago
  2. 7627ce8 Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://codereview.chromium.org/562483002/) by rockot · 10 years ago
  3. 8341dfb mojo: Create a basic clipboard. by erg · 10 years ago
  4. a5110bb GN: Replace mojo/system.gni with forwarding groups by jamesr · 10 years ago
  5. 66aebb3 mojo: Add isolate test for python bindings test by qsr · 10 years ago
  6. 1182c10 mojo: Starting serialization for python bindings. by qsr · 10 years ago
  7. 59fb6f6 mojo: Update gyp python targets to specify their equivalent gn targets. by qsr · 10 years ago
  8. 84d7d55 Revert of mojo: Starting serialization for python bindings. (patchset #3 id:40001 of https://codereview.chromium.org/570563002/) by acolwell · 10 years ago
  9. d62a161 Always make context current in ViewManager's BitmapUploader, be laxer in SurfaceResourceHolder by jamesr · 10 years ago
  10. dbdaac3 Mojo JS validation unit test should check Connection et al by hansmuller · 10 years ago
  11. 1f729d9 Make it possible to use mojo_variables.gypi at any depth by abarth · 10 years ago
  12. df4a19f Add basic video support to mojo html_viewer by jamesr · 10 years ago
  13. 257c772 Fixes for surfaces bindings exposed by wm_flow app by jamesr · 10 years ago
  14. b0f7ab2 mojo: Starting serialization for python bindings. by qsr · 10 years ago
  15. 0e2eeb5 GN rules for everything in //mojo by jamesr · 10 years ago
  16. 4bc97ee Revert "Create native_viewport_service, don't build it into mojo_shell unless Android" by Dave Moore · 10 years ago
  17. 359e00a Create native_viewport_service, don't build it into mojo_shell unless Android by davemoore · 10 years ago
  18. 64a703e Mojo: Cancel WaitingCallbacks when their HandleWrappers are closed. by sammc · 10 years ago
  19. 5a69cb4 Move application:chromium bindings to mojo/application/ by jamesr · 10 years ago
  20. c285c74 Mojo: Add thread assertions to various private Channel methods. by viettrungluu · 10 years ago
  21. 73215a6 Hook WebMediaPlayerImpl up to Mojo's HTMLDocumentView. by acolwell · 10 years ago
  22. b9213fe Mojo: Remove DCHECK disallowing passing of a remote message pipe. by viettrungluu · 10 years ago
  23. fd4385e Removes redundant test by sky · 10 years ago
  24. 28b8c35 Add mojo_view_manager -> skia dep by jamesr · 10 years ago
  25. 0aea860 JavaScript Content Handler Version 0.0 by hansmuller · 10 years ago
  26. 8c251a3 Compositor bindings for mojo html_viewer by jamesr · 10 years ago
  27. a979ec7 Revert "Compositor bindings for mojo html_viewer" by dpranke@chromium.org · 10 years ago
  28. 371fee3 mojo: java bindigns: add factory for InterfaceRequest that takes a client by qsr · 10 years ago
  29. 1a1214f Build targets from mojo_base on iOS by blundell · 10 years ago
  30. e0f8f30 Compositor bindings for mojo html_viewer by jamesr · 10 years ago
  31. 66092f3 Window controls by ben · 10 years ago
  32. f46bf94 Convert view manager to surfaces with uploading shim in client lib by jamesr · 10 years ago
  33. 3249389 Mojo + NaCl prototype. by ncbray · 10 years ago
  34. 57c879a mojo: Specialize native type arrays. by qsr · 10 years ago
  35. 4735363 Expose platform thread id on blink::WebThread by yurys · 10 years ago
  36. 5d1c8ef Various mojom cleanup from ContentHandler changes. by aa · 10 years ago
  37. 8b70c30 Fix Mojo's WebURLLoader so that it provides protocol version and headers. by acolwell · 10 years ago
  38. a3fcb48 Refactor IsolateHolder to be able to always create the isolate by jochen · 10 years ago
  39. dd250a0 mojo: Adding struct's fields for python bindings by qsr · 10 years ago
  40. 69eec50 mojo: Start generating structs for python bindings by qsr · 10 years ago
  41. 593e28c mojo: Generate top level enums for python bindings. by qsr · 10 years ago
  42. 0cddf38 Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chromecast/, cloud_print/, mojo/, and win8/ by thestig · 10 years ago
  43. 733c973 When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API together, it may cause memory leak, and then run out of memory. The problem is because the Compositor API uses sync point to sync texture producer and the Chrome compositor, it does not need any IPC, so the PpapiCommandBufferProxy::last_state_[1] will not get updated, so the client does not known when the GPU process finishes accessing the memory, and then the memory can not be reused forever. This change add a shared state in PpapiCommandBufferProxy. It allows PpapiCommandBufferProxy updating state from a shared memory without an IPC. It fix this issue. by penghuang · 10 years ago
  44. 7a9f6ac Made Blink aware of top controls offset by bokan · 10 years ago
  45. 20660c4 Changes view manager to report visibility and drawn state by sky · 10 years ago
  46. 2fe2a57 Mojo: Implement the rest of the WebSocket interface. by mpcomplete · 10 years ago
  47. 17a0469 Revert of Removing X11 native_event uses for key events. (patchset #7 id:180001 of https://codereview.chromium.org/479873002/) by arv · 10 years ago
  48. 8eb184d mojo: java core API: Allow interaction with native handles by qsr · 10 years ago
  49. 974bf64 mojo: Fix python bindings tests. by Benjamin Lerman · 10 years ago
  50. 6652fc9 Update Pepper interface for EME by jrummell · 10 years ago
  51. 9421d8a Make ui gn check pass. Misc GN build improvements. by brettw · 10 years ago
  52. 3a96e45 Convert GN visibility variables to lists. by brettw · 10 years ago
  53. 0fa37a2 Revert of Make ui gn check pass. Misc GN build improvements. (patchset #3 id:40001 of https://codereview.chromium.org/545313002/) by thakis · 10 years ago
  54. 7a09165 Make ui gn check pass. Misc GN build improvements. by Brett Wilson · 10 years ago
  55. 9f0f77a Fix the buttons in the mojo demo window manager debug panel. by ben · 10 years ago
  56. 64d7caa Removing uses of X11 native key events. by kpschoedel · 10 years ago
  57. 1cb7484 mojo: Java bindings: Add name to the manager. by qsr · 10 years ago
  58. ce9e885 mojo: java bindings rename Message subclasses. by qsr · 10 years ago
  59. 61b53bf mojo: Move initialization of the embedder in java. by qsr · 10 years ago
  60. 7ec10b4 Expose NavigatorHost via Embed() rather than globally. by aa · 10 years ago
  61. 966ad60 More fixes for scoped_refptr operator T* removal. by Daniel Cheng · 10 years ago
  62. f7e3f68 Update view_manager and window_manager to make use of content handling. by aa · 10 years ago
  63. 61a0bb5 Mojo: Factor Channel::EndpointInfo out to ChannelEndpoint. by viettrungluu · 10 years ago
  64. e8bb91f Removes nullable from some of the viewmanager functions by sky · 10 years ago
  65. 96b8bee media: add basic MediaRenderer mojom and TypeConverters by tim · 10 years ago
  66. 07dbd0f mojo: Fix window resizing in mojo_sample_app and mojo_demo_launcher. by erg · 10 years ago
  67. f872633 Mojo: Make the mojom bindings generator not exponential in the import depth. by Viet-Trung Luu · 10 years ago
  68. ddc0328 mojo: python bindings: rename function names in tests. by qsr · 10 years ago
  69. 0cfef5e Fix and enable java validation tests. by qsr · 10 years ago
  70. 5ddd4f8 Disable validation tests. by qsr · 10 years ago
  71. 0a215ce mojo: Run validation tests on java by Benjamin Lerman · 10 years ago
  72. 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
  73. 18765a9 Removing uses of X11 native key events. by kpschoedel · 10 years ago
  74. 5252e65 Fix python bindings generator. by Benjamin Lerman · 10 years ago
  75. 27b4044 Mojo: validate nullability in Java serialization. by ppi · 10 years ago
  76. 23158cd mojo: Starting generator for python bindings. by qsr · 10 years ago
  77. 4fb2449 Mojo: Add a WebSocket/Client interface and hook it up to the HTML viewer. by mpcomplete · 10 years ago
  78. a388396 mojo: Fix the key code for EXECUTE. by erg · 10 years ago
  79. 158f4c0 Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetric by mpcomplete · 10 years ago
  80. a8b3c6b Fix wm_flow_app so that it uses MojoMain() directly. by ben · 10 years ago
  81. 9e945d7 Remove ShellPtrWatcher details from public header by davemoore · 10 years ago
  82. 25f8c06 mojo: Update python API by qsr · 10 years ago
  83. 717d866 Fixes to get view_manager_lib_unittests not crash by sky · 10 years ago
  84. 7fd797e MessageReceiver must handle Message and not MessageWithHeader. by qsr · 10 years ago
  85. b4ff10d mojo: Validate fixed size array for the mojo java bindings. by qsr · 10 years ago
  86. effc38a Make HandleWatcher watch on the same thread if the thread is running a MessagePumpMojo. by yzshen · 10 years ago
  87. 2ffbfde Mojo: Remove the STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK endpoint state. by viettrungluu · 10 years ago
  88. 7ce17aa mojo: Fixing array serialization for java bindings. by qsr · 10 years ago
  89. 339eb77 Mojo: validate nullability in Java bindings. by ppi · 10 years ago
  90. 1626753 mojo: Refactor method name generation for java bindings. by qsr · 10 years ago
  91. f3e0176 mojo: Utility class to parse .data file. by Benjamin Lerman · 10 years ago
  92. ccca06e Teach the native viewport service to draw a Surface into itself by jamesr · 10 years ago
  93. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  94. 2055a6f Mojo: Fix two bugs in content handling by aa · 10 years ago
  95. 1f24ac1 Manual fixups for scoped_refptr conversion operator cleanup in mojo/ by dcheng · 10 years ago
  96. 2d1d61e Remove python bindings unittests from the build. by qsr · 10 years ago
  97. 1bc68fc Put thunk targets directly into loadable modules in static build by jamesr · 10 years ago
  98. 2106dc2 More viewmanager renaming: by sky · 10 years ago
  99. 04a196a Mojo: Don't call Channel::HandleRemoteError() under lock. by Viet-Trung Luu · 10 years ago
  100. 8d95a83 Integrate Mojo JS validation bindings with the Router by hansmuller · 10 years ago