summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-142-14/+0
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-131-9/+1
* Adds tab pinning to TabStripModel. This is just the model side ofsky@chromium.org2009-07-084-42/+429
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-072-0/+14
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Make sure tabs open on the left like normal.brettw@chromium.org2009-07-011-4/+0
* Implement the default tab opening behavior. Fix some linux build issues by ad...brettw@chromium.org2009-06-151-0/+5
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-121-1/+0
* Fix mac build.tc@google.com2009-06-021-1/+0
* Port 2 more unittests to linux/mac. Just some small compiler warnings.tc@google.com2009-06-021-5/+3
* Add a context menu to the tab strip. It appears when you click in thetc@google.com2009-06-021-0/+1
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-292-1/+11
* Reverting 15399.maruel@chromium.org2009-05-064-1/+18
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-064-18/+1
* honor index in createTab()rafaelw@chromium.org2009-05-063-48/+65
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-052-2/+2
* Fix a regression that the sad tab favicon is not displayed when a tab crashes.brettw@chromium.org2009-05-041-1/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-042-4/+4
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-303-8/+29
* Reverting 14948.jcampan@chromium.org2009-04-303-29/+8
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-303-8/+29
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-0/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-203-33/+29
* Reverting 14005.brettw@chromium.org2009-04-183-27/+31
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-183-31/+27
* Due to some crashes in teardown, change NotificationObserversmbelshe@google.com2009-04-172-5/+5
* ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...rafaelw@chromium.org2009-04-163-5/+30
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-153-68/+13
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-2/+2
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-143-0/+17
* Re-land popup routing fix for browser.ben@chromium.org2009-04-073-33/+7
* Clarify the documentation for loading_only on TabRenderer::UpdateData.brettw@chromium.org2009-04-071-0/+13
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-1/+1
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-051-116/+32
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-043-8/+11
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-263-17/+31
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-252-12/+12
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-2/+4
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-112-12/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-104-5/+0
* NO CODE CHANGE.maruel@google.com2009-03-052-3/+4
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-052-2/+5
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-271-1/+3
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-1/+2
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-251-2/+2
* Move opener/group relationship forgetting on navigation into TabStripModel fr...ben@chromium.org2009-02-104-19/+166
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-051-2/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-012-4/+7
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+3
* remove scaffolding mock of TabStripModel and replace it with the real deal. R...pinkerton@google.com2009-01-272-5/+14