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

Issue 941133002: Update global error bubble view's boundary (position and size) after loading elevation icon. (Closed)

Created:
5 years, 10 months ago by xiaoling
Modified:
5 years, 10 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update global error bubble view's boundary (position and size) after loading elevation icon. BUG=454908 Committed: https://crrev.com/ef78449d76dc0a41f25dc7fc859967057f1b5541 Cr-Commit-Position: refs/heads/master@{#317696}

Patch Set 1 #

Patch Set 2 #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M chrome/browser/ui/views/elevation_icon_setter.h View 1 2 3 4 5 6 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/elevation_icon_setter.cc View 1 2 3 4 5 6 4 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/global_error_bubble_view.cc View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/confirm_infobar.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 22 (7 generated)
xiaoling
Peter, Can you please take a look whether this is the correct way to fix ...
5 years, 10 months ago (2015-02-21 00:19:33 UTC) #2
Peter Kasting
Seems like all three places that call this setter should probably trigger a re-layout once ...
5 years, 10 months ago (2015-02-21 01:06:27 UTC) #3
xiaoling
On 2015/02/21 01:06:27, Peter Kasting wrote: > Seems like all three places that call this ...
5 years, 10 months ago (2015-02-21 01:14:52 UTC) #4
xiaoling
https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc File chrome/browser/ui/views/global_error_bubble_view.cc (right): https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc#newcode108 chrome/browser/ui/views/global_error_bubble_view.cc:108: base::Bind(&GlobalErrorBubbleView::UpdateBound, AsWeakPtr()))); On 2015/02/21 01:06:27, Peter Kasting wrote: > ...
5 years, 10 months ago (2015-02-21 01:15:00 UTC) #5
Peter Kasting
https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc File chrome/browser/ui/views/global_error_bubble_view.cc (right): https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc#newcode108 chrome/browser/ui/views/global_error_bubble_view.cc:108: base::Bind(&GlobalErrorBubbleView::UpdateBound, AsWeakPtr()))); On 2015/02/21 01:15:00, xiaoling wrote: > On ...
5 years, 10 months ago (2015-02-21 01:21:49 UTC) #6
xiaoling
thank you. https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc File chrome/browser/ui/views/global_error_bubble_view.cc (right): https://codereview.chromium.org/941133002/diff/20001/chrome/browser/ui/views/global_error_bubble_view.cc#newcode108 chrome/browser/ui/views/global_error_bubble_view.cc:108: base::Bind(&GlobalErrorBubbleView::UpdateBound, AsWeakPtr()))); On 2015/02/21 01:21:49, Peter Kasting ...
5 years, 10 months ago (2015-02-23 18:19:41 UTC) #7
Peter Kasting
https://codereview.chromium.org/941133002/diff/60001/chrome/browser/ui/views/global_error_bubble_view.h File chrome/browser/ui/views/global_error_bubble_view.h (right): https://codereview.chromium.org/941133002/diff/60001/chrome/browser/ui/views/global_error_bubble_view.h#newcode20 chrome/browser/ui/views/global_error_bubble_view.h:20: public base::SupportsWeakPtr<GlobalErrorBubbleView>, There's no need for any of the ...
5 years, 10 months ago (2015-02-23 21:26:48 UTC) #8
xiaoling
Thanks for the feedback. PTAL. https://codereview.chromium.org/941133002/diff/60001/chrome/browser/ui/views/global_error_bubble_view.h File chrome/browser/ui/views/global_error_bubble_view.h (right): https://codereview.chromium.org/941133002/diff/60001/chrome/browser/ui/views/global_error_bubble_view.h#newcode20 chrome/browser/ui/views/global_error_bubble_view.h:20: public base::SupportsWeakPtr<GlobalErrorBubbleView>, On 2015/02/23 ...
5 years, 10 months ago (2015-02-23 21:50:04 UTC) #9
Peter Kasting
LGTM https://codereview.chromium.org/941133002/diff/100001/chrome/browser/ui/views/elevation_icon_setter.h File chrome/browser/ui/views/elevation_icon_setter.h (right): https://codereview.chromium.org/941133002/diff/100001/chrome/browser/ui/views/elevation_icon_setter.h#newcode24 chrome/browser/ui/views/elevation_icon_setter.h:24: // |done_cb| will be called once the icon ...
5 years, 10 months ago (2015-02-23 21:58:35 UTC) #10
xiaoling
thank you! https://codereview.chromium.org/941133002/diff/100001/chrome/browser/ui/views/elevation_icon_setter.h File chrome/browser/ui/views/elevation_icon_setter.h (right): https://codereview.chromium.org/941133002/diff/100001/chrome/browser/ui/views/elevation_icon_setter.h#newcode24 chrome/browser/ui/views/elevation_icon_setter.h:24: // |done_cb| will be called once the ...
5 years, 10 months ago (2015-02-23 22:05:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941133002/120001
5 years, 10 months ago (2015-02-23 22:05:55 UTC) #14
commit-bot: I haz the power
Failed to apply the patch.
5 years, 10 months ago (2015-02-23 23:14:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941133002/140001
5 years, 10 months ago (2015-02-23 23:32:05 UTC) #20
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-24 00:47:25 UTC) #21
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 00:47:58 UTC) #22
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/ef78449d76dc0a41f25dc7fc859967057f1b5541
Cr-Commit-Position: refs/heads/master@{#317696}

Powered by Google App Engine
This is Rietveld 408576698