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

Issue 1708393002: Removed m_previousWheelScrolledNode from EventHandler (Closed)

Created:
4 years, 10 months ago by bokan
Modified:
4 years, 9 months ago
Reviewers:
jbroman, tdresser
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed m_previousWheelScrolledNode from EventHandler m_previousWheelScrolledNode gets nulled out at the beginning of each wheel event so it had no global use. It's only use was to lock a multi-axis scroll to the first scrolled element so I replaced it with a local variable that does the same thing. There should be no behavior change because of this CL. BUG= Committed: https://crrev.com/74fa2a601bd77a3b57a7de1d960b2ebebb888822 Cr-Commit-Position: refs/heads/master@{#378157}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Add back in local stopNode #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -12 lines) Patch
M third_party/WebKit/Source/core/input/EventHandler.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 2 3 4 chunks +3 lines, -10 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
bokan
ptal
4 years, 10 months ago (2016-02-19 02:31:00 UTC) #2
tdresser
Are you sure this doesn't do anything? It's an out parameter of EventHandler::scroll. I thought ...
4 years, 10 months ago (2016-02-19 14:28:29 UTC) #3
bokan
On 2016/02/19 14:28:29, tdresser wrote: > Are you sure this doesn't do anything? > > ...
4 years, 10 months ago (2016-02-19 15:25:41 UTC) #4
tdresser
You're right, looks like it could be local, and should only effect cases with mixed ...
4 years, 10 months ago (2016-02-19 15:36:08 UTC) #5
bokan
On 2016/02/19 15:36:08, tdresser wrote: > You're right, looks like it could be local, and ...
4 years, 10 months ago (2016-02-22 15:11:00 UTC) #6
tdresser
On 2016/02/22 15:11:00, bokan wrote: > On 2016/02/19 15:36:08, tdresser wrote: > > You're right, ...
4 years, 10 months ago (2016-02-22 15:21:25 UTC) #7
tdresser
On 2016/02/22 15:21:25, tdresser wrote: > On 2016/02/22 15:11:00, bokan wrote: > > On 2016/02/19 ...
4 years, 10 months ago (2016-02-22 15:21:47 UTC) #8
bokan
On 2016/02/22 15:21:47, tdresser wrote: > On 2016/02/22 15:21:25, tdresser wrote: > > On 2016/02/22 ...
4 years, 10 months ago (2016-02-22 16:16:05 UTC) #9
bokan
Ok, tested on ChromeOS and I added back in the stopNode locally - the behavior ...
4 years, 10 months ago (2016-02-26 15:52:59 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1708393002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1708393002/40001
4 years, 10 months ago (2016-02-26 15:54:11 UTC) #15
jbroman
rs lgtm
4 years, 10 months ago (2016-02-26 15:55:50 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/28051) cast_shell_linux on ...
4 years, 10 months ago (2016-02-26 15:58:55 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1708393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1708393002/60001
4 years, 10 months ago (2016-02-26 16:45:53 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 18:39:04 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1708393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1708393002/60001
4 years, 9 months ago (2016-02-28 16:32:40 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-02-28 17:43:12 UTC) #27
commit-bot: I haz the power
4 years, 9 months ago (2016-02-28 17:44:31 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/74fa2a601bd77a3b57a7de1d960b2ebebb888822
Cr-Commit-Position: refs/heads/master@{#378157}

Powered by Google App Engine
This is Rietveld 408576698