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

Issue 8863009: Fix alignment of avatar bubbles in the NTP (Closed)

Created:
9 years ago by sail
Modified:
9 years ago
Reviewers:
msw, Satish, sky
CC:
chromium-reviews, jstritar+watch_chromium.org, msw+watch_chromium.org, nkostylev+watch_chromium.org, tfarina, mihaip+watch_chromium.org, Aaron Boodman, alicet1, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Fix alignment of avatar bubbles in the NTP BUG=105014 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113636

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : use Rect::Ofset() #

Total comments: 15

Patch Set 4 : remove debug code #

Patch Set 5 : address review comments #

Patch Set 6 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -51 lines) Patch
M chrome/browser/chromeos/setting_level_bubble.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/speech/speech_input_bubble_views.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/avatar_menu_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/avatar_menu_bubble_view.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/confirm_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/confirm_bubble_view.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 2 3 4 5 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/first_run_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/first_run_bubble.cc View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/global_error_bubble_view.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/global_error_bubble_view.cc View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/page_info_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/page_info_bubble_view.cc View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 3 4 5 4 chunks +13 lines, -6 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 1 2 3 4 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sail
satish: speech OWNERS review sky: ui/views, browser/ui/views OWNERS review
9 years ago (2011-12-08 00:27:00 UTC) #1
msw
http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (right): http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc#newcode126 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc:126: rect.Offset(0, -5); Please change this to rect.Inset(5, 5); Thanks! ...
9 years ago (2011-12-08 00:40:14 UTC) #2
sail
http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (right): http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc#newcode126 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc:126: rect.Offset(0, -5); On 2011/12/08 00:40:14, msw wrote: > Please ...
9 years ago (2011-12-08 01:41:10 UTC) #3
msw
LGTM, thanks for fixing this up. http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (right): http://codereview.chromium.org/8863009/diff/26/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc#newcode126 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc:126: rect.Offset(0, -5); On ...
9 years ago (2011-12-08 06:26:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8863009/7005
9 years ago (2011-12-08 06:32:44 UTC) #5
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/views/frame/browser_view.cc. While running patch -p1 --forward --force; patching file chrome/browser/ui/views/frame/browser_view.cc ...
9 years ago (2011-12-08 06:32:51 UTC) #6
sky
Rubber stamp LGTM from me. I'll hit the commit button again for you.
9 years ago (2011-12-08 17:07:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8863009/9025
9 years ago (2011-12-08 17:08:17 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-08 19:00:00 UTC) #9
Change committed as 113636

Powered by Google App Engine
This is Rietveld 408576698