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

Issue 22488004: Made text inside <input> elements scrollable using touch gestures (Closed)

Created:
7 years, 4 months ago by bokan
Modified:
7 years, 4 months ago
Reviewers:
tdanderson, esprehn
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Made text inside <input> elements scrollable using touch gestures BUG=233183 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156162

Patch Set 1 #

Patch Set 2 : Layout test minor fix #

Total comments: 23

Patch Set 3 : CR Fixes #

Total comments: 6

Patch Set 4 : CR Fixes #

Patch Set 5 : CR Fixes #

Patch Set 6 : Fixing Mac Layout WIP #

Patch Set 7 : Updated layout test #

Patch Set 8 : Reuploading after bad patchset #

Patch Set 9 : layout test fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -3 lines) Patch
A LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field.html View 1 2 3 4 5 6 7 8 1 chunk +198 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBox.h View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 6 7 2 chunks +9 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.h View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
bokan
7 years, 4 months ago (2013-08-07 22:28:46 UTC) #1
tdanderson
https://codereview.chromium.org/22488004/diff/4001/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt File LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt (right): https://codereview.chromium.org/22488004/diff/4001/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt#newcode2 LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt:2: This tests that an input text field can be ...
7 years, 4 months ago (2013-08-08 20:01:16 UTC) #2
bokan
https://codereview.chromium.org/22488004/diff/4001/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt File LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt (right): https://codereview.chromium.org/22488004/diff/4001/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt#newcode7 LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt:7: Flinging input text should scroll the text On 2013/08/08 ...
7 years, 4 months ago (2013-08-12 16:19:28 UTC) #3
tdanderson
Thanks for making those changes. Patch set 3 LGTM.
7 years, 4 months ago (2013-08-12 18:53:49 UTC) #4
esprehn
https://codereview.chromium.org/22488004/diff/10001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/22488004/diff/10001/Source/core/rendering/RenderLayer.cpp#newcode1326 Source/core/rendering/RenderLayer.cpp:1326: return orientation == HorizontalScrollbar; This doesn't seem writing mode ...
7 years, 4 months ago (2013-08-12 23:38:06 UTC) #5
esprehn
not lgtm, this introduces security bugs.
7 years, 4 months ago (2013-08-12 23:38:19 UTC) #6
bokan
https://codereview.chromium.org/22488004/diff/10001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/22488004/diff/10001/Source/core/rendering/RenderLayer.cpp#newcode1326 Source/core/rendering/RenderLayer.cpp:1326: return orientation == HorizontalScrollbar; On 2013/08/12 23:38:06, esprehn wrote: ...
7 years, 4 months ago (2013-08-13 01:13:47 UTC) #7
esprehn
LGTM
7 years, 4 months ago (2013-08-15 17:49:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bokan@chromium.org/22488004/45001
7 years, 4 months ago (2013-08-15 17:50:10 UTC) #9
commit-bot: I haz the power
7 years, 4 months ago (2013-08-15 19:19:40 UTC) #10
Message was sent while issue was closed.
Change committed as 156162

Powered by Google App Engine
This is Rietveld 408576698