summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-10/+10
* Fix jumping/resize/relayout of NTP/webpages when switching between NTP and an...simonrad@chromium.org2009-11-111-4/+6
* Adds more debugging code in hopes of figuring out why on dragging thesky@chromium.org2009-11-091-1/+29
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-2/+3
* Fix an erroneous set of tab change notifications sent whenever closing a tab ...pkasting@chromium.org2009-10-161-3/+3
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-141-9/+8
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-081-4/+1
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-0/+14
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-34/+78
* Add keyboard shortcuts to reorder tabs left or right on Linux.tony@chromium.org2009-09-141-0/+10
* Fix my change to flashing tabcpu@chromium.org2009-09-101-2/+1
* Fix for the flashing of the front tab.cpu@chromium.org2009-09-091-1/+7
* Reland r23358 with a fix for linux unit_tests:tony@chromium.org2009-08-131-0/+14
* Revert "Better location for setting the size of tab contents. This should"tony@chromium.org2009-08-131-14/+0
* Better location for setting the size of tab contents. This shouldtony@chromium.org2009-08-131-0/+14
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-11/+0
* Adds tab pinning to TabStripModel. This is just the model side ofsky@chromium.org2009-07-081-19/+101
* 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
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-1/+6
* Reverting 15399.maruel@chromium.org2009-05-061-0/+11
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-061-11/+0
* honor index in createTab()rafaelw@chromium.org2009-05-061-2/+8
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-0/+3
* Reverting 14948.jcampan@chromium.org2009-04-301-3/+0
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-301-0/+3
* 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-201-14/+12
* Reverting 14005.brettw@chromium.org2009-04-181-12/+14
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-14/+12
* Due to some crashes in teardown, change NotificationObserversmbelshe@google.com2009-04-171-4/+1
* ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...rafaelw@chromium.org2009-04-161-2/+10
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-17/+0
* 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-141-0/+8
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-17/+1
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-3/+3
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-5/+5
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-5/+5
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-7/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-2/+0
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-051-1/+4
* Move opener/group relationship forgetting on navigation into TabStripModel fr...ben@chromium.org2009-02-101-8/+45
* 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-011-3/+6
* remove scaffolding mock of TabStripModel and replace it with the real deal. R...pinkerton@google.com2009-01-271-4/+9
* Make sure the TabStripModelDelegate can never be NULL.ben@chromium.org2009-01-241-10/+4
* Two things:ben@chromium.org2009-01-241-60/+9