summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate needed to configure mojo::Bindingsky2016-01-211-0/+8
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-211-1/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-2125-184/+212
* Removed old sync point support from Mojo.dyen2016-01-212-21/+9
* Removed client side support for old sync points.dyen2016-01-203-12/+0
* In GN, add mojo_js_integration_tests to mojo:tests group.yzshen2016-01-201-1/+1
* Reduce string copies in GURL creationbrettw2016-01-209-11/+11
* Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>.yzshen2016-01-203-11/+14
* Revert of [mojo] Add CreateSharedBuffer method to Broker. (patchset #12 id:22...edcourtney2016-01-1810-283/+63
* Fix a race in HandleWatcherTest and remove suppression.amistry2016-01-181-2/+11
* 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