index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mojo
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
3
-35
/
+23
*
Cleanup: Use base::CommandLine in mojo/
thestig@chromium.org
2014-05-24
1
-3
/
+4
*
Revert 272472 "Mojo: nuke EnvironmentData"
kbr@chromium.org
2014-05-23
4
-6
/
+128
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-05-23
4
-128
/
+6
*
Mojo: cancel pending AsyncWait calls when the callers thread exits
darin@chromium.org
2014-05-15
3
-56
/
+80
*
Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.
viettrungluu@chromium.org
2014-05-13
3
-7
/
+64
*
Two fixes for mojo JS bindings
sky@chromium.org
2014-05-11
1
-3
/
+8
*
Validate MessageHeader before using
darin@chromium.org
2014-05-01
2
-0
/
+50
*
Add support for mojo::TypeConverter to control how convenient conversion shou...
yzshen@chromium.org
2014-04-29
1
-0
/
+4
*
Enable mojo js tests which depend on mojom.js files in gen/.
yzshen@chromium.org
2014-04-25
3
-0
/
+27
*
Removes bad DCHECK in MessagePumpMojo
sky@chromium.org
2014-04-25
1
-2
/
+0
*
Move Mojo channel initialization closer to IPC::Channel setup
darin@chromium.org
2014-04-24
2
-31
/
+24
*
Revert 265693 "Move Mojo channel initialization closer to IPC::C..."
brianderson@chromium.org
2014-04-23
2
-24
/
+31
*
Move Mojo channel initialization closer to IPC::Channel setup
darin@chromium.org
2014-04-23
2
-31
/
+24
*
Move MojoChannelInit to mojo/common
cmasone@chromium.org
2014-04-16
3
-0
/
+126
*
Fixes race condition in MojoMessagePump
sky@chromium.org
2014-04-16
2
-43
/
+66
*
Adds a way to associate key/value pairs with the environment
sky@chromium.org
2014-04-02
4
-10
/
+141
*
Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.
viettrungluu@chromium.org
2014-04-01
2
-3
/
+3
*
Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support.
viettrungluu@chromium.org
2014-03-31
1
-1
/
+1
*
Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.
viettrungluu@chromium.org
2014-03-28
4
-4
/
+4
*
Fixes bug in empty string conversion for string16
sky@chromium.org
2014-03-27
2
-0
/
+5
*
Adds type converters for string16
sky@chromium.org
2014-03-26
3
-0
/
+52
*
Mojo: Create channels on both sides of AppChildProcess(Host).
viettrungluu@chromium.org
2014-03-20
2
-0
/
+10
*
Mojo: Move mojo/system/embedder to mojo/embedder.
viettrungluu@chromium.org
2014-03-19
8
-8
/
+8
*
Attempt at making HandleWatcher tests less flakey
sky@chromium.org
2014-03-15
6
-31
/
+80
*
Mojo: MultiprocessTestHelper: Allow {ASSERT,EXPECT}_...() to be used in child.
viettrungluu@chromium.org
2014-03-12
3
-26
/
+68
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-2
/
+2
*
Mojo: Remove implicit scoped_refptr<T> -> T* conversions in mojo/.
viettrungluu@chromium.org
2014-03-09
1
-1
/
+2
*
Mojo: MultiprocessTestBase -> MultiprocessTestHelper.
viettrungluu@chromium.org
2014-03-08
3
-72
/
+44
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
1
-2
/
+2
*
Mojo: Silence death ...
viettrungluu@chromium.org
2014-03-03
1
-0
/
+5
*
Reland: Add some handle read/write helpers to mojo/common/test/test_utils.h
yzshen@chromium.org
2014-02-22
4
-50
/
+211
*
Revert 252714 "Add some handle read/write helpers to mojo/common..."
yzshen@chromium.org
2014-02-22
4
-211
/
+50
*
Add some handle read/write helpers to mojo/common/test/test_utils.h
yzshen@chromium.org
2014-02-22
4
-50
/
+211
*
Mojo: Make a public test_support shared library.
viettrungluu@chromium.org
2014-02-13
4
-1
/
+61
*
Mojo: Rename public/tests/test_support.* -> test_utils.*.
viettrungluu@chromium.org
2014-02-13
1
-1
/
+1
*
Mojo: Small cleanup of public/tests/test_support.h.
viettrungluu@chromium.org
2014-02-10
1
-21
/
+23
*
Implement PlatformChannelPair on Windows.
yzshen@chromium.org
2014-02-05
2
-52
/
+113
*
Mojo: re-organize public/bindings/ directory
darin@chromium.org
2014-01-28
2
-1
/
+3
*
Mojo: Move system embedder API files to mojo/system/embedder.
viettrungluu@chromium.org
2014-01-16
6
-6
/
+6
*
Mojo: Move platform handle/channel stuff in system to embedder namespace.
viettrungluu@chromium.org
2014-01-16
3
-9
/
+9
*
Mojo: Add the ability to hook up a channel to the embedder API.
viettrungluu@chromium.org
2014-01-16
1
-2
/
+1
*
Mojo: Rename PlatformChannelHandle to PlatformHandle, etc.
viettrungluu@chromium.org
2014-01-14
3
-36
/
+23
*
Mojo: AsyncWaiter and mojo/public/environment
darin@chromium.org
2014-01-14
3
-136
/
+1
*
Mojo: re-organize public tests
darin@chromium.org
2014-01-12
1
-2
/
+12
*
Mojo: Add the beginnings of a proper embedder API.
viettrungluu@chromium.org
2014-01-11
2
-4
/
+4
*
Mojo: Move PlatformChannelPair to its own files.
viettrungluu@chromium.org
2014-01-10
3
-1
/
+9
*
Mojo: Refactor PlatformChannel stuff.
viettrungluu@chromium.org
2014-01-10
3
-28
/
+31
*
Mojo: Add MessagePipe to core_cpp.h for convenience
darin@chromium.org
2013-12-25
1
-41
/
+41
*
Implement ServiceManager
davemoore@chromium.org
2013-12-18
1
-0
/
+1
[next]