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

Issue 2904813003: Wrap text node handling code in TextIterator into wrapper functions (Closed)

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

Description

Wrap text node handling code in TextIterator into wrapper functions This patch introduces wrapper functions to wrap some text node handling code that is not in dedicated functions yet. A followup patch will remove these functions and the data members that they use into a wrapper class. BUG=721957 TEST=n/a; no behavioral change Review-Url: https://codereview.chromium.org/2904813003 Cr-Commit-Position: refs/heads/master@{#475243} Committed: https://chromium.googlesource.com/chromium/src/+/d555fc27510ae3b0c155bfabc089f67edf412bda

Patch Set 1 #

Total comments: 4

Patch Set 2 : Thu May 25 16:06:45 PDT 2017 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -36 lines) Patch
M third_party/WebKit/Source/core/editing/iterators/TextIterator.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp View 1 6 chunks +54 lines, -36 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 26 (21 generated)
Xiaocheng
PTAL.
3 years, 7 months ago (2017-05-25 06:12:58 UTC) #3
yosin_UTC9
lgtm w/ nits https://codereview.chromium.org/2904813003/diff/1/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp File third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp (right): https://codereview.chromium.org/2904813003/diff/1/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp#newcode276 third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp:276: if (needs_handle_pre_formatted_text_node_) { nit: Too reduce ...
3 years, 7 months ago (2017-05-25 06:24:51 UTC) #4
Xiaocheng
https://codereview.chromium.org/2904813003/diff/1/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp File third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp (right): https://codereview.chromium.org/2904813003/diff/1/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp#newcode276 third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp:276: if (needs_handle_pre_formatted_text_node_) { On 2017/05/25 at 06:24:51, yosin_UTC9 wrote: ...
3 years, 7 months ago (2017-05-25 23:15:34 UTC) #7
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/2904813003/20001
3 years, 7 months ago (2017-05-27 06:34:04 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-27 06:49:12 UTC) #26
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/d555fc27510ae3b0c155bfabc089...

Powered by Google App Engine
This is Rietveld 408576698