|
|
Created:
4 years, 4 months ago by Xiaocheng Modified:
4 years, 4 months ago Reviewers:
yosin_UTC9 CC:
blink-reviews, chromium-reviews, groby+blinkspell_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@SpellCheckerDebugInfo Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionStop SpellCheckRequest from checking canCheckAsynchronously()
This patch removes static function canCheckAsynchronously() from
SpellCheckRequester.cpp and stops SpellCheckRequest from calling it.
The removed function is legacy code from the old age before the removal
of synchronous spell checking. In addition, the items checked by this
function do not make much sense now -- either incorrect or redundant.
Hence, the function is removed.
This patch is also a preparation for reducing the use of
TextCheckingParagraph: http://crrev.com/2273453003
BUG=640456
TEST=editing/spelling/paste_into_element_starting_with_invisible.html
Committed: https://crrev.com/7168dd4011adfe053b7a5c0f308fcf7b1495b31b
Cr-Commit-Position: refs/heads/master@{#414049}
Patch Set 1 #Patch Set 2 : Rebased 201608231925 #Patch Set 3 : Add test and rebaseline style/table-selection.html #Patch Set 4 : Removed rebaselining of the unrelated test #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 32 (25 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
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 ========== Stop SpellCheckRequest from checking isSpellCheckingEnabledFor() BUG= ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. BUG=n/a TEST=n/a; no behavior change ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
Description was changed from ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. BUG=n/a TEST=n/a; no behavior change ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. BUG=640456 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...
Description was changed from ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. BUG=640456 TEST=n/a; no behavior change ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. editing/style/table-selection.html is rebaselined due to the appearance of spelling markers in its pixel results. BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ==========
Description was changed from ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. editing/style/table-selection.html is rebaselined due to the appearance of spelling markers in its pixel results. BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. editing/style/table-selection.html is rebaselined due to the appearance of spelling markers in its pixel results. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ==========
xiaochengh@chromium.org changed reviewers: + yosin@chromium.org
PTAL.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
lgtm Could you convert "table-selection.html" to use w3c test harness rather than rebaseing it? Since it doesn't need to check pixels.
On 2016/08/24 at 06:00:51, yosin wrote: > lgtm > > Could you convert "table-selection.html" to use w3c test harness rather than rebaseing it? > Since it doesn't need to check pixels. It sounds like you job :) Or let's wait until we have disabled mock spell checker in all unrelated tests...
Description was changed from ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. editing/style/table-selection.html is rebaselined due to the appearance of spelling markers in its pixel results. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ==========
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...
Rebased the patch on https://codereview.chromium.org/2270293003. Now it doesn't rebaseline any unrelated test.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by xiaochengh@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from yosin@chromium.org Link to the patchset: https://codereview.chromium.org/2248413003/#ps60001 (title: "Removed rebaselining of the unrelated test")
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 #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html ========== to ========== Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html Committed: https://crrev.com/7168dd4011adfe053b7a5c0f308fcf7b1495b31b Cr-Commit-Position: refs/heads/master@{#414049} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/7168dd4011adfe053b7a5c0f308fcf7b1495b31b Cr-Commit-Position: refs/heads/master@{#414049} |