summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Mac: Context Menu broken when tab dragged out to new window.jeremy@chromium.org2010-07-141-1/+1
* [Mac] Initial implementation of app tabs. Loads the app and displays the corr...andybons@chromium.org2010-07-071-18/+21
* Ben said make the tab animations faster. Pink smash tab animation!pinkerton@chromium.org2010-06-301-1/+1
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-3/+5
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-5/+3
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-3/+5
* Implement side tab view and controller and hook up their creation. Parameteri...pinkerton@chromium.org2010-06-231-32/+95
* Add a 1px white bezel under the dark line separating the tab strip and the to...pinkerton@chromium.org2010-06-171-1/+1
* Adds ability to determine if a tab was explicitly closed by thesky@chromium.org2010-05-211-1/+4
* [Mac] Plumb the pinned tab flag through TabController so the context menu use...rsesek@chromium.org2010-05-101-2/+3
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-2/+3
* Use the native Mac localization bundle utility functions.avi@chromium.org2010-04-271-3/+1
* [Mac] Fix MouseDown/MouseUp error for Steve animation effectsthomasvl@chromium.org2010-04-141-1/+1
* [Mac] Add a call to |-layoutTabs| so that restored pinned tabs look as they s...rsesek@chromium.org2010-04-061-0/+4
* [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