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

Issue 13142003: Fix app list position in windows (Closed)

Created:
7 years, 9 months ago by calamity
Modified:
7 years, 8 months ago
Reviewers:
msw, benwells, sky, varunjain
CC:
chromium-reviews, tfarina, alicet1, msw+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix app list position in windows BubbleDelegate::GetAnchorRect() should not inset an anchor point. This was causing the app list to appear behind the taskbar. BUG=222912 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191990

Patch Set 1 #

Total comments: 1

Patch Set 2 : change anchor_point to anchor_rect #

Patch Set 3 : set_anchor_insets to set_anchor_view_insets #

Total comments: 6

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -46 lines) Patch
M ash/launcher/launcher_tooltip_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_prompt_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/content_setting_bubble_contents.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/disabled_extensions_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/first_run_bubble.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/global_error_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/network_profile_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/script_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/bubble/bubble_delegate.h View 1 2 3 6 chunks +13 lines, -14 lines 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M ui/views/touchui/touch_editing_menu.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
calamity
+msw for OWNERS
7 years, 9 months ago (2013-03-28 05:29:10 UTC) #1
benwells
lgtm with a nit https://codereview.chromium.org/13142003/diff/1/ui/views/bubble/bubble_delegate.cc File ui/views/bubble/bubble_delegate.cc (right): https://codereview.chromium.org/13142003/diff/1/ui/views/bubble/bubble_delegate.cc#newcode239 ui/views/bubble/bubble_delegate.cc:239: return gfx::Rect(anchor_point_, gfx::Size()); nit: no ...
7 years, 9 months ago (2013-03-28 05:43:18 UTC) #2
msw
+varunjain, the original author of this code, for review. His http://crrev.com/188285 directly contradicts your claim. ...
7 years, 9 months ago (2013-03-28 05:48:03 UTC) #3
benwells
On 2013/03/28 05:48:03, msw wrote: > +varunjain, the original author of this code, for review. ...
7 years, 9 months ago (2013-03-28 06:07:51 UTC) #4
msw
On 2013/03/28 06:07:51, benwells wrote: > On 2013/03/28 05:48:03, msw wrote: > > +varunjain, the ...
7 years, 9 months ago (2013-03-28 06:20:26 UTC) #5
benwells
On 2013/03/28 06:20:26, msw wrote: > On 2013/03/28 06:07:51, benwells wrote: > > On 2013/03/28 ...
7 years, 9 months ago (2013-03-28 06:42:31 UTC) #6
benwells
On 2013/03/28 06:42:31, benwells wrote: > On 2013/03/28 06:20:26, msw wrote: > > On 2013/03/28 ...
7 years, 9 months ago (2013-03-28 06:51:48 UTC) #7
msw
On 2013/03/28 06:42:31, benwells wrote: > On 2013/03/28 06:20:26, msw wrote: > > On 2013/03/28 ...
7 years, 9 months ago (2013-03-28 06:52:47 UTC) #8
msw
> Maybe instead of using a point and insets to specify a rect, we could ...
7 years, 9 months ago (2013-03-28 06:55:15 UTC) #9
varunjain
On 2013/03/28 06:55:15, msw wrote: > > Maybe instead of using a point and insets ...
7 years, 9 months ago (2013-03-28 13:02:11 UTC) #10
benwells
lgtm
7 years, 8 months ago (2013-04-02 03:52:33 UTC) #11
calamity
Changed from anchor_point to anchor_rect and reverted varunjain's change to GetAnchorRect(). +sky for OWNERS Could ...
7 years, 8 months ago (2013-04-02 04:33:20 UTC) #12
sky
LGTM
7 years, 8 months ago (2013-04-02 14:57:45 UTC) #13
msw
LGTM with nits (please address). https://codereview.chromium.org/13142003/diff/12002/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc File chrome/browser/ui/views/website_settings/website_settings_popup_view.cc (right): https://codereview.chromium.org/13142003/diff/12002/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc#newcode226 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc:226: kLocationIconVerticalMargin, 0)); nit: indent ...
7 years, 8 months ago (2013-04-02 19:49:01 UTC) #14
calamity
https://codereview.chromium.org/13142003/diff/12002/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc File chrome/browser/ui/views/website_settings/website_settings_popup_view.cc (right): https://codereview.chromium.org/13142003/diff/12002/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc#newcode226 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc:226: kLocationIconVerticalMargin, 0)); On 2013/04/02 19:49:01, msw wrote: > nit: ...
7 years, 8 months ago (2013-04-02 23:37:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/13142003/20001
7 years, 8 months ago (2013-04-02 23:37:30 UTC) #16
commit-bot: I haz the power
7 years, 8 months ago (2013-04-03 05:03:54 UTC) #17
Message was sent while issue was closed.
Change committed as 191990

Powered by Google App Engine
This is Rietveld 408576698