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

Issue 10381132: Allow Uber Tray popup pointing to the related tray item view. (Closed)

Created:
8 years, 7 months ago by Jun Mukai
Modified:
8 years, 7 months ago
Reviewers:
sadrul
CC:
chromium-reviews, ben+watch_chromium.org, Rick Byers
Visibility:
Public.

Description

Allow Uber Tray popup pointing to the related tray item view. BUG=124636, 124637 TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137440

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Patch Set 5 : rebase & offset position fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -29 lines) Patch
M ash/system/tray/system_tray.h View 1 2 3 4 3 chunks +14 lines, -1 line 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 4 7 chunks +67 lines, -10 lines 0 comments Download
M ash/system/tray/system_tray_bubble.h View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M ash/system/tray/system_tray_bubble.cc View 1 2 3 4 6 chunks +29 lines, -14 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jun Mukai
8 years, 7 months ago (2012-05-14 20:45:17 UTC) #1
sadrul
Because there is also crbug 124637, I was hoping we could use the same approach ...
8 years, 7 months ago (2012-05-14 21:30:34 UTC) #2
Jun Mukai
On 2012/05/14 21:30:34, sadrul wrote: > Because there is also crbug 124637, I was hoping ...
8 years, 7 months ago (2012-05-15 01:28:48 UTC) #3
sadrul
This is looking very good. Thanks! Left a few comments: http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc#newcode258 ...
8 years, 7 months ago (2012-05-15 02:18:15 UTC) #4
Jun Mukai
http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc#newcode258 ash/system/tray/system_tray.cc:258: void SystemTray::ShowDefaultViewWithOffset(int arrow_offset) { On 2012/05/15 02:18:15, sadrul wrote: ...
8 years, 7 months ago (2012-05-15 02:43:05 UTC) #5
sadrul
LGTM http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): http://codereview.chromium.org/10381132/diff/1018/ash/system/tray/system_tray.cc#newcode356 ash/system/tray/system_tray.cc:356: // want to guess the offset from the ...
8 years, 7 months ago (2012-05-15 02:58:16 UTC) #6
Jun Mukai
8 years, 7 months ago (2012-05-15 18:16:43 UTC) #7
rebase and I noticed a mistake on the calculation for arrow position --
arrow_offset_ should be specified for the position of the tip of the arrow but
left_base is used.  The new patchset contains this fix too.

Powered by Google App Engine
This is Rietveld 408576698