summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Move search code to a subdirben@chromium.org2009-01-161-1/+1
* Fie.ben@chromium.org2009-01-151-1/+1
* Fix for Issue 3258: Tabs created when tabstrip is compressed pending resizeben@chromium.org2009-01-151-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-3/+3
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-061-1/+1
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-201-2/+4
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-1/+1
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-1/+1
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-1/+1
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-141-5/+0
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-2/+2
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-3/+4
* More cleanup in Browser:ben@chromium.org2008-11-111-1/+1
* Makes form resubmission dialog work again. This was a regressionsky@google.com2008-10-301-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-121-2/+3
* Make tabs affected by context menu actions pulse. The effect is somewhat subt...beng@google.com2008-08-071-0/+10
* When a new tab is opened (either the new tab page via Ctrl+T or pressing the ...beng@google.com2008-08-041-2/+23