|
|
Created:
5 years, 4 months ago by yosin_UTC9 Modified:
5 years, 4 months ago CC:
blink-reviews Base URL:
https://chromium.googlesource.com/chromium/blink.git@master Target Ref:
refs/heads/master Project:
blink Visibility:
Public. |
DescriptionMove isRenderedCharacter() to EditorCommand.cpp from Position.cpp
This patch moves |isRenderedCharacter()| to "EditorCommand.cpp" from
"Position.cpp" to narrow visibility of |isRenderedCharacter()| for
improving code health, since it is used only classes derived from
|EditorCommand|.
BUG=518738
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200891
Patch Set 1 : 2015-08-19T15:45:51 Move to VisibleUnits.cpp #Patch Set 2 : 2015-08-19T17:30:15 Move to EditCommand.cpp #Patch Set 3 : 2015-08-20T14:16:30 Rebase #
Messages
Total messages: 33 (15 generated)
The CQ bit was checked by yosin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/1
yosin@chromium.org changed reviewers: + hajimehoshi@chromium.org, yoichio@chromium.org
PTAL
isRenderedCharacter() is used only in EditCommand subclasses. For narrowing and improve code health, how about to move it to EditCommand protected static function?
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2015/08/19 08:00:03, yoichio wrote: > isRenderedCharacter() is used only in EditCommand subclasses. > For narrowing and improve code health, how about to move it to EditCommand > protected > static function? Good idea. Moved to EditorCommand.cpp. PTAL
The CQ bit was checked by yosin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
lgtm
The CQ bit was checked by yosin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by yosin@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from yoichio@chromium.org Link to the patchset: https://codereview.chromium.org/1298823003/#ps40001 (title: "2015-08-20T14:16:30 Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_...)
The CQ bit was checked by yosin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/40001
The CQ bit was unchecked by commit-bot@chromium.org
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_d...)
The CQ bit was checked by yosin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/40001
The CQ bit was unchecked by commit-bot@chromium.org
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_d...)
The CQ bit was checked by yosin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298823003/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://src.chromium.org/viewvc/blink?view=rev&revision=200891 |