Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Issue 200483004: Show avatar icon on V2 app's frame (Closed)

Created:
6 years, 9 months ago by oshima
Modified:
6 years, 9 months ago
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, tfarina
Visibility:
Public.

Description

Show avatar icon on V2 app's frame BUG=305071 TEST=CustomFrameViewAsh.AvatarIcon + manual test. TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258550

Patch Set 1 : #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 21

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Patch Set 9 : win build fix #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -16 lines) Patch
M ash/frame/custom_frame_view_ash.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 1 2 3 4 5 6 7 8 9 chunks +52 lines, -0 lines 0 comments Download
M ash/frame/custom_frame_view_ash_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +33 lines, -0 lines 0 comments Download
M ash/frame/default_header_painter.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ash/frame/default_header_painter.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -3 lines 0 comments Download
M ash/frame/header_painter_util.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/header_painter_util.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download
M ash/session_state_delegate.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ash/session_state_delegate_stub.h View 2 chunks +3 lines, -1 line 0 comments Download
M ash/session_state_delegate_stub.cc View 1 2 3 3 chunks +10 lines, -3 lines 0 comments Download
M ash/test/test_session_state_delegate.h View 3 chunks +6 lines, -1 line 0 comments Download
M ash/test/test_session_state_delegate.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_views.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_views.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 62 (0 generated)
oshima
skuhne -> all pkotwicz -> ash/frame https://codereview.chromium.org/200483004/diff/140001/ash/frame/custom_frame_view_ash.h File ash/frame/custom_frame_view_ash.h (right): https://codereview.chromium.org/200483004/diff/140001/ash/frame/custom_frame_view_ash.h#newcode68 ash/frame/custom_frame_view_ash.h:68: const views::View* GetAvatarIconViewForTest() ...
6 years, 9 months ago (2014-03-14 20:40:44 UTC) #1
pkotwicz
Looking at CL. For added funness, I will be landing https://codereview.chromium.org/189463013/ over the weekend
6 years, 9 months ago (2014-03-14 21:52:48 UTC) #2
Mr4D (OOO till 08-26)
Only a few nits... https://codereview.chromium.org/200483004/diff/140001/ash/ash_switches.cc File ash/ash_switches.cc (right): https://codereview.chromium.org/200483004/diff/140001/ash/ash_switches.cc#newcode128 ash/ash_switches.cc:128: const char kAshUserImagePath[] = "ash-user-image-path"; ...
6 years, 9 months ago (2014-03-14 22:01:29 UTC) #3
oshima
On 2014/03/14 21:52:48, pkotwicz wrote: > Looking at CL. For added funness, I will be ...
6 years, 9 months ago (2014-03-14 22:01:43 UTC) #4
oshima
On 2014/03/14 22:01:43, oshima wrote: > On 2014/03/14 21:52:48, pkotwicz wrote: > > Looking at ...
6 years, 9 months ago (2014-03-14 22:53:50 UTC) #5
pkotwicz
Some quick testing. The avatar goes away when I maximized a v1 hosted app
6 years, 9 months ago (2014-03-14 23:05:04 UTC) #6
oshima
Problem with maximzed v1 app is an issue in BrowserNonClientFrameViewAsh and I'd like to address ...
6 years, 9 months ago (2014-03-15 01:32:32 UTC) #7
pkotwicz
Oshima, ping me when you are ready for a review
6 years, 9 months ago (2014-03-17 20:24:44 UTC) #8
oshima
yes it's ready.
6 years, 9 months ago (2014-03-17 20:50:07 UTC) #9
Mr4D (OOO till 08-26)
Only thing left is the command line option. Isn't there a way around it? https://codereview.chromium.org/200483004/diff/140001/ash/session_state_delegate_stub.cc ...
6 years, 9 months ago (2014-03-17 23:17:46 UTC) #10
oshima
https://codereview.chromium.org/200483004/diff/140001/ash/session_state_delegate_stub.cc File ash/session_state_delegate_stub.cc (right): https://codereview.chromium.org/200483004/diff/140001/ash/session_state_delegate_stub.cc#newcode21 ash/session_state_delegate_stub.cc:21: SessionStateDelegateStub::SessionStateDelegateStub() : screen_locked_(false) { On 2014/03/17 23:17:47, Mr4D wrote: ...
6 years, 9 months ago (2014-03-17 23:30:28 UTC) #11
Mr4D (OOO till 08-26)
I don't like the idea of adding special manual test code to a module (like ...
6 years, 9 months ago (2014-03-17 23:51:17 UTC) #12
oshima
On 2014/03/17 23:51:17, Mr4D wrote: > I don't like the idea of adding special manual ...
6 years, 9 months ago (2014-03-18 00:13:25 UTC) #13
oshima
Removed the flag. PTAL.
6 years, 9 months ago (2014-03-18 00:25:24 UTC) #14
Mr4D (OOO till 08-26)
lgtm Thanks!
6 years, 9 months ago (2014-03-18 03:01:56 UTC) #15
pkotwicz
https://codereview.chromium.org/200483004/diff/210001/ash/frame/custom_frame_view_ash.cc File ash/frame/custom_frame_view_ash.cc (right): https://codereview.chromium.org/200483004/diff/210001/ash/frame/custom_frame_view_ash.cc#newcode166 ash/frame/custom_frame_view_ash.cc:166: // SessionStateDelegate::GetUserImage. How about: "Updates the avatar icon based ...
6 years, 9 months ago (2014-03-18 04:41:15 UTC) #16
pkotwicz
Looks pretty good
6 years, 9 months ago (2014-03-18 04:41:35 UTC) #17
oshima
https://codereview.chromium.org/200483004/diff/210001/ash/frame/custom_frame_view_ash.cc File ash/frame/custom_frame_view_ash.cc (right): https://codereview.chromium.org/200483004/diff/210001/ash/frame/custom_frame_view_ash.cc#newcode166 ash/frame/custom_frame_view_ash.cc:166: // SessionStateDelegate::GetUserImage. On 2014/03/18 04:41:15, pkotwicz wrote: > How ...
6 years, 9 months ago (2014-03-18 14:57:03 UTC) #18
pkotwicz
LGTM with nits Heads up: You may need to merge with https://codereview.chromium.org/200493004/ https://codereview.chromium.org/200483004/diff/210001/ash/frame/custom_frame_view_ash.cc File ash/frame/custom_frame_view_ash.cc ...
6 years, 9 months ago (2014-03-18 15:29:43 UTC) #19
oshima
https://codereview.chromium.org/200483004/diff/300001/ash/frame/default_header_painter.cc File ash/frame/default_header_painter.cc (right): https://codereview.chromium.org/200483004/diff/300001/ash/frame/default_header_painter.cc#newcode80 ash/frame/default_header_painter.cc:80: window_icon_size_(HeaderPainterUtil::GetIconSize()), On 2014/03/18 15:29:44, pkotwicz wrote: > It might ...
6 years, 9 months ago (2014-03-18 16:59:50 UTC) #20
oshima
tbr'ing sky for trivial rename change in chrome/browser/ui/views/frame/browser_header_painter_ash.cc
6 years, 9 months ago (2014-03-18 17:00:54 UTC) #21
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 17:00:58 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/320001
6 years, 9 months ago (2014-03-18 17:19:41 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 17:44:02 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-18 17:44:05 UTC) #25
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 17:59:13 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/320001
6 years, 9 months ago (2014-03-18 18:00:55 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 20:19:11 UTC) #28
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) base_unittests, chrome_elf_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=85756
6 years, 9 months ago (2014-03-18 20:19:12 UTC) #29
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 20:32:47 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/320001
6 years, 9 months ago (2014-03-18 20:41:41 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 21:27:36 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-18 21:27:38 UTC) #33
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 17:32:02 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/20002
6 years, 9 months ago (2014-03-19 17:32:20 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 17:35:32 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 17:35:33 UTC) #37
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-20 15:18:02 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/20002
6 years, 9 months ago (2014-03-20 15:18:48 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 15:19:00 UTC) #40
commit-bot: I haz the power
Failed to apply patch for ash/frame/default_header_painter.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-20 15:19:01 UTC) #41
pkotwicz
I should have notified you. You need to merge with https://codereview.chromium.org/200493004/ which I landed this ...
6 years, 9 months ago (2014-03-20 15:31:40 UTC) #42
oshima
On 2014/03/20 15:31:40, pkotwicz wrote: > I should have notified you. You need to merge ...
6 years, 9 months ago (2014-03-20 17:37:37 UTC) #43
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-20 17:38:59 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/350001
6 years, 9 months ago (2014-03-20 17:39:15 UTC) #45
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 17:48:55 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-20 17:49:01 UTC) #47
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-20 20:06:52 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/350001
6 years, 9 months ago (2014-03-20 20:07:59 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 21:38:55 UTC) #50
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) net_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=285512
6 years, 9 months ago (2014-03-20 21:38:56 UTC) #51
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-20 23:23:51 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/350001
6 years, 9 months ago (2014-03-20 23:24:02 UTC) #53
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 02:22:39 UTC) #54
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) ash_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=285691
6 years, 9 months ago (2014-03-21 02:22:40 UTC) #55
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-21 02:45:53 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/350001
6 years, 9 months ago (2014-03-21 02:46:26 UTC) #57
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 05:51:03 UTC) #58
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) ash_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=285793
6 years, 9 months ago (2014-03-21 05:51:04 UTC) #59
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-21 06:46:14 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/200483004/370001
6 years, 9 months ago (2014-03-21 06:46:25 UTC) #61
commit-bot: I haz the power
6 years, 9 months ago (2014-03-21 12:48:47 UTC) #62
Message was sent while issue was closed.
Change committed as 258550

Powered by Google App Engine
This is Rietveld 408576698