summaryrefslogtreecommitdiffstats
path: root/content/public/browser/navigation_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Handle should_replace_current_entry in prerender.davidben@chromium.org2013-12-131-1/+4
* Add frame_tree_node_id to navigation parameters.creis@chromium.org2013-11-211-0/+3
* Renamed CanPruneAllButVisible and PruneAllButVisible in the Navigation Contro...jww@chromium.org2013-11-131-6/+7
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Preserve redirect chain and page transition on cross-process server redirects.creis@chromium.org2013-10-301-0/+4
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-10-091-0/+2
* Allow to request a lazy restore load in the NavigationController.ppi@chromium.org2013-10-031-2/+9
* Revert 223982 "Remove GetActiveEntry usage from content."nasko@chromium.org2013-09-231-2/+0
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-09-181-0/+2
* Ensure we don't crash if user navigates back from NTP to Chrome sign-in page ...nasko@chromium.org2013-07-241-4/+4
* Use WebDataSource::replacesCurrentHistoryItem() instead of isClientRedirect()japhet@chromium.org2013-07-221-3/+3
* Revert "Fix SessionStorage confusion between RenderViewHostImpl and Navigatio...marja@chromium.org2013-07-201-1/+13
* Fix SessionStorage confusion between RenderViewHostImpl and NavigationControl...marja@chromium.org2013-07-181-13/+1
* Fix typo in NavigationControllernewt@chromium.org2013-07-151-3/+3
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-121-1/+1
* Replace PruneAllButActive with PruneAllButVisible.creis@chromium.org2013-05-311-8/+29
* Switch content_shell from using PruneAllButActive to a more explicit approachjochen@chromium.org2013-04-301-0/+8
* Enforce that content interfaces around internal implementations are not overr...jam@chromium.org2013-03-111-0/+5
* Set IsInitialNavigation to false after commit, not document load.creis@chromium.org2013-03-081-2/+2
* [content shell] hook up navigation related WebTestDelegate methodsjochen@chromium.org2013-02-201-0/+4
* [Instant] Fixes several cases of search terms extraction.mathp@chromium.org2013-02-201-0/+9
* cros: Discard history screen shots at low memory signaljamescook@chromium.org2013-01-241-0/+4
* Fix Cross-Process Redirect Navigationirobert@chromium.org2012-11-151-0/+4
* Revert 167800 - Fix Cross-Process Redirect Navigationcreis@chromium.org2012-11-151-4/+0
* Fix Cross-Process Redirect Navigationirobert@chromium.org2012-11-151-0/+4
* This change is motivated by the need to implement the Android WebView.loadDat...benm@google.com2012-10-111-0/+3
* Ifdef out the parts of navigation_controller.h that are not supported on iOS.msarda@chromium.org2012-10-111-0/+4
* Removes BrowserContext::DidLastSessionExitCleanly() and makessky@chromium.org2012-10-041-7/+16
* crbug.com/127841 - Request Tablet Site on CB with touch screen.sschmitz@chromium.org2012-09-101-0/+5
* Move browser_command's code to reload transient entriesmmenke@chromium.org2012-08-301-1/+2
* NavigationController::IsInitialNavigation() doesn't span COMMITTEDdhollowa@chromium.org2012-08-211-0/+1
* Consolidate ContentViewCore::Load* functionsboliu@chromium.org2012-08-151-0/+5
* Consolidate all NavigationController::LoadURL and family functionsboliu@chromium.org2012-08-141-32/+91
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-2/+15
* [RDS] Reloads a page using the original request URLdfalcantara@chromium.org2012-08-041-3/+4
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Add support for basic web_contents methods in ContentView (android).tedchoc@chromium.org2012-06-221-0/+1
* Transfer user agent info between browser and rendererdfalcantara@chromium.org2012-06-201-0/+10
* Fix utterly wrong comment that hasn't been true for years.avi@chromium.org2012-05-251-8/+19
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-241-1/+1
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-131-3/+0
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-101-2/+2
* Fix components buildjam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+10
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+7
* fix components buildjam@chromium.org2011-12-291-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+248