summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Pass data down pipes in mojo fuzzing tests.tsepez@chromium.org2014-05-132-33/+96
* Mojo: (Theoretically) implement the read side of platform handle passing.viettrungluu@chromium.org2014-05-1315-53/+222
* Mojo: Tighten up mojo/embedder/DEPS.viettrungluu@chromium.org2014-05-121-1/+9
* Mojo: Delete some old, unused code.viettrungluu@chromium.org2014-05-123-39/+17
* Add SetClient method implementation to InterfaceImpl.darin@chromium.org2014-05-1217-108/+57
* Introduces another change id to hierarchy mutationssky@chromium.org2014-05-129-178/+397
* We want to be able to use the generated mojom.js files on web serversabarth@chromium.org2014-05-117-14/+41
* Two fixes for mojo JS bindingssky@chromium.org2014-05-114-41/+54
* Mojo: Add support for constants to the IDL compiler.mpcomplete@chromium.org2014-05-1117-62/+183
* ui/compositor: move the browser compositor thread to the ContextFactorypiman@chromium.org2014-05-102-0/+5
* Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...ananta@chromium.org2014-05-101-2/+12
* Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...ananta@chromium.org2014-05-101-1/+3
* Fix names of headers in mojo_public.gypidarin@chromium.org2014-05-101-3/+2
* Revert 269452 "Fix header name in GYP file"rlp@chromium.org2014-05-101-2/+2
* Fix header name in GYP filedarin@chromium.org2014-05-091-2/+2
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-09103-943/+1190
* Changes to deletion/ownership of nodes in the client lib.ben@chromium.org2014-05-0920-106/+327
* Revert 269414 "Changes to deletion/ownership of nodes in the cli..."ben@chromium.org2014-05-0920-327/+106
* Changes to deletion/ownership of nodes in the client lib.ben@chromium.org2014-05-0920-106/+327
* Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a ...viettrungluu@chromium.org2014-05-097-102/+229
* Mojo: Add the ability to allocate space for platform handle info in Transport...viettrungluu@chromium.org2014-05-098-17/+86
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+549
* Revert 269267 "Wires up view manager to an actual display"sky@chromium.org2014-05-0924-547/+71
* Adding reference to interface in methods.qsr@chromium.org2014-05-094-18/+17
* Fix out-of-bound access in MessageHeaderValidator and test facility.yzshen@chromium.org2014-05-094-2/+11
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+547
* Revert of Wires up view manager to an actual display (https://codereview.chro...phajdan.jr@chromium.org2014-05-0924-547/+71
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+547
* Revert 269197 "Mojo: Add the ability to allocate space for platf..."marja@chromium.org2014-05-098-80/+13
* Mojo: Add the ability to allocate space for platform handle info in Transport...viettrungluu@chromium.org2014-05-098-13/+80
* Remove SharedBitmapManager global in ui/compositorpiman@chromium.org2014-05-092-0/+5
* Adding missing documentation.qsr@chromium.org2014-05-092-16/+14
* Observe hierarchy changes from other connections.ben@chromium.org2014-05-0713-135/+222
* Mojo: Make RawChannelPosix::Read() use PlatformChannelRecvmsg() (instead of r...viettrungluu@chromium.org2014-05-073-27/+40
* Build view manager lib & tests as part of mojo target.ben@chromium.org2014-05-071-0/+2
* fixed memory leak from mojo_public_bindings_unittests FixedBufferTest.Leakzhaoqin@google.com2014-05-071-1/+1
* Mojo: Make embedder::PlatformChannelRecvmsg() able to append handles to an ex...viettrungluu@chromium.org2014-05-073-9/+60
* Add handles to data structure passed between c++ and JS unittest.tsepez@chromium.org2014-05-072-8/+44
* Makes thread created by test helper follow general thread namingsky@chromium.org2014-05-061-1/+1
* Shuffles around some filessky@chromium.org2014-05-0618-230/+222
* Block ViewManager construction on connection establishment.ben@chromium.org2014-05-065-31/+42
* Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.yzshen@chromium.org2014-05-064-6/+38
* Revert 268556 "Block ViewManager construction on connection esta..."dalecurtis@google.com2014-05-065-43/+30
* Block ViewManager construction on connection establishment.ben@chromium.org2014-05-065-30/+43
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-062-0/+2
* Adds ability to load services on background threadsky@chromium.org2014-05-066-3/+170
* Rename some PPB_VideoDecoder_Dev implementation types.bbudge@chromium.org2014-05-062-2/+2
* Use ignore_result instead of MOJO_ALLOW_UNUSED.mpcomplete@chromium.org2014-05-061-1/+1
* Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."yzshen@chromium.org2014-05-062-21/+3
* Mojo: Add POSIX utils for sending FDs (across a "platform channel pair").viettrungluu@chromium.org2014-05-063-3/+218