summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/browser_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Adds a missing call to TabContents::WasHidden() on Mac.rohitrao@chromium.org2009-06-221-1/+0
* Implement restoring closed tab menu item. Reworked cross-platform code to han...pinkerton@chromium.org2009-06-191-5/+12
* Initial download shelf on OS X.thakis@chromium.org2009-06-181-4/+17
* Use a pdf instead of a png for incognito badge.pinkerton@chromium.org2009-06-161-1/+1
* Fix http://crbug.com/13971: OSX: Text copied from Omnibox is styledjeremy@chromium.org2009-06-151-0/+6
* Badge browser window with incognito icon when in incognito modepinkerton@chromium.org2009-06-151-0/+28
* Modifies the growbox behavior to be more Mac-like.rohitrao@chromium.org2009-06-091-2/+11
* Add a stack-based class for property disabling and re-enabling screen updatin...pinkerton@chromium.org2009-06-091-4/+3
* Bookmark bar, now with buttons.jrg@chromium.org2009-06-081-11/+21
* Only allow tabs to be dragged between compatible windows.shess@chromium.org2009-06-061-0/+15
* Add shift-zoom to maximize.pinkerton@chromium.org2009-05-271-0/+7
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-271-0/+5
* Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...pinkerton@chromium.org2009-05-221-4/+16
* Support multi-touch gestures for back&forward.pinkerton@chromium.org2009-05-201-0/+21
* Switch to a real API for putting titles in docked windows.avi@chromium.org2009-05-181-8/+0
* Explicitly set the window title in the dock when minimizing a window/updating...avi@google.com2009-05-151-16/+13
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-0/+22
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-141-22/+0
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-0/+22
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-141-1/+50
* Save/restore the focused subview.avi@google.com2009-05-131-10/+0
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-4/+1
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-121-20/+34
* Use Chrome facilities for omnibox state save and restore on Mac.shess@chromium.org2009-05-111-1/+2
* Enable the zoom button and stub out an implementation until we can get the re...pinkerton@chromium.org2009-05-071-6/+33
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-8/+5
* Move window chrome into drag overlay so they stand out more during a drag out...pinkerton@chromium.org2009-04-291-0/+12
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-291-6/+42
* Adds items to the Window menu on Mac.rohitrao@chromium.org2009-04-291-0/+21
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-281-5/+31
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-231-1/+16
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-1/+7
* Rename web_contents_view to tab_contents_view to fix the mac build.brettw@chromium.org2009-04-211-1/+1
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-171-0/+34
* Implement a unit test for the toolbar controller. Plumb the profile into the ...pinkerton@chromium.org2009-04-171-1/+2
* Remove two lines that were from a different experiment and got checked inpinkerton@chromium.org2009-04-141-3/+0
* Add a Cocoa file picker.avi@google.com2009-04-141-0/+13
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-3/+13
* Disable Leopard's automatic window title gradient height detection, as it getspinkerton@chromium.org2009-04-131-22/+69
* Convert more members to scoped pointers. Move status bubble into browser wind...pinkerton@chromium.org2009-04-131-0/+10
* Take two converting to scoped pointers, without ui_test failures.pinkerton@chromium.org2009-04-101-19/+14
* backing out r13504 due to ui_test issuespinkerton@chromium.org2009-04-101-14/+19
* Force c++ dtors to get called in objc interfaces (it was always on since gcc4...pinkerton@chromium.org2009-04-101-19/+14
* Re-order the steps used to create the new browser window on a tab drag in ord...pinkerton@chromium.org2009-04-091-4/+6
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-091-9/+45
* Refactor tab model observer for cocoa into a separate class so it can be re-u...pinkerton@chromium.org2009-04-081-1/+45
* Correctly position windows that are detached during a drag, instead of relyin...pinkerton@chromium.org2009-03-271-13/+24
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-1/+1
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-2/+33
* Bookmark menu work. Notes:jrg@chromium.org2009-03-251-1/+7