summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_contents_controller.h
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Delete TabContents.xib and instead create the TabContentsController's v...rohitrao@chromium.org2010-10-061-4/+2
* Move devtools and sidebar handling to BWC and ensure the order of layout adju...alekseys@chromium.org2010-09-091-33/+10
* Sidebar view, Mac implementation (common sidebar code and Windows version is ...thakis@chromium.org2010-08-301-0/+13
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-6/+16
* Ensures the renderer gets focus/blur message when switching tabs.jcampan@chromium.org2009-11-201-0/+4
* Don't install the RWHVMac into the view hierarchy until everything has been p...pinkerton@chromium.org2009-07-061-1/+9
* Mac fullscreen mode (with pkasting).jrg@chromium.org2009-06-291-3/+0
* Removes our homespun grow box and replaces it with therohitrao@chromium.org2009-06-291-7/+0
* Quick spelling fix.avi@google.com2009-06-181-3/+3
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-17/+1
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-131-16/+3
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-35/+1
* Move location bar bridge out of tab_contents_controller.shess@chromium.org2009-04-081-1/+2
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-071-4/+1
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-061-1/+4
* Mac bookmark work. jrg@chromium.org2009-03-181-2/+25
* 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-1/+6
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-271-2/+3
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-1/+4
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-201-2/+3
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-191-0/+5
* Unstub some more of the Browser object, including the part that sets it as th...pinkerton@chromium.org2009-02-171-0/+4
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-171-0/+3
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-121-0/+1
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-121-0/+4
* Hook views up.avi@chromium.org2009-02-101-0/+1
* Speling fix.avi@chromium.org2009-02-091-1/+1
* Ensure toolbar buttons are in sync with command updater when tab becomes sele...pinkerton@chromium.org2009-02-061-0/+5
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-061-0/+5
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-061-1/+20
* ui refresh from cole. make it look chromey and get the basic framework for th...pinkerton@google.com2009-01-231-0/+31