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 653383002: Add new API for only moving the selection extent point. (Closed)

Created:
6 years, 2 months ago by christiank
Modified:
6 years, 2 months ago
CC:
blink-reviews, dglazkov+blink, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Update touch selection to only modify one selection point at a time. This is made in preparation for enabling selection auto scroll using touch handles. BUG=340658 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184179

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updates #

Total comments: 1

Patch Set 3 : Updated comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -4 lines) Patch
M Source/web/WebLocalFrameImpl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 1 chunk +16 lines, -0 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 1 chunk +59 lines, -0 lines 0 comments Download
A + Source/web/tests/data/move_range_selection_extent.html View 1 1 chunk +2 lines, -4 lines 0 comments Download
M public/web/WebLocalFrame.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
christiank
Added new selection API for only moving the selection extent. This is the Blink portion ...
6 years, 2 months ago (2014-10-15 11:10:26 UTC) #2
mlamouri (slow - plz ping)
https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h File public/web/WebFrame.h (right): https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h#newcode458 public/web/WebFrame.h:458: virtual void moveSelectionExtent(const WebPoint&) = 0; Can't you define ...
6 years, 2 months ago (2014-10-15 12:13:51 UTC) #4
jdduke (slow)
https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h File public/web/WebFrame.h (right): https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h#newcode458 public/web/WebFrame.h:458: virtual void moveSelectionExtent(const WebPoint&) = 0; On 2014/10/15 12:13:51, ...
6 years, 2 months ago (2014-10-15 17:49:47 UTC) #5
dcheng
On 2014/10/15 at 17:49:47, jdduke wrote: > https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h > File public/web/WebFrame.h (right): > > https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h#newcode458 ...
6 years, 2 months ago (2014-10-15 19:36:48 UTC) #6
jdduke (slow)
On 2014/10/15 19:36:48, dcheng wrote: > Please restrict this method to WebLocalFrame. Remote frames cannot ...
6 years, 2 months ago (2014-10-15 19:41:41 UTC) #7
christiank
https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h File public/web/WebFrame.h (right): https://codereview.chromium.org/653383002/diff/1/public/web/WebFrame.h#newcode458 public/web/WebFrame.h:458: virtual void moveSelectionExtent(const WebPoint&) = 0; On 2014/10/15 17:49:47, ...
6 years, 2 months ago (2014-10-17 14:30:25 UTC) #8
christiank
6 years, 2 months ago (2014-10-17 14:38:03 UTC) #9
mlamouri (slow - plz ping)
lgtm with nits https://codereview.chromium.org/653383002/diff/20001/Source/web/WebLocalFrameImpl.cpp File Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/653383002/diff/20001/Source/web/WebLocalFrameImpl.cpp#newcode1173 Source/web/WebLocalFrameImpl.cpp:1173: // Prevent the selection from collapsing. ...
6 years, 2 months ago (2014-10-18 08:43:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653383002/40001
6 years, 2 months ago (2014-10-22 06:12:31 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/18007)
6 years, 2 months ago (2014-10-22 06:52:08 UTC) #14
christiank
Ooops, tried to commit a bit prematurely. tkent would you mind taking a look?
6 years, 2 months ago (2014-10-22 07:38:49 UTC) #16
tkent
lgtm
6 years, 2 months ago (2014-10-22 07:45:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653383002/40001
6 years, 2 months ago (2014-10-22 07:57:44 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/33026)
6 years, 2 months ago (2014-10-22 10:56:30 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653383002/40001
6 years, 2 months ago (2014-10-22 12:17:22 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-22 13:04:25 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184179

Powered by Google App Engine
This is Rietveld 408576698