summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/guest_view/guest_view_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Move GuestViewContainer to componentsfsamuel2015-05-281-150/+0
* Decouple GuestViewContainer from Extensionsfsamuel2015-05-081-5/+89
* GuestView: Simplify guest IPCSfsamuel2015-05-051-9/+2
* Move GuestView layer in browser to componentsfsamuel2015-05-051-4/+4
* GuestView: Decouple extension IPCs from soon-to-be component IPCsfsamuel2015-04-211-2/+3
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-131-1/+0
* Move GuestView IPCs into their own messages file.fsamuel2015-02-031-5/+5
* Ensure that entries are correctly removed from the MimeHandlerViewContainer mapraymes2015-01-281-0/+1
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-201-0/+32
* Revert of Prevent UAF of RenderFrames from GuestViewContainer (patchset #2 id...raymes2015-01-201-35/+0
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-191-0/+35
* Queue postMessage messages destined for a MimeHandlerView guestraymes2014-12-231-1/+2
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-181-24/+16
* Refactor GuestViewContainer to split out WebView related logic and MimeHandle...raymes2014-11-061-201/+8
* Fix mime-handler-view crash upon creation:lazyboy2014-10-071-0/+6
* <webview>: resizing with display:none set should resize on attachmentfsamuel2014-10-041-32/+80
* Move ContentWindow from BrowserPlugin To GuestViewfsamuel2014-09-181-2/+110
* GuestViewContainer lifetime should only be managed by BrowserPlugin and not R...fsamuel2014-09-161-2/+6
* Rename ChromeBrowserPluginDelegate to GuestViewContainerfsamuel2014-09-161-0/+74