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_info_cache_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in chrome/browser/, part 3 of 4.
avi
2015-12-26
1
-2
/
+7
*
Do not do unnecessary recursive deletes for files.
thestig
2015-12-07
1
-1
/
+1
*
Remove references to IsNewAvatarMenu since the flag was removed.
anthonyvd
2015-10-02
1
-11
/
+2
*
Add methods to check for exact gfx::Image equality and make most tests use it
pkotwicz
2015-09-29
1
-11
/
+11
*
Add syncable_prefs namespace.
sdefresne
2015-09-18
1
-1
/
+1
*
Componentize PrefSyncableService and support classes.
sdefresne
2015-09-16
1
-1
/
+1
*
Don't try to download 'NothingToDownload' placeholder avatar.
emaxx
2015-05-18
1
-0
/
+25
*
Override user data directory to the temp for ProfileInfoCacheTest.
emaxx
2015-05-12
1
-2
/
+4
*
Add gaia_id to ProfileInfoCache.
rogerta
2015-05-11
1
-35
/
+50
*
Reland of: Change default code flag to NewAvatarMenu.
mlerman
2015-04-08
1
-16
/
+24
*
Revert of Change default code flag to NewAvatarMenu. (patchset #29 id:580001 ...
mlerman
2015-03-23
1
-37
/
+16
*
Change default code flag to NewAvatarMenu. Flags or Finch Configs still take ...
mlerman
2015-03-23
1
-16
/
+37
*
[Profiles] Remove the NotificationService from the ProfileInfoCache
noms
2015-02-26
1
-14
/
+6
*
[Profiles] Delete test-only method from the ProfileInfoCache
noms
2015-02-05
1
-1
/
+14
*
ProfileInfoCache: Don't delete ProfileAvatarDownloader while we're being call...
treib
2015-01-30
1
-1
/
+3
*
[Profiles] Send out less profile avatar related notifications
noms
2015-01-28
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
1
-3
/
+6
*
Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/browser/.
viettrungluu
2014-10-16
1
-1
/
+1
*
Disable the new avatar menu in a test.
treib
2014-08-27
1
-0
/
+2
*
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
thestig
2014-08-26
1
-1
/
+1
*
[Profiles] Update legacy default profile names.
noms
2014-08-23
1
-0
/
+81
*
[Profiles] Fix the usage of custom/default names and avatars
noms@chromium.org
2014-08-16
1
-1
/
+4
*
[Profiles] Downloading high res avatars should do nothing on non-desktop
noms@chromium.org
2014-08-15
1
-0
/
+3
*
[Win] Profile desktop shortcuts should use the Gaia avatar if it's in use.
noms@chromium.org
2014-08-12
1
-1
/
+3
*
Move avatar_menu to disable-enable flag. A future CL will set the default beh...
mlerman@chromium.org
2014-08-06
1
-1
/
+1
*
Prefer the GAIA avatar to the local profile avatar, unless it's been customized.
treib@chromium.org
2014-07-30
1
-10
/
+33
*
Fix the profile picture doesn't display correctly after the new profile has b...
malcolm.2.wang@gmail.com
2014-07-17
1
-2
/
+12
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
1
-2
/
+1
*
Rename "managed (mode|user)" to "supervised user" (part 1)
treib@chromium.org
2014-06-12
1
-24
/
+26
*
Send out new-style notifications when the profile photos have been downloaded.
noms@chromium.org
2014-05-14
1
-1
/
+2
*
Download the high-res avatars when using the --new-profile-management flag
noms@chromium.org
2014-05-01
1
-3
/
+48
*
Rename profile_info_util to profile_avatar_icon_util.
mlerman@chromium.org
2014-04-09
1
-3
/
+4
*
[Profiles] Don't treat GAIA names differently than regular profile names.
noms@chromium.org
2014-03-25
1
-42
/
+7
*
Use custom profile names (if available) for signed in profiles
noms@chromium.org
2014-03-06
1
-21
/
+30
*
Adjust before/after times to compensate for storage inaccuracies.
bcwhite@chromium.org
2014-02-27
1
-0
/
+6
*
Keep supervised users out of the profile list until they're registered.
pam@chromium.org
2014-02-03
1
-0
/
+1
*
Track when profiles are last used.
bcwhite@chromium.org
2014-01-16
1
-0
/
+13
*
Revert 244760 "Track when profiles are last used."
zea@chromium.org
2014-01-14
1
-13
/
+0
*
Track when profiles are last used.
bcwhite@chromium.org
2014-01-14
1
-0
/
+13
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-0
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-0
/
+1
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-1
/
+1
*
Convert string16 to base::string16 in chrome/browser
brettw@chromium.org
2013-12-11
1
-45
/
+50
*
This is the fourth CL of several that will eventually replace TokenService with
rogerta@chromium.org
2013-11-22
1
-1
/
+1
*
Mark supervised profiles as such immediately when they're created.
bauerb@chromium.org
2013-10-17
1
-0
/
+6
*
Don't use path expansion for profile dictionaries in LocalState and
michaelpg@chromium.org
2013-09-16
1
-0
/
+35
*
Store the managed user ID in |ProfileInfoCache| instead of |is_managed| flag.
ibraaaa@chromium.org
2013-08-05
1
-25
/
+42
*
[Mac] Disable the "Add new user" menu item for managed users.
bauerb@chromium.org
2013-07-31
1
-8
/
+35
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-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
[next]