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_sync_channel_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update include paths in ipc for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Use a direct include of the message_loop header in dbus/, device/, extensions...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-14
/
+29
*
Use a direct include of strings headers in ipc/, jingle/, media/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
ipc: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-9
/
+9
*
ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant.
tfarina@chromium.org
2013-02-08
1
-6
/
+6
*
Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.
rsleevi@chromium.org
2013-02-06
1
-50
/
+50
*
Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
viettrungluu@chromium.org
2013-01-12
1
-5
/
+1
*
Move IPC tests into anonymous namespaces.
viettrungluu@chromium.org
2013-01-11
1
-94
/
+19
*
Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat...
viettrungluu@chromium.org
2013-01-08
1
-25
/
+28
*
ipc: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-16
1
-3
/
+3
*
Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter
piman@chromium.org
2012-09-08
1
-9
/
+14
*
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...
fischman@chromium.org
2012-08-07
1
-1
/
+0
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
1
-3
/
+1
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-3
/
+3
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
1
-1
/
+3
*
RefCounted types should not have public destructors, ipc/ edition
rsleevi@chromium.org
2012-04-28
1
-0
/
+3
*
ipc: don't treat replies with the unblock flag set as regular messages
piman@chromium.org
2012-04-10
1
-0
/
+114
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
1
-0
/
+3
*
IPC: change sync channel dispatch restriction to allow dispatch to other chan...
piman@chromium.org
2012-03-30
1
-16
/
+171
*
Verify the child process with a secret hello
jschuh@chromium.org
2012-03-17
1
-0
/
+89
*
Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.
tedvessenes@gmail.com
2012-03-07
1
-1
/
+3
*
Convert use of int ms to TimeDelta in files owned by jeremy.
tedvessenes@gmail.com
2012-01-13
1
-1
/
+1
*
Reimplement ReceivedSyncMsgQueue::DispatchMessages
jhorwich@chromium.org
2012-01-11
1
-1
/
+259
*
Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.
ajwong@chromium.org
2012-01-06
1
-3
/
+2
*
base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc.
jhawkins@chromium.org
2011-11-28
1
-21
/
+14
*
Allow proxy channels to be created without initializing the underlying channel.
kkania@chromium.org
2011-11-16
1
-3
/
+76
*
base:Bind: Convert ipc/.
jhawkins@chromium.org
2011-11-12
1
-19
/
+25
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-10
/
+9
*
Remove IPCSyncChannelTest.BadMessage
phajdan.jr@chromium.org
2011-07-20
1
-60
/
+0
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally.
kkania@chromium.org
2011-06-03
1
-1
/
+8
*
Removing 'using namespace' style violations in src/ipc/
kushi.p@gmail.com
2011-05-13
1
-5
/
+8
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-2
/
+2
*
Add sync context dispatch restriction.
piman@google.com
2011-04-08
1
-0
/
+150
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Clean up channel modes
dmaclach@chromium.org
2011-02-03
1
-2
/
+2
*
Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
phajdan.jr@chromium.org
2011-01-19
1
-1
/
+2
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+2
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-1
/
+2
*
Revert 69694 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-2
/
+1
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-1
/
+2
*
Revert 69690 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-2
/
+1
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-20
1
-1
/
+2
*
Revert 69660 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-2
/
+1
*
Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-18
1
-1
/
+2
*
Revert 69264 - Add support for sockets that can listen and accept a connection.
dmaclach@chromium.org
2010-12-16
1
-2
/
+1
[next]