- bf20fc6 Add AppDelegate::ResizeWebContents by hashimoto · 11 years ago
- a3545f5 Use the window's bounds if available instead of restore bounds for the initial size of the restored web contents. by [email protected] · 11 years ago
- fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
- e3ad5bd3 Restored tabs should set their initial visibility by [email protected] · 11 years ago
- 01fb95b Remove references to WebContentsView::SizeContents from chrome/ and app/ by [email protected] · 11 years ago
- 38eae4b Return webcontents needed by sessions API and add in test. by [email protected] · 12 years ago
- fdac6ade Revert "Fix SessionStorage confusion between RenderViewHostImpl and NavigationController." by [email protected] · 12 years ago
- 76bfc7f5 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
- 40a7e41 Moves TabNavigation into components/sessions and renames by [email protected] · 12 years ago
- 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
- e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- 04e3ead5 Remove active_index from Browser. by [email protected] · 13 years ago
- ed245db Instead of passing a base WebContents with WebContents::CreateParams to determine the initial size, specify the size explictely. by [email protected] · 13 years ago
- 54944cde Introduces "CreateParams" for web contents, and add |parent| parameter in it. by [email protected] · 13 years ago
- 59fa29fb Remove TabContents from TabStripModel::ReplaceTabContentsAt and TabStripModel::DiscardTabContentsAt. by [email protected] · 13 years ago
- 526b45e Remove TabContents from TabStripModel method names not taking TabContents. by [email protected] · 13 years ago
- 976702b Remove TabContents from TabStripModel::InsertTabContentsAt. by [email protected] · 13 years ago
- 66eb413c De-dup restoration code. by [email protected] · 13 years ago
- b624ddc Remove TabContents from TabStripModelObserver::TabReplacedAt. by [email protected] · 13 years ago
- bdc6061 Clean up TabStripModel. by [email protected] · 13 years ago
- daa095c1 Kill TabStripModel::ReplaceNavigationControllerAt. by [email protected] · 13 years ago
- 6c0ca7fc Changes pref for whether last session exited cleanly from a boolean to by [email protected] · 13 years ago
- 2ca1ea66 Removes BrowserContext::DidLastSessionExitCleanly() and makes by [email protected] · 13 years ago
- 9dd1d58 Move all TabNavigation logic to session_types.{h,cc} by [email protected] · 13 years ago
- 7381d9f Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
- 728842bc Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContentsUserData." by [email protected] · 13 years ago
- 9567f9c Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
- 8d0f331 Fix user agent override restoration pipeline by [email protected] · 13 years ago
- d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
- a6394ae Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. by [email protected] · 13 years ago
- 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago