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

Issue 1857633002: Introduce ForwardGraphemeBoundaryStateMachine (Closed)

Created:
4 years, 8 months ago by Seigo Nonaka
Modified:
4 years, 8 months ago
Reviewers:
keishi, 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 ForwardGraphemeBoundaryStateMachine ForwardGraphemeBoundaryStateMachine provides a way to obtain the following grapheme boundary. ForwardGraphemeBoundaryStateMachine is compiled and tested but not yet used in production with this CL. Subsequent CL will use this class. BUG=594923 Committed: https://crrev.com/7e8a5d82b32386818839d8f874395f37eb3184bf Cr-Commit-Position: refs/heads/master@{#385678}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Fix typo #

Total comments: 4

Patch Set 4 : Addresses comments #

Patch Set 5 : Fix compile error #

Patch Set 6 : Fix nits #

Patch Set 7 : rebasing #

Messages

Total messages: 28 (11 generated)
yosin_UTC9
https://codereview.chromium.org/1857633002/diff/1/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp File third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp (right): https://codereview.chromium.org/1857633002/diff/1/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp#newcode89 third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp:89: if (m_nextCodePoint == 0) { Let's introduce more state ...
4 years, 8 months ago (2016-04-04 04:15:55 UTC) #3
Seigo Nonaka
Thank you for your review. I applied same style as BackwardGraphemeBoundary. Could you kindly take ...
4 years, 8 months ago (2016-04-05 11:01:34 UTC) #6
yosin_UTC9
https://codereview.chromium.org/1857633002/diff/60001/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp File third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp (right): https://codereview.chromium.org/1857633002/diff/60001/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp#newcode92 third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp:92: } For consistency with other |NOTREACEHD()| in this switch-statement, ...
4 years, 8 months ago (2016-04-06 01:29:15 UTC) #7
Seigo Nonaka
Thank you for your review. Plesae take an another look. https://codereview.chromium.org/1857633002/diff/60001/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp File third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp (right): https://codereview.chromium.org/1857633002/diff/60001/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp#newcode92 ...
4 years, 8 months ago (2016-04-06 04:17:26 UTC) #8
yosin_UTC9
lgtm +keishi@, for core.gypi changes
4 years, 8 months ago (2016-04-06 07:18:35 UTC) #10
Seigo Nonaka
Yosi-san! thank you for your quick review! Keishi-san, could you kindly take a look? Thank ...
4 years, 8 months ago (2016-04-06 09:06:07 UTC) #11
Seigo Nonaka
friendly ping, keishi-san.
4 years, 8 months ago (2016-04-07 04:29:26 UTC) #12
keishi
Sorry, LGTM
4 years, 8 months ago (2016-04-07 04:37:35 UTC) #13
Seigo Nonaka
No worries! I'm sorry for hurrying up you. Submitting...
4 years, 8 months ago (2016-04-07 04:43:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1857633002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1857633002/120001
4 years, 8 months ago (2016-04-07 04:44:45 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/15437) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-07 04:46:40 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1857633002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1857633002/140001
4 years, 8 months ago (2016-04-07 04:53:50 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 8 months ago (2016-04-07 06:25:44 UTC) #23
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7e8a5d82b32386818839d8f874395f37eb3184bf Cr-Commit-Position: refs/heads/master@{#385678}
4 years, 8 months ago (2016-04-07 06:27:15 UTC) #25
esprehn
This patch is incorrectly using std::vector and std::string, please switch to WTF::String and WTF::Vector. core ...
4 years, 8 months ago (2016-04-12 18:40:54 UTC) #26
yosin_UTC9
On 2016/04/12 at 18:40:54, esprehn wrote: > This patch is incorrectly using std::vector and std::string, ...
4 years, 8 months ago (2016-04-13 04:54:01 UTC) #27
yosin_UTC9
4 years, 8 months ago (2016-04-13 04:54:20 UTC) #28
Message was sent while issue was closed.
On 2016/04/13 at 04:54:01, Yosi_UTC9 wrote:
> On 2016/04/12 at 18:40:54, esprehn wrote:
> > This patch is incorrectly using std::vector and std::string, please switch
to WTF::String and WTF::Vector. core does not use stl vectors or strings.
> 
> Oh sorry... m(_ _)m
> I change std::vector and std::string to WTF::Vector and WTF::String.

http://crrev.com/1884893002

Powered by Google App Engine
This is Rietveld 408576698