summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Initial implementation of app tabs. Loads the app and displays the corr...andybons@chromium.org2010-07-071-5/+22
* Add a context menu item to toggle app tab toolbars.aa@chromium.org2010-06-061-1/+1
* [Mac] Plumb the pinned tab flag through TabController so the context menu use...rsesek@chromium.org2010-05-101-2/+2
* Changes the tab menu to use pin and unpin instead of a check. The macsky@chromium.org2010-04-261-16/+5
* Re-land r43741 - broke browser_tests.rsesek@chromium.org2010-04-091-12/+1
* Revert 43741 - [Mac] Make Mac phantom tabs match the appearance of the other ...rsesek@chromium.org2010-04-061-0/+12
* [Mac] Make Mac phantom tabs match the appearance of the other platforms.rsesek@chromium.org2010-04-061-12/+0
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-10/+23
* Another pass at removal of GTMTheme. Also fixes unreadability of bookmark bar...avi@chromium.org2010-02-231-14/+12
* [Mac] GTMTheme is going to die!thomasvl@chromium.org2010-02-121-1/+1
* Mac: make unselected pinned tabs glow when their title changes.viettrungluu@chromium.org2009-12-161-0/+7
* Factor tab context menu into a shared model and fix mac and win to use it. Im...pinkerton@chromium.org2009-12-161-28/+61
* Tiny style fix.viettrungluu@chromium.org2009-11-181-2/+2
* Mac: implement Pin Tab.viettrungluu@chromium.org2009-11-181-13/+30
* [Mac] Delay TabContents::Close() when event-tracking.shess@chromium.org2009-11-061-11/+0
* [Mac] Prevent using tab context menu after tab closed.shess@chromium.org2009-10-271-0/+11
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-26/+34
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-051-1/+0
* Don't show favicons or throbbers for the New Tab page on the Mac.mark@chromium.org2009-09-021-24/+79
* (Mac) Make mashing the close tab button work.viettrungluu@chromium.org2009-09-011-0/+10
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-311-6/+20
* Reverting 24700.avi@chromium.org2009-08-281-20/+6
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-271-6/+20
* Reverting 24512.avi@chromium.org2009-08-261-20/+6
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-261-6/+20
* Ensure we don't show the icon when setting the icon view explicitly.pinkerton@chromium.org2009-08-211-0/+4
* Make tabs go all the way to the right edge and stop using less of the strip a...pinkerton@chromium.org2009-07-231-1/+62
* Initial support for theming on Mac OS X.avi@chromium.org2009-07-131-1/+2
* Added an helper namespace that provides fetches images from the app bundle an...thomasvl@chromium.org2009-07-091-1/+2
* Add context menus to tabs.pinkerton@chromium.org2009-07-081-0/+16
* Given the results of Rohit's investigation, I think that the times that we'remark@chromium.org2009-06-261-2/+1
* Back out all sorts of stuff back to pre-r18933 so that we can regroup andmark@chromium.org2009-06-241-1/+2
* Rewrite some tab controller stuff to maybe (but probably not) improve perf.mark@chromium.org2009-06-241-2/+1
* Display a tooltip when mousing over a tab title.jeremy@chromium.org2009-06-021-0/+9
* Implement a status throbber on the mac, currently using the Win artwork. Made...pinkerton@chromium.org2009-05-191-3/+14
* Add a test helper to pull out some common code. Add a test for tab controller...pinkerton@chromium.org2009-04-161-1/+2
* Reverting 13839,13838.awalker@google.com2009-04-161-2/+1
* Allow unit_tests (and other non-bundle executables) to rely on objectiveC that'spinkerton@chromium.org2009-04-161-1/+2
* Correctly initialize all parts of the tab to unselected when it's created, ke...pinkerton@chromium.org2009-04-061-6/+12
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-4/+8
* Make the standard tab width wider to better match windows.pinkerton@chromium.org2009-03-261-1/+1
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-121-0/+5
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-0/+53