summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mojo: Delete unused code in Connector to support non-blocking MojoWriteMessagedarin@chromium.org2014-01-252-112/+19
* Mojo: mojom: Move generation modules to pylib/generate/.viettrungluu@chromium.org2014-01-2516-29/+34
* Make mojom_data_tests.py exist and work again.viettrungluu@chromium.org2014-01-242-10/+98
* Support default values for arrays of POD data types in mojom.mpcomplete@chromium.org2014-01-247-2/+43
* Mojo: Move a bunch of bindings "library" stuff to pylib subdirectory.viettrungluu@chromium.org2014-01-248-17/+33
* Mojo: Add missing 'explicit' keyworddarin@chromium.org2014-01-241-1/+2
* Revert 246807 "Mojo: Move a bunch of bindings "library" stuff to..."hashimoto@chromium.org2014-01-248-33/+17
* Mojo: Move a bunch of bindings "library" stuff to pylib subdirectory.viettrungluu@chromium.org2014-01-248-17/+33
* Mojo: Make the bindings generator able to dynamically load a generator.viettrungluu@chromium.org2014-01-232-8/+37
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-2323-107/+512
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-2215-66/+709
* Support default values for POD struct fields in mojom IDL.mpcomplete@chromium.org2014-01-228-7/+61
* Mojo: Make different mojom generators look the same.viettrungluu@chromium.org2014-01-224-8/+13
* Mojo: Make mojom_bindings_generator.py use argparse instead of optparse.viettrungluu@chromium.org2014-01-221-19/+17
* Mojo: Make C API test work on MSVS before 2013.viettrungluu@chromium.org2014-01-221-11/+14
* Mojo: Restore the Mojom generator's ability to use different include paths.viettrungluu@chromium.org2014-01-213-2/+12
* Mojo: Actually test some APIs in C (not C++).viettrungluu@chromium.org2014-01-186-3/+100
* Mojo: Add a C++ DataPipe wrapper paralleling the MessagePipe wrapper.viettrungluu@chromium.org2014-01-171-5/+34
* Mojo: Add test for C++ mojo::MessagePipe wrapper.viettrungluu@chromium.org2014-01-171-17/+17
* Mojo: Add leak detection to mojo::embedder::test::Shutdown().viettrungluu@chromium.org2014-01-174-8/+39
* Mojo: foo_[0-9] -> foo[0-9].viettrungluu@chromium.org2014-01-1711-474/+471
* Mojo: Change "handle_[01]" -> "handle[01]".viettrungluu@chromium.org2014-01-176-25/+24
* Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..."mark@chromium.org2014-01-171-1/+1
* cc: Delete ContextProvider::MakeGrContextCurrent.alokp@chromium.org2014-01-172-2/+0
* Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate -- V2trchen@chromium.org2014-01-171-1/+1
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-172-2/+2