summaryrefslogtreecommitdiffstats
path: root/content/test/test_render_frame_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a NavigationHandle class to content/public/browserclamy2015-07-311-0/+126
* PlzNavigate: reset the NavigationRequest in RFH::Commit/FailNavigationclamy2015-07-011-8/+11
* PlzNavigate: use is_waiting_for_beforeunload_ack in the RenderFrameHostclamy2015-06-291-1/+1
* Clean up the SendNavigate family of functions.avi2015-06-121-72/+32
* Remove swapped-out usage in --site-per-process.nasko2015-06-051-1/+1
* Bring RFH/RVH unit tests closer to reality of how RF/RV are initializednasko2015-06-021-12/+11
* Revert of Bring RFH/RVH unit tests closer to reality of how RF/RV are initial...thakis2015-05-301-11/+12
* Bring RFH/RVH unit tests closer to reality of how RF/RV are initializednasko2015-05-291-12/+11
* Use blink::WebSandboxFlags directly in content.dcheng2015-05-281-1/+2
* Replicate whether a frame is in a document or shadow tree.dcheng2015-05-221-1/+3
* This was a good experiment, but there's nobody currently driving this iterati...dglazkov2015-05-181-2/+2
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-081-23/+52
* Revert of Classify navigations without page id in parallel to the existing cl...ksakamoto2015-05-081-52/+23
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-071-23/+52
* Revert of Classify navigations without page id in parallel to the existing cl...pdr2015-05-051-52/+23
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-041-23/+52
* Revert of Classify navigations without page id in parallel to the existing cl...vkuzkokov2015-04-281-52/+23
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-281-23/+52
* Revert of Classify navigations without page id in parallel to the existing cl...mohsen2015-04-271-52/+23
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-271-23/+52
* PlzNavigate: track pending commitsclamy2015-04-171-1/+9
* PlzNavigate: move ownership of the NavigationRequest to the FrameTreeNodeclamy2015-04-161-3/+1
* Add covariant overrides to TestRVH::GetProcess and TestRFH::GetProcessnick2015-04-161-0/+4
* Revert "Refactor sudden termination"clamy2015-03-241-8/+0
* PlzNavigate: test updates post beforeUnload IPC refactor.carlosk2015-03-041-27/+40
* Fix RenderFrameCreated and RenderFrameDeleted WebContentsObserver methodsnasko2015-02-241-1/+14
* PlzNavigate: Updated navigation cancel policy for renderer-initiated requests.carlosk2015-02-191-5/+6
* Refactor sudden terminationclamy2015-02-051-0/+8
* PlzNavigate: Remove the RequestNavigation IPCclamy2015-02-051-6/+6
* Remove indirection for SiteInstance and RenderProcessHost from RenderFrameHost.nasko2015-01-271-2/+4
* Make RenderFrame(Host) own a RenderWidget(Host).kenrb2015-01-221-0/+2
* Revert of Make RenderFrame(Host) own a RenderWidget(Host). (patchset #20 id:3...cmumford2015-01-211-2/+0
* Make RenderFrame(Host) own a RenderWidget(Host).kenrb2015-01-211-0/+2
* Start replicating sandbox flags for OOPIF.alexmos2015-01-161-1/+2
* [ServiceWorker] Use WebPageVisibilityState in ClientInfo.mlamouri2015-01-101-1/+1
* PlzNavigate: add support in several navigation controller unit testsclamy2014-12-191-1/+47
* Convert RenderFrameHost creation booleans to flagskenrb2014-11-171-2/+2
* Remove all navigation methods from TestRenderViewHost, RenderViewHostTester.nick2014-10-091-5/+4
* PlzNavigate: implement CommitNavigation on the browser sideclamy2014-09-301-10/+9
* Move RenderViewHost swap out state to RenderFrameHost.creis2014-09-291-0/+9
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-12/+12
* Keep a copy of page id in RenderViewHost.Avi Drissman2014-09-081-2/+2
* Fix DisownOpener and related tests.creis@chromium.org2014-08-221-0/+4
* PlzNavigate: implement RequestNavigation in the no live renderer caseclamy@chromium.org2014-08-191-4/+3
* Move WebContentsTester::TestDidNavigate to use RFH's. This eliminates one usagenick@chromium.org2014-08-151-2/+8
* Getting rid of net::LOAD_ENABLE_LOAD_CONTENT.ljagielski@opera.com2014-08-131-1/+1
* Navigation transitions: Initiate transition navigations.oysteine@chromium.org2014-07-311-2/+2
* Add a FrameHostMsg_BeginNavigation IPCclamy@chromium.org2014-07-161-0/+17
* Update several WebContentsObserver loading callbacks to use RFH.dcheng@chromium.org2014-07-031-6/+27
* Trust the renderer's same-document navigation flag if it is a same-origin nav.japhet@chromium.org2014-06-041-2/+8