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

Issue 1602443006: Set the correct buttons for long press action (Closed)

Created:
4 years, 11 months ago by Navid Zolghadr
Modified:
4 years, 11 months ago
Reviewers:
mustaq, 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

Set the correct buttons for long press action Set "2" in buttons to indicate right button pressed in both mousedown and contextmenu originiated from a long press action. BUG=576281 Committed: https://crrev.com/6a9b6b4394511b90600b6af16e9a01b43a07a479 Cr-Commit-Position: refs/heads/master@{#370714}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 2 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Navid Zolghadr
4 years, 11 months ago (2016-01-19 18:10:22 UTC) #2
mustaq
https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3015 third_party/WebKit/Source/core/input/EventHandler.cpp:3015: PlatformEvent::NoModifiers, PlatformMouseEvent::RealOrIndistinguishable, Please use the same logic here too. ...
4 years, 11 months ago (2016-01-19 19:33:41 UTC) #3
Navid Zolghadr
https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3015 third_party/WebKit/Source/core/input/EventHandler.cpp:3015: PlatformEvent::NoModifiers, PlatformMouseEvent::RealOrIndistinguishable, On 2016/01/19 19:33:41, mustaq wrote: > Please ...
4 years, 11 months ago (2016-01-19 20:41:40 UTC) #4
mustaq
https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3015 third_party/WebKit/Source/core/input/EventHandler.cpp:3015: PlatformEvent::NoModifiers, PlatformMouseEvent::RealOrIndistinguishable, On 2016/01/19 20:41:40, Navid Zolghadr wrote: > ...
4 years, 11 months ago (2016-01-19 21:50:13 UTC) #5
Navid Zolghadr
https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/1/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3015 third_party/WebKit/Source/core/input/EventHandler.cpp:3015: PlatformEvent::NoModifiers, PlatformMouseEvent::RealOrIndistinguishable, On 2016/01/19 21:50:13, mustaq wrote: > On ...
4 years, 11 months ago (2016-01-19 21:57:28 UTC) #6
Navid Zolghadr
I fixed the points with the solutions that we discussed. ptal
4 years, 11 months ago (2016-01-20 17:11:09 UTC) #7
mustaq
lgtm https://codereview.chromium.org/1602443006/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3041 third_party/WebKit/Source/core/input/EventHandler.cpp:3041: // TODO(nzolghadr): crbug.com/579564 Maybe we should not send ...
4 years, 11 months ago (2016-01-20 18:10:26 UTC) #8
Navid Zolghadr
https://codereview.chromium.org/1602443006/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp File third_party/WebKit/Source/core/input/EventHandler.cpp (right): https://codereview.chromium.org/1602443006/diff/20001/third_party/WebKit/Source/core/input/EventHandler.cpp#newcode3041 third_party/WebKit/Source/core/input/EventHandler.cpp:3041: // TODO(nzolghadr): crbug.com/579564 Maybe we should not send mouse ...
4 years, 11 months ago (2016-01-20 18:35:52 UTC) #9
Rick Byers
LGTM
4 years, 11 months ago (2016-01-20 23:36:33 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1602443006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1602443006/40001
4 years, 11 months ago (2016-01-21 15:27:53 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-21 16:52:10 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 16:53:35 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6a9b6b4394511b90600b6af16e9a01b43a07a479
Cr-Commit-Position: refs/heads/master@{#370714}

Powered by Google App Engine
This is Rietveld 408576698