| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 1 | -2424/+0 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -5/+5 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -4/+7 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -2/+2 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -2/+2 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -162/+161 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -1/+2 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -35/+37 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -58/+72 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -16/+22 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -79/+79 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -10/+10 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -10/+10 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -10/+10 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -10/+10 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Don't delete the current NavigationEntry when leaving an interstitial page. | creis@chromium.org | 2011-12-20 | 1 | -29/+17 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -9/+9 |
* | Removing MessageLoop::QuitTask() from content/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Make NavigationEntry and friends use content::Referrer instead of plain URLs | jochen@chromium.org | 2011-12-05 | 1 | -4/+4 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -52/+60 |
* | Move NavigationControllerTest to content | jochen@chromium.org | 2011-11-28 | 1 | -7/+9 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -10/+10 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 1 | -3/+4 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -3/+3 |
* | Revert 106029 | nkostylev@chromium.org | 2011-10-18 | 1 | -3/+3 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -3/+3 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Don't show URL for pending new navigations initiated by the renderer. | creis@chromium.org | 2011-10-13 | 1 | -2/+40 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -69/+107 |
* | Add error description to the DidFailProvisionalLoad callback. | mkosiba@chromium.org | 2011-10-11 | 1 | -18/+27 |
* | Fix UI quirks when doing a history navigation to a slow page. | creis@chromium.org | 2011-10-07 | 1 | -0/+24 |
* | Changes for cross domain prerenders to not cancel when there is a window.open... | shishir@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Move TabContents::ShouldDisplayURL() to ToolbarModel. This doesn't really bel... | aa@chromium.org | 2011-10-06 | 1 | -26/+0 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -2/+2 |
* | Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t... | jochen@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Move TestNotificationTracker to content as it has no dependencies to chrome b... | jochen@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 1 | -47/+50 |
* | Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ... | sky@chromium.org | 2011-09-03 | 1 | -83/+3 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Revert 99283 - When the user navigates to the home page, make sure to set the... | rogerta@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Don't update URL bar or SSL icon for pending history navs until they commit. | creis@chromium.org | 2011-08-30 | 1 | -1/+8 |
* | A number of issues weren't addressed with the earlier patch for prerender + b... | cbentzel@chromium.org | 2011-08-14 | 1 | -0/+14 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Set the SiteInstance on restored NavigationEntries earlier. | creis@chromium.org | 2011-08-01 | 1 | -3/+79 |
* | Move more files from chrome/test to chrome/test/base, part #3 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Keep track of the history's page IDs to avoid navigating to a stale entry. | creis@chromium.org | 2011-07-15 | 1 | -7/+5 |