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

Issue 2446333002: Set right button for mousedown/contextmenu of long press gesture (Closed)

Created:
4 years, 1 month ago by Navid Zolghadr
Modified:
4 years, 1 month ago
Reviewers:
dtapuska, mustaq, bokan
CC:
chromium-reviews, blink-reviews, dtapuska+blinkwatch_chromium.org, Navid Zolghadr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set right button for mousedown/contextmenu of long press gesture This CL will set the right button for the mousedown and contextmenu events. BUG=658499 Committed: https://crrev.com/53040d2c8ff415e4db439943247e86767a01e7be Cr-Commit-Position: refs/heads/master@{#429091}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix some tests #

Patch Set 3 : Remove auxclick again but fix button/buttons #

Patch Set 4 : Some squash and cleanup #

Total comments: 6

Patch Set 5 : Adding comment #

Patch Set 6 : Add the bug ref for focus #

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

Messages

Total messages: 42 (27 generated)
Navid Zolghadr
4 years, 1 month ago (2016-10-25 20:12:04 UTC) #4
Navid Zolghadr
https://codereview.chromium.org/2446333002/diff/1/third_party/WebKit/Source/core/input/GestureManager.cpp File third_party/WebKit/Source/core/input/GestureManager.cpp (right): https://codereview.chromium.org/2446333002/diff/1/third_party/WebKit/Source/core/input/GestureManager.cpp#newcode408 third_party/WebKit/Source/core/input/GestureManager.cpp:408: m_mouseEventManager->dispatchMouseClickIfNeeded(mev); Do you think these few lines are worth ...
4 years, 1 month ago (2016-10-25 20:12:37 UTC) #5
Navid Zolghadr
mustaq@ I realized that you have changed this behavior here in this CL https://codereview.chromium.org/2249663002 regarding ...
4 years, 1 month ago (2016-10-27 19:23:19 UTC) #9
mustaq
On 2016/10/27 19:23:19, Navid Zolghadr wrote: > mustaq@ I realized that you have changed this ...
4 years, 1 month ago (2016-10-31 15:21:04 UTC) #14
Navid Zolghadr
ptal
4 years, 1 month ago (2016-10-31 20:15:46 UTC) #19
mustaq
LGTM % a nit etc. https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp File third_party/WebKit/Source/core/input/GestureManager.cpp (right): https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp#newcode365 third_party/WebKit/Source/core/input/GestureManager.cpp:365: eventType = PlatformEvent::MouseReleased; PlatformMouseEvent ...
4 years, 1 month ago (2016-10-31 20:30:09 UTC) #22
Navid Zolghadr
https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp File third_party/WebKit/Source/core/input/GestureManager.cpp (right): https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp#newcode365 third_party/WebKit/Source/core/input/GestureManager.cpp:365: eventType = PlatformEvent::MouseReleased; PlatformMouseEvent mouseEvent( On 2016/10/31 20:30:09, mustaq ...
4 years, 1 month ago (2016-11-01 16:27:11 UTC) #25
Navid Zolghadr
4 years, 1 month ago (2016-11-01 16:27:23 UTC) #27
dtapuska
On 2016/11/01 16:27:23, Navid Zolghadr wrote: lgtm but I think we need to update the ...
4 years, 1 month ago (2016-11-01 16:35:36 UTC) #28
bokan
On 2016/11/01 16:35:36, dtapuska wrote: > On 2016/11/01 16:27:23, Navid Zolghadr wrote: > > lgtm ...
4 years, 1 month ago (2016-11-01 16:38:55 UTC) #29
mustaq
https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp File third_party/WebKit/Source/core/input/GestureManager.cpp (right): https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp#newcode366 third_party/WebKit/Source/core/input/GestureManager.cpp:366: PlatformMouseEvent mouseEvent( On 2016/11/01 16:27:11, Navid Zolghadr wrote: > ...
4 years, 1 month ago (2016-11-01 17:04:42 UTC) #31
Navid Zolghadr
https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp File third_party/WebKit/Source/core/input/GestureManager.cpp (right): https://codereview.chromium.org/2446333002/diff/60001/third_party/WebKit/Source/core/input/GestureManager.cpp#newcode366 third_party/WebKit/Source/core/input/GestureManager.cpp:366: PlatformMouseEvent mouseEvent( On 2016/11/01 17:04:42, mustaq wrote: > On ...
4 years, 1 month ago (2016-11-01 17:09:42 UTC) #34
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/2446333002/100001
4 years, 1 month ago (2016-11-01 17:30:22 UTC) #38
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-01 20:28:33 UTC) #40
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 20:32:37 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/53040d2c8ff415e4db439943247e86767a01e7be
Cr-Commit-Position: refs/heads/master@{#429091}

Powered by Google App Engine
This is Rietveld 408576698