summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/browser_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-1/+1
* [Mac] Hide browser action buttons when they would otherwise overflow with the...andybons@chromium.org2010-01-211-0/+4
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-2/+2
* Fix command-click on buttons in background windows to perform their action in...pinkerton@chromium.org2010-01-141-5/+32
* Support pinch to zoom on the Macstuartmorgan@chromium.org2010-01-121-3/+43
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-2/+7
* [Mac] Implement WindowSizer::GetDefaultPopupOrigin()rohitrao@chromium.org2010-01-051-0/+10
* Mac: Cmd-three finger swipe should open prev/next page in new tab.thakis@chromium.org2010-01-031-3/+4
* The bookmark bar with zero height should be explicitly hidden. This is requir...avi@chromium.org2009-12-221-1/+4
* Half of CL 481012 (reverted at r35038).viettrungluu@chromium.org2009-12-191-20/+5
* Revert 34998, more stabbing in the dark to find a perf regression - Mac: impl...thakis@chromium.org2009-12-191-5/+20
* Mac: implement DnD of URLs onto Omnibox.viettrungluu@chromium.org2009-12-181-20/+5
* Mac: fix/implement app windows (not app mode), popups, drawing; refactor code.viettrungluu@chromium.org2009-12-161-162/+263
* mac: totally revamp "Aw Snap" page, implement new "Learn more" link, add unit...kuan@chromium.org2009-12-151-0/+17
* Refactor browser action apitest and port for mac.kkania@chromium.org2009-12-141-0/+4
* Mac: remove extension shelf code.viettrungluu@chromium.org2009-12-121-22/+1
* Mac: implement drag-and-drop of URLs to tabs/tab strip.viettrungluu@chromium.org2009-12-041-2/+17
* Mac: restore window size/position when hiding bookmark bar or download shelf.viettrungluu@chromium.org2009-12-041-22/+159
* Mac: change tab change notifications to pass full TabChangeType.viettrungluu@chromium.org2009-12-011-17/+13
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...akalin@chromium.org2009-11-251-2/+2
* Allow the window to be moved when dragging on the incognito iconviettrungluu@chromium.org2009-11-241-2/+13
* Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...akalin@chromium.org2009-11-241-65/+4
* [Mac] Add support for growing or shrinking the window during animations.rohitrao@chromium.org2009-11-191-4/+94
* Mac: animate NTP detached bookmark bar <-> normal bookmark bar.viettrungluu@chromium.org2009-11-181-22/+22
* Fix for parent window closing behind the bookmark bubble.dmaclach@chromium.org2009-11-181-30/+46
* Explicitly set an icon color for Incognito on Mac.avi@google.com2009-11-171-12/+16
* Fix multi-window bookmark bubble problem.jrg@chromium.org2009-11-151-15/+5
* Mac: Animate the bookmark bar showing/hiding.viettrungluu@chromium.org2009-11-141-47/+103
* Mac: Only show one per-tab sheet at a time per tab.thakis@chromium.org2009-11-131-2/+2
* Enable and implement last 2 items in bookmark bar context menu: "Openjrg@chromium.org2009-11-121-8/+1
* [Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli...rohitrao@chromium.org2009-11-091-0/+5
* Makes the window not autocalculate its content border thickness, and fixes itdmaclach@chromium.org2009-11-091-8/+0
* Added menu item for sync to wrench menu.akalin@chromium.org2009-11-061-0/+69
* Revert 31284 - Added menu item for sync to wrench menu.willchan@chromium.org2009-11-061-67/+0
* Added menu item for sync to wrench menu.akalin@chromium.org2009-11-061-0/+67
* Shifted patterns in tabs and background pattern over so that patterns line up...dmaclach@chromium.org2009-11-041-2/+8
* Implement tab closing animations.pinkerton@chromium.org2009-11-041-4/+8
* Mac: fix Text Encoding menu/submenuviettrungluu@chromium.org2009-11-031-0/+9
* DeferredAutoreleasePool didn't work on Snow Leopard.mark@chromium.org2009-10-311-2/+16
* Cleans up our autorelease handling so that we don't create a layered dmaclach@chromium.org2009-10-301-16/+2
* Disable fullscreen for Mstone-4 / ReleaseBlock-Beta.jrg@chromium.org2009-10-271-0/+3
* Fixes up bookmark bubbles and the browser window so that they shut down corre...dmaclach@chromium.org2009-10-261-121/+101
* Mac: Make Cmd-[ and Cmd-] work properly again.viettrungluu@chromium.org2009-10-261-14/+15
* Mac: Fix (window modal) sheet placement when bookmark bar is present.viettrungluu@chromium.org2009-10-261-3/+17
* Mac: implement dispositions for back/forward buttons (not in drop-downs).viettrungluu@chromium.org2009-10-241-2/+7
* [Mac] Make bookmark bar primitive drag destination.thakis@chromium.org2009-10-241-1/+1
* Coding style fix: "if(" => "if (".viettrungluu@chromium.org2009-10-231-1/+1