summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model.h
Commit message (Expand)AuthorAgeFilesLines
* Wires TabContents to app extensions.sky@chromium.org2010-02-051-0/+4
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-44/+34
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-13/+59
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-1/+16
* Removes debugging code that proved unnecessary.sky@chromium.org2010-01-151-24/+0
* Adds more debugging code in hopes of figuring out why on dragging thesky@chromium.org2009-11-091-0/+28
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-12/+18
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-081-0/+4
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-0/+4
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-11/+10
* Add keyboard shortcuts to reorder tabs left or right on Linux.tony@chromium.org2009-09-141-0/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-16/+10
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-10/+16
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-3/+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-081-19/+70
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-0/+10
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-121-1/+0
* 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-291-0/+5
* Reverting 15399.maruel@chromium.org2009-05-061-0/+4
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-061-4/+0
* honor index in createTab()rafaelw@chromium.org2009-05-061-4/+5
* 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-041-2/+2
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-6/+10
* Reverting 14948.jcampan@chromium.org2009-04-301-10/+6
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-301-6/+10
* Due to some crashes in teardown, change NotificationObserversmbelshe@google.com2009-04-171-1/+4
* ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...rafaelw@chromium.org2009-04-161-1/+4
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-5/+0
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-141-0/+7
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-6/+3
* Clarify the documentation for loading_only on TabRenderer::UpdateData.brettw@chromium.org2009-04-071-0/+13
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-3/+5
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-8/+20
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-7/+7
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-271-1/+3
* Move opener/group relationship forgetting on navigation into TabStripModel fr...ben@chromium.org2009-02-101-7/+18
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+1
* Make sure the TabStripModelDelegate can never be NULL.ben@chromium.org2009-01-241-5/+5
* Two things:ben@chromium.org2009-01-241-13/+13
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-201-3/+7
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-141-16/+0
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-6/+3
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-0/+3
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-111-4/+0
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-0/+1
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-1/+1