summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_contents_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-201-7/+8
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-191-0/+22
* Default to using the current tab when opening a url until we hook up more adv...pinkerton@chromium.org2009-02-171-1/+1
* Unstub some more of the Browser object, including the part that sets it as th...pinkerton@chromium.org2009-02-171-0/+5
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-171-0/+11
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-121-1/+3
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-121-0/+16
* Implement more of the TabContentsDelegate to hook up loading URLs from the lo...pinkerton@chromium.org2009-02-111-3/+29
* Hook views up.avi@chromium.org2009-02-101-0/+4
* Speling fix.avi@chromium.org2009-02-091-3/+3
* Add a method to CommandUpdater to remove an observer from all commands at once.pinkerton@chromium.org2009-02-061-5/+1
* Ensure toolbar buttons are in sync with command updater when tab becomes sele...pinkerton@chromium.org2009-02-061-6/+22
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-061-1/+43
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-061-2/+96
* Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.pinkerton@chromium.org2009-02-061-0/+6
* ui refresh from cole. make it look chromey and get the basic framework for th...pinkerton@google.com2009-01-231-0/+28