summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-121-1/+1
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-5/+9
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-0/+3
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-271-0/+3
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-271-3/+5
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-2/+5
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-201-2/+1
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-191-0/+5
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-171-0/+3
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-121-0/+9
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-061-0/+4
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-061-3/+9
* rename from tab_bar to tab_strip to be more consistent with windowspinkerton@chromium.org2009-01-291-3/+3
* hookup tabs to the model and handle new tab creationpinkerton@google.com2009-01-291-0/+40