summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/navigation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1345/+0
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-15/+27
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-6/+6
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-0/+5
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-55/+60
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-22/+48
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-68/+65
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-27/+50
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-16/+22
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-0/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-31/+31
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-8/+8
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Allow keyboard shortcuts on interstitial pages.mattm@chromium.org2011-12-211-1/+1
* [Coverity] Removing dead code after return;dbeam@chromium.org2011-12-211-5/+0
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Don't delete the current NavigationEntry when leaving an interstitial page.creis@chromium.org2011-12-201-49/+21
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-151-1/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-4/+6
* Remove static initialization from navigation_controller.ccthakis@chromium.org2011-12-091-3/+12
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-5/+6
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-7/+8
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-1/+1
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-0/+19
* Get additional crash data to narrow down renderer kills.creis@chromium.org2011-12-021-5/+12
* Get more crash data to track down a bug.creis@chromium.org2011-11-111-8/+14
* Temporary code to track down increase in renderer crashes.jam@chromium.org2011-10-291-0/+20
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-9/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+11
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-2/+3
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-18/+17
* Revert 106029nkostylev@chromium.org2011-10-181-17/+18
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-18/+17
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-4/+33
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-22/+27
* Fix UI quirks when doing a history navigation to a slow page.creis@chromium.org2011-10-071-0/+17
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-9/+2
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-29/+1
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-1/+14
* Revert 99283 - When the user navigates to the home page, make sure to set the...rogerta@chromium.org2011-09-021-14/+1
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-1/+14
* Don't update URL bar or SSL icon for pending history navs until they commit.creis@chromium.org2011-08-301-0/+9
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-141-2/+21
* A fairly recent change introduced a history of page_ids for each RenderView, ...cbentzel@chromium.org2011-08-101-0/+3
* Set the SiteInstance on restored NavigationEntries earlier.creis@chromium.org2011-08-011-9/+14
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-9/+9