| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for exporting IPC messages from component DLLs. | darin@chromium.org | 2011-08-26 | 5 | -313/+325 |
* | There are times on the Mac when pipe names of 0 length may occur. Let the cal... | dmaclach@chromium.org | 2011-08-25 | 2 | -3/+21 |
* | Clean up a comment in ipc_message_macros.h | steveblock@chromium.org | 2011-08-23 | 1 | -4/+4 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 7 | -113/+13 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 7 | -13/+113 |
* | Fix IPC marshalling of dictionaries with dots in their key names. | kalman@chromium.org | 2011-08-19 | 2 | -1/+2 |
* | ipc: rename a variable to make code clearer | evan@chromium.org | 2011-08-16 | 1 | -7/+7 |
* | Tag IPC::Channel::Listener implementations with OVERRIDE | evan@chromium.org | 2011-08-16 | 3 | -12/+12 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 14 | -50/+90 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 2 | -2/+2 |
* | Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. | kkania@chromium.org | 2011-08-09 | 6 | -2/+49 |
* | ipc: remove an unused function prototype | evan@chromium.org | 2011-08-05 | 1 | -5/+0 |
* | base: Remove using declaration of BinaryValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-05 | 1 | -2/+3 |
* | 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 | 2 | -2/+2 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -1/+0 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -6/+6 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 2 | -12/+0 |
* | Add tsepez to ipc/OWNERS. | thakis@chromium.org | 2011-07-08 | 1 | -0/+1 |
* | Add jam to ipc/OWNERS | thakis@chromium.org | 2011-07-06 | 1 | -0/+1 |
* | Add ipc/OWNERS | thakis@chromium.org | 2011-07-03 | 1 | -0/+5 |
* | MediaStreamDispatcher | perkj@google.com | 2011-06-28 | 1 | -0/+1 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 1 | -0/+2 |
* | Fix to bug 75303 | abeera@google.com | 2011-06-24 | 1 | -1/+4 |
* | Use vector_as_array() in ipc/ipc_channel_posix.cc | tzik@chromium.org | 2011-06-22 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -0/+2 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -1/+0 |
* | Hooking MHTML generation to the browser. | jcivelli@chromium.org | 2011-06-14 | 3 | -1/+51 |
* | Move UtilityProcessHost to content and move the message sending/dispatching t... | jam@chromium.org | 2011-06-09 | 1 | -0/+1 |
* | Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. | kkania@chromium.org | 2011-06-03 | 1 | -1/+8 |
* | More POSIX support for Chromium, consisting mostly of broadening ifdefs. This | tony@chromium.org | 2011-06-02 | 1 | -2/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 5 | -9/+8 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -3/+3 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 2 | -3/+3 |
* | IPC: Increase MAX_DESCRIPTORS_PER_MESSAGE | mseaborn@chromium.org | 2011-05-17 | 1 | -1/+1 |
* | Removing 'using namespace' style violations in src/ipc/ | kushi.p@gmail.com | 2011-05-13 | 1 | -5/+8 |
* | Enhance the comment about IPC_USES_READWRITE. I was confused and thought that | brettw@chromium.org | 2011-05-13 | 1 | -2/+9 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | Remove non-default DACL on the Pipe creation | cpu@chromium.org | 2011-05-06 | 1 | -96/+10 |
* | IPC outgoing message filters interpose yourself in a message stream. Minimal... | tsepez@chromium.org | 2011-05-04 | 2 | -2/+26 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 6 | -30/+35 |
* | [Mac] Implement the system dictionary popup by implementing NSTextInput methods. | rsesek@chromium.org | 2011-05-02 | 1 | -0/+1 |
* | Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u... | kushi.p@gmail.com | 2011-04-28 | 3 | -29/+67 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-28 | 1 | -1/+2 |
* | Remove unused member from POSIX implementation of ChannelImpl. | cbentzel@chromium.org | 2011-04-21 | 2 | -4/+1 |
* | Make icon_messages use the IPC macros for defining the structs and the serial... | jam@chromium.org | 2011-04-18 | 1 | -0/+1 |
* | Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). | david.mike.futcher@gmail.com | 2011-04-18 | 1 | -5/+5 |