summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add additional comments to the sync channel.brettw@chromium.org2011-04-152-0/+32
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-131-0/+1
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-0/+1
* Add sync context dispatch restriction.piman@google.com2011-04-084-12/+194
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-065-17/+73
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-065-73/+17
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-065-17/+73
* GTTF: Make automation provider recognize more IPC error conditionsphajdan.jr@chromium.org2011-03-311-1/+1
* Initialize struct member in LogData.finnur@chromium.org2011-03-301-2/+7
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-30/+30
* Move spellcheck messages into their own file, and dispatch them all in SpellC...jam@chromium.org2011-03-251-0/+1
* Move printing messages to their own file.jam@chromium.org2011-03-241-0/+1
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-0/+1
* thread.h is not needed by ipc_channel_proxy.cc.amarinichev@chromium.org2011-03-231-1/+0
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-0/+1
* Move audio messages to their own file.jam@chromium.org2011-03-211-0/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Move geolocation, desktop notification, and device orientation into their own...jam@chromium.org2011-03-191-0/+3
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-172-1/+7
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-151-1/+1
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-141-0/+1
* Move the blob related code to content, and also move the blob messages to the...jam@chromium.org2011-03-141-0/+1
* Change common_message_generator code block.tsepez@chromium.org2011-03-125-161/+34
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-0/+1
* Fixed a bug in the serialization of history::URLRow.danno@chromium.org2011-03-101-2/+2
* Move the common child process messages into their own file.jam@chromium.org2011-03-071-0/+1
* Put file_system messages in their own file and move them to content, in prepa...jam@chromium.org2011-03-071-0/+1
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-057-3/+19
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-0/+1
* Add some bullet proofing to ipc_channel_posix.dmaclach@chromium.org2011-03-023-19/+41
* P2P Sockets host implementation.sergeyu@chromium.org2011-03-021-0/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-022-3/+3
* Attempt to reduce the amount of cut n paste needed to maintain these.tsepez@chromium.org2011-03-014-1783/+369