summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/browser_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-9/+20
* Fix mac build break.estade@chromium.org2009-03-181-1/+0
* Mac bookmark work. jrg@chromium.org2009-03-181-8/+44
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-6/+6
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-0/+17
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-271-0/+4
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-1/+2
* Fix references to moved filespinkerton@chromium.org2009-02-231-2/+2
* Move Cocoa-specific files into the cocoa folderpinkerton@chromium.org2009-02-231-0/+156