|
Oilpan: have xml/ objects on the heap by default.
Along with moving the XPath objects (and other objects handling
XML processing) to the heap, we're able to retire the XPath
parser's manual tracking of currently constructed XPath
sub-expressions; done so as to be able to destruct those in the
face of parse errors.
With Oilpan, such unreferenced sub-expressions will be unreferenced
and swept out whenever the next GC runs.
R=haraken,tkent
BUG= 479467
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194504
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+229 lines, -499 lines) |
Patch |
|
M |
Source/bindings/core/v8/V8Binding.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8Binding.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/scripts/v8_types.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/tests/idls/core/TestObject.idl
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/core/V8TestObject.cpp
|
View
|
1
|
3 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/inspector/InspectorDOMAgent.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/DOMParser.h
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/DOMParser.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/DocumentXPathEvaluator.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/DocumentXPathEvaluator.cpp
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/DocumentXSLT.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/NativeXPathNSResolver.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XMLSerializer.h
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XMLSerializer.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathEvaluator.h
|
View
|
|
2 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathEvaluator.cpp
|
View
|
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathEvaluator.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathExpression.h
|
View
|
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathExpression.cpp
|
View
|
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathExpression.idl
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathExpressionNode.h
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathFunctions.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathFunctions.cpp
|
View
|
|
5 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathGrammar.y
|
View
|
|
28 chunks |
+31 lines, -102 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathNSResolver.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
D |
Source/core/xml/XPathNSResolver.cpp
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathNSResolver.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathNodeSet.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathNodeSet.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathParser.h
|
View
|
|
2 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathParser.cpp
|
View
|
|
4 chunks |
+2 lines, -126 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathPath.h
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathPath.cpp
|
View
|
|
8 chunks |
+16 lines, -35 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathPredicate.h
|
View
|
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathPredicate.cpp
|
View
|
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathResult.h
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathResult.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathStep.h
|
View
|
|
6 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathStep.cpp
|
View
|
|
5 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathValue.h
|
View
|
|
5 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XPathValue.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XSLImportRule.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XSLStyleSheet.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/xml/XSLStyleSheetLibxslt.cpp
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XSLTProcessor.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/xml/XSLTProcessor.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|