summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigation_controller_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass user gesture bit when chrome handles an intent fired by itselfqinmin2015-08-071-0/+1
* Fix NavController buffer overflow found by IPC fuzzer.creis2015-08-041-2/+4
* Remove GetPendingSiteInstance from NavigationControllerDelegate.fdegans2015-07-301-14/+9
* Keep track of the "current" NavigationEntry for each RenderViewHost, use that...avi2015-07-291-0/+7
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-271-11/+6
* Clean up around NavigationEntryScreenshotManager a bit.avi2015-07-271-3/+5
* Create FrameNavigationEntries for the initial blank page in subframes.creis2015-07-231-6/+0
* Remove a comment that was based on a misunderstanding.avi2015-07-181-3/+2
* Remove code handling a page transition mismatch with NEW_SUBFRAME.avi2015-07-171-21/+2
* Don't clear the forward history when replacing entries.creis2015-07-171-5/+16
* Fix race when reloading original URL.lfg2015-07-151-10/+0
* Kill renderer on failure to deserialize security info in most casesestark2015-07-141-1/+11
* Remove NAVIGATION_TYPE_IN_PAGE.avi2015-07-071-62/+4
* Switch RendererDidNavigateToExistingPage to use unique id.avi2015-07-011-10/+17
* Switch RendererDidNavigateInPage to use unique id.avi2015-07-011-5/+20
* Switch RendererDidNavigateToSamePage to not use page id.avi2015-06-301-4/+3
* Clean up NavigationControllerImpl::GetEntryAtOffset.avi2015-06-291-5/+1
* In the case of the classifier deciding EXISTING_PAGE despite a bogus page id,...avi2015-06-291-2/+2
* Switch to the new ClassifyNavigation.avi2015-06-241-141/+2
* Use scoped_ptr for NavigationEntries.avi2015-06-231-44/+51
* Support simple back/forward in out-of-process iframes.creis2015-06-201-23/+170
* Rather than dropping stale navigations, resurrect the navigation entry that t...avi2015-06-191-53/+18
* Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...thakis2015-06-191-54/+47
* Add item and document sequence numbers to FrameNavigationEntry.creis2015-06-191-6/+14
* Use scoped_ptr for NavigationEntries.avi2015-06-191-47/+54
* Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuest...paulmeyer2015-06-161-3/+3
* Create FrameNavigationEntries for manual subframe navigations.creis2015-06-131-1/+15
* Revert of Ensure the new navigation classifier works in the real world. (patc...avi2015-06-111-49/+4
* Ensure the new navigation classifier works in the real world.avi2015-06-101-4/+49
* Fix the in-page navigation check to look at the correct entry.avi2015-06-081-50/+48
* Move PageState to FrameNavigationEntry.creis2015-06-071-1/+3
* Don't use transitions to determine if a navigation is of a main frame.avi2015-06-041-13/+9
* Only clear OOPIF pending entries if they match the committing frame.creis2015-06-011-1/+7
* Revert "Ensure the new navigation classifier works in the real world."avi2015-05-301-35/+3
* Fix the commit type for out-of-process iframes. (Attempt 2)creis2015-05-291-25/+21
* Ensure the new navigation classifier works in the real world.avi2015-05-281-5/+35
* Add a few more exceptions to classifier mismatches.avi2015-05-281-0/+9
* Do an origin check if the renderer claims a renderer-initiated navigation was...avi2015-05-281-2/+4
* Revert of Fix the commit type for out-of-process iframes. (patchset #11 id:20...caitkp2015-05-281-21/+25
* Fix the commit type for out-of-process iframes.creis2015-05-281-25/+21
* Revert of Ensure the new navigation classifier works in the real world. (patc...avi2015-05-271-9/+3
* Ensure the new navigation classifier works in the real world.avi2015-05-261-3/+9
* Make the new ClassifyNavigation work in --site-per-process.avi2015-05-211-48/+55
* Eliminate redundancy in the parameters to NotifyEntryChanged.avi2015-05-201-3/+4
* Moved media mime type and codec checks to media/base/mime_util.*servolk2015-05-161-2/+3
* Replace NC_AUTO_SUBFRAME renderer kill with NOTREACHED for now.creis2015-05-141-2/+5
* Fill in FrameNavigationEntries for auto subframe navigations.creis2015-05-141-4/+2
* Revert of Ensure the new navigation classifier works in the real world. (patc...avi2015-05-141-1/+3
* Ensure the new navigation classifier works in the real world.avi2015-05-121-3/+1
* Avoid renderer kills on subframe navigations after main frame replaceState.creis2015-05-121-3/+4