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
/
profiles
/
profile_manager.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste...
ben@chromium.org
2012-05-23
1
-3
/
+3
*
Also delay regular profile destruction...
mad@chromium.org
2012-05-19
1
-1
/
+1
*
Extract StartupTabs and startup types from StartupBrowserCreator.
ben@chromium.org
2012-05-11
1
-3
/
+3
*
Revert 136573 - Extract StartupTabs and startup types from StartupBrowserCrea...
ben@chromium.org
2012-05-11
1
-3
/
+3
*
Extract StartupTabs and startup types from StartupBrowserCreator.
ben@chromium.org
2012-05-11
1
-3
/
+3
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-3
/
+3
*
Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st...
ben@chromium.org
2012-05-10
1
-3
/
+3
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-3
/
+3
*
Allow SessionService to be disabled.
yfriedman@chromium.org
2012-04-05
1
-0
/
+2
*
Remove BrowserList dependency from ProfileManager (for Android).
nileshagrawal@chromium.org
2012-03-30
1
-6
/
+19
*
ProfileManager: Remove CHECKs.
marja@chromium.org
2012-03-28
1
-0
/
+2
*
Use OffTheRecord profile in case of GuestLogin for AppList.
mukai@chromium.org
2012-03-22
1
-0
/
+5
*
Revert 126388 - Adding README file to user profile directories.
jianli@chromium.org
2012-03-13
1
-1
/
+0
*
Adding README file to user profile directories.
ivankr@chromium.org
2012-03-13
1
-0
/
+1
*
Add check for new profile creation
sail@chromium.org
2012-03-13
1
-1
/
+3
*
Control click profile menu to create new window
sail@chromium.org
2012-02-24
1
-6
/
+8
*
Revert 123082 - Also delay regular profile destruction...
groby@chromium.org
2012-02-22
1
-1
/
+1
*
Also delay regular profile destruction...
mad@chromium.org
2012-02-22
1
-1
/
+1
*
Stop unit tests from creating desktop shortcuts.
stevet@chromium.org
2012-01-27
1
-5
/
+6
*
Add a startup check to create profile shortcuts for legacy Chrome profiles.
stevet@chromium.org
2012-01-19
1
-0
/
+6
*
Restore all profiles which were active when restoring the last open pages.
marja@chromium.org
2012-01-12
1
-3
/
+19
*
Revert "Restore all profiles which were active when restoring the last open p...
saintlou@chromium.org
2012-01-10
1
-19
/
+3
*
Restore all profiles which were active when restoring the last open pages.
marja@chromium.org
2012-01-10
1
-3
/
+19
*
Making profile avatars and names sync. This is done by moving these two prope...
jwd@chromium.org
2011-12-13
1
-0
/
+4
*
Replace ProfileManagerObserver with callback
sail@chromium.org
2011-12-07
1
-36
/
+17
*
Lands http://codereview.chromium.org/8801034/ in hopes of getting a
sky@chromium.org
2011-12-06
1
-4
/
+0
*
Making profile avatars and names sync.
jwd@chromium.org
2011-12-03
1
-0
/
+4
*
Fixing ProfileManagerTest to use the TestingProfile instead of a real profile...
rlp@chromium.org
2011-12-02
1
-2
/
+10
*
Revert 112124 - Fixing ProfileManagerTest to use the TestingProfile instead o...
sail@chromium.org
2011-11-30
1
-10
/
+2
*
Fixing ProfileManagerTest to use the TestingProfile instead of a real profile...
rlp@chromium.org
2011-11-30
1
-2
/
+10
*
Reland crrev.com/111358
robertshield@chromium.org
2011-11-23
1
-1
/
+2
*
Add Windows desktop shortcut for multiple profiles.
mirandac@chromium.org
2011-11-22
1
-4
/
+22
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-5
/
+5
*
Refactor ProfileManager::DoFinalInit(...) to allow for a more flexible Profil...
jwd@chromium.org
2011-11-11
1
-1
/
+4
*
Allow deletion of singleton profiles
jeremy@chromium.org
2011-11-08
1
-0
/
+8
*
Add comment to profile_manager indicating that GetDefaultProfile should no lo...
mirandac@chromium.org
2011-10-19
1
-0
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-7
/
+7
*
Autoload any profiles with background applications running.
rlp@chromium.org
2011-10-12
1
-0
/
+3
*
Make profile deletion really remove stale profile directory
jeremy@chromium.org
2011-10-06
1
-3
/
+3
*
Honor profile startup settings when opening a window for a profile.
rlp@chromium.org
2011-10-06
1
-0
/
+10
*
Clean up some profile menu code.
mirandac@chromium.org
2011-10-03
1
-7
/
+1
*
Fix ProfileInfoCacheUnittests
sail@chromium.org
2011-09-29
1
-0
/
+2
*
Fix sync test crashing when multiprofiles are enabled on Mac.
mirandac@chromium.org
2011-09-13
1
-0
/
+5
*
Remove PathService from ProfileManager.
rsesek@chromium.org
2011-09-12
1
-0
/
+3
*
Revamp the multi-profiles testing infrastructure.
rsesek@chromium.org
2011-08-31
1
-3
/
+8
*
Do not initialize event routers in the Profile Import process.
mirandac@chromium.org
2011-08-26
1
-0
/
+10
*
Revert 97709 - This changes ProfileManager::GetProfileInfoCache() to be GetPr...
rsesek@chromium.org
2011-08-22
1
-8
/
+2
*
This changes ProfileManager::GetProfileInfoCache() to be GetProfileInfo() and
rsesek@chromium.org
2011-08-22
1
-2
/
+8
*
Revert 97049 - Trying to see if it fixes sync_integration_tests
rvargas@google.com
2011-08-17
1
-8
/
+2
*
[Mac] Flip the flag for multi-profiles to on by default.
rsesek@chromium.org
2011-08-16
1
-2
/
+8
[next]