summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Downgrade MessageInTransitQueue log.jam2016-01-161-1/+1
* Fix RawChannelIOHandler leak on shutdown which is tripping the handle verifier.jam2016-01-151-2/+5
* mojo: Fix the alignment of several platform-specific structslhchavez2016-01-155-23/+27
* [mojo] Add CreateSharedBuffer method to Broker.edcourtney2016-01-1510-63/+283
* Make `content` target build without unused data members on Linux.mlamouri2016-01-141-7/+1
* Creates views_apptestssky2016-01-143-20/+57
* Small set of cleanups to MessagePumpMojo.amistry2016-01-142-29/+23
* Precompile mojom bindings generator jinja templates.sammc2016-01-149-122/+289
* Avoid shutdown leak in RawChannel and MessgePipeDispatcher.jam2016-01-142-4/+16
* mojo: Remove Pass() from MOJO_MOVE_ONLY_TYPEdanakj2016-01-143-5/+5
* Adds MOUSE_EXIT events and makes EventDispatcher generate themsky2016-01-132-2/+12
* mustash: gpu: Move OS GL calls from main thread to a dedicated GPU thread.penghuang2016-01-121-8/+8
* mus: Fix build with asan turned on.sadrul2016-01-122-0/+3
* Move mojo/application/public -> mojo/shell/publicben2016-01-12126-318/+318
* Downgrade spammy log statementjam2016-01-121-1/+1
* [mojo] Add multiprocess test to DataPipe.edcourtney2016-01-121-4/+225
* Mojo JS bindings: fix mojo_js_integration_tests.yzshen2016-01-128-256/+200
* mojo: Fix compilation of AssociatedInterfacePtr::associated_group()lhchavez2016-01-111-1/+1
* Makes bindings work with nested message loopssky2016-01-114-35/+70
* [mojo] Pack broker message structs, and make sure enum values are always 4 by...edcourtney2016-01-111-2/+7
* Tweak iterations in HandleWatcherPerftest to be less noisy.amistry2016-01-111-2/+2
* Fix race on mojo message pump shutdown.amistry2016-01-113-11/+49
* Remove |target| from glCompressedCopyTextureCHROMIUM.zmo2016-01-093-8/+5
* mojo: Change one .Pass() to std::move()lhchavez2016-01-091-1/+1
* mojo: Fix the size of several platform-specific structslhchavez2016-01-094-31/+68
* Clean up event flags a bit:pkasting2016-01-082-20/+30
* Move fetchers into mojo/shell/fetcherben2016-01-0825-287/+117
* Move package_manager into mojo/shellben2016-01-0717-151/+124
* Fix flaky mojo_js_unittests on Windows.yzshen2016-01-071-16/+14
* Rework the ApplicationManager interface apptest to better test ApplicationMan...ben2016-01-072-56/+79
* Provide a way for content to tell the shell about processes it starts.ben2016-01-078-30/+71
* Remove glCompressedCopySubTextureCHROMIUM.zmo2016-01-073-35/+0
* Update threading notes in the bindings.amistry2016-01-063-6/+16
* Fixes bug in pausing connector with multiple messages queued upsky2016-01-063-4/+44
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-063-20/+12
* Mustash: Fix a zero copy related sync issue.penghuang2016-01-061-0/+4
* GN(android) Don't enable --gc-sections by default in debug mode.agrieve2016-01-061-0/+2
* Implement MessagePumpMojo using WaitSet.amistry2016-01-063-88/+227
* Make PIDs work in task viewer.ben2016-01-0514-65/+117
* Added method to synchronize command buffers within GpuControl.dyen2016-01-052-0/+5
* Fix a bunch of mojo_public_*_unittests with the new EDK.jam2016-01-0522-269/+730
* Fix assumption in mojo binding class Connector that message pipes notice the ...jam2016-01-041-1/+7
* Convert Pass()→std::move() in //mojo/runner/androiddcheng2015-12-314-10/+15
* Fix Mojo broker crash on Windows.jam2015-12-306-17/+80
* Disables mash_wm_tests until build/scripts are straightened outsky2015-12-301-6/+7
* Ensure that in-flight message pipes are always closed and the other end is no...jam2015-12-304-49/+120
* Global conversion of Pass()→std::move() on OS=androiddcheng2015-12-301-2/+2
* Convert Pass()→std::move() in generated Mojo bindings.dcheng2015-12-286-12/+13
* Convert Pass()→std::move() in //mojo/public/dcheng2015-12-2646-413/+460
* Clear memory of broker related structs sent over the new Mojo EDK.jam2015-12-242-0/+3