Hey Monica, Can you review the changes I've made since PatchSet #1? Mostly changes to ...
5 years, 8 months ago
(2015-03-30 20:43:44 UTC)
#2
Hey Monica,
Can you review the changes I've made since PatchSet #1? Mostly changes to
profile_info_cache and to testing_profile_manager. I was able to remove
sync_error_notifier_ash_unittest.cc and
message_center_settings_controller_unittest.cc as I no longer have a special
song and dance to do around those.
After you, I'll just get sky@ to review testing_profile_manager and TBR the
rest, as it was all done in the original patch.
noms (inactive)
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode27 chrome/browser/profiles/profile_avatar_downloader.cc:27: downloader_active_(true), What do you think about combining this with ...
5 years, 8 months ago
(2015-03-31 20:51:27 UTC)
#3
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode27 chrome/browser/profiles/profile_avatar_downloader.cc:27: downloader_active_(true), On 2015/03/31 20:51:26, Monica Dinculescu wrote: > What ...
5 years, 8 months ago
(2015-04-01 13:59:51 UTC)
#4
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles...
File chrome/browser/profiles/profile_avatar_downloader.cc (right):
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles...
chrome/browser/profiles/profile_avatar_downloader.cc:27:
downloader_active_(true),
On 2015/03/31 20:51:26, Monica Dinculescu wrote:
> What do you think about combining this with
disable_avatar_download_for_testing_
> into one flag? Maybe disable_avatar_downloading_, which is set to false by
> android, ios, chromeos (in the ProfileInfoCache constructor) and tests
wherever
> it's set now?
We actually don't need this at all anymore, and can just rely on
disable_avatar_download_for_testing_. It's always paired with IsNewAvatarMenu()
which does our OS checks for us already.
Hi sky@, Can you take a look at the testing_profile_manager? The rest of the files ...
5 years, 8 months ago
(2015-04-01 18:50:12 UTC)
#6
Hi sky@,
Can you take a look at the testing_profile_manager?
The rest of the files (aside from the c/b/profiles ones Monica looked at) were
all reviewed in the original CL (https://codereview.chromium.org/845373002/),
and this is just a reland. Changes have been made only to profiles files and the
testing_profile_manager. I'll be TBR-ing the rest of the files.
Thanks!
sky
testing_profile_manager LGTM
5 years, 8 months ago
(2015-04-01 22:26:54 UTC)
#7
testing_profile_manager LGTM
noms (inactive)
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc File chrome/browser/profiles/profile_info_cache_unittest.cc (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc#newcode151 chrome/browser/profiles/profile_info_cache_unittest.cc:151: ProfileAvatarDownloader avatar_downloader( nit: is this still needed? The comment ...
5 years, 8 months ago
(2015-04-07 13:55:21 UTC)
#8
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc File chrome/browser/profiles/profile_info_cache_unittest.cc (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc#newcode151 chrome/browser/profiles/profile_info_cache_unittest.cc:151: ProfileAvatarDownloader avatar_downloader( On 2015/04/07 13:55:20, noms (slow. ping if ...
5 years, 8 months ago
(2015-04-07 15:48:22 UTC)
#9
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles...
File chrome/browser/profiles/profile_info_cache_unittest.cc (right):
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles...
chrome/browser/profiles/profile_info_cache_unittest.cc:151:
ProfileAvatarDownloader avatar_downloader(
On 2015/04/07 13:55:20, noms (slow. ping if too slow) wrote:
> nit: is this still needed? The comment on L560 says this doesn't normally
> happen, and you have an explicit test for the downloading, so this seems like
it
> isn't needed
Good point!
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resource...
File chrome/browser/resources/options/browser_options_profile_list.js (right):
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resource...
chrome/browser/resources/options/browser_options_profile_list.js:54: iconEl.alt
= '';
On 2015/04/07 13:55:20, noms (slow. ping if too slow) wrote:
> nit: same comment about this holds. why aren't we putting a useful alt text
> (like the avatar name or something)
Because this appears right next to the string which contains the profile name.
There's no point in having "Mike" "Mike" read out twice - might as well just
skip the first one.
If you mean the name of the Avatar (sparky, sunshine, Agent X), I don't think
that will be very useful for someone who's using a read-aloud service.
noms (inactive)
LGTM https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resources/options/browser_options_profile_list.js File chrome/browser/resources/options/browser_options_profile_list.js (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resources/options/browser_options_profile_list.js#newcode54 chrome/browser/resources/options/browser_options_profile_list.js:54: iconEl.alt = ''; On 2015/04/07 15:48:21, Mike Lerman ...
5 years, 8 months ago
(2015-04-07 19:46:25 UTC)
#10
LGTM
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resource...
File chrome/browser/resources/options/browser_options_profile_list.js (right):
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resource...
chrome/browser/resources/options/browser_options_profile_list.js:54: iconEl.alt
= '';
On 2015/04/07 15:48:21, Mike Lerman wrote:
> On 2015/04/07 13:55:20, noms (slow. ping if too slow) wrote:
> > nit: same comment about this holds. why aren't we putting a useful alt text
> > (like the avatar name or something)
>
> Because this appears right next to the string which contains the profile name.
> There's no point in having "Mike" "Mike" read out twice - might as well just
> skip the first one.
>
> If you mean the name of the Avatar (sparky, sunshine, Agent X), I don't think
> that will be very useful for someone who's using a read-aloud service.
Ok. Especially since dbeam@ already LGTM'ed this
Mike Lerman
The CQ bit was checked by mlerman@chromium.org
5 years, 8 months ago
(2015-04-07 20:42:35 UTC)
#11
Issue 1038423004: Reland of: Change default code flag to NewAvatarMenu.
(Closed)
Created 5 years, 8 months ago by Mike Lerman
Modified 5 years, 8 months ago
Reviewers: noms (inactive), sky
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 7