summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/browser_window_cocoa.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete chromeos specific codeoshima@chromium.org2012-04-091-3/+0
* [Sync] [Mac] Implement one-click signin bubble for OS Xakalin@chromium.org2012-03-281-2/+14
* Add Chrome To Mobile Mac page action and bubble.msw@chromium.org2012-03-271-1/+1
* Show a confirmation bubble after one-click sign inrogerta@chromium.org2012-03-261-0/+6
* Add alwaysOnTop property to extension Window objectdcheng@chromium.org2012-03-161-0/+4
* Add Chrome To Mobile Service and Views Page Action.msw@chromium.org2012-03-131-0/+4
* Revert 120593 - Ensure the previously active browser window gets the focus af...wez@chromium.org2012-03-121-2/+12
* Added yoshiki@chromium.org to task-manager related OWNERS files, as estade re...kgr@chromium.org2012-03-051-1/+1
* Clean up remaining obsolete WebUI.flackr@chromium.org2012-02-291-7/+0
* Add FullscreenController::ToggleFullscreenModeWithExtensionhashimoto@chromium.org2012-02-221-1/+1
* Convert popups to tabs for Lion fullscreen windows.rohitrao@chromium.org2012-02-221-0/+4
* Add method skeleton for showing website settings.markusheintz@chromium.org2012-02-201-0/+8
* Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents.flackr@chromium.org2012-02-161-3/+2
* Restores Fullscreen mode during session restore on Mac. Serializesdhollowa@chromium.org2012-02-091-0/+2
* mac: Invalidate resize box rect if the download shelf opens.thakis@chromium.org2012-02-081-0/+2
* Ensure the previously active browser window gets the focus after a browser wi...jennb@chromium.org2012-02-061-12/+2
* Revert 120282 - Fix broken resize box appearance after download shelf open/cl...mkwst@chromium.org2012-02-031-2/+0
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-031-0/+2
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+5
* Fix window zoom in a sane way, remove nasty casts.avi@chromium.org2012-01-141-7/+0
* Implement chrome.windows.update(drawAttention=false).jennb@chromium.org2012-01-141-3/+9
* Fix bug 104170: [Mac OS] Best-fit-window-zoom doesn't work anymorejianli@chromium.org2012-01-111-0/+7
* Add Browser::IsPanelWindow() to correctly identify panel windows.stevenjb@google.com2012-01-111-0/+4
* Remove the remaining tab_contents.h includes which were there because of side...jam@chromium.org2012-01-101-2/+2
* Rip Out the Sidebar APIrdevlin.cronin@chromium.org2012-01-091-16/+1
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-2/+2
* Remove some more tab_contents.h includes from Chrome.jam@chromium.org2012-01-051-2/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+2
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+2
* TBR=jampfeldman@chromium.org2011-12-291-0/+4
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-1/+3
* Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-191-6/+0
* Merge --enable-webui-taskmanager into --use-more-webui.yoshiki@chromium.org2011-12-191-5/+3
* Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-171-0/+6
* Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs.bauerb@chromium.org2011-12-171-6/+0
* Share ShowPageInfoBubble() function declaration between cocoa and gtk.tfarina@chromium.org2011-11-281-1/+1
* Add extension API to change window show state using chrome.windows.update().jennb@chromium.org2011-11-221-0/+17
* Cocoa: Align avatar bubble with edge of anchor controlsail@chromium.org2011-11-071-0/+2
* Delete code for and references to mini-gallery and theme install bubbles.yoz@chromium.org2011-10-271-5/+0
* Add shortcut to show avatar menusail@chromium.org2011-10-251-0/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* More build fixes from notification move.jam@chromium.org2011-10-191-1/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+7
* mac: Plumb fullscreen exit bubble type through to the UI.thakis@chromium.org2011-10-171-10/+8
* Change EnterFullscreen() to take an enum instead of a bool as second parameter.thakis@chromium.org2011-10-171-11/+20
* Fixes bug in instant where we would end up incorrectly using thesky@chromium.org2011-10-151-3/+1
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-5/+17
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Remove fading in/out for Instant previews.sreeram@chromium.org2011-10-121-4/+0