summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_view.mm
Commit message (Expand)AuthorAgeFilesLines
* Re-land r43741 - broke browser_tests.rsesek@chromium.org2010-04-091-0/+13
* Revert 43741 - [Mac] Make Mac phantom tabs match the appearance of the other ...rsesek@chromium.org2010-04-061-5/+0
* [Mac] Make Mac phantom tabs match the appearance of the other platforms.rsesek@chromium.org2010-04-061-0/+5
* Mac: Make background tabs draw properly in fullscreen mode.viettrungluu@chromium.org2010-03-101-1/+4
* Base coordinate system != Window base coordinate system. Fixing.avi@chromium.org2010-03-031-3/+2
* Aggressively cache theme image pattern colors.avi@chromium.org2010-03-021-4/+4
* Fix background tabs in themes that don't specify a background tab image.avi@chromium.org2010-03-021-5/+13
* Finishing removal of GTMTheme. All incognito drawing is now correct, themed o...avi@chromium.org2010-02-261-22/+22
* Base coordinate system != Window base coordinate system. Marking things to be...avi@chromium.org2010-02-251-0/+1
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-12/+4
* [Mac] Add methods to prevent tab detaching or window moving if needed. Modif...rohitrao@chromium.org2010-01-251-7/+10
* Mac: make pinned tab title change alert more noticeable.viettrungluu@chromium.org2010-01-241-20/+20
* Mac: fix crashes related to detaching tabs.viettrungluu@chromium.org2010-01-041-2/+8
* Cleaning up the tab accessibility model.avi@chromium.org2009-12-281-0/+38
* Make the tab strip and tabs first-class accessibility objects.avi@chromium.org2009-12-211-0/+17
* Mac: make unselected pinned tabs glow when their title changes.viettrungluu@chromium.org2009-12-161-39/+147
* Factor tab context menu into a shared model and fix mac and win to use it. Im...pinkerton@chromium.org2009-12-161-0/+6
* Committing issue 484006 for feldstein.mirandac@chromium.org2009-12-151-59/+9
* Clean up property name and add comment about thread-safety.pinkerton@chromium.org2009-12-011-3/+3
* Mac: minor cleanup for TabView.viettrungluu@chromium.org2009-12-011-18/+22
* Clear the target/action of the close button when the view goes into the closi...pinkerton@chromium.org2009-11-301-0/+9
* Get rid of DCHECK that was firing. The check itself is not dmaclach@chromium.org2009-11-171-1/+0
* Attempt to get a fix and performance back.dmaclach@chromium.org2009-11-131-13/+47
* Revert 31814 - Testing to see if it caused performance problems.dmaclach@chromium.org2009-11-121-22/+0
* Add support for observing tracking areas so that when tabs are moved underneathdmaclach@chromium.org2009-11-121-0/+22
* Get rid of flickering of the old tab in the content area, caused by not drawi...pinkerton@chromium.org2009-11-091-1/+4
* Make the target window main when dragging a tab onto it so it looks more like...pinkerton@chromium.org2009-11-091-1/+7
* Mac: fix tab closure problem when close tab buttons not shown.viettrungluu@chromium.org2009-11-071-2/+7
* Prevent being caught in a drag without the correct set up being first perform...pinkerton@chromium.org2009-11-061-2/+11
* Fix issue where transparent window background wouldn't show up until after yo...pinkerton@chromium.org2009-11-061-21/+33
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-4/+16
* Mac: Make middle-click tab closure cancellable.viettrungluu@chromium.org2009-10-261-1/+8
* Fix tab dragging when windows overlap. Bring window to front when dragging a ...pinkerton@chromium.org2009-10-151-7/+14
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-45/+44
* Mac: Fix crash while dragging a tab alone in a window.viettrungluu@chromium.org2009-10-061-1/+7
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-051-1/+1
* Fix several issues with dragging tabs and quickly letting go, including crash...pinkerton@chromium.org2009-10-021-15/+45
* Fix a bug where dragging a window that's been closed by JS back into another ...pinkerton@chromium.org2009-09-301-5/+7
* Allow windows with a single tab to be merged into other windows with drag and...pinkerton@chromium.org2009-09-101-30/+49
* Start a drag if the tab is dragged off the sides of the window.pinkerton@chromium.org2009-09-091-2/+5
* (Mac) Make mashing the close tab button work.viettrungluu@chromium.org2009-09-011-3/+39
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-311-50/+139
* Reverting 24700.avi@chromium.org2009-08-281-139/+50
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-271-50/+139
* Reverting 24512.avi@chromium.org2009-08-261-139/+49
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-261-49/+139
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-17/+37
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-1/+7
* Fix gradient drawing on the Mac. (Base coordinate system != window base coord...avi@chromium.org2009-07-271-3/+0
* Make tabs go all the way to the right edge and stop using less of the strip a...pinkerton@chromium.org2009-07-231-1/+2