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
/
embedder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove base/platform_file.*
rvargas@chromium.org
2014-06-24
1
-1
/
+1
*
Mojo: Delete temporary files created in tests.
viettrungluu@chromium.org
2014-06-23
1
-4
/
+13
*
Move channel_init out of mojo_common.
qsr@chromium.org
2014-06-19
2
-0
/
+118
*
Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....
viettrungluu@chromium.org
2014-06-18
1
-13
/
+21
*
Mojo: Remove extraneous end-of-file newlines.
viettrungluu@chromium.org
2014-06-14
1
-1
/
+0
*
Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessag...
viettrungluu@chromium.org
2014-06-10
1
-3
/
+3
*
Mojo: Add a utility function to duplicate a PlatformHandle.
viettrungluu@chromium.org
2014-05-29
3
-0
/
+61
*
Mojo: Remove extraneous .get()s in mojo/{embedder,system}.
viettrungluu@chromium.org
2014-05-29
1
-1
/
+1
*
Cleanup: Use base::CommandLine in mojo/
thestig@chromium.org
2014-05-24
2
-4
/
+4
*
Mojo: POSIX: Add a PlatformChannelSendmsgWithHandles().
viettrungluu@chromium.org
2014-05-22
3
-18
/
+85
*
Mojo: Make PlatformChannelRecvmsg() append handles to a deque instead.
viettrungluu@chromium.org
2014-05-21
6
-53
/
+57
*
Mojo: Make a deleter for PlatformHandleVectors that closes all the handles.
viettrungluu@chromium.org
2014-05-14
5
-8
/
+19
*
Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).
viettrungluu@chromium.org
2014-05-13
2
-0
/
+56
*
Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.
viettrungluu@chromium.org
2014-05-13
1
-28
/
+18
*
Mojo: (Theoretically) implement the read side of platform handle passing.
viettrungluu@chromium.org
2014-05-13
3
-2
/
+45
*
Mojo: Tighten up mojo/embedder/DEPS.
viettrungluu@chromium.org
2014-05-12
1
-1
/
+9
*
Mojo: Make embedder::PlatformChannelRecvmsg() able to append handles to an ex...
viettrungluu@chromium.org
2014-05-07
3
-9
/
+60
*
Mojo: Add POSIX utils for sending FDs (across a "platform channel pair").
viettrungluu@chromium.org
2014-05-06
3
-3
/
+218
*
Mojo: Embedder API: Properly handle Channel creation/startup failures.
viettrungluu@chromium.org
2014-05-01
1
-24
/
+62
*
Mojo: Make some attempts towards fixing remote message pipe closure.
viettrungluu@chromium.org
2014-04-18
1
-0
/
+2
*
Make mojo_system static and mojo_system_impl a component, never use both
davemoore@chromium.org
2014-04-15
2
-15
/
+17
*
Revert 263717 "Make mojo_system static and mojo_system_impl a co..."
fischman@chromium.org
2014-04-14
2
-17
/
+15
*
Make mojo_system static and mojo_system_impl a component, never use both
davemoore@chromium.org
2014-04-14
2
-15
/
+17
*
Mojo: Make it not CHECK-fail on receiving a bogus channel control message.
viettrungluu@chromium.org
2014-04-12
1
-1
/
+2
*
Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).
viettrungluu@chromium.org
2014-04-05
4
-10
/
+115
*
Mojo: Make Channel take a RawChannel rather than creating it.
viettrungluu@chromium.org
2014-04-03
1
-1
/
+3
*
Mojo: Move the handle table details out of CoreImpl into its own class.
viettrungluu@chromium.org
2014-03-31
1
-4
/
+8
*
Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.
viettrungluu@chromium.org
2014-03-28
1
-1
/
+1
*
Mojo: Move public C system header files to mojo/public/c/system/.
viettrungluu@chromium.org
2014-03-26
1
-1
/
+1
*
Mojo: Properly suppress SIGPIPE on Linux.
viettrungluu@chromium.org
2014-03-25
1
-9
/
+12
*
Mojo: Prevent SIGPIPE (on sockets generated by PlatformChannelPair) on Mac.
viettrungluu@chromium.org
2014-03-25
2
-0
/
+98
*
Mojo: Improve the embedder API.
viettrungluu@chromium.org
2014-03-19
3
-15
/
+33
*
Mojo: Move mojo/system/embedder to mojo/embedder.
viettrungluu@chromium.org
2014-03-19
14
-0
/
+1223