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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding a first prototype of guest mode.
jwd@chromium.org
2013-07-17
1
-15
/
+38
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
[Mac] AppController needs to update its "last profile" pointer when the activ...
noms@chromium.org
2013-06-28
1
-6
/
+64
*
move sync_promo_ui to non-webui-specific directory
bcwhite@chromium.org
2013-06-21
1
-1
/
+1
*
Remove unused includes of base/chromeos/chromeos_version.h
tfarina@chromium.org
2013-06-17
1
-1
/
+0
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.
dcheng@chromium.org
2013-06-12
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/o*-p*/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Signin profile should stay off_the_record after browser crash
dpolukhin@chromium.org
2013-06-09
1
-5
/
+5
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-8
/
+5
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Support cancelling and timeout during managed-user creation and registration.
pam@chromium.org
2013-06-05
1
-1
/
+2
*
Pass errors generated during limited-user registration up to the UI for display.
pam@chromium.org
2013-06-04
1
-2
/
+2
*
Call OpenAsh before Profile Init and CreateLauncher() after
stevenjb@chromium.org
2013-05-31
1
-0
/
+5
*
Add tracing to profiles for analyzing startup performance
andrewhayden@chromium.org
2013-05-31
1
-0
/
+2
*
Don't open the 'stats for nerds' in a non-incognito window when incognito is ...
joaodasilva@chromium.org
2013-05-30
1
-0
/
+11
*
Restructure user-creation flow for modularity and error-reporting.
pam@chromium.org
2013-05-29
1
-52
/
+22
*
Add ProfileManager::AllowGetDefaultProfile()
stevenjb@chromium.org
2013-05-24
1
-0
/
+15
*
Revert 201968 "Revert 201837 "OOP import on Windows.""
dbeam@chromium.org
2013-05-24
1
-16
/
+7
*
Revert 201837 "OOP import on Windows."
dbeam@chromium.org
2013-05-24
1
-7
/
+16
*
OOP import on Windows.
gab@chromium.org
2013-05-23
1
-16
/
+7
*
Cleaning up code - calculate the number of bytes in a MB just once
noms@chromium.org
2013-05-14
1
-11
/
+12
*
[cros mp] Load profiles from /home/chronos/u-[$hash], add GetUserIdHashFromPr...
nkostylev@chromium.org
2013-05-10
1
-25
/
+3
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
1
-5
/
+8
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
1
-8
/
+5
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-07
1
-1
/
+1
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-2
/
+1
*
Create instance of ProfileHelper that will track active user instance on Chro...
nkostylev@chromium.org
2013-04-25
1
-27
/
+11
*
Delay bookmarks load while the profile is loading.
msarda@chromium.org
2013-04-18
1
-1
/
+12
*
CrOS multi-profiles ProfileManager changes
nkostylev@chromium.org
2013-04-15
1
-3
/
+69
*
Add UMA count for how often a new managed-user profile is created.
pam@chromium.org
2013-04-11
1
-0
/
+5
*
Fix tracking of number of profiles on startup.
pam@chromium.org
2013-04-09
1
-7
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Re-Re-apply 192420: Move login switches to src/chromeos"
stevenjb@chromium.org
2013-04-05
1
-3
/
+5
*
Revert 192504 "Re-apply 192420: Move login switches to src/chromeos"
tkent@chromium.org
2013-04-05
1
-5
/
+3
*
Re-apply 192420: Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-05
1
-3
/
+5
*
Revert 192420 "Move login switches to src/chromeos"
alexeypa@google.com
2013-04-05
1
-5
/
+3
*
Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-04
1
-3
/
+5
*
Create a new profile when deleting the last non-managed profile.
bauerb@chromium.org
2013-04-04
1
-29
/
+29
*
Minor file_util cleanup.
brettw@chromium.org
2013-04-03
1
-13
/
+27
*
Set last used profile when deleting all profiles before sending notifications.
benwells@chromium.org
2013-03-12
1
-13
/
+17
*
Revert 187314 because I didn't mean to revert 186411.
atwilson@chromium.org
2013-03-11
1
-2
/
+6
*
Revert 186411
atwilson@chromium.org
2013-03-11
1
-6
/
+2
*
Measure and sample the size that Cloud Policy storage takes on the total Prof...
joaodasilva@chromium.org
2013-03-08
1
-0
/
+4
*
No longer display sync promo for profiles that are signing in
atwilson@chromium.org
2013-03-06
1
-2
/
+6
*
Capture the exit status of the first-run AutoImport and make it available to ...
tapted@chromium.org
2013-02-27
1
-8
/
+0
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
[next]