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
/
background_mode_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear session-only data when all browser windows are closed.
sammc@chromium.org
2013-10-18
1
-1
/
+1
*
Cleanup: Remove chrome namespace from application_launch.h
limasdf@gmail.com
2013-09-27
1
-2
/
+1
*
Update Status Icon menu when menu model changes (Linux Aura)
sidharthms@chromium.org
2013-08-28
1
-49
/
+21
*
Status tray refactor and no-menu status icon support on Linux
sidharthms@chromium.org
2013-07-31
1
-8
/
+7
*
Add support for named status icons.
dewittj@chromium.org
2013-07-18
1
-1
/
+2
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
1
-1
/
+1
*
Don't show a "new background extension" warning when reinstalling an existing...
petewil@chromium.org
2013-06-28
1
-2
/
+24
*
Remove "View Background Pages".
avi@chromium.org
2013-06-22
1
-1
/
+1
*
ProfileInfoCacheObserver: All methods now have a default empty implementation.
mgiuca@chromium.org
2013-06-11
1
-9
/
+0
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-2
/
+2
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-2
/
+2
*
Fix issue with login items getting recreated.
atwilson@chromium.org
2013-04-12
1
-19
/
+7
*
Delete items of the launcher jump list upon pressing Shift click
skuhne@chromium.org
2013-03-13
1
-3
/
+5
*
Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow brow...
gab@chromium.org
2013-02-20
1
-2
/
+4
*
browser: Move the rest of application_lifetime.h into chrome namespace.
tfarina@chromium.org
2013-02-18
1
-1
/
+1
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-2
/
+2
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-5
/
+5
*
Only add NORMAL separators if menu has at least one item and previous item is...
wez@chromium.org
2013-02-08
1
-1
/
+3
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
1
-5
/
+6
*
Rename application_launch namespace to chrome
benwells@chromium.org
2013-01-31
1
-2
/
+2
*
browser: Start moving application_lifetime.h functions into chrome namespace.
tfarina@chromium.org
2013-01-30
1
-6
/
+6
*
Refactor calls to ExtensionPrefs::GetLaunchContainer before application_launc...
tapted@chromium.org
2013-01-11
1
-6
/
+1
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-1
/
+1
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-2
/
+6
*
FindLastActiveWithProfile now requires a HostDesktopType.
grt@chromium.org
2012-11-29
1
-1
/
+3
*
Revert 169654 - FindLastActiveWithProfile now requires a HostDesktopType.
joi@chromium.org
2012-11-27
1
-3
/
+1
*
FindLastActiveWithProfile now requires a HostDesktopType.
grt@chromium.org
2012-11-27
1
-1
/
+3
*
Move scale factor independent resources to separate chrome_unscaled_resources...
oshima@chromium.org
2012-11-15
1
-1
/
+1
*
Convert PrefChangeRegistrar usages, batch 1.
joi@chromium.org
2012-11-13
1
-7
/
+4
*
browser: Move FindLastActiveWithProfile() into chrome namespace.
tfarina@chromium.org
2012-11-12
1
-1
/
+1
*
Revert 166704 - Convert PrefChangeRegistrar usages, batch 1.
joi@chromium.org
2012-11-09
1
-4
/
+7
*
Convert PrefChangeRegistrar usages, batch 1.
joi@chromium.org
2012-11-08
1
-7
/
+4
*
Remove content::NotificationObserver dependency from most Prefs code.
joi@chromium.org
2012-11-01
1
-5
/
+6
*
status_icons: Update StatusTray/StatusIcon to use ImageSkia.
tfarina@chromium.org
2012-10-03
1
-2
/
+2
*
Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...
jam@chromium.org
2012-09-25
1
-3
/
+2
*
The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...
skuhne@chromium.org
2012-08-24
1
-2
/
+2
*
Convert ui::MenuModel to use gfx::Image instead of ImageSkia.
rsesek@chromium.org
2012-08-22
1
-1
/
+1
*
status tray: Use explicit conversion from ImageSkia to SkBitmap.
sadrul@chromium.org
2012-08-16
1
-1
/
+1
*
Make --keep-alive-for-test respect the kBackgroundModeEnabled preference.
koz@chromium.org
2012-08-15
1
-18
/
+22
*
Do not create login items if the user deleted a previous one.
atwilson@chromium.org
2012-08-10
1
-0
/
+1
*
Don't show host permission warnings for platform apps.
mihaip@chromium.org
2012-08-02
1
-0
/
+1
*
Introduce LaunchParams struct for opening chrome apps.
benwells@chromium.org
2012-07-13
1
-2
/
+2
*
Moved ExtensionPrefs and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-10
1
-1
/
+1
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-1
/
+1
*
Move browser commands into a separate file.
ben@chromium.org
2012-06-25
1
-6
/
+3
*
Move singleton tabs off Browser.
ben@chromium.org
2012-06-21
1
-1
/
+2
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-4
/
+4
*
Revert 140531 - Converted the rest of chrome except for extensions and favico...
pkotwicz@chromium.org
2012-06-05
1
-4
/
+4
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-4
/
+4
[next]