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

Issue 2839103002: Do not convert mouse move events to mouse leave or enter events in blink (Closed)

Created:
3 years, 7 months ago by lanwei
Modified:
3 years, 7 months ago
Reviewers:
bokan, dtapuska
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Do not convert mouse move events to mouse leave events in blink In blink, we convert mouse enter and leave events to mouse move events, we should not do it anymore. We should keep their types, so we know they are actual enter or leave events. I looked at the code, PointerEventManager::SendMousePointerEvent has a separate argument called mouse_event_type, which is always the type of mouse move, and mouseevent's type is not referred anymore. It should be safe to remove the conversion. BUG=686196 Review-Url: https://codereview.chromium.org/2839103002 Cr-Commit-Position: refs/heads/master@{#467674} Committed: https://chromium.googlesource.com/chromium/src/+/b40772db092d28a4abfa3b0d869b0cb9815f3d1b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -8 lines) Patch
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
lanwei
3 years, 7 months ago (2017-04-26 20:16:08 UTC) #9
bokan
Hi Lan, Please wrap the commit message at 72 cols. Does this have any potential ...
3 years, 7 months ago (2017-04-26 21:03:50 UTC) #11
lanwei
On 2017/04/26 21:03:50, bokan wrote: > Hi Lan, > > Please wrap the commit message ...
3 years, 7 months ago (2017-04-26 21:22:25 UTC) #13
bokan
Ok then, lgtm :)
3 years, 7 months ago (2017-04-26 21:22:46 UTC) #14
dtapuska
On 2017/04/26 21:22:46, bokan wrote: > Ok then, lgtm :) lgtm. Are we eventually going ...
3 years, 7 months ago (2017-04-26 21:30:17 UTC) #15
lanwei
On 2017/04/26 21:30:17, dtapuska wrote: > On 2017/04/26 21:22:46, bokan wrote: > > Ok then, ...
3 years, 7 months ago (2017-04-27 02:07:40 UTC) #16
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/2839103002/1
3 years, 7 months ago (2017-04-27 13:10:00 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 14:59:00 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/b40772db092d28a4abfa3b0d869b...

Powered by Google App Engine
This is Rietveld 408576698