Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Issue 698923002: Enable Oilpan for core/xml/ (Closed)

Created:
6 years, 1 month ago by sof
Modified:
5 years, 8 months ago
Reviewers:
CC:
blink-reviews, arv+blink, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Enable Oilpan for core/xml/ R= BUG=340522

Patch Set 1 #

Patch Set 2 : Non-Oilpan fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -508 lines) Patch
M Source/bindings/core/v8/V8Binding.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8Binding.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/core/v8/custom/V8DocumentCustom.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/scripts/v8_types.py View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/xml/DOMParser.h View 1 chunk +3 lines, -5 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 +5 lines, -5 lines 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 2 chunks +6 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 1 chunk +6 lines, -7 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, -1 line 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 1 5 chunks +7 lines, -8 lines 0 comments Download
M Source/core/xml/XPathGrammar.y View 1 28 chunks +31 lines, -102 lines 0 comments Download
M Source/core/xml/XPathNSResolver.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/xml/XPathNSResolver.cpp View 1 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 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/xml/XPathNodeSet.cpp View 1 1 chunk +10 lines, -3 lines 0 comments Download
M Source/core/xml/XPathParser.h View 1 2 chunks +3 lines, -21 lines 0 comments Download
M Source/core/xml/XPathParser.cpp View 1 4 chunks +2 lines, -128 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 1 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 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/xml/XPathResult.cpp View 1 2 chunks +4 lines, -2 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 1 6 chunks +9 lines, -11 lines 0 comments Download
M Source/core/xml/XPathStep.cpp View 1 5 chunks +12 lines, -13 lines 0 comments Download
M Source/core/xml/XPathValue.h View 1 5 chunks +14 lines, -12 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 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

Powered by Google App Engine
This is Rietveld 408576698