summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org2013-01-2510-518/+472
* ipc: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-01-231-1/+1
* Componentize visitedlinks to src/components/visitedlinkboliu@chromium.org2013-01-231-0/+1
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-1/+1
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-16/+6
* Remove IPC::Channel::set_listener().viettrungluu@chromium.org2013-01-165-25/+26
* More IPC test header cleanup.viettrungluu@chromium.org2013-01-157-7/+1
* Automate ipc_perftests.viettrungluu@chromium.org2013-01-151-81/+151
* Windows: Do not handle async read completions on IPC channel while the channe...apatrick@chromium.org2013-01-151-1/+1
* Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeoutviettrungluu@chromium.org2013-01-121-5/+1
* Trim #includes in ipc tests.viettrungluu@chromium.org2013-01-113-23/+3
* Move IPC tests into anonymous namespaces.viettrungluu@chromium.org2013-01-1110-105/+54
* Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org2013-01-118-312/+413
* Data collection part of webrtc-internals implementationjiayl@chromium.org2013-01-101-0/+1
* Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat...viettrungluu@chromium.org2013-01-082-26/+30
* Make the IPC perf test build/run again, at least on Linux.viettrungluu@chromium.org2013-01-051-32/+38
* Fix typo in comment ("ammount").viettrungluu@chromium.org2013-01-051-1/+1
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-1/+8
* reinterpret_cast -> static_cast in SyncMessageFilter::Send().viettrungluu@chromium.org2013-01-041-1/+1
* Validate that paths don't contain embedded NULLs at deserialization.cevans@chromium.org2013-01-032-0/+19
* Remove IPC::MessageIterator.viettrungluu@chromium.org2012-12-174-55/+42
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-143-6/+2
* Add tracing support to NaCljbauman@chromium.org2012-12-081-0/+1
* Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...alexeypa@chromium.org2012-12-052-1/+22
* Fix check for maximum IPC message size.rkc@chromium.org2012-11-281-2/+2
* Enable IPC logging for component buildsjochen@chromium.org2012-11-281-4/+1
* Revert 169453 - Enable IPC logging for component builddalecurtis@google.com2012-11-261-1/+4
* Enable IPC logging for component buildjochen@chromium.org2012-11-261-4/+1
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+2
* Verify lfFaceName is NUL terminated in IPC deserializer.jschuh@chromium.org2012-11-211-7/+10
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-174-5/+4
* ipc: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-161-3/+3
* Add missing includes to ipc_listener.htfarina@chromium.org2012-11-152-2/+4
* LogData.message_name not marshalled across logging IPCs.tsepez@chromium.org2012-11-151-0/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-145-5/+5
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-141-0/+32
* Move global_descriptors to base/posix.brettw@chromium.org2012-11-093-3/+3
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-14/+4
* Move IPCMessageStart enum into it own file with security team OWNERS, so that...tsepez@chromium.org2012-10-235-70/+89
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-051-0/+1
* Listen in the browser for a connection from a metro viewer process.scottmg@google.com2012-10-011-1/+1
* Fix build warnings in NaCl IPC proxy.bbudge@chromium.org2012-09-284-15/+3
* Cleanup the IPC param traits structure:jam@chromium.org2012-09-251-0/+1
* nacl: Fix a bunch of compiler warningsthakis@chromium.org2012-09-242-2/+4
* Bunch of boilerplate to set up a process, ipc, etc.scottmg@google.com2012-09-181-0/+1
* Trace PostTasks from post to run.jbates@chromium.org2012-09-186-8/+24
* Fix trace event macro naming issuejbates@chromium.org2012-09-111-1/+1
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilterpiman@chromium.org2012-09-081-9/+14
* fix gprecise gcc build errorjbates@chromium.org2012-09-051-1/+1