|
Have htmlediting create functions take a Document reference in argument
Have htmlediting create functions take a Document reference in argument instead
of a pointer since they require the document to be non-null. Most of the
callers already have a Document reference so this change avoids having to
convert references into pointers at call sites.
This patch is a prequirement to have HTMLElements take a Document reference
in argument.
BUG= 281400
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157092
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+101 lines, -100 lines) |
Patch |
|
M |
Source/core/editing/ApplyBlockElementCommand.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/ApplyStyleCommand.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/ApplyStyleCommand.cpp
|
View
|
|
5 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/BreakBlockquoteCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/CompositeEditCommand.cpp
|
View
|
|
9 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/DeleteSelectionCommand.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/IndentOutdentCommand.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/InsertLineBreakCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/InsertListCommand.cpp
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/InsertTextCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/ModifySelectionListLevel.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/ReplaceNodeWithSpanCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/ReplaceSelectionCommand.cpp
|
View
|
|
6 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/WrapContentsInDummySpanCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/htmlediting.h
|
View
|
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/htmlediting.cpp
|
View
|
|
3 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/markup.cpp
|
View
|
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|