summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/navigation_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-324/+0
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-17/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-2/+2
* Fix windows component buildjam@chromium.org2011-12-291-2/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-234/+63
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-16/+6
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-11/+13
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-10/+13
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-4/+5
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+2
* Don't delete the current NavigationEntry when leaving an interstitial page.creis@chromium.org2011-12-201-5/+4
* Remove static initialization from navigation_controller.ccthakis@chromium.org2011-12-091-3/+3
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-1/+2
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-3/+4
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-0/+15
* Rename navigation_types.h to navigation_type.h to match the rest of the enum ...jam@chromium.org2011-12-011-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-2/+2
* Revert 106029nkostylev@chromium.org2011-10-181-2/+2
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-2/+2
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-0/+8
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-3/+1
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-8/+4
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-5/+1
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-1/+10
* Revert 99283 - When the user navigates to the home page, make sure to set the...rogerta@chromium.org2011-09-021-10/+1
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-1/+10
* Don't update URL bar or SSL icon for pending history navs until they commit.creis@chromium.org2011-08-301-1/+10
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-7/+0
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-14/+22
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-141-16/+0
* Moves some of the session dependencies from content to chrome.sky@chromium.org2011-06-061-12/+6
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-1/+1
* Removes bookmarkbar logic from TabContents.sky@chromium.org2011-06-011-9/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-92/+6
* Remove NavigationController::CommitPendingEntrycbentzel@chromium.org2011-05-261-12/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Makes instant throw out the first navigation when merging navigationsky@chromium.org2011-03-211-2/+9
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-2/+2
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-041-5/+0
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-181-0/+603