summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Merge 258546 "[Android] Workaround of an android platform bug."feng@chromium.org2014-03-261-1/+1
* Revert 259365 "Merge 258546 "[Android] Workaround of an android ..."feng@chromium.org2014-03-251-1/+1
* Merge 258546 "[Android] Workaround of an android platform bug."feng@chromium.org2014-03-251-1/+1
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-164-15/+18
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-152-10/+0
* Fix bug with using enums as default values in mojom. We were previouslympcomplete@google.com2014-02-1416-47/+117
* Move root_window_host* in aura to window_tree_host*.ben@chromium.org2014-02-146-18/+18
* Ensure that OnCreated() gets sent before OnBoundsChanged()davemoore@chromium.org2014-02-142-1/+1
* Mojo: Add a threaded perf test for (local) message pipes.viettrungluu@chromium.org2014-02-143-0/+227
* Mojo: Prefix user-defined parameter names to avoid conflictsdarin@chromium.org2014-02-131-7/+7
* Mojo: Make a public test_support shared library.viettrungluu@chromium.org2014-02-1312-8/+234
* Rename ServiceConnector back to ServiceManagerdavemoore@chromium.org2014-02-139-60/+60
* Fix a bug with mojom imports where 2 imports with the same namespace wouldmpcomplete@google.com2014-02-1313-53/+106
* Mojo: Rename public/tests/test_support.* -> test_utils.*.viettrungluu@chromium.org2014-02-139-19/+19
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-139-114/+75
* Mojo: Make C++ CreateMessagePipe() wrapper return result.viettrungluu@chromium.org2014-02-121-31/+36
* Mojo: Rename "duplicate shared buffer" -> "duplicate buffer handle".viettrungluu@chromium.org2014-02-125-42/+45
* [Android][Mojo] Switch to standard Chromium library loaderaberent@chromium.org2014-02-124-30/+8
* Mojo: Fill out the test for Mutex.viettrungluu@chromium.org2014-02-121-2/+191
* Create Application classdavemoore@chromium.org2014-02-1216-137/+244
* Mojo: Improve comments in core.h.viettrungluu@chromium.org2014-02-121-31/+41
* Mojo: Add API stubs for shared memory.viettrungluu@chromium.org2014-02-125-0/+211
* Mojo: Add a Thread class in public/utility.viettrungluu@chromium.org2014-02-124-5/+252
* Adds support for DataPipe to .mojomsky@chromium.org2014-02-123-0/+69
* Mojo: Add a Mutex class in public/utility.viettrungluu@chromium.org2014-02-124-0/+215
* Revert 250513 "Mojo: Add a Mutex class in public/utility."sergeyu@chromium.org2014-02-114-207/+0
* Mojo: Add a Mutex class in public/utility.viettrungluu@chromium.org2014-02-114-0/+207
* Revert 250439 "Mojo: Add a public/environment/test_support.h."viettrungluu@chromium.org2014-02-116-48/+6
* Mojo: Add a public/environment/test_support.h.viettrungluu@chromium.org2014-02-116-6/+48
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-1145-184/+317
* Plumbs through mime type Loader::Delegatesky@chromium.org2014-02-115-6/+14
* RawChannelPosix: Fix fatal-error-related behavior.yzshen@chromium.org2014-02-113-50/+87
* Mojo: Small cleanup of public/tests/test_support.h.viettrungluu@chromium.org2014-02-105-47/+54
* Mojo: Small MessageInTransit fixes.viettrungluu@chromium.org2014-02-104-36/+51
* Add support for importing other modules to mojom.mpcomplete@google.com2014-02-1019-152/+309
* message-pump: Change how MessagePumpDispatchers process events.sadrul@chromium.org2014-02-081-2/+2
* Mojo: Rework locking system for sending handles across message pipes.viettrungluu@chromium.org2014-02-0720-253/+337
* Mojo: Make it possible to refer to interfaces as typesdarin@chromium.org2014-02-0710-25/+54
* Make LayerTreeHostClient::Animate take TimeTicks instead of doubleajuma@chromium.org2014-02-072-3/+4
* Implement gpu::CommandBuffer over mojo IPCs and have mojo::gles2 use that.piman@chromium.org2014-02-0720-318/+1008
* Fix VM/launcher with GLES changes.ben@chromium.org2014-02-061-2/+2
* Mojo: Avoid reporting Write failures to Connector clientdarin@chromium.org2014-02-063-33/+53
* Mojo: Make Dispatcher::GetType() const.viettrungluu@chromium.org2014-02-0610-10/+10
* Cleanup when clients go away.davemoore@chromium.org2014-02-066-23/+115
* Mojo: |Dispatcher| unfriends |CoreImpl|.viettrungluu@chromium.org2014-02-059-26/+44
* mojo: fix thread issues in MojoContextProvider and share implmentationspiman@chromium.org2014-02-0513-247/+162
* Implement PlatformChannelPair on Windows.yzshen@chromium.org2014-02-057-78/+272
* Mojo: Change tack on failures to pass handles (don't return "unimplemented").viettrungluu@chromium.org2014-02-0520-159/+249
* Mojo: support interfaces that lack a Peer attributedarin@chromium.org2014-02-056-3/+42