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
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-3
/
+3
*
Enable Chrome Signin from Webstore
guohui@chromium.org
2013-02-01
1
-0
/
+1
*
Revert 179987
dmichael@chromium.org
2013-01-31
2
-24
/
+15
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-01-31
2
-15
/
+24
*
ipc: Do not use Value::Create* functions.
tfarina@chromium.org
2013-01-30
2
-15
/
+15
*
Don't allow '\0' characters in FilePath.
aedla@chromium.org
2013-01-28
2
-17
/
+12
*
Refactor (many) IPC tests, notably most of the multiprocess tests.
viettrungluu@chromium.org
2013-01-25
10
-518
/
+472
*
ipc: Kill the base::Passed(foo.Pass()) meme.
tfarina@chromium.org
2013-01-23
1
-1
/
+1
*
Componentize visitedlinks to src/components/visitedlink
boliu@chromium.org
2013-01-23
1
-0
/
+1
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-1
/
+1
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-16
/
+6
*
Remove IPC::Channel::set_listener().
viettrungluu@chromium.org
2013-01-16
5
-25
/
+26
*
More IPC test header cleanup.
viettrungluu@chromium.org
2013-01-15
7
-7
/
+1
*
Automate ipc_perftests.
viettrungluu@chromium.org
2013-01-15
1
-81
/
+151
*
Windows: Do not handle async read completions on IPC channel while the channe...
apatrick@chromium.org
2013-01-15
1
-1
/
+1
*
Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
viettrungluu@chromium.org
2013-01-12
1
-5
/
+1
*
Trim #includes in ipc tests.
viettrungluu@chromium.org
2013-01-11
3
-23
/
+3
*
Move IPC tests into anonymous namespaces.
viettrungluu@chromium.org
2013-01-11
10
-105
/
+54
*
Make ipc_tests file structure a little saner and add an ipc_perftests target.
viettrungluu@chromium.org
2013-01-11
8
-312
/
+413
*
Data collection part of webrtc-internals implementation
jiayl@chromium.org
2013-01-10
1
-0
/
+1
*
Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat...
viettrungluu@chromium.org
2013-01-08
2
-26
/
+30
*
Make the IPC perf test build/run again, at least on Linux.
viettrungluu@chromium.org
2013-01-05
1
-32
/
+38
*
Fix typo in comment ("ammount").
viettrungluu@chromium.org
2013-01-05
1
-1
/
+1
*
Use an explicit PID for duplicating Pepper handles rather than the Channel's.
brettw@chromium.org
2013-01-04
1
-1
/
+8
*
reinterpret_cast -> static_cast in SyncMessageFilter::Send().
viettrungluu@chromium.org
2013-01-04
1
-1
/
+1
*
Validate that paths don't contain embedded NULLs at deserialization.
cevans@chromium.org
2013-01-03
2
-0
/
+19
*
Remove IPC::MessageIterator.
viettrungluu@chromium.org
2012-12-17
4
-55
/
+42
*
Get rid of ipc_sender.h include in ipc_message.h.
viettrungluu@chromium.org
2012-12-14
3
-6
/
+2
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
1
-0
/
+1
*
Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...
alexeypa@chromium.org
2012-12-05
2
-1
/
+22
*
Fix check for maximum IPC message size.
rkc@chromium.org
2012-11-28
1
-2
/
+2
*
Enable IPC logging for component builds
jochen@chromium.org
2012-11-28
1
-4
/
+1
*
Revert 169453 - Enable IPC logging for component build
dalecurtis@google.com
2012-11-26
1
-1
/
+4
*
Enable IPC logging for component build
jochen@chromium.org
2012-11-26
1
-4
/
+1
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+2
*
Verify lfFaceName is NUL terminated in IPC deserializer.
jschuh@chromium.org
2012-11-21
1
-7
/
+10
*
ipc: Remove ipc_listener.h from ipc_channel.h and update the files.
tfarina@chromium.org
2012-11-17
4
-5
/
+4
*
ipc: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-16
1
-3
/
+3
*
Add missing includes to ipc_listener.h
tfarina@chromium.org
2012-11-15
2
-2
/
+4
*
LogData.message_name not marshalled across logging IPCs.
tsepez@chromium.org
2012-11-15
1
-0
/
+2
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
5
-5
/
+5
*
net: Change type of UploadData::elements from std::vector to ScopedVector
hashimoto@chromium.org
2012-11-14
1
-0
/
+32
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
3
-3
/
+3
*
Split IPC logging between content and chrome.
jochen@chromium.org
2012-10-30
1
-14
/
+4
*
Move IPCMessageStart enum into it own file with security team OWNERS, so that...
tsepez@chromium.org
2012-10-23
5
-70
/
+89
*
Upstream fullscreen video implementation for android
qinmin@chromium.org
2012-10-05
1
-0
/
+1
*
Listen in the browser for a connection from a metro viewer process.
scottmg@google.com
2012-10-01
1
-1
/
+1
*
Fix build warnings in NaCl IPC proxy.
bbudge@chromium.org
2012-09-28
4
-15
/
+3
*
Cleanup the IPC param traits structure:
jam@chromium.org
2012-09-25
1
-0
/
+1
*
nacl: Fix a bunch of compiler warnings
thakis@chromium.org
2012-09-24
2
-2
/
+4
[next]