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

Issue 1832343002: Introduce BackspaceStateMachine (Closed)

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

Introduce BackspaceStateMachine BackspaceStateMachine is for deleting complex unicode sequence by backspace key event. This CL only introduces surrogate pair handling. Note that BackspaceStateMachine will be compiled, linked and tested but not yet used in production with this CL. BUG=594920 R=yosin Committed: https://crrev.com/112c661e776be3a9a3ba04c2de484d0687630e83 Cr-Commit-Position: refs/heads/master@{#383685}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Use Unicode.h instead of direct use of third_party. #

Patch Set 3 : Remove unnecessary includes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -0 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/editing/BackspaceStateMachine.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/editing/BackspaceStateMachine.cpp View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/editing/BackspaceStateMachineTest.cpp View 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Seigo Nonaka
Hi Yosi-san, Could you kindly take a look? Thank you.
4 years, 8 months ago (2016-03-28 07:51:51 UTC) #1
Seigo Nonaka
I'm sorry I added wrong account. Yosi-san could you kindly take a look? Thank you.
4 years, 8 months ago (2016-03-28 07:52:58 UTC) #3
yosin_UTC9
lgtm +tkent@ for core/ changes Note: This patch is split from crrev.com/1824143003: [All-In-One] Introduce BackspaceStateMachine ...
4 years, 8 months ago (2016-03-28 09:33:52 UTC) #5
tkent
https://codereview.chromium.org/1832343002/diff/1/third_party/WebKit/Source/core/editing/BackspaceStateMachine.cpp File third_party/WebKit/Source/core/editing/BackspaceStateMachine.cpp (right): https://codereview.chromium.org/1832343002/diff/1/third_party/WebKit/Source/core/editing/BackspaceStateMachine.cpp#newcode7 third_party/WebKit/Source/core/editing/BackspaceStateMachine.cpp:7: #include "third_party/icu/source/common/unicode/utf16.h" Does wtf/unicode/Unicode.h work? https://codereview.chromium.org/1832343002/diff/1/third_party/WebKit/Source/core/editing/BackspaceStateMachine.h File third_party/WebKit/Source/core/editing/BackspaceStateMachine.h (right): ...
4 years, 8 months ago (2016-03-29 00:06:46 UTC) #6
Seigo Nonaka
Thank you for your review. By using Unicode.h I can avoid adding additional DEPS entry. ...
4 years, 8 months ago (2016-03-29 04:29:05 UTC) #7
tkent
lgtm
4 years, 8 months ago (2016-03-29 04:59:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1832343002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832343002/40001
4 years, 8 months ago (2016-03-29 06:00:53 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-03-29 07:19:56 UTC) #12
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 07:21:42 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/112c661e776be3a9a3ba04c2de484d0687630e83
Cr-Commit-Position: refs/heads/master@{#383685}

Powered by Google App Engine
This is Rietveld 408576698