summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_macros.h
Commit message (Expand)AuthorAgeFilesLines
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-4/+4
* Make IPC macros work with -Wunused-local-typedefs.thakis@chromium.org2014-07-291-6/+6
* Fix "inlcude" typo in comments.tsepez@chromium.org2014-06-181-2/+2
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-31/+8
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+4
* Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword.jam@chromium.org2014-05-141-9/+19
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-76/+49
* more spell checkingthakis@chromium.org2013-11-051-1/+1
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-6/+6
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-6/+6
* IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable.mgiuca@chromium.org2013-10-231-1/+1
* Add newline at end of file.thakis@chromium.org2013-10-121-1/+1
* Workaround for VS2013 compiler bug in ipc_message_macros.hzturner@chromium.org2013-10-121-0/+7
* Implement off-the-wire validation scheme for emum types.tsepez@chromium.org2013-06-041-4/+17
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-14/+4
* Move IPCMessageStart enum into it own file with security team OWNERS, so that...tsepez@chromium.org2012-10-231-1/+1
* Make Sync Messages with lots of parameters and no return workfsamuel@chromium.org2012-08-011-2/+2
* Remove IPC macros for "5_4" messages.brettw@chromium.org2012-07-131-6/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+1
* Add support for default values of IPC_STRUCT_MEMBER.jbates@chromium.org2012-04-161-1/+3
* Make IPC_MESSAGE_EXPORT more robust.thakis@chromium.org2012-02-211-6/+9
* Reverting in an attempt to fix Win Builder 2010 (dbg).jhawkins@chromium.org2012-02-181-9/+6
* Make IPC_MESSAGE_EXPORT more robust.thakis@chromium.org2012-02-181-6/+9
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-1/+3
* Uncomment a different third IPC hook for about:profilerjar@chromium.org2011-11-151-2/+2
* Revert 109760 - Uncomment third IPC hook for about:profilerjar@chromium.org2011-11-121-1/+1
* Uncomment third IPC hook for about:profilerjar@chromium.org2011-11-121-1/+1
* Uncomment second IPC hook for about:profilerjar@chromium.org2011-11-111-1/+1
* Uncomment first (major) IPC hook for about:profilerjar@chromium.org2011-11-111-1/+1
* Land commented out IPC hooks for profilingjar@chromium.org2011-11-111-31/+42
* Revert 109357 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-36/+26
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-26/+36
* Revert 108752 - Support tracking of IPC messages as tasks in profilerjoi@chromium.org2011-11-081-21/+14
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-051-14/+21
* Android IPC changes.jrg@chromium.org2011-11-041-1/+2
* more content exports.dpranke@chromium.org2011-10-271-2/+2
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-3/+1
* Fix IPC logging on Windows.jam@chromium.org2011-10-171-1/+9
* add IPC_MESSAGE_EXPORT to IPC_STRUCT_BEGIN.dpranke@chromium.org2011-09-061-6/+6
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-40/+255
* Clean up a comment in ipc_message_macros.hsteveblock@chromium.org2011-08-231-4/+4
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-5/+4
* GTTF: Make automation provider recognize more IPC error conditionsphajdan.jr@chromium.org2011-03-311-1/+1
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-171-1/+6
* Change common_message_generator code block.tsepez@chromium.org2011-03-121-17/+27
* Fixed a bug in the serialization of history::URLRow.danno@chromium.org2011-03-101-2/+2
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-3/+5
* Attempt to reduce the amount of cut n paste needed to maintain these.tsepez@chromium.org2011-03-011-994/+368
* Make the implementation .cc files go away, instead have the authors give us a...tsepez@chromium.org2011-02-111-17/+161
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-5/+4