|
Remove PostAttachCallbacks and replace with something more specialized
The last consumer of PostAttachCallbacks is layer updating, this patch
switches away from the generic "call me after recalc style" system that
was PostAttachCallbacks to a very specialized system that only marks
elements as needing a style recalc for the purposes of creating and
destroying layers.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169891
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -171 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
1
2
3
|
3 chunks |
+8 lines, -0 lines |
1 comment
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
2
3
|
6 chunks |
+41 lines, -4 lines |
1 comment
|
Download
|
 |
M |
Source/core/dom/Element.cpp
|
View
|
1
2
3
|
4 chunks |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.h
|
View
|
1
2
3
|
4 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.cpp
|
View
|
1
2
3
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
D |
Source/core/dom/PostAttachCallbacks.h
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
Source/core/dom/PostAttachCallbacks.cpp
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlElement.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLPlugInElement.cpp
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayerFilterInfo.cpp
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGElement.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
Source/web/TextFinder.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|