index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
background_mode_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+2
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
1
-2
/
+2
*
NULL out context_menu_ when nuking its containing status_icon_ object.
rickcam@chromium.org
2011-01-12
1
-0
/
+1
*
Enable BackgroundMode by default on all non-cros platforms.
atwilson@chromium.org
2010-12-31
1
-8
/
+6
*
Enable background mode on Mac by default.
atwilson@chromium.org
2010-12-23
1
-3
/
+3
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-2
/
+1
*
Cleaning up some issues discovered in a semi-related code review.
rickcam@chromium.org
2010-12-21
1
-5
/
+4
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-1
/
+1
*
Avoid inserting a redundant separator in status icon menu.
tfarina@chromium.org
2010-12-11
1
-1
/
+2
*
Follow pattern used for Linux and Windows to move the appropriate bits of Mac...
rickcam@chromium.org
2010-12-09
1
-206
/
+1
*
Bring BG mode out from behind the flag on Windows.
atwilson@chromium.org
2010-12-08
1
-2
/
+5
*
Put BG mode back behind a flag for now.
atwilson@chromium.org
2010-12-07
1
-5
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Moved LaunchOnStartup registry usage to file thread.
rickcam@chromium.org
2010-11-30
1
-30
/
+42
*
Turn background mode on by default on windows.
atwilson@chromium.org
2010-11-24
1
-4
/
+23
*
Remove background mode preferences UI.
atwilson@chromium.org
2010-11-24
1
-37
/
+5
*
Added Task Manager entry to Status Icon's content menu.
rickcam@chromium.org
2010-11-23
1
-3
/
+7
*
DOMUI: Do not change the current menu labels for Win/Mac/Linux.
tfarina@chromium.org
2010-11-20
1
-12
/
+9
*
Corrected bad DCHECK range check in BackgroundModeManager::ExecuteApplication.
rickcam@chromium.org
2010-11-16
1
-1
/
+1
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Added Status Icon support for Window and Linux
rickcam@chromium.org
2010-11-08
1
-25
/
+81
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-3
/
+3
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-5
/
+5
*
Move xdg_util into base/nix. I originally wanted to use base/linux, but you
brettw@chromium.org
2010-10-16
1
-2
/
+2
*
BackgroundModeManager is now responsible for KeepAlive for --no-startup-window
atwilson@chromium.org
2010-10-11
1
-5
/
+34
*
Rename ChromeThread to BrowserThread Part14:
tfarina@chromium.org
2010-10-10
1
-5
/
+5
*
Added command-line flags to autostart for Linux and Windows
rickcam@chromium.org
2010-10-06
1
-3
/
+6
*
BUG=57441
rickcam@chromium.org
2010-10-04
1
-4
/
+11
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-30
1
-12
/
+23
*
Change the menu item 'Options' to 'Settings' on the status icon.
tfarina@chromium.org
2010-09-30
1
-9
/
+14
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-29
1
-5
/
+2
*
Revert 60848 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
1
-23
/
+12
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
1
-12
/
+23
*
Revert 60834 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
1
-23
/
+12
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
1
-12
/
+23
*
BUG=43382
rickcam@chromium.org
2010-09-23
1
-49
/
+66
*
Revert 60169 - Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
1
-2
/
+5
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
1
-5
/
+2
*
Added Linux support for Launch-on-Startup
rickcam@chromium.org
2010-09-20
1
-4
/
+66
*
Disable background mode when associated pref changes.
atwilson@chromium.org
2010-08-28
1
-13
/
+54
*
Implemented Launch-on-OS-login on Windows
rickcam@chromium.org
2010-08-28
1
-1
/
+37
*
Revert 57749 - Disable background mode when associated pref changes.
atwilson@chromium.org
2010-08-27
1
-50
/
+9
*
Disable background mode when associated pref changes.
atwilson@chromium.org
2010-08-27
1
-9
/
+50
*
Disable BackgroundModeManager by default for M7, and add an --enable-backgrou...
atwilson@chromium.org
2010-08-27
1
-3
/
+3
*
Re-land. Fixed previous errors.
dimich@chromium.org
2010-08-27
1
-1
/
+50
*
Revert 57642 - Disable background mode when associated pref changes.
atwilson@chromium.org
2010-08-27
1
-42
/
+2
*
Disable background mode when associated pref changes.
atwilson@chromium.org
2010-08-27
1
-2
/
+42
*
Revert 57614 - Re-land. Fixed previous build error.
dimich@chromium.org
2010-08-27
1
-50
/
+1
[next]