summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Let Chrome app handle Ash accelerators first if the app is launched as a window.yusukes@chromium.org2012-05-171-15/+8
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-34/+5
* Web Intents: Remove the flag and compile-time define.jhawkins@chromium.org2012-05-161-4/+0
* Remove some more ChromeOS stuff from chrome/browser/uiben@chromium.org2012-05-151-1/+0
* Remove some more OS_CHROMEOS from browser.beng@google.com2012-05-151-12/+0
* browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.tfarina@chromium.org2012-05-121-5/+5
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-2/+2
* Rename and document Browser::GetTabbedBrowser()'smmenke@chromium.org2012-05-101-2/+3
* Remove prerender hover experiment supportdominich@chromium.org2012-05-101-12/+0
* Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.ben@chromium.org2012-05-101-5/+5
* Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st...ben@chromium.org2012-05-101-5/+5
* Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.ben@chromium.org2012-05-101-5/+5
* Moved url_utils from chrome/browser/net to chrome/common/net.groby@chromium.org2012-05-091-2/+2
* browser: Remove tab handler concept.tfarina@chromium.org2012-05-061-87/+67
* Fixes possible crash in Browser::OpenApplicationTab. The problem issky@chromium.org2012-05-021-0/+3
* Remove browser from web intents UI code.benwells@chromium.org2012-05-021-2/+1
* Refactor LoginUIService to not rely on WebUI.atwilson@chromium.org2012-05-011-1/+1
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* Don't group same-site links in new windows in the same SiteInstance.creis@chromium.org2012-04-271-2/+2
* Add a button to exit managed mode in place of the profile avatar.bauerb@chromium.org2012-04-271-2/+12
* Adding IsMouseLocked and removing IsMouseLockedOrPending from FullscreenContr...scheib@chromium.org2012-04-271-2/+2
* browser: Get rid of DialogStyle altogether.tfarina@chromium.org2012-04-261-8/+3
* User Gesture plumbed from Renderer to Browser's FullscreenController::Request...scheib@chromium.org2012-04-261-2/+2
* Web-ify a bunch of these names. I am going to move some of the framework code...ben@chromium.org2012-04-251-8/+8
* ash: Ensure LAUNCH_WINDOW opens in normal window.xiyuan@chromium.org2012-04-241-12/+16
* Switch platform apps from a declarative launch container to handling an onLau...asargent@chromium.org2012-04-231-8/+8
* cros: Use UMA histograms for low memory statisticsjamescook@chromium.org2012-04-201-2/+4
* Sort methods in Browser.cc to match .hben@chromium.org2012-04-201-610/+615
* Move a lot of ChromeOS stuff out of Browser and onto various Ash-related help...ben@chromium.org2012-04-201-137/+4
* Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i...bauerb@chromium.org2012-04-201-41/+0
* Remove a bunch of dead cros stuff from browser/browserview.ben@chromium.org2012-04-191-31/+2
* Wait for other browser windows to close when entering managed mode and cancel...bauerb@chromium.org2012-04-181-0/+5
* cros: Record UMA stats for tab discards in low memory conditionsjamescook@chromium.org2012-04-181-4/+5
* content: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-181-1/+1
* Respect user-selected launch type (tab/window/fullscreen) when opening File M...kaznacheev@chromium.org2012-04-181-7/+3
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-13/+13
* Fixes FindBar crash. The crash appears to be because if you select asky@chromium.org2012-04-171-3/+3
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-1/+1
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-14/+17
* TabContents -> WebContentsImpl, part 8.avi@chromium.org2012-04-131-1/+1
* Close downloads shelf when showing downloads tab.asanka@chromium.org2012-04-121-2/+2
* Set Browser::is_attempting_to_close_browser_ in Browser::TabStripEmpty()stevenjb@chromium.org2012-04-091-0/+3
* Remove obsolete chromeos specific codeoshima@chromium.org2012-04-091-8/+0
* Don't recreate background windows when allow_js_access if falsemihaip@chromium.org2012-04-091-3/+8
* Changed the default homepage for new user profiles.khorimoto@chromium.org2012-04-061-3/+2
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-2/+2
* Honor window size for chrome.windows.create when parent window is maximized.aa@chromium.org2012-04-041-41/+45
* Gdata ctrl-o support.achuith@chromium.org2012-04-041-1/+7
* Automated tests for full screen & mouse lock M16 featuresscheib@chromium.org2012-04-041-3/+7
* [uber page] Uber URL cleanups.csilv@chromium.org2012-03-311-21/+10