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

Issue 1425053002: Fire pointermoves for mousemove events. (Closed)

Created:
5 years, 1 month ago by mustaq
Modified:
5 years, 1 month ago
Reviewers:
Rick Byers
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fire pointermoves for mousemove events. This CL adds pointermove firing for non-synthetic mousemove events. Synthetic mousemoves, e.g. from gesture taps, doesn't need pointermoves because PEs have been fired earlier from TEs. This CL also include a bit of cleanup: EventHandler::dispatchMouseEvent returned false when input event has been handled. This is counter intuitive---all callers negated the returned boolean. This CL flips the return value to make the method in-line with handleTouchEvent(), handleMouseFocus(). BUG=476571, 548374 Committed: https://crrev.com/d904a344ffe1e2e3f5126df826284b7c3c70fdab Cr-Commit-Position: refs/heads/master@{#357856}

Patch Set 1 #

Patch Set 2 : Tweaked the tests. #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : TestExpectations #

Messages

Total messages: 24 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425053002/1
5 years, 1 month ago (2015-10-28 20:18:11 UTC) #2
mustaq
ptal
5 years, 1 month ago (2015-10-28 21:03:11 UTC) #5
Rick Byers
Just a couple small suggestions https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode1730 third_party/WebKit/Source/core/input/EventHandler.cpp:1730: bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, ...
5 years, 1 month ago (2015-10-30 17:21:29 UTC) #6
mustaq
ptal. https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode1730 third_party/WebKit/Source/core/input/EventHandler.cpp:1730: bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, int clickCount, ...
5 years, 1 month ago (2015-11-03 20:44:30 UTC) #7
Rick Byers
LGTM with nit https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode1736 third_party/WebKit/Source/core/input/EventHandler.cpp:1736: bool EventHandler::dispatchPointerAndMouseEvent(const AtomicString& mouseEventType, Node* targetNode, ...
5 years, 1 month ago (2015-11-03 20:59:56 UTC) #8
mustaq
https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1425053002/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode1736 third_party/WebKit/Source/core/input/EventHandler.cpp:1736: bool EventHandler::dispatchPointerAndMouseEvent(const AtomicString& mouseEventType, Node* targetNode, int clickCount, const ...
5 years, 1 month ago (2015-11-03 21:37:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425053002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425053002/60001
5 years, 1 month ago (2015-11-03 21:40:56 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/135488) win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 1 month ago (2015-11-03 22:18:11 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425053002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425053002/60001
5 years, 1 month ago (2015-11-04 15:28:39 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/130204)
5 years, 1 month ago (2015-11-04 17:34:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425053002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425053002/80001
5 years, 1 month ago (2015-11-04 17:44:59 UTC) #21
mustaq
On 2015/11/04 17:34:10, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 1 month ago (2015-11-04 17:51:09 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-04 18:46:11 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 18:47:16 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d904a344ffe1e2e3f5126df826284b7c3c70fdab
Cr-Commit-Position: refs/heads/master@{#357856}

Powered by Google App Engine
This is Rietveld 408576698