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

Issue 2401643005: Create user gesture indicator for pointerup (Closed)

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

Description

Create user gesture indicator for pointerup Creating a user gesture token before dispatching pointerup event BUG=609363 Committed: https://crrev.com/53723b1ce879dcd1e5500fe8a3ad070f9dd3543a Cr-Commit-Position: refs/heads/master@{#425022}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Add usergesture for touch pointerup #

Patch Set 3 : Move tests back to where they were before #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
Navid Zolghadr
4 years, 2 months ago (2016-10-07 17:28:40 UTC) #4
Navid Zolghadr
4 years, 2 months ago (2016-10-07 18:13:51 UTC) #6
mustaq
lgtm https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html File third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html (right): https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html#newcode1 third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html:1: <script src="../../resources/testharness.js"></script> Since LayoutTests/fast/events contains hundreds of files, ...
4 years, 2 months ago (2016-10-07 19:06:22 UTC) #9
Navid Zolghadr
https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html File third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html (right): https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html#newcode1 third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html:1: <script src="../../resources/testharness.js"></script> On 2016/10/07 19:06:21, mustaq wrote: > Since ...
4 years, 2 months ago (2016-10-11 13:19:26 UTC) #10
Rick Byers
https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html File third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html (right): https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html#newcode27 third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html:27: } nit: assert that the popup function was actually ...
4 years, 2 months ago (2016-10-11 15:08:51 UTC) #11
Rick Byers
https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/Source/core/input/PointerEventManager.cpp File third_party/WebKit/Source/core/input/PointerEventManager.cpp (right): https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/Source/core/input/PointerEventManager.cpp#newcode174 third_party/WebKit/Source/core/input/PointerEventManager.cpp:174: wrapUnique(new UserGestureIndicator(DefinitelyProcessingUserGesture)); On 2016/10/11 13:19:26, Navid Zolghadr wrote: > ...
4 years, 2 months ago (2016-10-11 15:11:52 UTC) #12
Rick Byers
On 2016/10/11 15:11:52, Rick Byers wrote: > https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/Source/core/input/PointerEventManager.cpp > File third_party/WebKit/Source/core/input/PointerEventManager.cpp (right): > > https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/Source/core/input/PointerEventManager.cpp#newcode174 ...
4 years, 2 months ago (2016-10-12 14:49:24 UTC) #13
Navid Zolghadr
ptal. https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html File third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html (right): https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html#newcode27 third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html:27: } On 2016/10/11 15:08:50, Rick Byers wrote: > ...
4 years, 2 months ago (2016-10-12 15:18:01 UTC) #16
Rick Byers
On 2016/10/12 15:18:01, Navid Zolghadr wrote: > ptal. > > https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html > File > third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html ...
4 years, 2 months ago (2016-10-12 15:30:37 UTC) #17
Rick Byers
On 2016/10/12 15:18:01, Navid Zolghadr wrote: > ptal. > > https://codereview.chromium.org/2401643005/diff/1/third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html > File > third_party/WebKit/LayoutTests/fast/events/popup-allowed-from-pointerup-exactly-once.html ...
4 years, 2 months ago (2016-10-12 15:30:39 UTC) #18
Navid Zolghadr
done. ptal
4 years, 2 months ago (2016-10-12 15:36:41 UTC) #21
Rick Byers
LGTM
4 years, 2 months ago (2016-10-13 13:09:37 UTC) #24
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/2401643005/40001
4 years, 2 months ago (2016-10-13 14:19:44 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-13 14:25:49 UTC) #28
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 14:28:44 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/53723b1ce879dcd1e5500fe8a3ad070f9dd3543a
Cr-Commit-Position: refs/heads/master@{#425022}

Powered by Google App Engine
This is Rietveld 408576698