summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-1/+1
* Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t...ojan@google.com2008-08-011-1/+1
* Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av...ojan@google.com2008-08-011-6/+5
* I screwed this one up, and had my index munging wrong.beng@google.com2008-07-301-13/+8
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-291-1/+7
* Add a return value to InternalCloseTabContentsAt, indicating whether or not t...beng@google.com2008-07-291-6/+13
* Ugh. It turns out we were never properly removing the dragged tab from the so...beng@google.com2008-07-291-0/+6
* Add chrome to the repository.initial.commit2008-07-261-0/+593