summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_macros.h
Commit message (Expand)AuthorAgeFilesLines
* Revert of Clang plugin to check that unstable types are not used in IPC. (pat...thakis2016-03-101-1/+1
* Clang plugin to check that unstable types are not used in IPC.dskiba2016-03-091-1/+1
* Replace base::Tuple in //ipc with std::tupletzik2016-03-081-2/+3
* Propagate window coordinates to out-of-process iframes renderers.lfg2016-03-041-2/+1
* use variadic macros/templates in IPC message implementationmdempsky2016-02-091-644/+205
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-051-0/+5
* ipc: Fix unused variable error when using IPC_HANDLER_GENERIC.sunnyps2016-02-051-0/+1
* Call base::DispatchToMethod by the fully qualified nametzik2015-11-191-1/+1
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-6/+8
* Fix a few typos in the IPC message macros documentationphilipj2015-08-121-6/+6
* Move Tuple to base namespace.brettw2015-05-291-41/+50
* undo zturner visualc compiler workaroundcpu2015-01-271-7/+0
* Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https...avi2014-12-231-17/+18
* Revert "Update legacy Tuple-using code."Avi Drissman2014-12-231-18/+17
* Update legacy Tuple-using code.Avi Drissman2014-12-221-17/+18
* Remove last non-third_party typeofs on Mac.thakis2014-10-291-9/+1
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-4/+4
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-48/+51
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-51/+48
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-6/+6
* 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