summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-265-313/+325
* There are times on the Mac when pipe names of 0 length may occur. Let the cal...dmaclach@chromium.org2011-08-252-3/+21
* Clean up a comment in ipc_message_macros.hsteveblock@chromium.org2011-08-231-4/+4
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-237-113/+13
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-197-13/+113
* Fix IPC marshalling of dictionaries with dots in their key names.kalman@chromium.org2011-08-192-1/+2
* ipc: rename a variable to make code clearerevan@chromium.org2011-08-161-7/+7
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-163-12/+12
* Create ipc.dll.darin@chromium.org2011-08-1514-50/+90
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.kkania@chromium.org2011-08-096-2/+49
* ipc: remove an unused function prototypeevan@chromium.org2011-08-051-5/+0
* base: Remove using declaration of BinaryValue as it's no longer necessary.tfarina@chromium.org2011-08-051-2/+3
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-10/+9
* Remove IPCSyncChannelTest.BadMessagephajdan.jr@chromium.org2011-07-201-60/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-1/+0
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-6/+6
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-112-12/+0
* Add tsepez to ipc/OWNERS.thakis@chromium.org2011-07-081-0/+1
* Add jam to ipc/OWNERSthakis@chromium.org2011-07-061-0/+1
* Add ipc/OWNERSthakis@chromium.org2011-07-031-0/+5
* MediaStreamDispatcher perkj@google.com2011-06-281-0/+1
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-0/+2
* Fix to bug 75303abeera@google.com2011-06-241-1/+4
* Use vector_as_array() in ipc/ipc_channel_posix.cctzik@chromium.org2011-06-221-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-0/+2
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-161-1/+0
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-143-1/+51
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-0/+1
* Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally.kkania@chromium.org2011-06-031-1/+8
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-2/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-255-9/+8
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-3/+3
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-192-3/+3
* IPC: Increase MAX_DESCRIPTORS_PER_MESSAGEmseaborn@chromium.org2011-05-171-1/+1
* Removing 'using namespace' style violations in src/ipc/kushi.p@gmail.com2011-05-131-5/+8
* Enhance the comment about IPC_USES_READWRITE. I was confused and thought thatbrettw@chromium.org2011-05-131-2/+9
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Remove non-default DACL on the Pipe creationcpu@chromium.org2011-05-061-96/+10
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-042-2/+26
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-026-30/+35
* [Mac] Implement the system dictionary popup by implementing NSTextInput methods.rsesek@chromium.org2011-05-021-0/+1
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-283-29/+67
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-281-1/+2
* Remove unused member from POSIX implementation of ChannelImpl.cbentzel@chromium.org2011-04-212-4/+1
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-0/+1
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-5/+5