summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/cross_process_frame_connector.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead BrowserPlugin and OOPIF compositing code.fsamuel2014-09-191-27/+0
* Move ownership of CrossProcessFrameConnector to RenderFrameProxyHost.nasko@chromium.org2014-06-191-10/+7
* Decouple RVH creation from CrossProcessFrameConnector.nasko@chromium.org2014-05-221-15/+24
* Revert 271461 "Decouple RVH creation from CrossProcessFrameConne..."ericu@chromium.org2014-05-191-24/+15
* Decouple RVH creation from CrossProcessFrameConnector.nasko@chromium.org2014-05-191-15/+24
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-3/+2
* Set correct viewport size for an out of process iframe.kenrb@chromium.org2014-02-191-1/+22
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-151-2/+2
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-141-2/+2
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-141-2/+2
* Under --site-per-process, route input events from parent process to child fra...nick@chromium.org2014-02-051-1/+36
* Notify parent frame renderer when OOP child frame renderer crasheskenrb@chromium.org2014-01-301-0/+5
* Make out of process iframes draw when flag enabled.kenrb@chromium.org2014-01-231-8/+37
* Adding RenderWidgetHostViewChildFrame for OOPIF view.kenrb@chromium.org2014-01-031-0/+89