summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Implement side tab view and controller and hook up their creation. Parameteri...pinkerton@chromium.org2010-06-231-0/+4
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-2/+7
* [Mac] Prevent a fullscreen crash by destroying the GTMWindowSheetController i...rohitrao@chromium.org2010-02-161-0/+9
* Remove outdated comments, add reference to design doc.pinkerton@chromium.org2010-02-121-5/+2
* [Mac] Makes the tab strip left-side indent changeable. Prereq for fullscreen.rohitrao@chromium.org2010-01-251-1/+10
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-13/+4
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-6/+16
* Half of CL 481012 (reverted at r35038).viettrungluu@chromium.org2009-12-191-7/+2
* Revert 34998, more stabbing in the dark to find a perf regression - Mac: impl...thakis@chromium.org2009-12-191-2/+7
* Mac: implement DnD of URLs onto Omnibox.viettrungluu@chromium.org2009-12-181-7/+2
* More cleanups.thakis@chromium.org2009-12-071-2/+2
* Some code cleanups.thakis@chromium.org2009-12-071-1/+1
* Mac: implement drag-and-drop of URLs to tabs/tab strip.viettrungluu@chromium.org2009-12-041-0/+7
* Attempt to get a fix and performance back.dmaclach@chromium.org2009-11-131-0/+3
* Mac: Only show one per-tab sheet at a time per tab.thakis@chromium.org2009-11-131-1/+12
* Adds hover and pressed states for the newtab button on the Mac.dmaclach@chromium.org2009-11-061-0/+3
* Mac: show correct default favicon in tab strip.viettrungluu@chromium.org2009-11-061-0/+3
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-5/+15
* Make dropped tabs animate from where they were dropped. Make room for the ful...pinkerton@chromium.org2009-10-201-1/+5
* Don't animate first tab or new tab button when creating first tab (fix for st...pinkerton@chromium.org2009-10-141-0/+4
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-4/+1
* Start a drag if the tab is dragged off the sides of the window.pinkerton@chromium.org2009-09-091-0/+6
* (Mac) Make mashing the close tab button work.viettrungluu@chromium.org2009-09-011-0/+5
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-311-8/+6
* Reverting 24700.avi@chromium.org2009-08-281-5/+7
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-271-7/+5
* Reverting 24512.avi@chromium.org2009-08-261-5/+7
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-261-7/+5
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-1/+16
* Make sure we don't set focus to the findbar until after the focus is restored...estade@chromium.org2009-08-111-2/+4
* Fix tab z-ordering on Mac. Make the TabStripController take fullpinkerton@chromium.org2009-07-301-0/+4
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-0/+6
* Implement feature where tabs don't resize when using the close box until the ...pinkerton@chromium.org2009-07-241-0/+12
* Live resize of tabs as the window resizes.pinkerton@chromium.org2009-07-241-1/+1
* Propagate theme changes to the tabstrip.avi@chromium.org2009-07-231-0/+3
* Removes our homespun grow box and replaces it with therohitrao@chromium.org2009-06-291-5/+1
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-271-0/+4
* Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...pinkerton@chromium.org2009-05-221-2/+11
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-2/+8
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-0/+26
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-2/+1
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-14/+0
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-131-6/+6
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-21/+6
* Refactor tab model observer for cocoa into a separate class so it can be re-u...pinkerton@chromium.org2009-04-081-2/+2
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-1/+3
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-0/+3
* Mac bookmark work. jrg@chromium.org2009-03-181-7/+19
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-121-1/+1
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-5/+9