1. c028e92 Fix mojo dependencies for component build. by primiano@chromium.org · 10 years ago
  2. 8e081ad Mojo: MessageInTransit clean-up. by viettrungluu@chromium.org · 10 years ago
  3. 9517214 base: Add ScopedJavaLocalFrame class. by reveman@chromium.org · 10 years ago
  4. 8aee764 Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock. by viettrungluu@chromium.org · 10 years ago
  5. 1368a1c Mojo: Mojom: Test the parser when there's no module declared. by viettrungluu@chromium.org · 10 years ago
  6. 6f20341 Mojo Spy core first CL. Introduces mojo::Spy files by cpu@chromium.org · 10 years ago
  7. 3389710 Removes use_mojo by sky@chromium.org · 10 years ago
  8. be4515c x11: Move X event handling out of the message-pump. by sadrul@chromium.org · 10 years ago
  9. 93417dc Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets). by viettrungluu@chromium.org · 10 years ago
  10. 13e4f6f Mojo: Get rid of some EOL whitespace in C++ .tmpl files. by viettrungluu@chromium.org · 10 years ago
  11. cf94a7b Adds ScopedHandleBase::From by sky@chromium.org · 10 years ago
  12. 4dfec4a Mojo: Use Promises for request/response calls in the JavaScript bindings. by mpcomplete@google.com · 10 years ago
  13. 12452bf Mojo: Add a "pytest" to mojob.sh that runs Python unit tests. by viettrungluu@chromium.org · 10 years ago
  14. e97313f Mojo: Move mojo/public/data/bindings/tests/ to mojo/public/interfaces/bindings/tests/data/. by viettrungluu@chromium.org · 10 years ago
  15. 0e35503 Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. by viettrungluu@chromium.org · 10 years ago
  16. 727b2d3 Get rid of all component builds specific .isolate. by maruel@chromium.org · 10 years ago
  17. 292fac2 Mojo: Add the ability to attach PlatformHandles to MessageInTransits. by viettrungluu@chromium.org · 10 years ago
  18. c0e1367 Makes it so mojom files don't need a module by sky@chromium.org · 10 years ago
  19. 7d163b0 Fix for x64. Address passed using jint. by anton@chromium.org · 10 years ago
  20. e1cb16c Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. by viettrungluu@chromium.org · 10 years ago
  21. 61aad68 Replace RULE_INPUT_PATH with RULE_INPUT_DIRNAME/RULE_INPUT_ROOT.mojom by sky@chromium.org · 10 years ago
  22. bcacfdb Adds a generator for writing messages to disk by sky@chromium.org · 10 years ago
  23. 95c0425 mojo/gpu: use SharedBuffer instead of base::SharedMemory with hacks by piman@chromium.org · 10 years ago
  24. 8305414 Mojo: Make Channel take a RawChannel rather than creating it. by viettrungluu@chromium.org · 10 years ago
  25. bf3b32e Change mojo JS bindings to expose a handle object, which is Closed when garbage by mpcomplete@chromium.org · 10 years ago
  26. b9cfb15 Make ShaderTranslatorCache per thread refcounted by boliu@chromium.org · 10 years ago
  27. b4844f4 Mojo: Add an "overview" comment to mojo/public/cpp/system/core.h. by viettrungluu@chromium.org · 10 years ago
  28. 9b8a339 Mojo: Mojom: Add basic lexer tests, and remove hex float constants. by viettrungluu@chromium.org · 10 years ago
  29. 5b15841 [Android] Fix a few issues related to old lib deletion. by feng@chromium.org · 10 years ago
  30. 6d9644e Refactor gpu::Buffer to allow different types of backing by piman@chromium.org · 10 years ago
  31. 0dc8964 mojo: add handle<shared_buffer> support to generator by piman@chromium.org · 10 years ago
  32. 8279fe0 mojo_shell needs to have an Environment set up. by davemoore@chromium.org · 10 years ago
  33. 1ea2f7d gpu: Lose context when BeginQueryEXT fails to allocate. by danakj@chromium.org · 10 years ago
  34. 1c7de3d Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (https://codereview.chromium.org/199443004/) by pfeldman@chromium.org · 10 years ago
  35. cd4fc50 gpu: Lose context when BeginQueryEXT fails to allocate. by danakj@chromium.org · 10 years ago
  36. 34a11af Adds a way to associate key/value pairs with the environment by sky@chromium.org · 10 years ago
  37. c4031c0 Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  38. 2c4bf92 Mojo: Move public/bindings/tests/*.cc to public/cpp/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  39. dee63ee Mojo: Move mojo/public/bindings/lib to mojo/public/cpp/bindings/lib. by viettrungluu@chromium.org · 10 years ago
  40. 3e69417 Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. by viettrungluu@chromium.org · 10 years ago
  41. 5f1a6e7 Mojo: Implement MojoUnmapBuffer(). by viettrungluu@chromium.org · 10 years ago
  42. a9d5bff Remove CommandBuffer::GetTransferBuffer. by piman@chromium.org · 10 years ago
  43. 4f34976 Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping. by viettrungluu@chromium.org · 10 years ago
  44. 6aee57d Change AckEvent into request / response by davemoore@chromium.org · 10 years ago
  45. e713626 Make mojo_system honor component type by sky@chromium.org · 10 years ago
  46. 214ebb8 Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. by viettrungluu@chromium.org · 10 years ago
  47. 8d90d9f Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support. by viettrungluu@chromium.org · 10 years ago
  48. 2788607 Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h. by viettrungluu@chromium.org · 10 years ago
  49. 5c5f9f2 Mojo: Move the handle table details out of CoreImpl into its own class. by viettrungluu@chromium.org · 10 years ago
  50. 1e759fd Mojo: Move C gles2 header files to mojo/public/c/gles2. by viettrungluu@chromium.org · 10 years ago
  51. a361b98 Add a PPB_Find_Private function to set the tickmarks on the page. by raymes@chromium.org · 10 years ago
  52. 1d4a2b6 Mojo: Move public/environment to public/cpp/environment. by viettrungluu@chromium.org · 10 years ago
  53. 1c61624 Mojo: Mojom: Detect (lexically) bad or missing ordinals. by viettrungluu@chromium.org · 10 years ago
  54. c88a336 Mojo: Move mojo/public/{c,cpp}/tests/FOO to mojo/public/{c,cpp}/FOO/tests. by viettrungluu@chromium.org · 10 years ago
  55. 45bfffb Mojo: Move mojo/public/utility to mojo/public/cpp/utility. by viettrungluu@chromium.org · 10 years ago
  56. c50c34a Mojo: Make the mojob.sh unit test runner skip previously-passed tests. by viettrungluu@chromium.org · 10 years ago
  57. 58c39f5 Change ServiceManager::SetLoaderForUrl() to SetLoaderForScheme() by davemoore@chromium.org · 10 years ago
  58. 2177f72 Revert 260175 "Fixup mojo dylibs to support mojo in content" by davemoore@chromium.org · 10 years ago
  59. f78e10c Fixup mojo dylibs to support mojo in content by davemoore@chromium.org · 10 years ago
  60. 5bf63fe Mojo: Add mojo/public/c/DEPS and remove some no-longer-needed ifdefs. by viettrungluu@chromium.org · 10 years ago
  61. a4a886e Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file. by viettrungluu@chromium.org · 10 years ago
  62. 9c30806 Mojo: update web ui for the addition of connection.js and router.js by darin@chromium.org · 10 years ago
  63. 8803dd0 Reland: Mojo: add javascript bindings for request/response by darin@chromium.org · 10 years ago
  64. 457d42e Mojo: Mojom: Remove relational (e.g., !=) and logical operators (e.g., || and !). by viettrungluu@chromium.org · 10 years ago
  65. a14d9c3 Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. by viettrungluu@chromium.org · 10 years ago
  66. f146332 Mojo: Mojom: Test that ?: is no longer accepted. by viettrungluu@chromium.org · 10 years ago
  67. 91c53b2 Revert of Mojo: add javascript bindings for request/response (https://codereview.chromium.org/207503004/) by tkent@chromium.org · 10 years ago
  68. 7f73cc0 Mojo: Mojom: Remove support for conditionals (?:). by viettrungluu@chromium.org · 10 years ago
  69. 28b6b61 Revert 259042 "Added mojo JS bindings for beginWriteData and end..." by mpcomplete@google.com · 10 years ago
  70. e087b9f Mojo: Mojom: Add some simple tests for mojo_parser.py. by viettrungluu@chromium.org · 10 years ago
  71. 522c745 Mojo: Mojom: Make the parser take source text. Also improve error handling. by viettrungluu@chromium.org · 10 years ago
  72. 5a87e5e Mojo: add javascript bindings for request/response by darin@chromium.org · 10 years ago
  73. 7220a1c Revert 259788 "Fixup mojo dylibs" by bajones@chromium.org · 10 years ago
  74. 4070bc1 Fixes bug in empty string conversion for string16 by sky@chromium.org · 10 years ago
  75. 20b5b68 Revert of Move GetCursor() method from WindowDelegate to its own delegate interface CursorDelegate. (https://codereview.chromium.org/211733003/) by ben@chromium.org · 10 years ago
  76. f976969 Fixup mojo dylibs by davemoore@chromium.org · 10 years ago
  77. 18fe298 Add creation of ServiceManager to Content (2nd try) by davemoore@chromium.org · 10 years ago
  78. 802c402 GPU:'Pass' SharedMemory when possible. by epenner@chromium.org · 10 years ago
  79. 2cb5e9b Mojo: Move public C system header files to mojo/public/c/system/. by viettrungluu@chromium.org · 10 years ago
  80. 876d889 Remove dead code. by pkasting@chromium.org · 10 years ago
  81. 8dfbae6 Mojo: Mojom: Remove wchars and wstrings. by viettrungluu@chromium.org · 10 years ago
  82. 1e23ca9 Mojo: Mojom: Ignore CRs in the lexer instead of stripping in mojo_parser.py. by viettrungluu@chromium.org · 10 years ago
  83. 3024725 Move GetCursor() method from WindowDelegate to its own delegate interface CursorDelegate. by ben@chromium.org · 10 years ago
  84. 5662838 Changes generating bindings message by sky@chromium.org · 10 years ago
  85. e1a5483 Move layer recreation logic entirely into LayerOwner::RecreateLayer(). by ben@chromium.org · 10 years ago
  86. 11e2e10 Adds plumbing to pass WebUI mojo::Handle from browser to renderer by sky@chromium.org · 10 years ago
  87. 1261f90 Adds type converters for string16 by sky@chromium.org · 10 years ago
  88. 47ffd45 Revert 259580 "Move wm/public into wm target" by ben@chromium.org · 10 years ago
  89. b527c4b Move wm/public into wm target by ben@chromium.org · 10 years ago
  90. e3d546e Mojo: Bindings generator: properly handle end-of-file parse errors. by viettrungluu@chromium.org · 10 years ago
  91. e12f3a4 GPU: Reference count gpu::Buffer. by epenner@chromium.org · 10 years ago
  92. b19d9e1 Mojo: Properly suppress SIGPIPE on Linux. by viettrungluu@chromium.org · 10 years ago
  93. b08c095 Mojo: Fix RawSharedBuffer test of "too big" condition. by viettrungluu@chromium.org · 10 years ago
  94. d4ecccd Mojo: Enable MultiprocessMessagePipeTest on Windows. by viettrungluu@chromium.org · 10 years ago
  95. 87c55be Mojo: Prevent SIGPIPE (on sockets generated by PlatformChannelPair) on Mac. by viettrungluu@chromium.org · 10 years ago
  96. c719312 Mojo: Fix MultiprocessMessagePipeTest.QueueMessages on Mac. by viettrungluu@chromium.org · 10 years ago
  97. 4a3bbf9 Mojo: Improve RawSharedBuffer's error reporting, kind of. by viettrungluu@chromium.org · 10 years ago
  98. 2dbd92f Mojo: Properly check various sizes of incoming messages (on a MessagePipe). by viettrungluu@chromium.org · 10 years ago
  99. 9620477 Mojo: Add more basic end-to-end(ish) tests for data pipes and shared buffers. by viettrungluu@chromium.org · 10 years ago
  100. eb11be6 Report PPAPI plugin load error code to UMA. by xhwang@chromium.org · 10 years ago