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

Issue 690173002: Expose whether a ScrollUpdate is the first such in the sequence (Closed)

Created:
6 years, 1 month ago by jdduke (slow)
Modified:
6 years, 1 month ago
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Expose whether a ScrollUpdate sequence has been partially prevented This bit is useful for better understanding how the touch sequence that gave rise to a given scroll sequence was handled by the page. In particular, this affords the gesture consumer an opportunity to limit itself if part of the gesture was consumed by the page's touch handler, e.g., disabling a pull-to-refresh styled overscroll effect if the initial motion was preventDefault'ed, https://codereview.chromium.org/679493002. Chromium-side wiring for this data will be added in https://codereview.chromium.org/712133003. BUG=428429 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185068

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M Source/web/WebInputEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M public/web/WebInputEvent.h View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (4 generated)
jdduke (slow)
rbyers@: Sigh, it's a shame to have to abuse WebInputEvent here for reasons that are ...
6 years, 1 month ago (2014-10-31 03:56:30 UTC) #2
tdresser
I think we should behave consistently here between native p2r and GestureNav. I'm not entirely ...
6 years, 1 month ago (2014-10-31 13:41:25 UTC) #4
jdduke (slow)
On 2014/10/31 13:41:25, tdresser wrote: > I think we should behave consistently here between native ...
6 years, 1 month ago (2014-10-31 15:45:33 UTC) #5
tdresser
On 2014/10/31 15:45:33, jdduke wrote: > On 2014/10/31 13:41:25, tdresser wrote: > > I think ...
6 years, 1 month ago (2014-10-31 16:50:01 UTC) #6
jdduke (slow)
On 2014/10/31 16:50:01, tdresser wrote: > I've changed the errata of the spec, and we ...
6 years, 1 month ago (2014-10-31 16:53:53 UTC) #7
tdresser
On 2014/10/31 16:53:53, jdduke wrote: > On 2014/10/31 16:50:01, tdresser wrote: > > I've changed ...
6 years, 1 month ago (2014-10-31 17:13:32 UTC) #8
jdduke (slow)
On 2014/10/31 17:13:32, tdresser wrote: > Absolutely, I'm just worried about adding complexity to the ...
6 years, 1 month ago (2014-10-31 17:27:10 UTC) #9
tdresser
On 2014/10/31 17:27:10, jdduke wrote: > On 2014/10/31 17:13:32, tdresser wrote: > > Absolutely, I'm ...
6 years, 1 month ago (2014-10-31 17:36:33 UTC) #10
jdduke (slow)
https://codereview.chromium.org/690173002/diff/1/public/web/WebInputEvent.h File public/web/WebInputEvent.h (right): https://codereview.chromium.org/690173002/diff/1/public/web/WebInputEvent.h#newcode460 public/web/WebInputEvent.h:460: int isFirstUpdate; On 2014/10/31 03:56:30, jdduke wrote: > I'm ...
6 years, 1 month ago (2014-11-05 03:21:21 UTC) #11
mfomitchev
> I'm not 100% convinced that native p2r and gesture nav should only pay attention ...
6 years, 1 month ago (2014-11-05 18:13:18 UTC) #12
jdduke (slow)
On 2014/11/05 18:13:18, mfomitchev wrote: > > I'm not 100% convinced that native p2r and ...
6 years, 1 month ago (2014-11-05 19:47:37 UTC) #13
jdduke (slow)
Rick, do you have any opinions here? For the purposes of pull-to-refresh, it's sufficient to ...
6 years, 1 month ago (2014-11-05 23:06:36 UTC) #14
tdresser
On 2014/11/05 23:06:36, jdduke wrote: > Rick, do you have any opinions here? For the ...
6 years, 1 month ago (2014-11-06 17:43:49 UTC) #15
Rick Byers
On 2014/11/06 17:43:49, tdresser wrote: > On 2014/11/05 23:06:36, jdduke wrote: > > Rick, do ...
6 years, 1 month ago (2014-11-07 03:44:02 UTC) #16
jdduke (slow)
OK, updated with a clearer comment. +aelias@ for Source/web owner review.
6 years, 1 month ago (2014-11-07 05:07:49 UTC) #18
aelias_OOO_until_Jul13
Source/web lgtm, still needs public/web OWNERS
6 years, 1 month ago (2014-11-07 22:33:39 UTC) #19
Rick Byers
This LGTM But please update the description to link to the chromium patch that sets ...
6 years, 1 month ago (2014-11-10 19:24:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/690173002/20001
6 years, 1 month ago (2014-11-10 21:27:41 UTC) #22
commit-bot: I haz the power
6 years, 1 month ago (2014-11-10 22:01:49 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 185068

Powered by Google App Engine
This is Rietveld 408576698