summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/render_frame_host_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Make sure new site instance (and therefore) render is used when navigating awaykolczyk2014-10-221-10/+12
* Do not create proxy hosts in the subtree of navigating frame.nasko2014-10-171-5/+19
* Don't send NewFrameProxy for top-level remote frames.alexmos2014-10-161-3/+0
* Fix unresponsive tab closure when a navigation is in progress.creis2014-10-091-1/+7
* Pass ResourceResponse and StreamHandle in CommitNavigation.davidben2014-10-071-1/+0
* Fix RenderFrameHost lifetime and clean up CommitPending.creis2014-10-021-130/+119
* PlzNavigate: Move the navigation logic to NavigatorImplclamy2014-10-021-201/+64
* Revert of Don't ensure, in single-process mode, that WebUI render views are t...nasko2014-10-011-3/+2
* Remove stale RFHM check now that unload runs in the background.creis2014-10-011-9/+6
* Don't ensure, in single-process mode, that WebUI render views are the only on...kolczyk2014-10-011-2/+3
* PlzNavigate: implement CommitNavigation on the browser sideclamy2014-09-301-41/+73
* Move RenderViewHost swap out state to RenderFrameHost.creis2014-09-291-38/+34
* Fix SiteInstance ref counting issue in RenderFrameHostManager::CommitNavigation.alexmos2014-09-251-3/+3
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-4/+5
* Fix IsRenderFrameLive and use it in RenderFrameHostManager.creis2014-09-181-26/+20
* Revert of Do not create proxy hosts in the subtree of navigating frame. (patc...engedy2014-09-121-21/+2
* Do not create proxy hosts in the subtree of navigating frame.nasko2014-09-121-2/+21
* PlzNavigate: add cancel navigation logic for uncommitted requestscarlosk2014-09-051-0/+31
* Remove NavigationRequestInfo::is_showing.davidben2014-09-031-1/+0
* PlzNavigate: Initialize the renderer on commitclamy2014-09-031-0/+14
* Don't try to use RFH from proxies for subframes.nasko2014-08-301-2/+3
* Move ViewMsg_Stop from RenderViewHost to RenderFrameHost.Nasko Oskov2014-08-281-6/+5
* Add/improve tracing in navigation.nasko2014-08-281-1/+15
* Revert of Re-enable SitePerProcessBrowserTest.CrossSiteIframe (patchset #10 o...benwells2014-08-281-5/+6
* Remove implicit conversions from scoped_refptr to T* in content/browser/frame...dcheng2014-08-261-3/+3
* Move DisownOpener to RenderFrameHost / RenderFrameProxyHost.creis2014-08-251-8/+8
* Fix DisownOpener and related tests.creis@chromium.org2014-08-221-2/+11
* Re-enable SitePerProcessBrowserTest.CrossSiteIframenasko@chromium.org2014-08-221-6/+5
* Don't swap out the old RenderFrameHost until the new one commits.creis@chromium.org2014-08-201-152/+82
* PlzNavigate: implement RequestNavigation in the no live renderer caseclamy@chromium.org2014-08-191-70/+188
* Remove dependency on NavigationEntry to get a SiteInstanceclamy@chromium.org2014-08-141-41/+53
* Revert of Revert of [site isolation] cross-site transfers should track the Re...pkotwicz@chromium.org2014-08-121-20/+13
* Revert of [site isolation] cross-site transfers should track the RenderFrameH...pkotwicz@chromium.org2014-08-121-13/+20
* site isolation: cross-site transfers should track the RenderFrameHost, not th...nick@chromium.org2014-08-121-20/+13
* Don't leave a RenderFrameProxyHost for the current RenderFrameHost.creis@chromium.org2014-08-081-6/+18
* Navigation transitions: Plumb data from the outgoing renderer to the incoming...oysteine@chromium.org2014-08-081-1/+1
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-071-42/+121
* Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom...robliao@chromium.org2014-08-051-122/+46
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-051-46/+122
* Add a FrameHostMsg_BeginNavigation IPCclamy@chromium.org2014-07-161-0/+22
* Android: fix renderer reuse for chrome-native NTP after restore.ppi@chromium.org2014-06-251-1/+9
* Task Manager: show out-of-process iframes.nick@chromium.org2014-06-241-12/+6
* Navigation transitions: Block first response until after transitions have run.simonhatch@chromium.org2014-06-211-0/+20
* Move ownership of CrossProcessFrameConnector to RenderFrameProxyHost.nasko@chromium.org2014-06-191-41/+21
* Move frame_to_announce to be assigned later in CreateRenderFrame.nasko@chromium.org2014-05-301-1/+1
* Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuestfsamuel@chromium.org2014-05-301-3/+5
* Always call WCO::RenderFrameCreated and WCO::RenderFrameDeleted.nick@chromium.org2014-05-231-0/+10
* Decouple RVH creation from CrossProcessFrameConnector.nasko@chromium.org2014-05-221-7/+27
* Revert 271461 "Decouple RVH creation from CrossProcessFrameConne..."ericu@chromium.org2014-05-191-27/+7
* Decouple RVH creation from CrossProcessFrameConnector.nasko@chromium.org2014-05-191-7/+27