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

Issue 2651753003: Wires up ShouldDescendIntoChildForEventHandling() for DesktopNativeWidgetAura (Closed)

Created:
3 years, 11 months ago by sky
Modified:
3 years, 11 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Wires up ShouldDescendIntoChildForEventHandling() for DesktopNativeWidgetAura I promoted the implementation from NativeWidgetAura to Widget and both call it. As Widget is used by mac I had to pass in gfx::NativeView and the layers. I could have ifdef'd the function, but hopefully mac will eventually be aura based and will want to use the Widget implementation too. BUG=640365 TEST=none R=erg@chromium.org Review-Url: https://codereview.chromium.org/2651753003 Cr-Commit-Position: refs/heads/master@{#446085} Committed: https://chromium.googlesource.com/chromium/src/+/0ce28d085257f28db8594dda526f33dc20597fd0

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : merge and cleanup #

Patch Set 4 : improve comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -81 lines) Patch
M ui/views/view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/views/view.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M ui/views/view_unittest_aura.cc View 1 2 3 chunks +23 lines, -12 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 2 1 chunk +2 lines, -30 lines 0 comments Download
M ui/views/widget/native_widget_aura_unittest.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M ui/views/widget/native_widget_delegate.h View 1 3 chunks +10 lines, -5 lines 0 comments Download
M ui/views/widget/widget.h View 1 5 chunks +17 lines, -8 lines 0 comments Download
M ui/views/widget/widget.cc View 1 2 3 7 chunks +66 lines, -17 lines 0 comments Download

Messages

Total messages: 34 (22 generated)
sky
3 years, 11 months ago (2017-01-24 03:34:47 UTC) #1
Elliot Glaysher
lgtm
3 years, 11 months ago (2017-01-24 18:15:37 UTC) #8
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/2651753003/1
3 years, 11 months ago (2017-01-24 18:46:37 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/369903)
3 years, 11 months ago (2017-01-24 19:19:23 UTC) #13
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/2651753003/1
3 years, 11 months ago (2017-01-24 20:21:48 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/370046)
3 years, 11 months ago (2017-01-24 21:20:12 UTC) #17
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/2651753003/1
3 years, 11 months ago (2017-01-24 21:37:38 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/370114)
3 years, 11 months ago (2017-01-24 22:54:28 UTC) #21
sky
The telemetry tests uncovered a real bug in this code. The code was not considering ...
3 years, 11 months ago (2017-01-25 18:43:59 UTC) #26
Elliot Glaysher
lgtm
3 years, 11 months ago (2017-01-25 18:47:51 UTC) #27
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/2651753003/60001
3 years, 11 months ago (2017-01-25 19:24:09 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 19:34:40 UTC) #34
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/0ce28d085257f28db8594dda526f...

Powered by Google App Engine
This is Rietveld 408576698