summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigator_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove an unneeded copy of data.avi2015-08-211-3/+3
* Fix race when reloading original URL.lfg2015-07-151-0/+2
* PlzNavigate: use is_waiting_for_beforeunload_ack in the RenderFrameHostclamy2015-06-291-1/+0
* Add a flag showing whether the current request was ignored by a handlergsennton2015-06-241-1/+2
* Support simple back/forward in out-of-process iframes.creis2015-06-201-7/+11
* PlzNavigate: Create the speculative renderer earlier.carlosk2015-06-161-4/+0
* PlzNavigate: renderer-initiated navigations create a pending NavigationEntryclamy2015-06-041-0/+6
* This was a good experiment, but there's nobody currently driving this iterati...dglazkov2015-05-181-2/+1
* Revert "Ensure we properly set PageTransition for iframes."nick2015-04-271-1/+0
* Ensure we properly set PageTransition for iframes.japhet2015-04-221-0/+1
* Move DidStartLoading, DidStopLoading, DidChangeLoadProgress IPCs to RFHI.fdegans2015-04-171-0/+1
* PlzNavigate: move ownership of the NavigationRequest to the FrameTreeNodeclamy2015-04-161-10/+0
* PlzNavigate: Show error pages when the navigation failed before commitclamy2015-04-161-0/+3
* Make NavigationParams clearerclamy2015-03-241-1/+0
* Pass FrameTreeNode (not RenderFrameHost) to NavigateToEntry.creis2015-02-201-2/+2
* PlzNavigate: Remove the RequestNavigation IPCclamy2015-02-051-6/+12
* PlzNavigate: make content unit tests work with browser side navigationclamy2015-01-211-0/+1
* OOPIF: Data URLs are now rendered in the renderer that initiated the navigation.lfg2014-12-151-0/+2
* Drop unused base/tuple.h inclusiontzik2014-12-091-1/+0
* PlzNavigate: Refactor unit test helper functionsclamy2014-11-181-1/+6
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-43/+39
* Changes PlzNavitate histograms to try and simplify their multi-modal characte...carlosk2014-10-141-3/+12
* Pass ResourceResponse and StreamHandle in CommitNavigation.davidben2014-10-071-3/+3
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-12/+12
* PlzNavigate: Move the navigation logic to NavigatorImplclamy2014-10-021-4/+23
* PlzNavigate: implement CommitNavigation on the browser sideclamy2014-09-301-9/+8
* Add new histogram to assert the improvements we should get with browser side ...carlosk2014-09-301-1/+11
* Remove WebContentsObserver::ProvisionalChangeToMainFrameUrl and all the code ...avi2014-09-241-5/+0
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Remove the unmaintained performance monitor.tonyg2014-09-111-4/+0
* PlzNavigate: implement RequestNavigation in the no live renderer caseclamy@chromium.org2014-08-191-0/+16
* Navigation transitions: Initiate transition navigations.oysteine@chromium.org2014-07-311-1/+2
* Update several WebContentsObserver loading callbacks to use RFH.dcheng@chromium.org2014-07-031-1/+0
* Perform navigation policy check on UI thread for --site-per-process.nasko@chromium.org2014-04-251-0/+1
* Remove is_main_frame and some of the navigation hacks for --site-per-process.creis@chromium.org2014-03-211-2/+0
* Remove stale frame ID references for RequestTransferURL.creis@chromium.org2014-03-061-2/+0
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-041-0/+18
* Revert "Move OpenURL from RenderView to RenderFrame."cbiesinger@chromium.org2014-03-041-18/+0
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-041-0/+18
* Ensure the pending entry is not deleted during NavigateToEntry.creis@chromium.org2014-02-281-4/+7
* Remove callers of WebFrame::identifier() in favor of RenderFrame routing IDs.creis@chromium.org2014-02-211-3/+1
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-121-0/+7
* Move DidFailLoad from RenderView to RenderFramenasko@chromium.org2014-02-091-0/+7
* Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."piman@chromium.org2014-02-071-7/+0
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-061-0/+7
* Move NavitageToEntry* from WebContents to Navigator.nasko@chromium.org2014-01-221-0/+12
* Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFramenasko@chromium.org2014-01-101-0/+5
* Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).nasko@chromium.org2014-01-061-0/+4
* Move out DidStartProvisionalLoad from WebContentsImpl into Navigator.nasko@chromium.org2013-12-101-0/+17
* Make Navigator an interface.nasko@chromium.org2013-12-061-0/+32