summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Reverting 24700.avi@chromium.org2009-08-281-44/+26
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-271-26/+44
* Reverting 24512.avi@chromium.org2009-08-261-44/+26
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-261-26/+44
* Check the favicon and loading state when a tab is created in case its TabCont...pinkerton@chromium.org2009-08-191-48/+61
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-0/+102
* Make sure we don't set focus to the findbar until after the focus is restored...estade@chromium.org2009-08-111-3/+9
* Fix tab z-ordering on Mac. Make the TabStripController take fullpinkerton@chromium.org2009-07-301-31/+57
* Fix tab dragging to always hide the new tab button while dragging a tab or ta...pinkerton@chromium.org2009-07-301-16/+28
* Give crashed tabs the crashed tab icon on the Mac.avi@chromium.org2009-07-271-3/+12
* Implement feature where tabs don't resize when using the close box until the ...pinkerton@chromium.org2009-07-241-8/+83
* Live resize of tabs as the window resizes.pinkerton@chromium.org2009-07-241-7/+35
* Make tabs go all the way to the right edge and stop using less of the strip a...pinkerton@chromium.org2009-07-231-9/+29
* Propagate theme changes to the tabstrip.avi@chromium.org2009-07-231-0/+6
* When a page is done loading, every tab change is important.avi@chromium.org2009-07-141-2/+2
* Added an helper namespace that provides fetches images from the app bundle an...thomasvl@chromium.org2009-07-091-2/+3
* Add context menus to tabs.pinkerton@chromium.org2009-07-081-0/+15
* Don't install the RWHVMac into the view hierarchy until everything has been p...pinkerton@chromium.org2009-07-061-1/+6
* Removes our homespun grow box and replaces it with therohitrao@chromium.org2009-06-291-17/+0
* Given the results of Rohit's investigation, I think that the times that we'remark@chromium.org2009-06-261-19/+27
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@chromium.org2009-06-251-3/+25
* Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontFork...avi@chromium.org2009-06-251-23/+3
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@chromium.org2009-06-251-3/+23
* Back out all sorts of stuff back to pre-r18933 so that we can regroup andmark@chromium.org2009-06-241-27/+19
* Rewrite some tab controller stuff to maybe (but probably not) improve perf.mark@chromium.org2009-06-241-28/+25
* perbotpinkerton@chromium.org2009-06-241-0/+3
* perfbotpinkerton@chromium.org2009-06-241-0/+2
* perfbot.pinkerton@chromium.org2009-06-241-5/+0
* perfbotpinkerton@chromium.org2009-06-241-0/+1
* more perfbot tests.pinkerton@chromium.org2009-06-241-0/+2
* More perfbot fun.pinkerton@chromium.org2009-06-241-0/+4
* More experiments on perfbot.pinkerton@chromium.org2009-06-241-6/+10
* Backing out last change to see if it regressed perf.pinkerton@chromium.org2009-06-241-10/+6
* Correct logic that changes throbber states such that it will stay in the "wai...pinkerton@chromium.org2009-06-221-6/+10
* Adds a missing call to TabContents::WasHidden() on Mac.rohitrao@chromium.org2009-06-221-11/+15
* Reverting r18743.avi@google.com2009-06-181-25/+3
* Fix an uninitialized variable that valgrind complains about.stuartmorgan@chromium.org2009-06-181-2/+4
* Committed wrong patchset for r18743. This should have been included.avi@google.com2009-06-181-4/+6
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@google.com2009-06-181-3/+23
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-271-0/+12
* Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...pinkerton@chromium.org2009-05-221-14/+64
* Put back in code that installs ThrobberView, but comment out timer. Add a big...pinkerton@chromium.org2009-05-211-13/+0
* More tests for tab_cold. commenting out drawRect entirely.pinkerton@chromium.org2009-05-211-1/+10
* Back to square zero, throbber disabled.pinkerton@chromium.org2009-05-211-1/+1
* Re-enabling throbber with some image caching. This will probably regress the ...pinkerton@chromium.org2009-05-211-6/+9
* Temporarily disabling throbber to see if startup tests bot goes back to normal.pinkerton@chromium.org2009-05-201-0/+4
* Implement a status throbber on the mac, currently using the Win artwork. Made...pinkerton@chromium.org2009-05-191-0/+42
* Save/restore the focused subview.avi@google.com2009-05-131-0/+7
* Fix issue where dragging a newly created tab drags the entire window by comme...pinkerton@chromium.org2009-05-131-1/+13
* Record UI metric for closing tabs with the mouse.pinkerton@chromium.org2009-05-121-8/+13