summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Add shutdown option to wrench menu.achuith@chromium.org2011-12-071-0/+10
* Rename constants used with default apps to confrom with naming convention.rogerta@chromium.org2011-12-061-2/+2
* Update CreateTabContents to use a content::Referrer instead of a plain URLjochen@chromium.org2011-12-061-6/+2
* retry r112077 - recently closed menu: respect middle clickestade@chromium.org2011-12-051-0/+1
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-1/+1
* Store the "browser autorestarted, last session must be restored" information ...marja@chromium.org2011-12-051-1/+1
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-5/+8
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+5
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-3/+4
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-021-10/+0
* Upgrade all call sites of PageNavigator::OpenURL that pass a referrer to use ...jochen@chromium.org2011-12-021-2/+4
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-011-8/+5
* Define DevTools content APIyurys@chromium.org2011-12-011-6/+4
* Support for screenlock - keyboard shortcut + wrench menu itemachuith@chromium.org2011-12-011-1/+11
* Make platform apps use and require a different container ("shell" instead of ...mihaip@chromium.org2011-12-011-2/+15
* Move ui sync code to common directory, clean up TCW.avi@chromium.org2011-11-301-1/+1
* Move extension delegate calls to a new ExtensionTabHelperDelegate interface.avi@chromium.org2011-11-301-0/+1
* Clean up kMaxTabCount that was added for TOUCH_UI.alicet@chromium.org2011-11-301-7/+0
* Revert 112077 - recently closed menu: respect middle clickaa@chromium.org2011-11-301-1/+0
* recently closed menu: respect middle clickestade@chromium.org2011-11-301-0/+1
* Plumb STYEL_GENERIC thru BrowserShowHtmlDialog, ShowHtmlDialog, CreateViewsWi...bshe@chromium.org2011-11-291-2/+3
* Revert "Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extension...aa@chromium.org2011-11-271-1/+1
* Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions.""aa@chromium.org2011-11-271-1/+1
* Panels: Disable auto-resize if initial size is specified during creation.jennb@chromium.org2011-11-231-5/+2
* base::bind migrations for browser.cccsilv@chromium.org2011-11-221-11/+12
* Register Browser for extension events from the original profile.yoz@chromium.org2011-11-221-4/+4
* Make DevToolsManager a singleton, remove it from ContentBrowserClient.yurys@chromium.org2011-11-221-1/+1
* Don't show first run bubble for non-tabbed windowssail@chromium.org2011-11-221-1/+5
* Page zoom improvements:csilv@chromium.org2011-11-221-9/+48
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-2/+2
* Revert "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."aa@chromium.org2011-11-211-1/+1
* Move a bunch of ChromeOS APIs out of chrome/browser/extensions.aa@chromium.org2011-11-211-1/+1
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-2/+2
* Split out fullscreen logic from Browser into FullscreenController.koz@chromium.org2011-11-211-276/+24
* Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-181-5/+7
* Revert 110765 - Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-181-10/+5
* Fix DownloadTests and change cros/aura to use shelfdavemoore@chromium.org2011-11-181-5/+10
* Add policies to control the disk cache size.pastarmovj@chromium.org2011-11-181-0/+11
* Provide assumed favicon for intents if page was never visited.groby@chromium.org2011-11-181-3/+9
* Implement Bookmark All Tabs Dialog with WebUI. yoshiki@chromium.org2011-11-181-10/+1
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Remove unused "maximized" parameter from WindowSizer::GetBrowserWindowBounds().tfarina@chromium.org2011-11-171-2/+1
* Simplify how we obtain the maximized state without having to go through Windo...tfarina@chromium.org2011-11-161-6/+4
* aura: Remove the experiment to always open app in windows.sadrul@chromium.org2011-11-161-4/+0
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-17/+17
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-16/+17
* Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-17/+16
* Append parameters to webstore URL to indicate launch source.estade@chromium.org2011-11-151-27/+41
* Get panels more functional under Aura.saintlou@chromium.org2011-11-141-5/+3
* Don't close tabs from crashed extensions with background pages.yoz@chromium.org2011-11-111-15/+19