summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_mode_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-2/+2
* NULL out context_menu_ when nuking its containing status_icon_ object.rickcam@chromium.org2011-01-121-0/+1
* Enable BackgroundMode by default on all non-cros platforms.atwilson@chromium.org2010-12-311-8/+6
* Enable background mode on Mac by default.atwilson@chromium.org2010-12-231-3/+3
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-2/+1
* Cleaning up some issues discovered in a semi-related code review.rickcam@chromium.org2010-12-211-5/+4
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Avoid inserting a redundant separator in status icon menu.tfarina@chromium.org2010-12-111-1/+2
* Follow pattern used for Linux and Windows to move the appropriate bits of Mac...rickcam@chromium.org2010-12-091-206/+1
* Bring BG mode out from behind the flag on Windows.atwilson@chromium.org2010-12-081-2/+5
* Put BG mode back behind a flag for now.atwilson@chromium.org2010-12-071-5/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Moved LaunchOnStartup registry usage to file thread.rickcam@chromium.org2010-11-301-30/+42
* Turn background mode on by default on windows.atwilson@chromium.org2010-11-241-4/+23
* Remove background mode preferences UI.atwilson@chromium.org2010-11-241-37/+5
* Added Task Manager entry to Status Icon's content menu.rickcam@chromium.org2010-11-231-3/+7
* DOMUI: Do not change the current menu labels for Win/Mac/Linux.tfarina@chromium.org2010-11-201-12/+9
* Corrected bad DCHECK range check in BackgroundModeManager::ExecuteApplication.rickcam@chromium.org2010-11-161-1/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Added Status Icon support for Window and Linuxrickcam@chromium.org2010-11-081-25/+81
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-3/+3
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-5/+5
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-2/+2
* BackgroundModeManager is now responsible for KeepAlive for --no-startup-windowatwilson@chromium.org2010-10-111-5/+34
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-5/+5
* Added command-line flags to autostart for Linux and Windowsrickcam@chromium.org2010-10-061-3/+6
* BUG=57441rickcam@chromium.org2010-10-041-4/+11
* Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.akalin@chromium.org2010-09-301-12/+23
* Change the menu item 'Options' to 'Settings' on the status icon.tfarina@chromium.org2010-09-301-9/+14
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-291-5/+2
* Revert 60848 - Changed EXTENSION_UNINSTALLED notification to happen after uni...akalin@chromium.org2010-09-281-23/+12
* Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.akalin@chromium.org2010-09-281-12/+23
* Revert 60834 - Changed EXTENSION_UNINSTALLED notification to happen after uni...akalin@chromium.org2010-09-281-23/+12
* Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.akalin@chromium.org2010-09-281-12/+23
* BUG=43382rickcam@chromium.org2010-09-231-49/+66
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-2/+5
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-5/+2
* Added Linux support for Launch-on-Startuprickcam@chromium.org2010-09-201-4/+66
* Disable background mode when associated pref changes.atwilson@chromium.org2010-08-281-13/+54
* Implemented Launch-on-OS-login on Windowsrickcam@chromium.org2010-08-281-1/+37
* Revert 57749 - Disable background mode when associated pref changes.atwilson@chromium.org2010-08-271-50/+9
* Disable background mode when associated pref changes.atwilson@chromium.org2010-08-271-9/+50
* Disable BackgroundModeManager by default for M7, and add an --enable-backgrou...atwilson@chromium.org2010-08-271-3/+3
* Re-land. Fixed previous errors.dimich@chromium.org2010-08-271-1/+50
* Revert 57642 - Disable background mode when associated pref changes.atwilson@chromium.org2010-08-271-42/+2
* Disable background mode when associated pref changes.atwilson@chromium.org2010-08-271-2/+42
* Revert 57614 - Re-land. Fixed previous build error.dimich@chromium.org2010-08-271-50/+1