summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_mode_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-land. Fixed previous build error.dimich@chromium.org2010-08-271-1/+50
* Revert 57569 - Implement OSX version for "Start on Login" for background-enab...dimich@chromium.org2010-08-261-47/+1
* Implement OSX version for "Start on Login" for background-enabled extensions.dimich@chromium.org2010-08-261-1/+47
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Added options/preferences menu item to status icon context menus. Also refact...atwilson@chromium.org2010-08-251-9/+28
* BackgroudModeManager now listens for APP_TERMINATING and shuts down backgroundatwilson@chromium.org2010-08-251-13/+17
* Added support for context menus to status icons.atwilson@chromium.org2010-08-201-4/+50
* A quick fix for Bug 52675.hbono@chromium.org2010-08-191-1/+2
* Change when we create StatusTray to avoid problem running multi-profile testsatwilson@chromium.org2010-08-191-6/+7
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-181-0/+201