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

Issue 1300303002: Introduce isVisuallyEquivalentCandidate() as replacement of PositionAlgorithm::isCandidate() (Closed)

Created:
5 years, 4 months ago by yosin_UTC9
Modified:
5 years, 4 months ago
Reviewers:
tkent
CC:
blink-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, blink-reviews-rendering, jchaffraix+rendering, yoichio, hajimehoshi
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Introduce isVisuallyEquivalentCandidate() as replacement of PositionAlgorithm::isCandidate() This patch introduces |isVisuallyEquivalentCandidate()| as replacement of |PositionAlgorithm::isCandidate()| to make what this functions for improving readability. Following patch will move |isVisuallyEquivalentCandidate()| to "VisibleUnits.cpp" to reduce usages of |InlineBox| from "Position.cpp" as part of making |PositionAlgorithm| class to free from |InlineBox|. BUG=518738 TEST=n/a; no behavior changes Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200917

Patch Set 1 : 2015-08-20T13:44:21 #

Patch Set 2 : 2015-08-20T17:50:23 Rebase #

Patch Set 3 : 2015-08-20T22:43:42 Rebase #

Patch Set 4 : 2015-08-21T01:27:16 Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -37 lines) Patch
M Source/core/editing/EditingUtilities.cpp View 1 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/editing/FrameSelection.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Position.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/editing/Position.cpp View 1 2 3 3 chunks +30 lines, -14 lines 0 comments Download
M Source/core/editing/VisiblePosition.cpp View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/editing/VisibleUnits.cpp View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/commands/InsertTextCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutView.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
yosin_UTC9
PTAL
5 years, 4 months ago (2015-08-20 05:30:10 UTC) #2
tkent
The code change lgtm. But please explain in the CL description why you change it ...
5 years, 4 months ago (2015-08-20 05:42:41 UTC) #3
yosin_UTC9
On 2015/08/20 05:42:41, tkent wrote: > The code change lgtm. > But please explain in ...
5 years, 4 months ago (2015-08-20 05:46:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/1
5 years, 4 months ago (2015-08-20 08:26:19 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/110925) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 4 months ago (2015-08-20 08:28:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/20001
5 years, 4 months ago (2015-08-20 08:51:47 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/58162)
5 years, 4 months ago (2015-08-20 12:00:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/20001
5 years, 4 months ago (2015-08-20 12:57:13 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/90621)
5 years, 4 months ago (2015-08-20 13:01:45 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/40001
5 years, 4 months ago (2015-08-20 13:44:48 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/96022)
5 years, 4 months ago (2015-08-20 15:38:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/40001
5 years, 4 months ago (2015-08-20 16:07:04 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/90693)
5 years, 4 months ago (2015-08-20 16:12:46 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1300303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1300303002/60001
5 years, 4 months ago (2015-08-20 16:28:26 UTC) #29
commit-bot: I haz the power
5 years, 4 months ago (2015-08-20 18:29:46 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200917

Powered by Google App Engine
This is Rietveld 408576698