summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Turn on standard logging details in Mojo app runnersrockot2016-03-251-4/+4
* Content "gn check" work.brettw2016-03-251-1/+1
* Add more out of line copy ctors for complex classes.vmpstr2016-03-244-0/+8
* [mojo-edk] Don't assert on PortAccepted for unknown portrockot2016-03-241-1/+1
* Simplify resolve.ben2016-03-2414-324/+223
* Changes lifetime of apps with the "all_users" capabilitysky2016-03-231-1/+8
* [mojo-sdk] Disable the RunnableAdapter constructor if the sink is a Runnable*.amistry2016-03-231-1/+18
* Mojo C++ bindings: some MultiplexRouter optimization.yzshen2016-03-232-49/+86
* Mojo bindings: Fix typemap includes.sammc2016-03-2324-238/+339
* Changes to get mash browser_tests shutdown working correctlysky2016-03-232-2/+9
* Moves manifest parsing to a new class, Reader.ben2016-03-2312-130/+230
* Make ChannelMojo Send thread-saferockot2016-03-234-0/+15
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-2215-34/+34
* Converts mash_wm_apptests to unit testssky2016-03-221-6/+0
* Move serialize/deserialize logic onto Entry.ben2016-03-229-258/+267
* Converts resource_provider apptests to unit testssky2016-03-221-4/+0
* Demote Mojo shell errors to warningsrockot2016-03-221-10/+10
* Convert leveldb_apptests to unit tests.erg2016-03-221-4/+0
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-2215-34/+34
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-2115-34/+34
* Make mojo::Callback safe to copy across threads and destroy on any thread.amistry2016-03-216-32/+99
* mojo leveldb: Get profile and leveldb connected to DOMStorageContext.erg2016-03-212-4/+4
* Add mach ports support to the Mojo shell.amistry2016-03-217-1/+144
* Adds option to run browser tests in mashsky2016-03-215-13/+45
* [mojo-edk] Remove debug aliasing from ports layerrockot2016-03-191-5/+2
* Mojo C++ bindings: assume that all imported mojoms have the same variant as c...yzshen2016-03-1913-25/+58
* Implement the renderer side of the mojo based local storage implementation.jam2016-03-193-8/+58
* Convert filesystem_apptests to shelltests.erg2016-03-183-4/+14
* Instrument EDK sync Broker initializationrockot2016-03-181-0/+4
* [mojo-edk] Stop using the sync broker on OS Xrockot2016-03-182-5/+4
* Mojo C++ bindings: fix sanity check of wtf string serialization.yzshen2016-03-181-11/+10
* Rather than keeping it around forever, we should kill it. Now that the user s...ben2016-03-184-4/+9
* [mojo-edk] Shutdown a node's bootstrap parent channel outside its lock.amistry2016-03-181-3/+8
* [mojo-edk] Switch shared buffers to use Mach on OSX.amistry2016-03-172-3/+4
* [mojo-edk] Expose notification source to MojoWatch callbacksrockot2016-03-1715-42/+113
* Mojo C++ bindigns: fix generated namespace when variant is specified.yzshen2016-03-176-6/+48
* Mojo's WTF dependencies should be set correctly regardless the path depthpeter2016-03-172-4/+4
* Cascade shutdown of instancesben2016-03-1717-49/+327
* Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.danakj2016-03-173-0/+6
* [mojo-edk] Add support for transferring mach ports.amistry2016-03-1722-50/+913
* Remove support for Root identity singletons and rely on the all_users bit to ...ben2016-03-165-25/+41
* Mojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages.yzshen2016-03-162-13/+8
* Restructure loginben2016-03-162-10/+32
* Mojo C++ bindings: introduce mojo::WTFArray.yzshen2016-03-1520-413/+872
* Switch StoragePartitionService interface to use url::Origin instead of mojo s...jam2016-03-151-1/+1
* Add GYP support for Chrome's mojo manifestrockot2016-03-151-0/+41
* Convert net apptests to net unittests using mojo::ShellTest.ben2016-03-1513-60/+98
* Reinstate wait-for-Initialize when Chrome is run in Mashrockot2016-03-153-2/+16
* Mojo C++ bindings: fix the for_blink_tests target.Yuzhu Shen2016-03-152-2/+0
* Change primordial pipes to ShellClientrockot2016-03-1432-646/+323