|
Rename AttachBehavior to RecalcStyleBehavior
This patch rename the enum and makes editing trigger a recalcStyle using the new enum value
DeprecatedRecalcStyleImmediatlelyForEditing. This will be slower, but editing causes so many
recalc styles and does so much work already I don't think this is going to be an issue.
This means we now lazy attach everywhere.
BUG= 276689
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157355
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -42 lines) |
Patch |
 |
M |
Source/core/dom/CharacterData.h
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/CharacterData.cpp
|
View
|
1
2
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ContainerNode.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ContainerNode.cpp
|
View
|
1
2
|
5 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.h
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Text.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/Text.cpp
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/DeleteFromTextNodeCommand.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/InsertIntoTextNodeCommand.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/SplitTextNodeCommand.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/HTMLConstructionSite.cpp
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|