summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Fix libcxx build.eugenis@chromium.org2013-03-201-2/+5
* Add cevans as an IPC OWNER for all areas.palmer@chromium.org2013-03-181-0/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-10/+11
* [mac] App shimsjeremya@chromium.org2013-03-181-0/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1313-185/+631
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-1313-615/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1213-185/+615
* Revert 187233dmikurube@chromium.org2013-03-1113-636/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1113-185/+636
* Revert 186912jeremya@chromium.org2013-03-0813-621/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-0813-185/+621
* Add IPC handling for INVALID_HANDLE_VALUE on Win64 buildsjschuh@chromium.org2013-03-041-5/+5
* Minimal Chrome Frame with Aura.grt@chromium.org2013-02-281-0/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-6/+6
* ipc: Wrap unit test into IPC namespace.tfarina@chromium.org2013-02-151-3/+4
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-104-21/+21
* ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant.tfarina@chromium.org2013-02-081-6/+6
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org2013-02-065-60/+60
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-02-042-15/+27
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+3
* Enable Chrome Signin from Webstoreguohui@chromium.org2013-02-011-0/+1
* Revert 179987dmichael@chromium.org2013-01-312-24/+15
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-01-312-15/+24
* ipc: Do not use Value::Create* functions.tfarina@chromium.org2013-01-302-15/+15
* Don't allow '\0' characters in FilePath.aedla@chromium.org2013-01-282-17/+12
* 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