summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-1610-14/+12
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-168-18/+446
* Add switch to control app cachingdavemoore@chromium.org2013-12-163-0/+9
* Add missing mojo_utility_unittests target to mojob.shtfarina@chromium.org2013-12-141-3/+4
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-147-7/+303
* Beginning of JS Mojo API to GL.aa@chromium.org2013-12-1311-11/+327
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-1316-24/+455
* Add simple support for top-level enums to mojom.mpcomplete@google.com2013-12-1313-3/+137
* Mojo: data pipe boilerplate testing (and hooking up).viettrungluu@chromium.org2013-12-124-19/+171
* Mojo: More stubs/boilerplate for data pipes.viettrungluu@chromium.org2013-12-123-21/+220
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-0/+1
* mojo: Cleanup: Forward declare Context in run.htfarina@chromium.org2013-12-123-4/+7
* Mojo: DataPipe public interface declarations and stubs.viettrungluu@chromium.org2013-12-125-10/+299
* Mojo: Rearrange core.h deckchairs.viettrungluu@chromium.org2013-12-125-156/+236
* Mojo: Add a basic multiprocess MessagePipe test.viettrungluu@chromium.org2013-12-123-15/+328
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-122-2/+4
* Mojo: Minor core.h reorganization.viettrungluu@chromium.org2013-12-128-43/+43
* Mojo: Remove incorrect DCHECK in ProxyMessagePipeEndpoint::EnqueueMessage().viettrungluu@chromium.org2013-12-112-39/+133
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-1113-29/+197
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-117-22/+129
* Clean up mojo export files.tfarina@chromium.org2013-12-113-15/+18
* Rename Mojo targets to have a mojo_ prefix.tfarina@chromium.org2013-12-114-14/+14
* Revert 239910 "Do something more interesting than printf when an..."vadimt@chromium.org2013-12-107-128/+22
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-1016-36/+234
* Mojo: Support passing invalid handlesdarin@chromium.org2013-12-102-20/+65
* Make Mojo work on Android againabarth@chromium.org2013-12-103-1/+39
* Creates a trivial mojo RunLoop along with BindingSupport on top of itsky@chromium.org2013-12-1021-44/+1359
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-1025-148/+256
* Mojo: Array operator[] for handles.darin@chromium.org2013-12-109-335/+417
* Move us closer to shutting down cleanly.ben@chromium.org2013-12-094-10/+25
* Make handle getters return a Slot<{MessagePipe}Handle> instead.darin@chromium.org2013-12-085-11/+99
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-082-11/+6
* Mojo: SimilarityTraits -> TypeConverterdarin@chromium.org2013-12-089-55/+55
* Remove mojo_shell_unittests from mojob.sh.tfarina@chromium.org2013-12-071-1/+0
* Added specialization for bool Array which packs each element into a single bit.darin@chromium.org2013-12-076-18/+192
* Mojo: Expose error state from Connector through RemotePtrdarin@chromium.org2013-12-074-11/+47
* Wire events through to sample_appben@chromium.org2013-12-066-3/+52
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-8/+0
* Fold MojoViewport C++ class into NativeViewportAndroidben@chromium.org2013-12-059-225/+102
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-053-4/+5
* Adds MojoGetTimeTicks to mojosky@chromium.org2013-12-058-2/+50
* Update mojo.js to use native_viewportabarth@chromium.org2013-12-053-16/+53
* Mojo: Add move semantics to RemotePtr<T>darin@chromium.org2013-12-045-18/+98
* Mojo: (POSIX) Test that MultiprocessTestBase passes the channel correctly.viettrungluu@chromium.org2013-12-041-2/+75
* Scrub memory in ~ScratchBuffer to help catch use-after-free bugs.darin@chromium.org2013-12-041-3/+10
* Mojo: Fix RawChannelPosixTest.OnReadMessage's writes to handle EINTR.viettrungluu@chromium.org2013-12-041-2/+7
* Add array bounds assertion and improve type conversion for empty strings.darin@chromium.org2013-12-043-4/+27
* Mojo: Generate bindings that make use of ScopedMessagePipeHandle.darin@chromium.org2013-12-0441-182/+590
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-0421-259/+273
* Mojo: mojob.sh: on sync, run hooks but not gypviettrungluu@chromium.org2013-12-041-2/+2