|
DocumentMarkerList refactor as an interface
This is a sketch of what the DocumentMarkerList hierarchy looks like if we pull
all the shared logic out of DocumentMarkerList into a helper class
(DocumentMarkerListUtils). I haven't actually implemented most of the helper
functions but this should give us some idea of what the code will look like if
we implement it this way.
BUG= 707867
Total comments: 14
Total comments: 29
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+997 lines, -31 lines) |
Patch |
|
M |
third_party/WebKit/Source/core/editing/BUILD.gn
|
View
|
1
2
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.cpp
|
View
|
1
2
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommandTest.cpp
|
View
|
1
2
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h
|
View
|
1
2
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp
|
View
|
1
2
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
View
|
1
2
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
View
|
1
2
|
3 chunks |
+12 lines, -21 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.cpp
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.cpp
|
View
|
1
2
|
1 chunk |
+183 lines, -0 lines |
1 comment
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerList.h
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerList.cpp
|
View
|
1
2
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h
|
View
|
1
2
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp
|
View
|
1
2
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/TextMatchMarkerList.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/editing/markers/TextMatchMarkerList.cpp
|
View
|
1
2
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 28 (9 generated)
|