summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigation_controller_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up around NavigationEntryScreenshotManager a bit.avi2015-07-271-6/+4
* Create FrameNavigationEntries for the initial blank page in subframes.creis2015-07-231-5/+0
* Remove NAVIGATION_TYPE_IN_PAGE.avi2015-07-071-4/+0
* Switch RendererDidNavigateInPage to use unique id.avi2015-07-011-1/+4
* Switch to the new ClassifyNavigation.avi2015-06-241-6/+0
* Use scoped_ptr for NavigationEntries.avi2015-06-231-7/+8
* Support simple back/forward in out-of-process iframes.creis2015-06-201-5/+21
* Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...thakis2015-06-191-8/+7
* Use scoped_ptr for NavigationEntries.avi2015-06-191-7/+8
* Fix the in-page navigation check to look at the correct entry.avi2015-06-081-5/+4
* Fix the commit type for out-of-process iframes. (Attempt 2)creis2015-05-291-0/+6
* Revert of Fix the commit type for out-of-process iframes. (patchset #11 id:20...caitkp2015-05-281-6/+0
* Fix the commit type for out-of-process iframes.creis2015-05-281-0/+6
* Eliminate redundancy in the parameters to NotifyEntryChanged.avi2015-05-201-1/+1
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-081-0/+9
* Revert of Classify navigations without page id in parallel to the existing cl...ksakamoto2015-05-081-9/+0
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-071-0/+9
* Revert of Classify navigations without page id in parallel to the existing cl...pdr2015-05-051-9/+0
* Classify navigations without page id in parallel to the existing classifier.avi2015-05-041-0/+9
* Revert of Classify navigations without page id in parallel to the existing cl...vkuzkokov2015-04-281-9/+0
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-281-0/+9
* Revert of Classify navigations without page id in parallel to the existing cl...mohsen2015-04-271-9/+0
* Classify navigations without page id in parallel to the existing classifier.avi2015-04-271-0/+9
* Fix incorrect creation of duplicate navigation entries for repeated page load...avi2015-04-071-5/+18
* Avoid unnecessary casts in NavigationControllerImpl.creis2015-02-201-17/+17
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-60/+55
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-47/+47
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Simplify AreURLsInPageNavigationjaphet@chromium.org2014-06-231-1/+1
* Trust the renderer's same-document navigation flag if it is a same-origin nav.japhet@chromium.org2014-06-041-7/+3
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-221-0/+4
* Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."rockot@chromium.org2014-04-211-4/+0
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-211-0/+4
* Remove frame ID from DidCommitProvisionalLoad.creis@chromium.org2014-03-031-12/+8
* Detect any callers that delete a pending entry while it is still in use.creis@chromium.org2014-02-281-0/+3
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-121-11/+12
* Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."piman@chromium.org2014-02-071-12/+11
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-061-11/+12
* Support cross-process navigations in a single subframe RenderFrameHost.creis@chromium.org2013-12-271-3/+17
* Handle should_replace_current_entry in prerender.davidben@chromium.org2013-12-131-2/+2
* Renamed CanPruneAllButVisible and PruneAllButVisible in the Navigation Contro...jww@chromium.org2013-11-131-6/+7
* Remove dead NavigationControllerImpl::IsRedirect.creis@chromium.org2013-11-061-3/+0
* Rename WebContentsScreenshotManager to NavigationEntryScreenshotManager.nasko@chromium.org2013-11-051-3/+3
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-0/+410