summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.yzshen@chromium.org2014-05-062-3/+21
* The set_enforce_errors_from_incoming_receiver() method is needed for testingtsepez@chromium.org2014-05-065-7/+28
* Add destruction logic to CommandBufferImplsky@chromium.org2014-05-061-1/+7
* Mojo: Initialize MessageInTransit::Header::unused.viettrungluu@chromium.org2014-05-052-0/+3
* [PPAPI] Add media stream video track output APIronghuawu@chromium.org2014-05-052-0/+8
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-32/+39
* This gets mojo_launcher.so a little further along toward running.aa@chromium.org2014-05-054-3/+10
* Add support for mapping node tree on the client.ben@chromium.org2014-05-0514-70/+398
* Revert 268218 "Add support for mapping node tree on the client."ben@chromium.org2014-05-0513-367/+70
* Add support for mapping node tree on the client.ben@chromium.org2014-05-0513-70/+367
* Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector.viettrungluu@chromium.org2014-05-0519-95/+82
* Adding attributes to module and struct in mojom.qsr@chromium.org2014-05-0510-8/+24
* Mojo: Use ./<(RULE_INPUT_DIRNAME) in mojom_bindings_generator.gypi.sammc@chromium.org2014-05-051-1/+1
* Makes PlatformEventSource creation in Env conditionalsky@chromium.org2014-05-052-2/+2
* Fix leak in RemotePtr::operator=().yzshen@chromium.org2014-05-051-0/+1
* mojo: Use static_assert for MOJO_COMPILE_ASSERT in C++11 mode, like in base/.thakis@chromium.org2014-05-041-1/+3
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-0311-361/+502
* Mojo: Force folks to handle the return value of MessageReceiver::Accept{WithR...darin@chromium.org2014-05-032-5/+10
* Mojo: Fix Router::HandleIncomingMessage().viettrungluu@chromium.org2014-05-021-1/+2
* Test sending corrupt mojo messages back from javascript.tsepez@chromium.org2014-05-023-56/+153
* Mojo: Add simple test utils to run the mojom parser and translater.viettrungluu@chromium.org2014-05-024-71/+106
* Fix dependency issue in mojo_view_manager_unittestsben@chromium.org2014-05-021-0/+1
* Adds typedefs for view manager typessky@chromium.org2014-05-028-112/+166
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-022-6/+2
* Move existing Mojo JS <--> CPP tests out of webui test harness.tsepez@chromium.org2014-05-024-75/+272
* Generalize DBus-Mojo bootstrapping codecmasone@chromium.org2014-05-018-115/+216
* Validate MessageHeader before usingdarin@chromium.org2014-05-0119-6/+395
* Fixs style nits in mojo_runner_delegatesky@chromium.org2014-05-011-3/+3
* Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the second...viettrungluu@chromium.org2014-05-012-46/+48
* Mojo: Embedder API: Properly handle Channel creation/startup failures.viettrungluu@chromium.org2014-05-011-24/+62
* Adding an invalid handle in the public API.qsr@chromium.org2014-05-015-47/+270
* mojo::TypeConverter: support inherting implicit conversion settings from anot...yzshen@chromium.org2014-05-014-50/+28
* Add module reference in struct, interface and enums.qsr@chromium.org2014-05-014-28/+32
* First step at synchronizing client model changes with service.ben@chromium.org2014-05-0115-78/+522