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

Issue 2763893002: [WIP] Clean up DocumentMarkerController API (Closed)

Created:
3 years, 9 months ago by rlanday
Modified:
3 years, 8 months ago
Reviewers:
*tkent, *yosin_UTC9, Xiaocheng
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-frames_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, groby+blinkspell_chromium.org, kinuko+watch, rwlbuis, sof, timvolodine
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up DocumentMarker/DocumentMarkerController API DMC refactor part 2 Follow-up to the first part of the refactor in https://codereview.chromium.org/2723663002 - Rename some DocumentMarkerController methods to reflect that they only apply to TextMatch markers - Remove MarkerRemoverPredicate, now the method for removing spelling markers based on a list of words just takes a list of words BUG=707867

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove all changes except some renaming in DocumentMarkerController and eliminating MarkerRemoverPr… #

Patch Set 3 : Rebase, format #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Patch Set 9 : Move CompositionMarkerList::at() into previous CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -60 lines) Patch
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h View 1 2 3 3 chunks +9 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 2 3 4 5 9 chunks +18 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerControllerTest.cpp View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/TextFinder.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 38 (30 generated)
rlanday
3 years, 9 months ago (2017-03-21 02:06:01 UTC) #4
yosin_UTC9
https://codereview.chromium.org/2763893002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h File third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h (right): https://codereview.chromium.org/2763893002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h#newcode67 third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h:67: void addGrammarMarker(const Position& start, Could you introduce them one-by-one ...
3 years, 9 months ago (2017-03-21 05:46:55 UTC) #8
rlanday
On 2017/03/21 at 05:46:55, yosin wrote: > https://codereview.chromium.org/2763893002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h > File third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h (right): > > https://codereview.chromium.org/2763893002/diff/1/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h#newcode67 ...
3 years, 9 months ago (2017-03-21 22:16:56 UTC) #13
yosin_UTC9
On 2017/03/21 at 22:16:56, rlanday wrote: > On 2017/03/21 at 05:46:55, yosin wrote: > > ...
3 years, 9 months ago (2017-03-22 05:21:39 UTC) #21
rlanday
Patch 8 doesn't actually have any changes, I meant to update a different CL...
3 years, 8 months ago (2017-04-03 17:59:36 UTC) #34
rlanday
On 2017/04/03 at 17:59:36, rlanday wrote: > Patch 8 doesn't actually have any changes, I ...
3 years, 8 months ago (2017-04-03 18:00:10 UTC) #35
Xiaocheng
lgtm. Btw, this patch doesn't look really dependent on the other patches.
3 years, 8 months ago (2017-04-03 18:41:21 UTC) #36
tkent
3 years, 8 months ago (2017-04-04 01:54:05 UTC) #38
lgtm

Powered by Google App Engine
This is Rietveld 408576698