| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove using namespace from ObserverList. | brettw | 2015-06-03 | 1 | -2/+2 |
* | The Lock and Guest functions currently try to close all browser windows for t... | mlerman | 2014-09-05 | 1 | -0/+36 |
* | Merge BrowserListImpl into BrowserList. | gab@chromium.org | 2013-02-21 | 1 | -6/+66 |
* | Revert 183580 - added a static initializer on Mac | yoz@chromium.org | 2013-02-21 | 1 | -64/+6 |
* | Merge BrowserListImpl into BrowserList. | gab@chromium.org | 2013-02-20 | 1 | -6/+64 |
* | Make BrowserList::IsOffTheRecordSessionActive() check for the incognito windo... | gab@chromium.org | 2013-02-14 | 1 | -2/+4 |
* | Replace static/native-desktop-only BrowserList::const_reverse_iterator by des... | gab@chromium.org | 2013-02-14 | 1 | -8/+0 |
* | Revert 182463 | gab@chromium.org | 2013-02-14 | 1 | -0/+8 |
* | Replace static/native-desktop-only BrowserList::const_reverse_iterator by des... | gab@chromium.org | 2013-02-14 | 1 | -8/+0 |
* | Make BrowserList::(Add|Remove)Observer add the observer to every desktop's br... | gab@chromium.org | 2013-02-14 | 1 | -3/+4 |
* | Phase out BrowserList::empty() and BrowserList::size(). | gab@chromium.org | 2013-02-14 | 1 | -3/+0 |
* | BrowserList iterator methods have been phased out, delete them! | gab@chromium.org | 2013-02-13 | 1 | -6/+0 |
* | Make BrowserList::CloseAllBrowsersWithProfile iterate over all desktops and r... | gab@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ... | gab@chromium.org | 2013-02-01 | 1 | -1/+0 |
* | IWYU: include base/basictypes.h in browser_list.h for the sake of size_t. | grt@chromium.org | 2012-11-20 | 1 | -0/+2 |
* | Replace BrowserList::GetLastActive with chrome::FindLastActiveWithHostDesktop... | grt@chromium.org | 2012-11-20 | 1 | -58/+0 |
* | browser: Move one last cocoa and gtk files into chrome namespace. | tfarina@chromium.org | 2012-10-14 | 1 | -6/+3 |
* | Clean up infobars' use of FindAnyBrowser and GetLastActive. | grt@chromium.org | 2012-10-12 | 1 | -4/+0 |
* | Cleanup: Remove some of BrowserList's former friends. | thestig@chromium.org | 2012-10-04 | 1 | -9/+0 |
* | [Web Intents] Add ability to dispatch intents from extension-caused code (i.e... | gbillock@chromium.org | 2012-08-09 | 1 | -0/+6 |
* | Move implementation of BrowserList onto an inner, instantiatable class, Brows... | ben@chromium.org | 2012-07-12 | 1 | -22/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | startup: Put it in chrome namespace. | tfarina@chromium.org | 2012-07-01 | 1 | -5/+8 |
* | browser: Do the check for network profile outside of views. | tfarina@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Get rid of browser::FindLastActiveWithProfile call in extensions uninstall di... | jam@chromium.org | 2012-06-25 | 1 | -2/+2 |
* | browser: Rename network_profile_bubble.* to network_profile_bubble_view.* and... | tfarina@chromium.org | 2012-06-25 | 1 | -1/+1 |
* | Remove BrowserList::GetLastActive usage from WebUI pages. I've plumbed the Ta... | jam@chromium.org | 2012-06-19 | 1 | -2/+0 |
* | Remove BrowserList::GetLastActive usage from interactive ui tests.. | jam@chromium.org | 2012-06-15 | 1 | -5/+0 |
* | Remove BrowserList::GetLastActive from extensions install dialog code by plum... | jam@chromium.org | 2012-06-15 | 1 | -7/+0 |
* | browser_list.h - remove friend class BasePanelBrowserTest. | jennb@chromium.org | 2012-06-13 | 1 | -1/+0 |
* | Remove use of BrowserList in Print Preview test code. | ben@chromium.org | 2012-06-01 | 1 | -5/+0 |
* | Remove friend declaration from BrowserList for one panel test. | jennb@chromium.org | 2012-05-30 | 1 | -1/+0 |
* | Revert 139428 - Remove use of BrowserList in Print Preview test code. | rlp@chromium.org | 2012-05-30 | 1 | -0/+5 |
* | Remove use of BrowserList in Print Preview test code. | ben@chromium.org | 2012-05-29 | 1 | -5/+0 |
* | browser: Factor out TabContentsIterator into its own module. | tfarina@chromium.org | 2012-05-27 | 1 | -74/+1 |
* | Make BrowserList::GetLastActive() private, and add a friend list to BrowserLi... | ben@chromium.org | 2012-05-25 | 1 | -11/+86 |
* | Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste... | ben@chromium.org | 2012-05-23 | 1 | -3/+3 |
* | Move application lifetime functionality off BrowserList. | ben@chromium.org | 2012-05-18 | 1 | -77/+0 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 1 | -56/+3 |
* | Rename and document Browser::GetTabbedBrowser()'s | mmenke@chromium.org | 2012-05-10 | 1 | -7/+10 |
* | TabContents -> WebContentsImpl, part 21. | avi@chromium.org | 2012-04-17 | 1 | -7/+7 |
* | Alternative method for dealing with zero browsers | pkotwicz@chromium.org | 2012-03-21 | 1 | -5/+9 |
* | Replace WebUI::tab_contents() with web_contents() and switch all users to use... | jam@chromium.org | 2011-12-30 | 1 | -5/+4 |
* | Fixes for the kWasRestarted pref. | marja@chromium.org | 2011-12-13 | 1 | -3/+3 |
* | Store the "browser autorestarted, last session must be restored" information ... | marja@chromium.org | 2011-12-05 | 1 | -3/+3 |
* | chrome: Remove 11 exit time destructors and 4 static initializers. | thakis@chromium.org | 2011-11-17 | 1 | -16/+7 |
* | Sync Promo: Close browser tab when closing promo | sail@chromium.org | 2011-10-12 | 1 | -0/+6 |
* | Trying again to land OOM priority manager changes. | gspencer@google.com | 2011-08-23 | 1 | -1/+1 |
* | Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. | mattm@chromium.org | 2011-08-22 | 1 | -1/+1 |
* | Changing OOM range to 0, 1000 and tweaking OOM algorithm. | gspencer@google.com | 2011-08-22 | 1 | -1/+1 |