summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* We have localization (w00t!). Using it.avi@chromium.org2009-02-261-3/+8
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-255-26/+34
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-242-6/+10
* Fix references to moved filespinkerton@chromium.org2009-02-232-4/+4
* Move Cocoa-specific files into the cocoa folderpinkerton@chromium.org2009-02-234-0/+479
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-206-14/+70
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-194-0/+50
* Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...avi@chromium.org2009-02-174-29/+51
* 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-173-3/+39
* Sad Tab view for the Mac.avi@chromium.org2009-02-172-0/+96
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-174-2/+26
* Pump events to the renderer. Doesn't work currently due to activation issues.avi@chromium.org2009-02-122-0/+124
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-122-1/+4
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-124-0/+42
* 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-102-0/+5
* Speling fix.avi@chromium.org2009-02-092-4/+4
* 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-063-6/+33
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-064-1/+60
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-064-9/+133
* Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.pinkerton@chromium.org2009-02-062-5/+21
* Implement tab detach notifications to remove tabs from UI.pinkerton@chromium.org2009-02-051-8/+31
* Hook up tab close menu item and plumb tab closing scaffolding through UI laye...pinkerton@chromium.org2009-02-051-0/+5
* rename from tab_bar to tab_strip to be more consistent with windowspinkerton@chromium.org2009-01-295-23/+24
* hookup tabs to the model and handle new tab creationpinkerton@google.com2009-01-292-0/+323
* Add a stub shell dialogs to help us get linking faster.brettw@google.com2009-01-291-0/+19
* fix button cell to use cell's tag for appearance, not the button's cell which...pinkerton@google.com2009-01-262-10/+11
* ui refresh from cole. make it look chromey and get the basic framework for th...pinkerton@google.com2009-01-2310-0/+405