|
|
Chromium Code Reviews|
Created:
4 years, 4 months ago by Xiaocheng Modified:
4 years, 4 months ago CC:
blink-reviews, chromium-reviews, groby+blinkspell_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@MoveTextCheckingHelperFunctions Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionMerge TextCheckingHelper into SpellChecker Part 3
This patch does code cleanup in SpellChecker.h/cpp after moving code
from TextCheckingHelper. Cleanup to TextCheckingHelper.h/cpp will be
done in followup patches.
Previous patches:
- Part 1: http://crrev.com/2246053003
- Part 2: http://crrev.com/2253523002
BUG=619452
TEST=n/a; no behavior change
Committed: https://crrev.com/85313d07c90a0ff9a229646aad87ecf6cee13a38
Cr-Commit-Position: refs/heads/master@{#412422}
Patch Set 1 #Patch Set 2 : Perform refactoring only #
Total comments: 1
Patch Set 3 : Touch only SpellChecker #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 24 (16 generated)
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch renames TextCheckingHelper.h/cpp to TextCheckingParagraph.c/cpp since there is no longer TextCheckingHelper. This patch also does code cleanup in SpellChecker.h/cpp and TextCheckingParagraph.h/cpp after moving code in the previous patches. BUG= ========== to ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch renames TextCheckingHelper.h/cpp to TextCheckingParagraph.c/cpp since there is no longer TextCheckingHelper. This patch also does code cleanup in SpellChecker.h/cpp and TextCheckingParagraph.h/cpp after moving code in the previous patches. This is the final patch for merging TextCheckingHelper into SpellChecker. BUG=619452 TEST=n/a; no behavior change ==========
xiaochengh@chromium.org changed reviewers: + tkent@chromium.org, yosin@chromium.org
PTAL.
Could you split this patch into two?
1. Re-factor SpellChecker::findMissspelling()
2. Rename TextCheckingHelper.{cpp,h} to TextCheckingParagraph.{cpp,h}
Since they are independent.
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch renames TextCheckingHelper.h/cpp to TextCheckingParagraph.c/cpp since there is no longer TextCheckingHelper. This patch also does code cleanup in SpellChecker.h/cpp and TextCheckingParagraph.h/cpp after moving code in the previous patches. This is the final patch for merging TextCheckingHelper into SpellChecker. BUG=619452 TEST=n/a; no behavior change ========== to ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch does code cleanup in SpellChecker.h/cpp and TextCheckingHelper.h/cpp after moving code in the previous patches. A followup patch will rename TextCheckingHelper.h/cpp to TextCheckingParagraph.c/cpp since there is no longer TextCheckingHelper. BUG=619452 TEST=n/a; no behavior change ==========
On 2016/08/16 at 09:18:29, yosin wrote:
> Could you split this patch into two?
> 1. Re-factor SpellChecker::findMissspelling()
> 2. Rename TextCheckingHelper.{cpp,h} to TextCheckingParagraph.{cpp,h}
> Since they are independent.
OK. This patch only does refactoring now. Renaming will be left to the last
patch.
Please refer with CL number for "previous patch". https://codereview.chromium.org/2247273002/diff/20001/third_party/WebKit/Sour... File third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h (right): https://codereview.chromium.org/2247273002/diff/20001/third_party/WebKit/Sour... third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h:25: #include "core/editing/Position.h" Oops, changes of "TextCheckingHelper.{cpp.h}" are independent from "SpellChecker.{cpp.h}". Could you move "TextCheckingHelper.{cpp.h}" to another patch?
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Description was changed from ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch does code cleanup in SpellChecker.h/cpp and TextCheckingHelper.h/cpp after moving code in the previous patches. A followup patch will rename TextCheckingHelper.h/cpp to TextCheckingParagraph.c/cpp since there is no longer TextCheckingHelper. BUG=619452 TEST=n/a; no behavior change ========== to ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch does code cleanup in SpellChecker.h/cpp after moving code from TextCheckingHelper. Cleanup to TextCheckingHelper.h/cpp will be done in followup patches. Previous patches: - Part 1: http://crrev.com/2246053003 - Part 2: http://crrev.com/2253523002 BUG=619452 TEST=n/a; no behavior change ==========
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
The CQ bit was checked by xiaochengh@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch does code cleanup in SpellChecker.h/cpp after moving code from TextCheckingHelper. Cleanup to TextCheckingHelper.h/cpp will be done in followup patches. Previous patches: - Part 1: http://crrev.com/2246053003 - Part 2: http://crrev.com/2253523002 BUG=619452 TEST=n/a; no behavior change ========== to ========== Merge TextCheckingHelper into SpellChecker Part 3 This patch does code cleanup in SpellChecker.h/cpp after moving code from TextCheckingHelper. Cleanup to TextCheckingHelper.h/cpp will be done in followup patches. Previous patches: - Part 1: http://crrev.com/2246053003 - Part 2: http://crrev.com/2253523002 BUG=619452 TEST=n/a; no behavior change Committed: https://crrev.com/85313d07c90a0ff9a229646aad87ecf6cee13a38 Cr-Commit-Position: refs/heads/master@{#412422} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/85313d07c90a0ff9a229646aad87ecf6cee13a38 Cr-Commit-Position: refs/heads/master@{#412422} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
