summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_forwarding_message_filter.h
Commit message (Collapse)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-1/+1
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/633563002 Cr-Commit-Position: refs/heads/master@{#298413}
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-4/+3
| | | | | | | | | | | | | | | There are no changes in implementation in this CL. This is in preparation for making IPC::Channel support filters on the Channel's thread. BUG=364241 TBR=cpu@chromium.org,nduca@chromium.org cpu: OWNERS for win8 nduca: OWNERS for components/tracing Review URL: https://codereview.chromium.org/245443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266057 0039d316-1c4b-4281-b951-d872f2087c98
* Creates the WebCompositorOutputSurface, which is the new mechanism for ↵nduca@chromium.org2012-08-131-11/+7
| | | | | | | | | | | | | | rendering interactions between the compositor and RenderWidgetHost. As part of this, we plumb vsync information to the compositor. The new IPC::ForwardingMessageFilter is modified to have route-specific handlers rather than a global handler. This simplifies message routing considerably. BUG=129674 Review URL: https://chromiumcodereview.appspot.com/10798006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151387 0039d316-1c4b-4281-b951-d872f2087c98
* Add IPC::ForwardingMessageFilter.nduca@chromium.org2012-07-201-0/+75
Review URL: https://chromiumcodereview.appspot.com/10796057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147708 0039d316-1c4b-4281-b951-d872f2087c98