|
Oilpan: Make the Node hierarchy RefCountedGarbageCollected instead of TreeShared.
The entire tree structure is now traced. If one node in the tree is
alive the entire tree is kept alive. This makes the Node hierarchy
independent of reference counts and it is therefore possible to use
Members instead of RefPtrs to Nodes.
This change is very likely to introduce new Oilpan leaks because
any RefPtr from a Node to another Node in the same tree will leak
the entire tree. Once this change lands we should eliminate RefPtrs
to Nodes to avoid these leaks.
BUG= 357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173378
Total comments: 1
Total comments: 21
Total comments: 70
Total comments: 2
Total comments: 56
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+433 lines, -265 lines) |
Patch |
 |
M |
LayoutTests/OilpanExpectations
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/document-softleak-mouse-navigation.html
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/resources/leak-check.js
|
View
|
|
2 chunks |
+25 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/ElementResolveContext.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/MatchRequest.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/Attr.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ContainerNode.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ContainerNode.cpp
|
View
|
1
2
3
4
|
8 chunks |
+21 lines, -6 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/ContainerNodeAlgorithms.h
|
View
|
1
2
3
4
|
5 chunks |
+2 lines, -27 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
1
2
3
4
5
6
|
11 chunks |
+19 lines, -18 lines |
4 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
2
3
4
5
6
|
11 chunks |
+42 lines, -7 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/DocumentStyleSheetCollector.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DocumentStyleSheetCollector.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/Element.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Element.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ElementRareData.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/FullscreenElementStack.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/FullscreenElementStack.cpp
|
View
|
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/IdTargetObserver.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/IdTargetObserver.cpp
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.h
|
View
|
|
4 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Node.cpp
|
View
|
1
|
5 chunks |
+5 lines, -11 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/NodeRenderingTraversal.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/StyleEngine.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/StyleEngine.cpp
|
View
|
1
2
3
4
5
6
7
8
|
19 chunks |
+32 lines, -33 lines |
6 comments
|
Download
|
 |
M |
Source/core/dom/TreeScope.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -4 lines |
6 comments
|
Download
|
 |
M |
Source/core/dom/TreeScope.cpp
|
View
|
1
2
3
4
|
7 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/TreeShared.h
|
View
|
|
3 chunks |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/UserActionElementSet.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/UserActionElementSet.cpp
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/shadow/ElementShadow.h
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
2 comments
|
Download
|
 |
M |
Source/core/dom/shadow/ElementShadow.cpp
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/shadow/ShadowRoot.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/shadow/ShadowRoot.cpp
|
View
|
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/DOMWindow.cpp
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/FormAssociatedElement.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/FormAssociatedElement.cpp
|
View
|
|
4 chunks |
+12 lines, -5 lines |
2 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlElement.cpp
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
4 comments
|
Download
|
 |
M |
Source/core/html/HTMLInputElement.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLInputElement.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/forms/TextFieldInputType.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/forms/ValidationMessage.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/imports/HTMLImportsController.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/EventHandler.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/Page.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/plugins/PluginOcclusionSupport.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGAnimateElement.cpp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -0 lines |
3 comments
|
Download
|
 |
M |
Source/core/svg/SVGAnimateMotionElement.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGElementInstance.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -10 lines |
8 comments
|
Download
|
 |
M |
Source/core/svg/SVGElementInstance.cpp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+22 lines, -8 lines |
6 comments
|
Download
|
 |
M |
Source/core/svg/animation/SVGSMILElement.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/animation/SVGSMILElement.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -1 line |
3 comments
|
Download
|
 |
M |
Source/core/svg/properties/SVGAnimatedProperty.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/core/testing/LayerRect.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Handle.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/PassRefPtr.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|