summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_contents_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Do not resize devtools when showing if it is already open.rohitrao@chromium.org2010-02-111-7/+14
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-2/+74
* Ensures the renderer gets focus/blur message when switching tabs.jcampan@chromium.org2009-11-201-0/+9
* Don't install the RWHVMac into the view hierarchy until everything has been p...pinkerton@chromium.org2009-07-061-1/+3
* Mac fullscreen mode (with pkasting).jrg@chromium.org2009-06-291-8/+0
* Removes our homespun grow box and replaces it with therohitrao@chromium.org2009-06-291-25/+0
* Fixes focus issues when browsing on Mac.rohitrao@chromium.org2009-05-041-2/+7
* Add a stub test for TabStripController. It doesn't fully work because of issuespinkerton@chromium.org2009-04-271-1/+3
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-49/+1
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-131-2/+1
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-147/+0
* Move location bar bridge out of tab_contents_controller.shess@chromium.org2009-04-081-74/+16
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-071-24/+72
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-061-72/+24
* Make NTP work by correctly marking the kind of urls we type in. Patch from ro...pinkerton@chromium.org2009-03-301-1/+5
* Redone http://codereview.chromium.org/42571idanan@chromium.org2009-03-241-0/+2
* Mac bookmark work. jrg@chromium.org2009-03-181-1/+47
* Use URLFixerUpper to clean up potential url before going there.shess@chromium.org2009-03-161-1/+7
* Replace a NOTIMPLEMENTED() with a bug.pinkerton@chromium.org2009-03-161-1/+1
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+1
* Reverting 11640.finnur@chromium.org2009-03-131-1/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+1
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-0/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-8/+8
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-271-2/+9
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-271-3/+3
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-10/+7
* 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