summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-72/+72
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-3/+6
* Pick up a GTM roll and update the apis that changed in this roll.thomasvl@chromium.org2010-03-111-1/+2
* Mac: incognito badge fixes.viettrungluu@chromium.org2010-03-091-0/+7
* Base coordinate system != Window base coordinate system. Fixing.avi@chromium.org2010-03-031-2/+1
* Base coordinate system != Window base coordinate system. Marking things to be...avi@chromium.org2010-02-251-0/+1
* [Mac] Prevent a fullscreen crash by destroying the GTMWindowSheetController i...rohitrao@chromium.org2010-02-161-0/+6
* Remove outdated comments, add reference to design doc.pinkerton@chromium.org2010-02-121-3/+0
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-7/+3
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-1/+2
* [Mac] Makes the tab strip left-side indent changeable. Prereq for fullscreen.rohitrao@chromium.org2010-01-251-8/+14
* Mac: fix yet another TabStripController index/model index bug (crasher).viettrungluu@chromium.org2010-01-251-3/+5
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-45/+8
* Fix stuck hover states on tab close buttonsfeldstein@chromium.org2010-01-071-0/+10
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-4/+45
* Mac: fix crashes related to detaching tabs.viettrungluu@chromium.org2010-01-041-2/+8
* [Mac] Fixup the new tab button imagesthomasvl@chromium.org2009-12-301-4/+14
* Add the extension to the image name so we avoid warnings from ns_image_cache ...thomasvl@chromium.org2009-12-291-2/+2
* Tagging a whole bunch of buttons with descriptions (via code; OS bug prevents...avi@chromium.org2009-12-281-0/+6
* Half of CL 481012 (reverted at r35038).viettrungluu@chromium.org2009-12-191-19/+25
* Revert 34998, more stabbing in the dark to find a perf regression - Mac: impl...thakis@chromium.org2009-12-191-25/+19
* Mac: implement DnD of URLs onto Omnibox.viettrungluu@chromium.org2009-12-181-19/+25
* Mac: Use indices correctly in TabStripController to fix crash. Fix several in...kkania@chromium.org2009-12-171-18/+39
* Mac: add UMA calls for drag-and-drop of URLs on tab strip.viettrungluu@chromium.org2009-12-091-0/+2
* More cleanups.thakis@chromium.org2009-12-071-29/+30
* Some code cleanups.thakis@chromium.org2009-12-071-23/+23
* Mac: Make a stop-gap visual indicator for dropping URLs on the tab strip.viettrungluu@chromium.org2009-12-051-9/+16
* Mac: implement drag-and-drop of URLs to tabs/tab strip.viettrungluu@chromium.org2009-12-041-7/+152
* Mac: remove hacky way the New Tab button is obtained from the nib.viettrungluu@chromium.org2009-12-041-6/+7
* Revert 33758 - Mac: remove hacky way the New Tab button is obtained from the ...viettrungluu@chromium.org2009-12-041-7/+6
* Mac: remove hacky way the New Tab button is obtained from the nib.viettrungluu@chromium.org2009-12-041-6/+7
* Mac: change tab change notifications to pass full TabChangeType.viettrungluu@chromium.org2009-12-011-2/+8
* Clean up property name and add comment about thread-safety.pinkerton@chromium.org2009-12-011-1/+1
* Ensures the renderer gets focus/blur message when switching tabs.jcampan@chromium.org2009-11-201-2/+8
* Mac: implement Pin Tab.viettrungluu@chromium.org2009-11-181-76/+136
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* Attempt to get a fix and performance back.dmaclach@chromium.org2009-11-131-7/+61
* Mac: Only show one per-tab sheet at a time per tab.thakis@chromium.org2009-11-131-7/+44
* Revert 31814 - Testing to see if it caused performance problems.dmaclach@chromium.org2009-11-121-49/+3
* Add support for observing tracking areas so that when tabs are moved underneathdmaclach@chromium.org2009-11-121-3/+49
* Total guess fixes for the bug.thomasvl@chromium.org2009-11-121-19/+55
* Prevent accidental animations if we haven't yet done a full layout. Stab in t...pinkerton@chromium.org2009-11-111-1/+1
* Add support for slowing down all animations on the Mac by using the shift and/ordmaclach@chromium.org2009-11-101-2/+3
* Adds hover and pressed states for the newtab button on the Mac.dmaclach@chromium.org2009-11-061-5/+35
* Mac: show correct default favicon in tab strip.viettrungluu@chromium.org2009-11-061-3/+5
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-83/+323
* Fix and re-enable a test I broke with the find bar changes I made last night.ben@chromium.org2009-10-291-1/+1
* Make dropped tabs animate from where they were dropped. Make room for the ful...pinkerton@chromium.org2009-10-201-8/+23
* Don't animate first tab or new tab button when creating first tab (fix for st...pinkerton@chromium.org2009-10-141-14/+25
* Animate the new tab button when closing a tab.pinkerton@chromium.org2009-10-131-10/+28