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

Issue 2751833006: Treat NotifyVirtual events as mouse move events for blink. (Closed)

Created:
3 years, 9 months ago by dtapuska
Modified:
3 years, 9 months ago
Reviewers:
sadrul
CC:
chromium-reviews, dtapuska+chromiumwatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Treat NotifyVirtual events as mouse move events for blink. This restores the old logic we had for blink to deal with these as mouse move events but keeping the mouseleave events when we leave the window. NotifyInferior messages are already dropped at the X11 desktop tree host but I didn't want to risk breaking any views with addressing this release block stable issue. BUG=701637, 450631, 240300, 352106, 386896, 569998, 575208 Review-Url: https://codereview.chromium.org/2751833006 Cr-Commit-Position: refs/heads/master@{#457411} Committed: https://chromium.googlesource.com/chromium/src/+/955f4364ffa5c275f04cb3c2d19f7ac63f7d8320

Patch Set 1 #

Patch Set 2 : Fix build #

Patch Set 3 : Fix ozone build #

Patch Set 4 : Try to fix build #

Total comments: 3

Patch Set 5 : Roll all code into one file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M ui/events/blink/web_input_event.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (22 generated)
dtapuska
sadrul@ please take a look this got tagged as a RB-Stable issue.
3 years, 9 months ago (2017-03-15 15:22:06 UTC) #4
sadrul
https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc File ui/events/blink/web_input_event.cc (right): https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc#newcode400 ui/events/blink/web_input_event.cc:400: if (native_event && ui::IsVirtualMouseLeaveEvent(*native_event)) { Can you just move ...
3 years, 9 months ago (2017-03-15 18:38:14 UTC) #17
sadrul
https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc File ui/events/blink/web_input_event.cc (right): https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc#newcode400 ui/events/blink/web_input_event.cc:400: if (native_event && ui::IsVirtualMouseLeaveEvent(*native_event)) { On 2017/03/15 18:38:14, sadrul ...
3 years, 9 months ago (2017-03-15 18:48:14 UTC) #18
dtapuska
On 2017/03/15 18:48:14, sadrul wrote: > https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc > File ui/events/blink/web_input_event.cc (right): > > https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc#newcode400 > ...
3 years, 9 months ago (2017-03-15 18:57:49 UTC) #19
dtapuska
https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc File ui/events/blink/web_input_event.cc (right): https://codereview.chromium.org/2751833006/diff/60001/ui/events/blink/web_input_event.cc#newcode400 ui/events/blink/web_input_event.cc:400: if (native_event && ui::IsVirtualMouseLeaveEvent(*native_event)) { On 2017/03/15 18:38:14, sadrul ...
3 years, 9 months ago (2017-03-15 19:48:36 UTC) #22
sadrul
lgtm
3 years, 9 months ago (2017-03-16 00:56:55 UTC) #25
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/2751833006/80001
3 years, 9 months ago (2017-03-16 13:00:56 UTC) #27
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 13:06:42 UTC) #30
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/955f4364ffa5c275f04cb3c2d19f...

Powered by Google App Engine
This is Rietveld 408576698