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
/
ipc_channel_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler.
rmcilroy
2014-12-18
1
-0
/
+15
*
Introduce OS_NACL_SFI and OS_NACL_NONSFI macros.
hidehiko
2014-10-28
1
-2
/
+1
*
Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.
hidehiko
2014-10-24
1
-1
/
+2
*
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
morrita
2014-10-20
1
-1
/
+1
*
Manual fixups for scoped_refptr operator T* removal in ipc/
dcheng
2014-08-28
1
-6
/
+8
*
Introduce ChannelMojo
morrita@chromium.org
2014-08-04
1
-9
/
+25
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
1
-9
/
+0
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
1
-2
/
+2
*
Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()
morrita@chromium.org
2014-06-05
1
-7
/
+14
*
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
lambroslambrou@chromium.org
2014-06-02
1
-80
/
+10
*
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
morrita@chromium.org
2014-06-02
1
-10
/
+80
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-30
1
-1
/
+1
*
Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."
mattm@chromium.org
2014-05-29
1
-1
/
+1
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-29
1
-1
/
+1
*
Ensure that any IPC sent from a child process that couldn't be deserialized c...
jam@chromium.org
2014-05-15
1
-0
/
+12
*
IPC: Restrict 'toplevel' to truly toplevel events.
epenner@chromium.org
2014-05-02
1
-2
/
+2
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
1
-119
/
+4
*
DCHECK that listener thread != IO thread
dmichael@chromium.org
2014-04-17
1
-0
/
+9
*
Eliminate a potential race in IPC::ChannelProxy
dmichael@chromium.org
2014-03-20
1
-16
/
+34
*
Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview...
johnme@chromium.org
2014-03-11
1
-31
/
+16
*
Eliminate a potential race in IPC::ChannelProxy
dmichael@chromium.org
2014-03-11
1
-16
/
+31
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-26
1
-6
/
+107
*
Revert "Allow MessageFilters to restrict listening to specific message classes"
jdduke@chromium.org
2014-02-21
1
-100
/
+6
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-16
1
-6
/
+100
*
Make flow event traces disabled-by-default
fmeawad@chromium.org
2014-02-06
1
-2
/
+2
*
Remove an outdated comment.
eroman@chromium.org
2014-01-11
1
-4
/
+0
*
Remove ipc fuzzing code.
thestig@chromium.org
2013-10-19
1
-4
/
+0
*
Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...
jam@chromium.org
2013-10-01
1
-4
/
+0
*
Make utility process run in-process when running in single-process mode.
jam@chromium.org
2013-07-09
1
-0
/
+3
*
Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-13
1
-2
/
+2
*
Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."
falken@chromium.org
2013-03-13
1
-2
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-12
1
-2
/
+2
*
Revert 187233
dmikurube@chromium.org
2013-03-11
1
-2
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-11
1
-2
/
+2
*
Revert 186912
jeremya@chromium.org
2013-03-08
1
-2
/
+2
*
Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
jeremya@chromium.org
2013-03-08
1
-2
/
+2
*
Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...
alexeypa@chromium.org
2012-12-05
1
-0
/
+20
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-1
/
+0
*
Add async trace events to trace progress of IPC messages
jbates@chromium.org
2012-09-04
1
-0
/
+1
*
Clean-up inline members of nested classes (ipc/)
hans@chromium.org
2012-08-09
1
-0
/
+4
*
Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner
sergeyu@chromium.org
2012-07-02
1
-19
/
+26
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
1
-2
/
+3
*
PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc
dmichael@chromium.org
2012-05-31
1
-1
/
+1
*
Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc
rch@chromium.org
2012-05-30
1
-1
/
+1
*
PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc
dmichael@chromium.org
2012-05-30
1
-1
/
+1
*
Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessage
piman@chromium.org
2012-05-11
1
-2
/
+4
*
RefCounted types should not have public destructors, ipc/ edition
rsleevi@chromium.org
2012-04-28
1
-28
/
+6
*
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
bbudge@chromium.org
2012-04-23
1
-1
/
+1
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
1
-4
/
+5
[next]