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

Issue 2148893003: MacViews: Fixed CHECK in |-updateTooltipIfRequiredAt:|. (Closed)

Created:
4 years, 5 months ago by kirr
Modified:
4 years, 5 months ago
Reviewers:
tapted
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

MacViews: Fixed CHECK in |-updateTooltipIfRequiredAt:|. The CHECK was occured for menu widgets in MacViews browser. When submenu appears above parent menu, parent menu widget get MouseExit event with location in child menu widget. View::ConvertPointToTarget works only if two views belongs to one widget and does not fit for this case. BUG=569447 Committed: https://crrev.com/5a484af29ce16842a03e9a7cfcb9f273722ac5ec Cr-Commit-Position: refs/heads/master@{#405721}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Nits fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -1 line) Patch
M ui/views/cocoa/bridged_content_view.mm View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_mac_unittest.mm View 1 2 chunks +60 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
kirr
4 years, 5 months ago (2016-07-14 12:44:42 UTC) #3
tapted
nice patch- thanks! ltgm % nits https://codereview.chromium.org/2148893003/diff/1/ui/views/widget/native_widget_mac_unittest.mm File ui/views/widget/native_widget_mac_unittest.mm (right): https://codereview.chromium.org/2148893003/diff/1/ui/views/widget/native_widget_mac_unittest.mm#newcode265 ui/views/widget/native_widget_mac_unittest.mm:265: CustomTooltipView(const base::string16& tooltip, ...
4 years, 5 months ago (2016-07-15 06:23:45 UTC) #4
tapted
oops - bad typo - lgtm % nits :)
4 years, 5 months ago (2016-07-15 06:24:07 UTC) #5
kirr
Thanks for review. https://codereview.chromium.org/2148893003/diff/1/ui/views/widget/native_widget_mac_unittest.mm File ui/views/widget/native_widget_mac_unittest.mm (right): https://codereview.chromium.org/2148893003/diff/1/ui/views/widget/native_widget_mac_unittest.mm#newcode265 ui/views/widget/native_widget_mac_unittest.mm:265: CustomTooltipView(const base::string16& tooltip, views::View* tooltip_handler) On ...
4 years, 5 months ago (2016-07-15 07:36:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2148893003/20001
4 years, 5 months ago (2016-07-15 07:36:57 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-15 08:09:51 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 08:09:58 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 08:12:59 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5a484af29ce16842a03e9a7cfcb9f273722ac5ec
Cr-Commit-Position: refs/heads/master@{#405721}

Powered by Google App Engine
This is Rietveld 408576698