summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-1429-695/+516
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-1429-516/+695
* Mojo: Make it not CHECK-fail on receiving a bogus channel control message.viettrungluu@chromium.org2014-04-126-16/+34
* Interceptor test for the mojo spy.cpu@chromium.org2014-04-111-0/+42
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-112-27/+0
* Mojo Spy: Fix a couple of bugs noticed by vtl@ and qsr@cpu@chromium.org2014-04-101-4/+12
* Mojo's JS codec missing 16-bit read/write operations.tsepez@chromium.org2014-04-101-0/+11
* Mojo: Fix my LOG_IF(ERROR, ...) from r262803.viettrungluu@chromium.org2014-04-101-1/+1
* Mojo: Log an error on the remote message pipe leak condition.[1]viettrungluu@chromium.org2014-04-092-2/+15
* Adds a maximum segment size and enforces it.tsepez@chromium.org2014-04-094-25/+40
* Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on ...viettrungluu@chromium.org2014-04-097-83/+179
* Have NativeViewportX11 create a default PlatformEventSource.scherkus@chromium.org2014-04-091-0/+3
* Make net use v8 through ginjochen@chromium.org2014-04-081-1/+1
* Mojo: in the JS bindings, have connection errors reject the Promise associatedmpcomplete@chromium.org2014-04-084-11/+55
* Fix mojo dependencies for component build.primiano@chromium.org2014-04-081-0/+1
* Mojo: MessageInTransit clean-up.viettrungluu@chromium.org2014-04-082-30/+29
* base: Add ScopedJavaLocalFrame class.reveman@chromium.org2014-04-081-1/+7
* Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.viettrungluu@chromium.org2014-04-074-12/+10
* Mojo: Mojom: Test the parser when there's no module declared.viettrungluu@chromium.org2014-04-073-7/+52
* Mojo Spy core first CL. Introduces mojo::Spy filescpu@chromium.org2014-04-079-5/+239
* Removes use_mojosky@chromium.org2014-04-051-17/+0
* x11: Move X event handling out of the message-pump.sadrul@chromium.org2014-04-051-19/+16
* Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).viettrungluu@chromium.org2014-04-056-29/+122
* Mojo: Get rid of some EOL whitespace in C++ .tmpl files.viettrungluu@chromium.org2014-04-053-8/+8
* Adds ScopedHandleBase::Fromsky@chromium.org2014-04-051-0/+10
* Mojo: Use Promises for request/response calls in the JavaScript bindings.mpcomplete@google.com2014-04-053-58/+52
* Mojo: Add a "pytest" to mojob.sh that runs Python unit tests.viettrungluu@chromium.org2014-04-051-1/+11
* Mojo: Move mojo/public/data/bindings/tests/ to mojo/public/interfaces/binding...viettrungluu@chromium.org2014-04-041-0/+0
* Mojo: Move mojo/public/bindings to mojo/public/tools/bindings.viettrungluu@chromium.org2014-04-0447-100/+98
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-042-78/+0
* Mojo: Add the ability to attach PlatformHandles to MessageInTransits.viettrungluu@chromium.org2014-04-043-13/+47
* Makes it so mojom files don't need a modulesky@chromium.org2014-04-044-2/+18
* Fix for x64. Address passed using jint.anton@chromium.org2014-04-042-2/+2
* Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.viettrungluu@chromium.org2014-04-0414-33/+33
* Replace RULE_INPUT_PATH with RULE_INPUT_DIRNAME/RULE_INPUT_ROOT.mojomsky@chromium.org2014-04-041-6/+6
* Adds a generator for writing messages to disksky@chromium.org2014-04-043-0/+105
* mojo/gpu: use SharedBuffer instead of base::SharedMemory with hackspiman@chromium.org2014-04-0311-92/+156
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-0310-98/+75
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-036-30/+114
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-2/+9
* Mojo: Add an "overview" comment to mojo/public/cpp/system/core.h.viettrungluu@chromium.org2014-04-031-2/+66
* Mojo: Mojom: Add basic lexer tests, and remove hex float constants.viettrungluu@chromium.org2014-04-034-13/+162
* [Android] Fix a few issues related to old lib deletion.feng@chromium.org2014-04-031-1/+1
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-022-3/+7
* mojo: add handle<shared_buffer> support to generatorpiman@chromium.org2014-04-027-114/+129
* mojo_shell needs to have an Environment set up.davemoore@chromium.org2014-04-021-0/+2
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-022-3/+12
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-022-12/+3
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-022-3/+12
* Adds a way to associate key/value pairs with the environmentsky@chromium.org2014-04-029-16/+172