summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Fix weird layout issues when dragging a tab from a large screen to a sm...rohitrao@chromium.org2009-11-141-0/+6
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-0/+4
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-9/+11
* Make sure we call orderOut: before calling performClose:. This ensures the wi...pinkerton@chromium.org2009-10-091-1/+4
* [Mac] Insert views into the proper place in the view hierarchy when tearing o...rohitrao@chromium.org2009-10-051-12/+11
* Fix a bug where dragging a window that's been closed by JS back into another ...pinkerton@chromium.org2009-09-301-0/+10
* Start a drag if the tab is dragged off the sides of the window.pinkerton@chromium.org2009-09-091-0/+5
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-0/+18
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-2/+5
* Fix issue where dragging window via a tab would incorrectly dim chrome when t...pinkerton@chromium.org2009-07-231-0/+2
* Mac pop-up window happier-ness.jrg@chromium.org2009-07-151-0/+6
* More bookmark bar changes.jrg@chromium.org2009-07-141-5/+1
* Fix unittest; we changed the name of the PDF file that the test was using. (P...avi@chromium.org2009-07-141-0/+1
* Pop-up chrome.jrg@chromium.org2009-07-021-6/+18
* Only allow tabs to be dragged between compatible windows.shess@chromium.org2009-06-061-0/+6
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-121-1/+1
* Move window chrome into drag overlay so they stand out more during a drag out...pinkerton@chromium.org2009-04-291-1/+2
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-1/+7
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-5/+13
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-0/+6
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-7/+19
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-7/+27
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-0/+100