summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_list.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Add ActiveTabChanged and ActiveBrowserChanged UMA actions.asvitkine@chromium.org2013-03-121-0/+3
* Check for no browsers across all desktops instead of current browser list bei...gab@chromium.org2013-02-231-1/+2
* Merge BrowserListImpl into BrowserList.gab@chromium.org2013-02-211-21/+105
* Revert 183580 - added a static initializer on Macyoz@chromium.org2013-02-211-106/+21
* Merge BrowserListImpl into BrowserList.gab@chromium.org2013-02-201-21/+106
* Make BrowserList::IsOffTheRecordSessionActive() check for the incognito windo...gab@chromium.org2013-02-141-2/+22
* Replace static/native-desktop-only BrowserList::const_reverse_iterator by des...gab@chromium.org2013-02-141-10/+0
* Revert 182463gab@chromium.org2013-02-141-0/+10
* Replace static/native-desktop-only BrowserList::const_reverse_iterator by des...gab@chromium.org2013-02-141-10/+0
* Make BrowserList::(Add|Remove)Observer add the observer to every desktop's br...gab@chromium.org2013-02-141-2/+11
* Phase out BrowserList::empty() and BrowserList::size().gab@chromium.org2013-02-141-10/+0
* BrowserList iterator methods have been phased out, delete them!gab@chromium.org2013-02-131-10/+0
* Make BrowserList::CloseAllBrowsersWithProfile iterate over all desktops and r...gab@chromium.org2013-02-121-1/+12
* Ensure that the active browser gets pushed into the correct browser list. ananta@chromium.org2013-01-241-1/+2
* Replace BrowserList::GetLastActive with chrome::FindLastActiveWithHostDesktop...grt@chromium.org2012-11-201-5/+0
* Reland of "work on separate browser contexts"scottmg@chromium.org2012-10-231-2/+4
* Revert 163414 - Always start up in --desktop-aura mode now, and open ash from...szym@chromium.org2012-10-231-4/+2
* Always start up in --desktop-aura mode now, and open ash from tools menu.scottmg@chromium.org2012-10-221-2/+4
* Move implementation of BrowserList onto an inner, instantiatable class, Brows...ben@chromium.org2012-07-121-248/+21
* Get rid of BrowserList::GetLastActive usage inside BrowserList.jam@chromium.org2012-06-131-9/+9
* TabContentsWrapper -> TabContents, part 53.avi@chromium.org2012-06-111-1/+1
* browser: Factor out TabContentsIterator into its own module.tfarina@chromium.org2012-05-271-45/+1
* Make BrowserList::GetLastActive() private, and add a friend list to BrowserLi...ben@chromium.org2012-05-251-12/+16
* Move application lifetime functionality off BrowserList.ben@chromium.org2012-05-181-351/+16
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-183/+2
* Rename and document Browser::GetTabbedBrowser()'smmenke@chromium.org2012-05-101-6/+11
* Always terminate the browser on user exit.stevenjb@chromium.org2012-05-051-20/+4
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-5/+5
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-3/+3
* Keep incognito profile active in ChromeOSstevenjb@google.com2012-04-051-0/+8
* Alternative method for dealing with zero browserspkotwicz@chromium.org2012-03-211-16/+32
* Some ChromeOS GTK cleanup: removing WmIpc and related files. And a few orphan...saintlou@chromium.org2012-03-191-12/+0
* Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other co...oshima@chromium.org2012-03-161-2/+2
* Switch the better session restore on by default.marja@chromium.org2012-02-271-2/+2
* Remove usage of WebKitContext from chrome. This also cleans up the chrome cod...jam@chromium.org2012-02-241-1/+1
* Exit chrome on desktop in the same way as on device,oshima@chromium.org2012-02-131-7/+12
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-3/+5
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-2/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Fixes for the kWasRestarted pref.marja@chromium.org2011-12-131-11/+12
* Fix build break after r112985. CQ didn't run cros buildjam@chromium.org2011-12-051-1/+1
* Store the "browser autorestarted, last session must be restored" information ...marja@chromium.org2011-12-051-7/+9
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-051-0/+10
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-18/+9
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-9/+18
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-18/+9
* chromeos: Change all clients of UpdateLibrary to use UpdateEngineClient.satorux@chromium.org2011-11-221-6/+6
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+3
* Eliminate CrosLibrary::EnsureLoadedstevenjb@google.com2011-11-171-3/+4