1. bf20fc6 Add AppDelegate::ResizeWebContents by hashimoto · 11 years ago
  2. 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
  3. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  4. e3ad5bd3 Restored tabs should set their initial visibility by [email protected] · 11 years ago
  5. 01fb95b Remove references to WebContentsView::SizeContents from chrome/ and app/ by [email protected] · 11 years ago
  6. 38eae4b Return webcontents needed by sessions API and add in test. by [email protected] · 12 years ago
  7. fdac6ade Revert "Fix SessionStorage confusion between RenderViewHostImpl and NavigationController." by [email protected] · 12 years ago
  8. 76bfc7f5 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
  9. 40a7e41 Moves TabNavigation into components/sessions and renames by [email protected] · 12 years ago
  10. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  11. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  12. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  13. 04e3ead5 Remove active_index from Browser. by [email protected] · 13 years ago
  14. 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
  15. 54944cde Introduces "CreateParams" for web contents, and add |parent| parameter in it. by [email protected] · 13 years ago
  16. 59fa29fb Remove TabContents from TabStripModel::ReplaceTabContentsAt and TabStripModel::DiscardTabContentsAt. by [email protected] · 13 years ago
  17. 526b45e Remove TabContents from TabStripModel method names not taking TabContents. by [email protected] · 13 years ago
  18. 976702b Remove TabContents from TabStripModel::InsertTabContentsAt. by [email protected] · 13 years ago
  19. 66eb413c De-dup restoration code. by [email protected] · 13 years ago
  20. b624ddc Remove TabContents from TabStripModelObserver::TabReplacedAt. by [email protected] · 13 years ago
  21. bdc6061 Clean up TabStripModel. by [email protected] · 13 years ago
  22. daa095c1 Kill TabStripModel::ReplaceNavigationControllerAt. by [email protected] · 13 years ago
  23. 6c0ca7fc Changes pref for whether last session exited cleanly from a boolean to by [email protected] · 13 years ago
  24. 2ca1ea66 Removes BrowserContext::DidLastSessionExitCleanly() and makes by [email protected] · 13 years ago
  25. 9dd1d58 Move all TabNavigation logic to session_types.{h,cc} by [email protected] · 13 years ago
  26. 7381d9f Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
  27. 728842bc Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContentsUserData." by [email protected] · 13 years ago
  28. 9567f9c Switch Extensions::TabHelper to use WebContents, WebContentsUserData. by [email protected] · 13 years ago
  29. 8d0f331 Fix user agent override restoration pipeline by [email protected] · 13 years ago
  30. d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
  31. a6394ae Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. by [email protected] · 13 years ago
  32. 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago