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

Issue 1868473002: Use PositionMoveType::GraphemeBoundary (Closed)

Created:
4 years, 8 months ago by Seigo Nonaka
Modified:
4 years, 8 months ago
Reviewers:
yosin_UTC9
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

Replace PositionMoveType::CodePoint with GraphemeBoundary All usage of previousPositionOf/nextPositionOf in editing is grapheme cluster boundary based movement. Replace all function call for PositionMoveType::CodePoint with PositionMoveType::GraphemeBoundary. BUG=594923 Committed: https://crrev.com/d6ce8d254c7455534f38864d4c510a5af28620d8 Cr-Commit-Position: refs/heads/master@{#385999}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove PositionMoveType::CodePoint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -29 lines) Patch
M third_party/WebKit/Source/core/editing/EditingUtilities.h View 1 1 chunk +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditingUtilities.cpp View 1 3 chunks +30 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditingUtilitiesTest.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 chunk +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp View 1 chunk +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/InsertTextCommand.cpp View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Seigo Nonaka
Hi Yoshi-san, Could you kindly take a look? Thank you.
4 years, 8 months ago (2016-04-06 10:33:39 UTC) #3
yosin_UTC9
https://codereview.chromium.org/1868473002/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp File third_party/WebKit/Source/core/editing/EditingUtilities.cpp (right): https://codereview.chromium.org/1868473002/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp#newcode648 third_party/WebKit/Source/core/editing/EditingUtilities.cpp:648: NOTIMPLEMENTED() << moveType << " is not yet supported."; ...
4 years, 8 months ago (2016-04-07 01:13:56 UTC) #4
yosin_UTC9
Since this patch change behavior of execCommand, we need to have layout tests for changes.
4 years, 8 months ago (2016-04-07 01:17:33 UTC) #5
yosin_UTC9
On 2016/04/07 at 01:17:33, Yosi_UTC9 wrote: > Since this patch change behavior of execCommand, we ...
4 years, 8 months ago (2016-04-08 00:50:55 UTC) #6
yosin_UTC9
https://codereview.chromium.org/1868473002/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp File third_party/WebKit/Source/core/editing/EditingUtilities.cpp (right): https://codereview.chromium.org/1868473002/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp#newcode705 third_party/WebKit/Source/core/editing/EditingUtilities.cpp:705: case PositionMoveType::CodePoint: Since, nobody use |PositionMoveType::CodePoint|, could you get ...
4 years, 8 months ago (2016-04-08 00:51:57 UTC) #7
yosin_UTC9
lgtm I really appreciate for your contribution! (^_^)b
4 years, 8 months ago (2016-04-08 05:40:40 UTC) #9
Seigo Nonaka
I'm sorry I forgot sending reply. Thank you very much! Submitting... https://codereview.chromium.org/1868473002/diff/1/third_party/WebKit/Source/core/editing/EditingUtilities.cpp File third_party/WebKit/Source/core/editing/EditingUtilities.cpp (right): ...
4 years, 8 months ago (2016-04-08 05:47:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1868473002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1868473002/20001
4 years, 8 months ago (2016-04-08 05:48:05 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-08 05:53:01 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 05:54:12 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d6ce8d254c7455534f38864d4c510a5af28620d8
Cr-Commit-Position: refs/heads/master@{#385999}

Powered by Google App Engine
This is Rietveld 408576698