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

Issue 2749313002: Move slider implemention to use pointer capture (Closed)

Created:
3 years, 9 months ago by Navid Zolghadr
Modified:
3 years, 9 months ago
Reviewers:
mustaq, dtapuska, bokan
CC:
chromium-reviews, blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move slider implemention to use pointer capture Previously slider input implementation was using a hack in EventHandler to capture all the incoming inputs. Now that pointer capture APIs are introduced we can remove that hack. BUG=701058 Review-Url: https://codereview.chromium.org/2749313002 Cr-Commit-Position: refs/heads/master@{#457846} Committed: https://chromium.googlesource.com/chromium/src/+/f4f29e883a0d68017e912d930b0070c3d76e8506

Patch Set 1 #

Total comments: 5

Patch Set 2 : Use only pointer capture #

Patch Set 3 : Add a note #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp View 1 2 3 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (16 generated)
Navid Zolghadr
ptal. One thing I found weird was that the defaultEventHandler inside our widgets seems to ...
3 years, 9 months ago (2017-03-15 16:38:27 UTC) #4
mustaq
https://codereview.chromium.org/2749313002/diff/1/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp File third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp (right): https://codereview.chromium.org/2749313002/diff/1/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp#newcode99 third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp:99: void SliderThumbElement::dragFrom(const PointerEvent* event) { Please rename |dragFrom| to ...
3 years, 9 months ago (2017-03-15 18:15:41 UTC) #7
mustaq
https://codereview.chromium.org/2749313002/diff/1/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp File third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp (right): https://codereview.chromium.org/2749313002/diff/1/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp#newcode350 third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp:350: handleTouchEvent(toTouchEvent(event)); The slider-container takes care of the TEs, which ...
3 years, 9 months ago (2017-03-15 18:40:41 UTC) #8
Navid Zolghadr
ptal. Due to the backward comparability issue I faced here I changed the CL to ...
3 years, 9 months ago (2017-03-16 19:58:03 UTC) #11
dtapuska
On 2017/03/16 19:58:03, Navid Zolghadr wrote: > ptal. > > Due to the backward comparability ...
3 years, 9 months ago (2017-03-16 20:00:03 UTC) #12
Navid Zolghadr
On 2017/03/16 20:00:03, dtapuska wrote: > On 2017/03/16 19:58:03, Navid Zolghadr wrote: > > ptal. ...
3 years, 9 months ago (2017-03-16 20:19:51 UTC) #15
Navid Zolghadr
3 years, 9 months ago (2017-03-17 18:43:48 UTC) #19
bokan
rs lgtm based on Dave's review
3 years, 9 months ago (2017-03-17 19:07:11 UTC) #20
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/2749313002/40001
3 years, 9 months ago (2017-03-17 19:12:52 UTC) #23
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 19:19:40 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/f4f29e883a0d68017e912d930b00...

Powered by Google App Engine
This is Rietveld 408576698