summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_window.h
Commit message (Expand)AuthorAgeFilesLines
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-0/+4
* Clean up remaining obsolete WebUI.flackr@chromium.org2012-02-291-3/+0
* Create BaseWindow and ExtensionWindowWrapper for extension API access to Panelsstevenjb@chromium.org2012-02-281-47/+13
* Add method skeleton for showing website settings.markusheintz@chromium.org2012-02-201-0/+10
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-161-10/+0
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+6
* Implement chrome.windows.update(drawAttention=false).jennb@chromium.org2012-01-141-1/+2
* Add Browser::IsPanelWindow() to correctly identify panel windows.stevenjb@google.com2012-01-111-0/+5
* Rip Out the Sidebar APIrdevlin.cronin@chromium.org2012-01-091-4/+1
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-3/+3
* TBR=jampfeldman@chromium.org2011-12-291-0/+8
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-3/+3
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-2/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-3/+8
* Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-191-3/+0
* Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-171-0/+3
* Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs.bauerb@chromium.org2011-12-171-3/+0
* Add extension API to change window show state using chrome.windows.update().jennb@chromium.org2011-11-221-0/+5
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-3/+0
* Delete code for and references to mini-gallery and theme install bubbles.yoz@chromium.org2011-10-271-3/+0
* Add shortcut to show avatar menusail@chromium.org2011-10-251-0/+3
* Moved mobile activation into its own modal dialog.zelidrag@chromium.org2011-10-241-0/+3
* Change EnterFullscreen() to take an enum instead of a bool as second parameter.thakis@chromium.org2011-10-171-4/+10
* Fixes bug in instant where we would end up incorrectly using thesky@chromium.org2011-10-151-2/+1
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-2/+5
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-4/+3
* Remove fading in/out for Instant previews.sreeram@chromium.org2011-10-121-3/+0
* views: remove vertical tabsthakis@chromium.org2011-10-061-3/+0
* Show avatar menu from NTP4sail@chromium.org2011-10-061-0/+6
* Remove BrowserWindow::ShowHTMLDialog().derat@chromium.org2011-10-011-5/+0
* Remove compact navigation code.thakis@chromium.org2011-09-261-3/+0
* Show global error bubble view when creating new browser windowsail@chromium.org2011-09-191-0/+1
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+8
* content: Move collected cookies constrained window to TabContentsWrapper.erg@chromium.org2011-09-071-1/+1
* Restoring a session should restore window minimization statedhollowa@chromium.org2011-08-221-0/+3
* Showing Task manager on the foreground window.yoshiki@chromium.org2011-08-161-2/+2
* Make BrowserWindow::CreateFindBar non-static so that it can be overridden by ...jennb@chromium.org2011-08-081-3/+3
* Fullscreen support for Lion.rohitrao@chromium.org2011-08-041-0/+5
* Consolidates managing of bookmark bar state to browser. Browser nowsky@chromium.org2011-06-241-7/+5
* Eliminate Window completely.ben@chromium.org2011-06-131-4/+0
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-2/+2
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-111-0/+3
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-101-3/+0
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-101-0/+3
* Cleanup popup related browser navigation code.stevenjb@google.com2011-04-281-0/+5
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-151-1/+1
* Flesh out a bit more of Panel class.jennb@chromium.org2011-04-151-7/+0
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-141-5/+0
* Implement PanelManager and hook up with Panel creation. The platform dependen...jianli@chromium.org2011-04-081-0/+8
* Add a stub implementation for Panel class.prasadt@chromium.org2011-04-041-2/+2