summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_view.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-121-7/+2
* Changes the way we calculate hit rects in TabView to reducerohitrao@chromium.org2009-04-301-1/+9
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-23/+30
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-48/+95
* Add some hysterisis to tab dragging on Mac.shess@chromium.org2009-04-031-0/+19
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-4/+4
* Remove obsolete TODOs.pinkerton@chromium.org2009-03-261-9/+1
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-10/+12
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-2/+189
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-0/+50