summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_window_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Fix dragging a tab out of a window when the only tabs left behind are phantom...pinkerton@chromium.org2010-04-291-1/+7
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-1/+0
* [Mac] Add methods to prevent tab detaching or window moving if needed. Modif...rohitrao@chromium.org2010-01-251-4/+7
* Mac: fix/implement app windows (not app mode), popups, drawing; refactor code.viettrungluu@chromium.org2009-12-161-4/+3
* [Mac] Fix weird layout issues when dragging a tab from a large screen to a sm...rohitrao@chromium.org2009-11-141-0/+3
* [Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli...rohitrao@chromium.org2009-11-091-2/+3
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-0/+5
* [Mac] Insert views into the proper place in the view hierarchy when tearing o...rohitrao@chromium.org2009-10-051-5/+0
* Fix a bug where dragging a window that's been closed by JS back into another ...pinkerton@chromium.org2009-09-301-1/+9
* Use delegate protocols present in the 10.6 SDK. For previous SDKs, providemark@chromium.org2009-09-171-1/+2
* Start a drag if the tab is dragged off the sides of the window.pinkerton@chromium.org2009-09-091-0/+6
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-0/+5
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-2/+10
* Pop-up chrome.jrg@chromium.org2009-07-021-0/+6
* Only allow tabs to be dragged between compatible windows.shess@chromium.org2009-06-061-0/+4
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-121-15/+12
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-3/+17
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-3/+10
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-0/+3
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-3/+15
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-2/+12
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-0/+55