| Commit message (Expand) | Author | Age | Files | Lines |
* | browser: Move FindLastActiveWithProfile() into chrome namespace. | tfarina@chromium.org | 2012-11-12 | 1 | -1/+1 |
* | browser: Start moving browser_finder.h into chrome namespace. | tfarina@chromium.org | 2012-10-28 | 1 | -2/+2 |
* | browser: Move one last cocoa and gtk files into chrome namespace. | tfarina@chromium.org | 2012-10-14 | 1 | -3/+3 |
* | Removed dead code. | vitalybuka@chromium.org | 2012-10-05 | 1 | -31/+0 |
* | Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was ... | jam@chromium.org | 2012-09-24 | 1 | -4/+2 |
* | OSX CHECK() when opening new window during session restore | dhollowa@chromium.org | 2012-09-20 | 1 | -0/+8 |
* | Separate out profiles from window creation in dock menu. | avi@chromium.org | 2012-09-08 | 1 | -16/+15 |
* | Give access to browsers by Profile/HostDesktopType. | mad@chromium.org | 2012-08-24 | 1 | -1/+2 |
* | Add profile selector to dock menu. | avi@chromium.org | 2012-08-23 | 1 | -9/+17 |
* | Revert 152788 - Give access to browsers by Profile/HostDesktopType. | mad@chromium.org | 2012-08-22 | 1 | -2/+1 |
* | Give access to browsers by Profile/HostDesktopType. | mad@chromium.org | 2012-08-22 | 1 | -1/+2 |
* | mac: Delete more 10.5-only code | thakis@chromium.org | 2012-08-09 | 1 | -6/+1 |
* | chrome: Remove unused definition of ShowInstantConfirmDialog(). | tfarina@chromium.org | 2012-07-27 | 1 | -12/+0 |
* | mac: Remove now-unnecessary respondsToSelector: call | thakis@chromium.org | 2012-07-26 | 1 | -2/+1 |
* | Consolidate Browser Creation. | ben@chromium.org | 2012-07-25 | 1 | -2/+2 |
* | Remove all the OS X 10.6 SDK forward declarations. | rsesek@chromium.org | 2012-07-18 | 1 | -10/+0 |
* | Move notifications only used in chrome/ to chrome/, renames one notification ... | avi@chromium.org | 2012-07-18 | 1 | -2/+2 |
* | Rename APP_EXITING notification to ALL_BROWSERS_CLOSING. | benwells@chromium.org | 2012-07-13 | 1 | -1/+1 |
* | [Mac] Remove obsolete confirm to quit pref registration and migration code. | rsesek@chromium.org | 2012-07-02 | 1 | -3/+0 |
* | startup: Put it in chrome namespace. | tfarina@chromium.org | 2012-07-01 | 1 | -7/+7 |
* | Moves command handling from Browser to a new object, BrowserCommandController. | ben@chromium.org | 2012-06-27 | 1 | -4/+6 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -3/+4 |
* | Clean up/remove a bunch more functions from Browser. | ben@chromium.org | 2012-06-22 | 1 | -11/+11 |
* | Move singleton tabs off Browser. | ben@chromium.org | 2012-06-21 | 1 | -15/+14 |
* | Move some Mac-specific statics off Browser into functions in the browser name... | ben@chromium.org | 2012-06-20 | 1 | -9/+10 |
* | Use different help URLs for menus, accelerators, and WebUI. | derat@chromium.org | 2012-06-12 | 1 | -4/+4 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 1 | -1/+1 |
* | Move creation and ownership of DownloadManager from the embedder to content. ... | jam@chromium.org | 2012-06-06 | 1 | -1/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-24 | 1 | -2/+2 |
* | Revert 138823 - Make cloud print dialog creation function not use browser lis... | ben@chromium.org | 2012-05-24 | 1 | -2/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-24 | 1 | -2/+2 |
* | Change Cocoa FE to access the last active browser via a function only availab... | ben@chromium.org | 2012-05-24 | 1 | -3/+4 |
* | Revert 138561 - Make cloud print dialog creation function not use browser lis... | ben@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Revert cloud print dialog changes. | ben@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -2/+3 |
* | At browser exit, wait for pending print jobs before starting shutdown. This i... | jam@chromium.org | 2012-05-19 | 1 | -5/+0 |
* | Move application lifetime functionality off BrowserList. | ben@chromium.org | 2012-05-18 | 1 | -4/+5 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -2/+4 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 1 | -4/+5 |
* | Extract StartupTabs and startup types from StartupBrowserCreator. | ben@chromium.org | 2012-05-11 | 1 | -6/+6 |
* | Revert 136573 - Extract StartupTabs and startup types from StartupBrowserCrea... | ben@chromium.org | 2012-05-11 | 1 | -6/+6 |
* | Extract StartupTabs and startup types from StartupBrowserCreator. | ben@chromium.org | 2012-05-11 | 1 | -6/+6 |
* | Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. | ben@chromium.org | 2012-05-10 | 1 | -14/+16 |
* | Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st... | ben@chromium.org | 2012-05-10 | 1 | -6/+5 |
* | Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. | ben@chromium.org | 2012-05-10 | 1 | -5/+6 |
* | Change the "close Chrome with downloads in progress" dialog to resemble kenmo... | benrg@chromium.org | 2012-04-25 | 1 | -22/+13 |
* | Delete a bunch of stuff that isn't used. | ben@chromium.org | 2012-04-19 | 1 | -1/+0 |
* | Move auto-hiding desktop bar computation from PanelManager to DisplaySettings... | jianli@chromium.org | 2012-04-10 | 1 | -4/+12 |