summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
Commit message (Expand)AuthorAgeFilesLines
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-0/+2
* Create BaseWindow and ExtensionWindowWrapper for extension API access to Panelsstevenjb@chromium.org2012-02-281-1/+8
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-281-0/+4
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-281-4/+0
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-271-0/+4
* Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS.atwilson@chromium.org2012-02-251-0/+1
* Add an API around SessionStorageNamespace. This is just an empty API, what ma...jam@chromium.org2012-02-241-9/+9
* Add FullscreenController::ToggleFullscreenModeWithExtensionhashimoto@chromium.org2012-02-221-2/+5
* Settings: Direct the user to the advanced page instead of the non-existentjhawkins@chromium.org2012-02-221-1/+1
* Add method skeleton for showing website settings.markusheintz@chromium.org2012-02-201-1/+2
* Launch panels in Aura (through chrome.windows.create()) with a new panel view.stevenjb@chromium.org2012-02-161-0/+8
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-161-4/+0
* Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome should...jam@chromium.org2012-02-131-4/+3
* Refactor Browser window creation.avi@chromium.org2012-02-091-0/+4
* Revise logic to show the first-run bubble at the first appropriate opportunity.msw@chromium.org2012-02-041-0/+3
* [HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura.tbarzic@chromium.org2012-02-011-0/+3
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-3/+3
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+1
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-1/+16
* Revert 117067 - Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-16/+1
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-1/+16
* Rip Out the Sidebar APIrdevlin.cronin@chromium.org2012-01-091-2/+1
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-3/+1
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-1/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-3/+1
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-1/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-3/+1
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-7/+8
* Refactor and fix feedbackrkc@chromium.org2012-01-061-2/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-9/+11
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-19/+12
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+8
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-0/+2
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-1/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-54/+64
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-12/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-1/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-4/+4
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-3/+4
* Remove two fullscreen method declarations from Browser.tfarina@chromium.org2011-12-221-8/+0
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-211-2/+3
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-5/+5
* Really forward declare FullscreenController in browser.htfarina@chromium.org2011-12-201-12/+5
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...avi@chromium.org2011-12-091-3/+3
* Add shutdown option to wrench menu.achuith@chromium.org2011-12-071-0/+1
* Update CreateTabContents to use a content::Referrer instead of a plain URLjochen@chromium.org2011-12-061-1/+1
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-021-8/+0
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-011-3/+1
* Support for screenlock - keyboard shortcut + wrench menu itemachuith@chromium.org2011-12-011-0/+1