summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Make browser compositor and display share a contextjbauman2014-10-032-6/+10
* Remove ApplicationRunner's explicit ScopedMessagePipeHandle construction.msw2014-10-031-2/+1
* Mojo JS standalone app launches files specified with mojo_shell command-line ...hansmuller2014-10-033-8/+10
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-0324-83/+86
* Mojo: Change Channel::RunMessagePipeEndpoint() -> RunEndpoint().Viet-Trung Luu2014-10-037-51/+44
* Move mojo edk into mojo/edkjamesr2014-10-03170-776/+783
* Move C++ js bindings tests to mojo/bindings/js/testsjamesr2014-10-037-36/+36
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-03170-783/+776
* Move mojo edk into mojo/edkJames Robinson2014-10-03170-776/+783
* Enable setting configuration arguments for Mojo applications with mojo_shell.hansmuller2014-10-024-11/+44
* Add TCP socket mojo interfacesbrettw2014-10-028-4/+161
* Mojo cpp bindings: support Clone() for structs and arrays which don't contain...yzshen2014-10-029-21/+187
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-022-5/+0
* Adds View::visible() and IsDrawnsky2014-10-017-24/+273
* Mojo: Convert the remaining OVERRIDEs to override in mojo/.viettrungluu2014-10-0147-435/+457
* Mojo: Move ChannelEndpoint's message_pipe_ and port_ under lock.viettrungluu2014-10-013-48/+95
* Remove dbus-related code from Mojocmasone2014-10-0115-738/+1
* Remove unused filesdavemoore2014-10-012-64/+0
* Standalone Mojo Javascript applicationhansmuller2014-10-0113-135/+325
* Mojo: Don't do any work in ProxyMessagePipeEndpoint's destructor.viettrungluu2014-10-014-5/+17
* Disables ViewManagerTestssky2014-10-011-8/+11
* Mojo + GN: Fix more build dependencies around mojom targets.ppi2014-10-013-2/+1
* Rename all isolate_dependency_* to files.maruel2014-10-016-23/+14
* mojo: Allow positional argument for struct constructors.qsr2014-10-015-15/+66
* Fixes two bugs in causing demo_launcher to crashsky2014-10-015-0/+69
* Add external_a_r_bindings -> application bindings dep in GNjamesr2014-10-011-0/+2
* Mojo: Split up Channel::RemoveMessagePipeEndpoint().viettrungluu2014-09-302-29/+51
* mojo::RawChannelWin: Use GetOverlappedResult() to retrive read bytes.morrita2014-09-301-3/+8
* Mojo: Remove MessagePipe::OnRemove(); instead just use MessagePipe::Close().Viet-Trung Luu2014-09-304-23/+6
* Makes NativeViewport send OnBoundsChanged() after widget availablesky2014-09-306-7/+64
* Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.viettrungluu2014-09-301-6/+0
* mojo: Add promises for python bindings.qsr2014-09-304-0/+371
* Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.viettrungluu2014-09-3046-181/+196
* Mojo: Delete mojo/public/cpp/gles2.viettrungluu2014-09-301-4/+0
* Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...viettrungluu2014-09-3033-68/+68
* Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings.viettrungluu2014-09-3016-53/+50
* Remove unnecessary deps on base_static in mojodavemoore2014-09-294-6/+0
* Mojo UDP socket API definition.yzshen2014-09-294-0/+114
* Force creation of application listening socketcmasone2014-09-292-5/+30
* Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu2014-09-2987-387/+311
* Allow passing listening socket path on command linecmasone2014-09-291-1/+7
* Hook up FocusController.ben2014-09-2910-56/+170
* Mojo: mojob.sh -- limit GOMA builds to load average 100.Viet-Trung Luu2014-09-291-1/+1
* monacl: build_newlib -> build_pnacl_newlib.viettrungluu2014-09-292-4/+6
* Prevent static mojo builds from pulling //ui/gl into mojo_shelldavemoore2014-09-292-3/+6
* Revert of Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scope...viettrungluu2014-09-296-11/+8
* Revert of Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedd...viettrungluu2014-09-293-3/+3
* Nukes NativeViewportClient::OnCreatedsky2014-09-2911-79/+116
* Accept inbound connections on unix domain socketcmasone2014-09-2922-2/+1318
* mojo: Fix java generatorqsr2014-09-299-72/+150