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

Issue 2838733002: Fix DocumentMarkerController::RemoveSpellingMarkersUnderWords (Closed)

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

Description

Fix DocumentMarkerController::RemoveSpellingMarkersUnderWords The above mentioned function used to remove all markers, which is wrong. This patch fixes it to remove only spelling and grammar markers. BUG=713995 TEST=DocumentMarkerControllerTest.RemoveSpellingMarkersUnderWords Review-Url: https://codereview.chromium.org/2838733002 Cr-Commit-Position: refs/heads/master@{#466860} Committed: https://chromium.googlesource.com/chromium/src/+/5b0a6581e71557593b172fc1b53e229e7a78cfe2

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -5 lines) Patch
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 chunk +4 lines, -5 lines 2 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerControllerTest.cpp View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (9 generated)
Xiaocheng
PTAL.
3 years, 8 months ago (2017-04-24 21:08:30 UTC) #5
yosin_UTC9
lgtm https://codereview.chromium.org/2838733002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp File third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp (left): https://codereview.chromium.org/2838733002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp#oldcode503 third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp:503: if (removed_markers && type == DocumentMarker::kTextMatch) Nice! https://codereview.chromium.org/2838733002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp ...
3 years, 8 months ago (2017-04-25 01:32:54 UTC) #8
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/2838733002/1
3 years, 8 months ago (2017-04-25 01:33:25 UTC) #10
commit-bot: I haz the power
3 years, 8 months ago (2017-04-25 01:40:13 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/5b0a6581e71557593b172fc1b53e...

Powered by Google App Engine
This is Rietveld 408576698