summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_frame_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Resize a RemoteFrame's RWHView when we get notified of a resize from blink.lazyboy2015-08-161-0/+4
* Move the IsSwappedOutStateForbidden methods to SiteIsolationPolicy.nick2015-07-311-6/+1
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-271-3/+2
* Drop usage of DeprecatedSerializedOrigin from Frame* objects.mkwst2015-07-271-6/+3
* Deprecate 'url::Origin' (1/3).mkwst2015-07-111-1/+2
* Cleanup unused overload for Web(Remote)?FrameClient::frameDetached.dcheng2015-07-081-4/+0
* Add IsSwappedOutStateForbidden() to RenderFrameHostManager and RenderFrameProxy.nick2015-06-231-2/+7
* Remove swapped-out usage in --site-per-process.nasko2015-06-051-7/+12
* Detach old frame on WebFrame::swap.lfg2015-06-031-1/+5
* Allow out-of-process iframes to render to compositing surfaces.kenrb2015-05-291-0/+22
* Move Tuple to base namespace.brettw2015-05-291-5/+5
* Use blink::WebSandboxFlags directly in content.dcheng2015-05-281-10/+5
* Replicate whether a frame is in a document or shadow tree.dcheng2015-05-221-3/+12
* Delete entry in WebFrame->RenderFrameProxy map at WebFrame::close time.nasko2015-05-081-5/+11
* Send origin updates to frame proxies when a frame navigates to new origin.alexmos2015-04-271-0/+6
* Refactor postMessage for out-of-process iframes.alexmos2015-04-091-6/+7
* OOPIF: Remove the FrameTreeNode when a RemoteFrame is detached.creis2015-04-081-1/+6
* OOPIF: Replicate dynamic window.name updates.alexmos2015-03-101-0/+5
* Fix flakyness in NavigateRemoteFrame browsertest.lfg2015-03-071-0/+7
* Replicate dynamic updates to sandbox flags for OOPIF (Chromium side)alexmos2015-03-051-0/+24
* Step two of optionally sending messages to/from message ports as base::Value.mek2015-02-281-13/+2
* Make load events in iframe elements work with OOPIF (Chromium side).alexmos2015-02-251-0/+5
* Update createRemoteChild to pass SandboxFlags.alexmos2015-02-171-1/+4
* Sets render_frame_proxy_ to null in the RenderFrameImpl when destroying the R...lfg2015-02-141-0/+9
* OOPIF: Pass window.name to child frames.alexmos2015-01-221-1/+3
* Start replicating sandbox flags for OOPIF.alexmos2015-01-161-0/+2
* Update legacy Tuple-using code.Avi Drissman2014-12-221-6/+7
* Add support for RenderFrameProxy to be notified of loading status.nasko2014-12-181-0/+21
* Pass origin information for remote frame creation.alexmos2014-12-061-1/+14
* Don't forward IPCs between RenderFrameHost and RenderFrameProxyHost.creis2014-11-211-12/+2
* Detach RemoteFrame from the tree when deleting RenderFrameProxy.nasko2014-10-171-11/+10
* Move forwardInputEvent from RenderFrame to RenderFrameProxy.creis2014-10-101-0/+4
* If a RemoteFrame asks to navigate, send an OpenURL IPCjaphet2014-09-301-0/+16
* Send initializeChildFrame from RenderFrameProxy rather than WebLocalFrame (pa...alexmos2014-09-251-0/+7
* Remove some dead BrowserPlugin and OOPIF compositing code.fsamuel2014-09-191-16/+0
* Make RenderFrameProxy a WebRemoteFrameClientjaphet2014-09-091-0/+45
* Move ViewMsg_Stop from RenderViewHost to RenderFrameHost.Nasko Oskov2014-08-281-10/+4
* Revert of Re-enable SitePerProcessBrowserTest.CrossSiteIframe (patchset #10 o...benwells2014-08-281-4/+10
* Remove implicit conversions from scoped_refptr to T* in content/renderer/dcheng2014-08-261-4/+4
* Move DisownOpener to RenderFrameHost / RenderFrameProxyHost.creis2014-08-251-0/+22
* Re-enable SitePerProcessBrowserTest.CrossSiteIframenasko@chromium.org2014-08-221-10/+4
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-071-12/+6
* Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom...robliao@chromium.org2014-08-051-6/+12
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-051-12/+6
* Changes to RenderFrameProxy:nick@chromium.org2014-07-181-26/+113
* Revert 283572 "Changes to RenderFrameProxy:"viettrungluu@chromium.org2014-07-171-111/+25
* Changes to RenderFrameProxy:nick@chromium.org2014-07-161-25/+111
* Move ownership of ChildFrameCompositingHelper from frame to proxy.nasko@chromium.org2014-06-201-0/+59
* Create RenderFrameProxyHost at time of swap-out instead of commit.nasko@chromium.org2014-05-191-0/+89