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
/
ipc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clang plugin to check that unstable types are not used in IPC.
dskiba
2016-03-09
2
-1
/
+15
*
Remove Mojo bindings environment.
Yuzhu Shen
2016-03-08
3
-8
/
+0
*
Replace base::Tuple in //ipc with std::tuple
tzik
2016-03-08
8
-99
/
+111
*
Change IPC::ChannelMojo to use associated interfaces.
sammc
2016-03-07
25
-1216
/
+446
*
ipc: check if we can create the server directory before everything else
tfarina
2016-03-07
1
-9
/
+13
*
Propagate window coordinates to out-of-process iframes renderers.
lfg
2016-03-04
2
-2
/
+2
*
Remove agl from several OWNERS files.
Adam Langley
2016-03-02
1
-1
/
+0
*
Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...
rockot
2016-03-01
1
-1
/
+0
*
Bootstrap Mojo IPC independent of Chrome IPC
rockot
2016-02-29
1
-0
/
+1
*
mustash: Move Media IPC Messages to media_messages.h
fsamuel
2016-02-25
1
-0
/
+1
*
Decouple browser-specific GPU IPC messages from GPU service IPCs
fsamuel
2016-02-25
1
-0
/
+1
*
Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (p...
shrike
2016-02-25
1
-1
/
+0
*
ipc: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-24
2
-0
/
+3
*
Decouple browser-specific GPU IPC messages from GPU service IPCs
fsamuel
2016-02-24
1
-0
/
+1
*
ipc: split the process of creating unix domain socket into a separate function
tfarina
2016-02-21
1
-21
/
+28
*
Mojo: Simplify IPC initialization assumptions
rockot
2016-02-19
2
-134
/
+23
*
Refactor content/common/message_router to ipc/message_router
markdittmer
2016-02-19
4
-0
/
+130
*
Add more CHECKs to help investigate the Mojo bootstrap crash
rockot
2016-02-19
1
-0
/
+1
*
Enable Android SurfaceView fullscreen video with WMPI
watk
2016-02-18
1
-0
/
+1
*
Clean up public interface of AttachmentBrokerUnprivileged.
erikchen
2016-02-17
8
-31
/
+95
*
Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...
erikchen
2016-02-17
8
-95
/
+28
*
Clean up public interface of AttachmentBrokerUnprivileged.
erikchen
2016-02-16
8
-28
/
+95
*
Replace base::Tuple implementation with std::tuple
tzik
2016-02-11
1
-12
/
+12
*
Fix Android x64 build.
jam
2016-02-11
2
-2
/
+4
*
Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...
erikchen
2016-02-10
6
-78
/
+25
*
Clean up public interface of AttachmentBrokerUnprivileged.
erikchen
2016-02-10
6
-25
/
+78
*
Add compile time checks against longs being used in IPC structs on 32 bit And...
jam
2016-02-10
2
-8
/
+24
*
[mojo] Disable tests that time out after deletion of //third_party/mojo
blundell
2016-02-10
1
-10
/
+35
*
[mojo] Delete third_party/mojo
rockot
2016-02-10
14
-186
/
+62
*
use variadic macros/templates in IPC message implementation
mdempsky
2016-02-09
9
-805
/
+695
*
ipc: make use of |socket_name| in the error paths too
tfarina
2016-02-09
1
-5
/
+4
*
Add message sizing to basic IPC traits and struct macros.
rockot
2016-02-05
6
-0
/
+366
*
ipc: Fix unused variable error when using IPC_HANDLER_GENERIC.
sunnyps
2016-02-05
1
-0
/
+1
*
Move gn _run target generation into test(). (RELAND)
jbudorick
2016-02-03
1
-7
/
+0
*
IPC::Message -> base::Pickle
rockot
2016-02-03
16
-245
/
+268
*
Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...
dpranke
2016-02-03
1
-0
/
+7
*
Move gn _run target generation into test().
jbudorick
2016-02-03
1
-7
/
+0
*
Enable attachment brokering of SharedMemoryHandle on Windows.
erikchen
2016-02-03
1
-1
/
+1
*
ipc: simplify SetupSocket() by reusing UnixDomainSocket functions
tfarina
2016-02-02
1
-31
/
+3
*
Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows.
erikchen
2016-02-01
1
-0
/
+5
*
Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...
erikchen
2016-01-30
1
-1
/
+1
*
allocator cleanup: remove dependencies on allocator from all targets
primiano
2016-01-28
2
-31
/
+0
*
Implement MediaSession on top of the WebMediaPlayerDelegate.
dalecurtis
2016-01-27
1
-0
/
+1
*
ipc: hide IsRecoverableError() function behind unnamed namespace
tfarina
2016-01-26
1
-7
/
+6
*
Emit logcats for ipc_tests.
stip
2016-01-26
1
-0
/
+1
*
ipc: remove unused variable from CreateClientUnixDomainSocket() function
tfarina
2016-01-26
2
-7
/
+1
*
allocator cleanup: remove memory benchmarking extension
primiano
2016-01-25
1
-1
/
+0
*
Remove ipc_channel_unittests from Android build.
brettw
2016-01-21
3
-13
/
+12
*
Enable attachment brokering of SharedMemoryHandle on Windows.
erikchen
2016-01-19
1
-1
/
+1
*
base: update SetNonBlocking() function to use HANDLE_EINTR
tfarina
2016-01-16
1
-5
/
+4
[next]