summaryrefslogtreecommitdiffstats
path: root/mojo/common
Commit message (Expand)AuthorAgeFilesLines
* Validate MessageHeader before usingdarin@chromium.org2014-05-012-0/+50
* Add support for mojo::TypeConverter to control how convenient conversion shou...yzshen@chromium.org2014-04-291-0/+4
* Enable mojo js tests which depend on mojom.js files in gen/.yzshen@chromium.org2014-04-253-0/+27
* Removes bad DCHECK in MessagePumpMojosky@chromium.org2014-04-251-2/+0
* Move Mojo channel initialization closer to IPC::Channel setupdarin@chromium.org2014-04-242-31/+24
* Revert 265693 "Move Mojo channel initialization closer to IPC::C..."brianderson@chromium.org2014-04-232-24/+31
* Move Mojo channel initialization closer to IPC::Channel setupdarin@chromium.org2014-04-232-31/+24
* Move MojoChannelInit to mojo/commoncmasone@chromium.org2014-04-163-0/+126
* Fixes race condition in MojoMessagePumpsky@chromium.org2014-04-162-43/+66
* Adds a way to associate key/value pairs with the environmentsky@chromium.org2014-04-024-10/+141
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-012-3/+3
* Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-284-4/+4
* Fixes bug in empty string conversion for string16sky@chromium.org2014-03-272-0/+5
* Adds type converters for string16sky@chromium.org2014-03-263-0/+52
* Mojo: Create channels on both sides of AppChildProcess(Host).viettrungluu@chromium.org2014-03-202-0/+10
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-198-8/+8
* Attempt at making HandleWatcher tests less flakeysky@chromium.org2014-03-156-31/+80
* Mojo: MultiprocessTestHelper: Allow {ASSERT,EXPECT}_...() to be used in child.viettrungluu@chromium.org2014-03-123-26/+68
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-2/+2
* Mojo: Remove implicit scoped_refptr<T> -> T* conversions in mojo/.viettrungluu@chromium.org2014-03-091-1/+2
* Mojo: MultiprocessTestBase -> MultiprocessTestHelper.viettrungluu@chromium.org2014-03-083-72/+44
* Used scoped_ptrsuyash.s@samsung.com2014-03-071-2/+2
* Mojo: Silence death ...viettrungluu@chromium.org2014-03-031-0/+5
* Reland: Add some handle read/write helpers to mojo/common/test/test_utils.hyzshen@chromium.org2014-02-224-50/+211
* Revert 252714 "Add some handle read/write helpers to mojo/common..."yzshen@chromium.org2014-02-224-211/+50
* Add some handle read/write helpers to mojo/common/test/test_utils.hyzshen@chromium.org2014-02-224-50/+211
* Mojo: Make a public test_support shared library.viettrungluu@chromium.org2014-02-134-1/+61
* Mojo: Rename public/tests/test_support.* -> test_utils.*.viettrungluu@chromium.org2014-02-131-1/+1
* Mojo: Small cleanup of public/tests/test_support.h.viettrungluu@chromium.org2014-02-101-21/+23
* Implement PlatformChannelPair on Windows.yzshen@chromium.org2014-02-052-52/+113
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-1/+3
* Mojo: Move system embedder API files to mojo/system/embedder.viettrungluu@chromium.org2014-01-166-6/+6
* Mojo: Move platform handle/channel stuff in system to embedder namespace.viettrungluu@chromium.org2014-01-163-9/+9
* Mojo: Add the ability to hook up a channel to the embedder API.viettrungluu@chromium.org2014-01-161-2/+1
* Mojo: Rename PlatformChannelHandle to PlatformHandle, etc.viettrungluu@chromium.org2014-01-143-36/+23
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-143-136/+1
* Mojo: re-organize public testsdarin@chromium.org2014-01-121-2/+12
* Mojo: Add the beginnings of a proper embedder API.viettrungluu@chromium.org2014-01-112-4/+4
* Mojo: Move PlatformChannelPair to its own files.viettrungluu@chromium.org2014-01-103-1/+9
* Mojo: Refactor PlatformChannel stuff.viettrungluu@chromium.org2014-01-103-28/+31
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-251-41/+41
* Implement ServiceManagerdavemoore@chromium.org2013-12-181-0/+1
* Clean up mojo export files.tfarina@chromium.org2013-12-111-5/+3
* Creates a trivial mojo RunLoop along with BindingSupport on top of itsky@chromium.org2013-12-103-44/+33
* Mojo: SimilarityTraits -> TypeConverterdarin@chromium.org2013-12-083-12/+12
* Mojo: (POSIX) Test that MultiprocessTestBase passes the channel correctly.viettrungluu@chromium.org2013-12-041-2/+75
* Mojo: (POSIX) Pass channel handle to child.viettrungluu@chromium.org2013-12-033-14/+40
* Mojo: Add a Mojo-specific multiprocess test base class.viettrungluu@chromium.org2013-12-033-0/+202
* Remove "ScopedHandleBase<H>::operator H() const"darin@chromium.org2013-12-032-25/+25