| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add additional comments to the sync channel. | brettw@chromium.org | 2011-04-15 | 2 | -0/+32 |
* | Add IPC plumbing code for Quota API | kinuko@chromium.org | 2011-04-13 | 1 | -0/+1 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -0/+1 |
* | Add sync context dispatch restriction. | piman@google.com | 2011-04-08 | 4 | -12/+194 |
* | Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER... | wez@chromium.org | 2011-04-06 | 5 | -17/+73 |
* | Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ... | wez@chromium.org | 2011-04-06 | 5 | -73/+17 |
* | Limit access to named IPC channels with SO_PEERCRED, not file permissions. | wez@chromium.org | 2011-04-06 | 5 | -17/+73 |
* | GTTF: Make automation provider recognize more IPC error conditions | phajdan.jr@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Initialize struct member in LogData. | finnur@chromium.org | 2011-03-30 | 1 | -2/+7 |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 1 | -0/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 13 | -30/+30 |
* | Move spellcheck messages into their own file, and dispatch them all in SpellC... | jam@chromium.org | 2011-03-25 | 1 | -0/+1 |
* | Move printing messages to their own file. | jam@chromium.org | 2011-03-24 | 1 | -0/+1 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -0/+1 |