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

Issue 2908643002: [DMC #23] Add CompositionMarker (subclass of DocumentMarker) (Closed)

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

Description

Add CompositionMarker (subclass of DocumentMarker) This CL moves the Composition marker-specific functionality of DocumentMarker into a new CompositionMarker subclass (similar to TextMatchMarker). I will do the same for Spelling and Grammar markers in future CLs. BUG=707867 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2908643002 Cr-Commit-Position: refs/heads/master@{#476220} Committed: https://chromium.googlesource.com/chromium/src/+/2546cdae560f745b5ee91856244bf12f36729e44

Patch Set 1 #

Patch Set 2 : Add comment #

Total comments: 5

Patch Set 3 : Add CompositionMarkerTest, respond to other comments #

Patch Set 4 : Rebase #

Total comments: 3

Patch Set 5 : Address nits #

Patch Set 6 : Rebase #

Patch Set 7 : Attempt to fix Android build by using EXPECT_FALSE() #

Messages

Total messages: 34 (24 generated)
rlanday
3 years, 7 months ago (2017-05-25 23:12:11 UTC) #4
yosin_UTC9
https://codereview.chromium.org/2908643002/diff/20001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h File third_party/WebKit/Source/core/editing/markers/CompositionMarker.h (right): https://codereview.chromium.org/2908643002/diff/20001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h#newcode22 third_party/WebKit/Source/core/editing/markers/CompositionMarker.h:22: bool thick, Let's introduce |enum Tichkness { kThin, kThick ...
3 years, 7 months ago (2017-05-26 04:54:02 UTC) #6
rlanday
On 2017/05/26 at 04:54:02, yosin wrote: > https://codereview.chromium.org/2908643002/diff/20001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h > File third_party/WebKit/Source/core/editing/markers/CompositionMarker.h (right): > > https://codereview.chromium.org/2908643002/diff/20001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h#newcode22 ...
3 years, 6 months ago (2017-05-26 19:54:18 UTC) #7
yosin_UTC9
lgtm w/ nits https://codereview.chromium.org/2908643002/diff/60001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h File third_party/WebKit/Source/core/editing/markers/CompositionMarker.h (right): https://codereview.chromium.org/2908643002/diff/60001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h#newcode30 third_party/WebKit/Source/core/editing/markers/CompositionMarker.h:30: Color underline_color_; nit: s/Color/const Color/ https://codereview.chromium.org/2908643002/diff/60001/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h#newcode31 ...
3 years, 6 months ago (2017-05-29 05:09:38 UTC) #12
rlanday
Adding tkent@ as OWNER for third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp
3 years, 6 months ago (2017-05-31 20:38:38 UTC) #19
tkent
lgtm
3 years, 6 months ago (2017-06-01 00:16:16 UTC) #23
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/2908643002/100001
3 years, 6 months ago (2017-06-01 04:17:44 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/280330)
3 years, 6 months ago (2017-06-01 05:30:04 UTC) #28
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/2908643002/120001
3 years, 6 months ago (2017-06-01 05:45:23 UTC) #31
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 07:29:35 UTC) #34
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/2546cdae560f745b5ee91856244b...

Powered by Google App Engine
This is Rietveld 408576698