summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/navigation_controller_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-1701/+0
* Preserve redirect chain and page transition on cross-process server redirects.creis@chromium.org2013-10-301-0/+2
* Ensure transient NavigationEntryImpl values are cleared after commit.creis@chromium.org2013-10-291-9/+3
* Decouple NavigationControllerImpl and WebContentsImpl.nasko@chromium.org2013-10-231-49/+47
* When a page is reloaded using the original request URL, ensure that the RVH p...jam@chromium.org2013-10-141-0/+9
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-10-091-10/+10
* Allow to request a lazy restore load in the NavigationController.ppi@chromium.org2013-10-031-0/+4
* Revert 223982 "Remove GetActiveEntry usage from content."nasko@chromium.org2013-09-231-10/+10
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-09-181-10/+10
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* Delete unneeded pending entries in DidFailProvisionalLoad to prevent a spoof.creis@chromium.org2013-09-101-2/+5
* Create WebContentsObserver callbacks for notifications, remove notifications ...avi@chromium.org2013-09-051-7/+4
* Add HTTP status code to navigation data structurespvalenzuela@chromium.org2013-08-281-0/+1
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Take the navigation type into account when checking if the navigation is in p...pstanek@opera.com2013-08-081-15/+15
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-071-2/+2
* Ensure we don't crash if user navigates back from NTP to Chrome sign-in page ...nasko@chromium.org2013-07-241-3/+5
* Use WebDataSource::replacesCurrentHistoryItem() instead of isClientRedirect()japhet@chromium.org2013-07-221-1/+1
* Revert "Fix SessionStorage confusion between RenderViewHostImpl and Navigatio...marja@chromium.org2013-07-201-13/+54
* Fix SessionStorage confusion between RenderViewHostImpl and NavigationControl...marja@chromium.org2013-07-181-54/+13
* Don't use bitwise comparison to check page transition typesjoth@chromium.org2013-07-101-2/+2
* Fix SessionStorageNamespaceImpl management in NavigationControllerImpl.earthdok@chromium.org2013-07-021-2/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Add startup tracing for issue 222350andrewhayden@chromium.org2013-06-121-0/+2
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* DisabledScheme policy existed before we had URLBlacklist. csorba@chromium.org2013-06-061-14/+0
* content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from contentphajdan.jr@chromium.org2013-06-051-0/+2
* Allow showing pending URL for new tab navigations, but only if safe.creis@chromium.org2013-06-031-20/+62
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Replace PruneAllButActive with PruneAllButVisible.creis@chromium.org2013-05-311-72/+49
* Introduce content::PageState (again).darin@chromium.org2013-05-281-9/+6
* Revert 202188 "Introduce content::PageState."grt@chromium.org2013-05-261-6/+9
* Introduce content::PageState.darin@chromium.org2013-05-241-9/+6
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-5/+4
* Switch content_shell from using PruneAllButActive to a more explicit approachjochen@chromium.org2013-04-301-0/+18
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* navigation-controller: Move all logic related to taking screenshots to Screen...sadrul@chromium.org2013-04-261-172/+9
* gesture nav: Re-enable gesture navigation.sadrul@chromium.org2013-04-241-1/+1
* Revert 195553 "Allow showing pending URL for new tab navigations..."creis@chromium.org2013-04-241-59/+20
* Allow showing pending URL for new tab navigations, but only if safe. creis@chromium.org2013-04-221-20/+59
* gesture nav: Disable gesture nav.sadrul@chromium.org2013-04-031-2/+2
* overscroll: Throttle taking screenshots.sadrul@chromium.org2013-04-031-1/+14
* Revert 191277 "Allow showing pending URL for new tab navigations..."rsleevi@chromium.org2013-03-291-59/+20
* Allow showing pending URL for new tab navigations, but only if safe.creis@chromium.org2013-03-291-20/+59
* Also update the session history in the renderer when the active entry is a ne...jochen@chromium.org2013-03-191-2/+1
* Set IsInitialNavigation to false after commit, not document load.creis@chromium.org2013-03-081-5/+3
* content: convert form repost warning notification to WebContentsObserver usagephajdan.jr@chromium.org2013-03-011-4/+1
* Don't make a copy of the pending entry if it is for a different process.creis@chromium.org2013-02-271-4/+6
* NavigationController::PruneAllButActive should update the RenderView's sessio...jochen@chromium.org2013-02-261-1/+21