summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 241125 "Revert of https://codereview.chromium.org/68713009/"laforge@chromium.org2014-02-141-1/+1
* Merge 243474 "Fix non-otr profile's file manager being launched ..."tbarzic@chromium.org2014-01-151-0/+2
* Merge 241612 "Ensure that we don't start the browser shutdown se..."ananta@chromium.org2013-12-181-3/+1
* Remove some static methods on Browser that were used to service WebContentsDe...jam@chromium.org2013-12-161-89/+48
* Refresh rAc() when tab is activated because of another tab closing.dbeam@chromium.org2013-12-131-1/+1
* Move form validation message bubble into content/, wire up to Android WebView.benm@chromium.org2013-12-121-0/+33
* Use base namespace for string16 in chrome/browser.brettw@chromium.org2013-12-061-11/+12
* Add support for color input datalist on Androidkeishi@chromium.org2013-11-291-3/+4
* Removed a bunch of references to GetActiveEntry in chrome/browser/ui.jww@chromium.org2013-11-211-1/+1
* Cancel all in-progress downloads when the last browser window is closed.sammc@chromium.org2013-11-201-0/+8
* [win8] Force browsers created while Chrome is in Metro mode to be on the Ash ...tapted@chromium.org2013-11-191-1/+2
* Devtools workspace feature means that a developer can loselushnikov@chromium.org2013-11-161-0/+11
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Always force-create the session service when opening a browser window.sammc@chromium.org2013-11-131-0/+5
* Move chrome/common/extensions/background_info.h to src/extensionsjamescook@chromium.org2013-11-091-1/+1
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-1/+1
* Don't attempt to session restore an undocked devtools window in AURA.ananta@chromium.org2013-11-041-1/+1
* Enable profile pinning by setting browser window relaunch detailscalamity@chromium.org2013-10-311-14/+0
* [Clean up] Remove Browser::UpdateSearchState() and inline its definition into...kmadhusu@chromium.org2013-10-291-8/+3
* Revert 231295 "Enable profile pinning by setting browser window ..."battre@chromium.org2013-10-281-0/+14
* Translate: New Bubble UX (for the view toolkit)hajimehoshi@chromium.org2013-10-281-1/+8
* Enable profile pinning by setting browser window relaunch detailscalamity@chromium.org2013-10-281-14/+0
* Handle ChromeViewHostMsg_FocusOmnibox IPC message only if the web contents co...kmadhusu@chromium.org2013-10-261-0/+3
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-2/+2
* On browser close, the browser checks to see if there are any pending downloads.felt@chromium.org2013-10-211-3/+4
* Make hosted app windows enable the toolbar for streamlined hosted apps.calamity@chromium.org2013-10-161-1/+2
* [GTK] Embed Flash fullscreen widget within browser window, plus HTML5 fullscr...miu@chromium.org2013-10-151-7/+0
* Extract browser.RunUnloadEventsHelper into unload controllerslushnikov@chromium.org2013-10-121-13/+3
* Fix WeakPtrFactory ordering problems in uidmichael@chromium.org2013-10-091-3/+3
* fix to show detached bookmark bar on NTP when "Show bookmarks bar" is on.kuan@chromium.org2013-10-021-4/+6
* Preserve find bar selection across tab switches.pkasting@chromium.org2013-09-301-12/+7
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-5/+0
* Fix multiple problems with omnibox text handling across focus changes.pkasting@chromium.org2013-09-241-5/+16
* Remove the concept of blocked contents.jochen@chromium.org2013-09-171-11/+0
* Embed Flash Fullscreen widget within browser window.miu@chromium.org2013-09-171-0/+13
* Enable dragged tab controller to process RequestMediaAccessPermission() with UI.wjia@chromium.org2013-09-131-12/+2
* Move startup_metric_utils.* to a new componentaberent@chromium.org2013-09-031-1/+1
* fix flashing bottom gray bar when navigating away from NTP w/ unpinned bookma...kuan@chromium.org2013-08-271-0/+20
* Instead of passing ToolbarModel*s around, have classes ask the Browser.pkasting@chromium.org2013-08-221-2/+1
* Don't pass an unnecessary bool along the chain of "update toolbar" calls.pkasting@chromium.org2013-08-211-2/+2
* Add NativeWebContentsModalDialogManager::HostChanged()wittman@chromium.org2013-08-201-1/+1
* Remove old popup blocker.jochen@chromium.org2013-08-191-4/+1
* Extend batched shutdown to include the in-progress downloads dialog.sammc@chromium.org2013-08-161-3/+11
* Don't close tabs at shutdown until all beforeunload handlers have run.sammc@chromium.org2013-08-161-0/+16
* When creating a background contents, also adopt the session storage namespace.jochen@chromium.org2013-08-141-12/+18
* Turn off search terms replacement if a page doesn't support instant.kmadhusu@chromium.org2013-08-121-0/+7
* Add CurrentProcessInfo::CreationTime() for Linuxsimonjam@chromium.org2013-08-081-7/+6
* Also block popups that open with disposition NEW_WINDOWjochen@chromium.org2013-08-051-1/+2
* Remove all extended_enabled_ checks from InstantController.kmadhusu@chromium.org2013-08-021-1/+1
* chrome.downloads.setShelfEnabled(boolean)benjhayden@chromium.org2013-07-311-1/+1