summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigation_controller_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Update entry page type to include error pages when appropriate.wjmaclean2014-09-251-0/+2
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-22/+22
* Add/improve tracing in navigation.nasko2014-08-281-1/+3
* Immediately set the favicon on a new NavigationEntry created via history.push...avi@chromium.org2014-08-091-2/+4
* Use InvalidateTypes rather than "unsigned".avi@chromium.org2014-08-091-5/+3
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-071-0/+9
* Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom...robliao@chromium.org2014-08-051-9/+0
* Start using RenderFrameProxyHost objects.nick@chromium.org2014-08-051-0/+9
* Prevent duplicate navigation to debug URLs from Telemetry.vmiura@chromium.org2014-07-291-14/+9
* Fixes for re-enabling more MSVC level 4 warnings: content/browser/ editionpkasting@chromium.org2014-07-151-2/+2
* Allow "cross-origin" navigations from about:blank in AreURLsInPageNavigationjaphet@chromium.org2014-07-111-0/+7
* Simplify AreURLsInPageNavigationjaphet@chromium.org2014-06-231-21/+26
* Trust the renderer's same-document navigation flag if it is a same-origin nav.japhet@chromium.org2014-06-041-1/+1
* Fix crash in NavigationControllerImpl::RendererDidNavigateToNewPagejaphet@chromium.org2014-06-031-1/+1
* Update post state on navigation within page.japhet@chromium.org2014-05-311-0/+3
* Immediately SetTitle on a new NavigationEntry created via history.pushStatejaphet@chromium.org2014-05-311-0/+6
* Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuestfsamuel@chromium.org2014-05-301-3/+3
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-2/+2
* Add a histogram to record the size of the memory used by redirect chain.haitaol@chromium.org2014-05-191-0/+9
* Fixed flakiness of context_lost tests on GPU bots.kbr@chromium.org2014-05-121-2/+14
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Renamed namespaces in src/content.vitalybuka@chromium.org2014-05-011-1/+1
* Move didAccessInitialDocument to RenderFrame.avi@chromium.org2014-04-281-6/+2
* Copy max_restored_page_id_ when needed.ahest@yandex-team.ru2014-04-281-0/+1
* Add a navigation redirect-chain to Sync sessions proto for offline analysis.donnd@chromium.org2014-04-231-1/+2
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-221-6/+11
* Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."rockot@chromium.org2014-04-211-11/+6
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-211-6/+11
* Don't check for DiscardPendingEntry within Navigate if we are in shutdown.creis@chromium.org2014-04-111-2/+4
* Remove frame ID from DidCommitProvisionalLoad.creis@chromium.org2014-03-031-32/+33
* Detect any callers that delete a pending entry while it is still in use.creis@chromium.org2014-02-281-1/+12
* Ensure the pending entry is not deleted during NavigateToEntry.creis@chromium.org2014-02-281-2/+0
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-121-8/+9
* Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."piman@chromium.org2014-02-071-9/+8
* Move DidCommitProvisionalLoad code from RenderView to RenderFrame.nasko@chromium.org2014-02-061-8/+9
* Allow renderer debug URLs as initial navigations.creis@chromium.org2014-02-051-2/+4
* Fix bugs with renderer-side debug URLs, like chrome://crash or javascript:.creis@chromium.org2014-02-031-0/+8
* Move kDataScheme constant into content namespace.tfarina@chromium.org2014-01-261-1/+1
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+1
* Fix referrer policy passing during redirectsjochen@chromium.org2014-01-101-0/+3
* Support cross-process navigations in a single subframe RenderFrameHost.creis@chromium.org2013-12-271-28/+40
* Fix r241318.marja@chromium.org2013-12-181-1/+1
* Guest renderers should not host non-guest content.marja@chromium.org2013-12-171-1/+4
* Handle should_replace_current_entry in prerender.davidben@chromium.org2013-12-131-2/+11
* Same document navigations should update post state on NavigationEntry.japhet@chromium.org2013-12-111-0/+4
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-2/+2
* Add frame_tree_node_id to navigation parameters.creis@chromium.org2013-11-211-0/+2
* Renamed CanPruneAllButVisible and PruneAllButVisible in the Navigation Contro...jww@chromium.org2013-11-131-7/+7
* Remove dead NavigationControllerImpl::IsRedirect.creis@chromium.org2013-11-061-10/+0
* Rename WebContentsScreenshotManager to NavigationEntryScreenshotManager.nasko@chromium.org2013-11-051-4/+4