summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-052-2/+2
* Create GLES2 context synchronously.piman@chromium.org2014-02-0430-156/+185
* Mojo: TYPE_CHANNEL -> kTypeChannel.viettrungluu@chromium.org2014-02-033-3/+3
* Modify service_connector_unitttest to use Service<>davemoore@chromium.org2014-02-031-35/+14
* Mojo: Make sure you can't send either end of a message pipe over itself.viettrungluu@chromium.org2014-02-033-6/+36
* Mojo: More work towards sending message pipe handles over remote message pipes.viettrungluu@chromium.org2014-02-034-10/+107
* Support default values for complex objects in mojom.mpcomplete@google.com2014-02-039-25/+172
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-0313-73/+202
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-313-4/+14
* Mojo: Add ErrorHandler to RemotePtrdarin@chromium.org2014-01-318-30/+132
* Create template based Service classdavemoore@chromium.org2014-01-3018-205/+325
* Refactors ui::internal::InputMethodDelegate.yukishiino@chromium.org2014-01-301-13/+3
* Mojo: re-org public/utility and public/environmentdarin@chromium.org2014-01-3014-352/+113
* Mojo: Remove '*' from the list of unary operators in mojom expressions.viettrungluu@chromium.org2014-01-301-2/+1
* Cleanup ViewManager codeben@chromium.org2014-01-292-94/+58
* Mojo: Add a "GetType()" to Dispatchers.viettrungluu@chromium.org2014-01-2910-0/+40
* Mojo: Refactor some message pipe stuff.viettrungluu@chromium.org2014-01-297-127/+131
* Remove some uses of ATL in UI codescottmg@chromium.org2014-01-291-15/+16
* Fix bustageben@chromium.org2014-01-292-1/+2
* Skeleton of a View Manager.ben@chromium.org2014-01-2917-13/+377
* Mojo: Disallow sending of data pipe handles during two-phase reads/writes.viettrungluu@chromium.org2014-01-2810-16/+150
* Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...piman@chromium.org2014-01-2824-83/+121
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-2850-275/+366
* Add a Launcher App.ben@chromium.org2014-01-2721-67/+646
* Mojo: Re-enable (MSVS 64-bit) size_t -> <32-bit> conversion warnings.viettrungluu@chromium.org2014-01-271-32/+0
* Mojo: Eliminate some "cross-process" "simultaneous"-close races.viettrungluu@chromium.org2014-01-279-45/+88