summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* 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