summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/navigation_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-2424/+0
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-5/+5
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-4/+7
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-2/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-2/+2
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-162/+161
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+2
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-35/+37
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-58/+72
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-16/+22
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-79/+79
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-10/+10
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-10/+10
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-10/+10
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-10/+10
* 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-29/+17
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-9/+9
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-1/+1
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-4/+4
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-52/+60
* Move NavigationControllerTest to contentjochen@chromium.org2011-11-281-7/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-10/+10
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-3/+4
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-3/+3
* Revert 106029nkostylev@chromium.org2011-10-181-3/+3
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-3/+3
* 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-2/+40
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-69/+107
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-18/+27
* Fix UI quirks when doing a history navigation to a slow page.creis@chromium.org2011-10-071-0/+24
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-071-1/+1
* Move TabContents::ShouldDisplayURL() to ToolbarModel. This doesn't really bel...aa@chromium.org2011-10-061-26/+0
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-2/+2
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-2/+2
* Move TestNotificationTracker to content as it has no dependencies to chrome b...jochen@chromium.org2011-09-131-1/+1
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-47/+50
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-031-83/+3
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-2/+2
* Revert 99283 - When the user navigates to the home page, make sure to set the...rogerta@chromium.org2011-09-021-2/+2
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-021-2/+2
* Don't update URL bar or SSL icon for pending history navs until they commit.creis@chromium.org2011-08-301-1/+8
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-141-0/+14
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Set the SiteInstance on restored NavigationEntries earlier.creis@chromium.org2011-08-011-3/+79
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Keep track of the history's page IDs to avoid navigating to a stale entry.creis@chromium.org2011-07-151-7/+5