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

Issue 2900773002: Use SetSelection in ExecuteDeleteToMark (Closed)

Created:
3 years, 7 months ago by tanvir
Modified:
3 years, 7 months ago
Reviewers:
Srirama, yosin_UTC9
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Use SetSelection in ExecuteDeleteToMark ExecuteDeleteToMark function is changed to use SetSelection instead of SetSelectedRange. BUG=721190 Review-Url: https://codereview.chromium.org/2900773002 Cr-Commit-Position: refs/heads/master@{#473847} Committed: https://chromium.googlesource.com/chromium/src/+/5696d44bd68a8745a52e99d2dcac190c391eebbd

Patch Set 1 #

Total comments: 3

Patch Set 2 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp View 1 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
tanvir
PTAL!!! Thanks
3 years, 7 months ago (2017-05-22 14:11:48 UTC) #3
yosin_UTC9
https://codereview.chromium.org/2900773002/diff/1/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp File third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp (right): https://codereview.chromium.org/2900773002/diff/1/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp#newcode814 third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp:814: if (mark.IsNull()) When |mark.IsNull()|, this function should do: frame.GetEditor().PerformDelete(); ...
3 years, 7 months ago (2017-05-23 01:25:54 UTC) #4
tanvir
PTAL! Thanks https://codereview.chromium.org/2900773002/diff/1/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp File third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp (right): https://codereview.chromium.org/2900773002/diff/1/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp#newcode814 third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp:814: if (mark.IsNull()) On 2017/05/23 01:25:54, yosin_UTC9 wrote: ...
3 years, 7 months ago (2017-05-23 06:03:10 UTC) #5
yosin_UTC9
lgtm Thanks for working this!
3 years, 7 months ago (2017-05-23 08:37:01 UTC) #8
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/2900773002/20001
3 years, 7 months ago (2017-05-23 08:37:25 UTC) #10
tanvir
On 2017/05/23 08:37:01, yosin_UTC9 wrote: > lgtm > > Thanks for working this! Thanks. @yosin-: ...
3 years, 7 months ago (2017-05-23 08:39:21 UTC) #11
yosin_UTC9
On 2017/05/23 at 08:39:21, tanvir.rizvi wrote: > On 2017/05/23 08:37:01, yosin_UTC9 wrote: > > lgtm ...
3 years, 7 months ago (2017-05-23 09:58:38 UTC) #12
commit-bot: I haz the power
3 years, 7 months ago (2017-05-23 10:16:00 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/5696d44bd68a8745a52e99d2dcac...

Powered by Google App Engine
This is Rietveld 408576698