summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/browser_window_cocoa.mm
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 37.avi@chromium.org2012-06-111-6/+6
* mac: Use NSWidth() and friends in a few more places.thakis@chromium.org2012-06-071-3/+3
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-1/+1
* Tracks changes to zoom icon and zoom percentage. Notifies browser window if t...khorimoto@chromium.org2012-06-041-0/+12
* Remove the web-ui task manager unused stuffs for non-ChromeOS. yoshiki@chromium.org2012-05-311-21/+2
* Update behavior of one-click infobar to remove modal dialog, add "undo".rogerta@chromium.org2012-05-291-5/+2
* Make PageInfoBubble not use BrowserList::GetLastActive and instead obtain a n...ben@chromium.org2012-05-241-1/+2
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-0/+1
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* Web-ify a bunch of these names. I am going to move some of the framework code...ben@chromium.org2012-04-251-1/+1
* 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