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