DescriptionDevTools: remove isTrusted check and isUserGesture from ViewportControl
Previously, the ViewportControl never stuck to the bottom after a scroll event.
The event.isTrusted check was always true, so it was not correctly
distinguishing user-generated scroll events from script-generated ones. This
CL removes isUserGesture accordingly.
BUG=613879
Committed: https://crrev.com/2dbbaccdef5a4b1f1348792a8b5be93e58507d33
Cr-Commit-Position: refs/heads/master@{#407062}
Patch Set 1 #Patch Set 2 : DevTools: replace isUserGesture with isScroll #
Total comments: 2
Patch Set 3 : Reset result #
Total comments: 2
Patch Set 4 : removed isScroll parameter #Patch Set 5 : innerRefresh > refresh #Patch Set 6 : DevTools: fix stick to bottom in console viewport #
Messages
Total messages: 19 (10 generated)
|