summaryrefslogtreecommitdiffstats
path: root/content/renderer/child_frame_compositing_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing background layer from ChildFrameCompositingHelper.lfg2015-11-241-97/+56
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-1/+1
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-2/+2
* DelegatedFrameHost should handle satisfied sequences in frame metadata.wjmaclean2015-07-141-2/+17
* Convert BrowserPlugin to render using cc::Surfaces.wjmaclean2015-06-151-5/+27
* Use ThreadSafeSender to send message from renderer SatisfyCallbackjbauman2015-06-041-14/+16
* Allow out-of-process iframes to render to compositing surfaces.kenrb2015-05-291-16/+87
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-3/+4
* Decouple BrowserPlugin from RenderViewfsamuel2015-02-251-3/+3
* Cleanup ChildFrameCompositingHelper on destruction.lfg2015-02-031-1/+4
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-181-1/+1
* <webview>: Fixed rendering after going from display:none back to display:block.fsamuel2014-11-101-0/+4
* <webview>: Remove broken captureVisibleRegion code until feature is properly ...fsamuel2014-11-041-38/+0
* Remove some dead BrowserPlugin and OOPIF compositing code.fsamuel2014-09-191-245/+0
* ChildFrameCompositingHelper: Reset buffer size when frame arrives from a new ...fsamuel2014-09-091-0/+1
* Remove implicit conversions from scoped_refptr to T* in content/renderer/dcheng2014-08-261-6/+6
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-221-1/+1
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-191-2/+2
* Changes to RenderFrameProxy:nick@chromium.org2014-07-181-8/+7
* Revert 283572 "Changes to RenderFrameProxy:"viettrungluu@chromium.org2014-07-171-7/+8
* Changes to RenderFrameProxy:nick@chromium.org2014-07-161-8/+7
* Move ownership of ChildFrameCompositingHelper from frame to proxy.nasko@chromium.org2014-06-201-10/+12
* Moving compositor_bindings from webkit to contentamogh.bihani@samsung.com2014-06-181-2/+2
* Simplify BrowserPluginHostMsg_BuffersSwappedACK handling.piman@chromium.org2014-04-121-1/+1
* Use SharedBitmapManager to allocate software frames.jbauman@chromium.org2014-04-091-2/+3
* <webview>: Speculative fixfsamuel@chromium.org2014-02-181-2/+2
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-151-5/+3
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-141-3/+5
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-141-5/+3
* BrowserPlugin: Cleanup ChildFrameCompositingHelper and fix lifetime issuefsamuel@chromium.org2014-02-041-37/+50
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-5/+7
* Notify parent frame renderer when OOP child frame renderer crasheskenrb@chromium.org2014-01-301-0/+7
* Make out of process iframes draw when flag enabled.kenrb@chromium.org2014-01-231-0/+545