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

Issue 2826373002: Move CompositionUnderlineVectorBuilder.* from web/ -> core/editing/. (Closed)

Created:
3 years, 8 months ago by slangley
Modified:
3 years, 8 months ago
Reviewers:
haraken, joelhockey
CC:
blink-reviews, chromium-reviews, dcheng, kinuko+watch, mlamouri+watch-blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move CompositionUnderlineVectorBuilder.* from web/ -> core/editing/. Move CompositionUnderlineVectorBuilder.h to core/editing/ as part of the removal of the web/ layer. Now that core has visibility into public/web/ we can remove CompositionUnderlineBuilder entirely and just provide a copy constructor on CompositionUnderling to do the conversion from WebCompositionUnderline. BUG=708879 Review-Url: https://codereview.chromium.org/2826373002 Cr-Commit-Position: refs/heads/master@{#467620} Committed: https://chromium.googlesource.com/chromium/src/+/8db797d21d544547fdf4436072224c01691e938c

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address code review comments. #

Patch Set 3 : Change CompositionUnderlineVectorBuilder to have an explicit method to build a Vector, rather than … #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -169 lines) Patch
M third_party/WebKit/Source/core/editing/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/CompositionUnderline.h View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/CompositionUnderline.cpp View 1 2 chunks +9 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.h View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.cpp View 1 2 1 chunk +6 lines, -6 lines 1 comment Download
M third_party/WebKit/Source/web/BUILD.gn View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/web/CompositionUnderlineBuilder.h View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/Source/web/CompositionUnderlineVectorBuilder.h View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/WebKit/Source/web/CompositionUnderlineVectorBuilder.cpp View 1 chunk +0 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp View 1 2 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 30 (14 generated)
slangley
3 years, 8 months ago (2017-04-20 01:09:54 UTC) #3
joelhockey
lgtm
3 years, 8 months ago (2017-04-20 01:11:43 UTC) #4
slangley
haraken@ - ptal
3 years, 8 months ago (2017-04-20 01:16:57 UTC) #6
haraken
LGTM (FWIW I'm in a EMEA timezone this week. Sorry for the review delay.) https://codereview.chromium.org/2826373002/diff/1/third_party/WebKit/Source/core/editing/CompositionUnderline.cpp ...
3 years, 8 months ago (2017-04-20 07:25:50 UTC) #7
slangley
Thanks! https://codereview.chromium.org/2826373002/diff/1/third_party/WebKit/Source/core/editing/CompositionUnderline.cpp File third_party/WebKit/Source/core/editing/CompositionUnderline.cpp (right): https://codereview.chromium.org/2826373002/diff/1/third_party/WebKit/Source/core/editing/CompositionUnderline.cpp#newcode25 third_party/WebKit/Source/core/editing/CompositionUnderline.cpp:25: CompositionUnderline::CompositionUnderline(const WebCompositionUnderline& u) On 2017/04/20 at 07:25:50, haraken ...
3 years, 8 months ago (2017-04-21 00:07:15 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/2826373002/20001
3 years, 8 months ago (2017-04-21 00:09:55 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/162288)
3 years, 8 months ago (2017-04-21 01:04:40 UTC) #13
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/2826373002/20001
3 years, 8 months ago (2017-04-21 03:54:32 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/394645)
3 years, 8 months ago (2017-04-21 05:32:15 UTC) #17
haraken
https://codereview.chromium.org/2826373002/diff/1/third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.h File third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.h (right): https://codereview.chromium.org/2826373002/diff/1/third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.h#newcode42 third_party/WebKit/Source/core/editing/CompositionUnderlineVectorBuilder.h:42: // This classes are used for converting from WebVector<WebCompositionUnderline> ...
3 years, 8 months ago (2017-04-21 06:18:54 UTC) #18
slangley
haraken@ - ptal The original LGTM'd patch would not compile on windows, as it wanted ...
3 years, 8 months ago (2017-04-27 00:48:00 UTC) #19
haraken
LGTM
3 years, 8 months ago (2017-04-27 01:02:00 UTC) #20
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/2826373002/40001
3 years, 8 months ago (2017-04-27 01:06:23 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/280765)
3 years, 8 months ago (2017-04-27 03:01:11 UTC) #25
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/2826373002/40001
3 years, 8 months ago (2017-04-27 06:56:11 UTC) #27
commit-bot: I haz the power
3 years, 8 months ago (2017-04-27 07:44:18 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/8db797d21d544547fdf443607222...

Powered by Google App Engine
This is Rietveld 408576698