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

Issue 288343017: Oilpan: Replace RefPtrs to Node and its subclasses in core/xml/ with Oilpan transition types. (Closed)

Created:
6 years, 7 months ago by tkent
Modified:
6 years, 7 months ago
Reviewers:
oilpan-reviews, haraken, sof
CC:
blink-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, Nate Chapin, rwlbuis
Visibility:
Public.

Description

Oilpan: Replace RefPtrs to Node and its subclasses in core/xml/ with Oilpan transition types. This CL replaces RefPtrs in DOMImplementation because DOMParser uses DOMImplementation. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174676

Patch Set 1 : #

Total comments: 12

Patch Set 2 : nullptr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -34 lines) Patch
M Source/core/dom/DOMImplementation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/DOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 4 chunks +9 lines, -6 lines 0 comments Download
M Source/core/loader/SinkDocument.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/DOMParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/DOMParser.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/xml/NativeXPathNSResolver.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/xml/NativeXPathNSResolver.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/xml/XPathExpressionNode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 4 chunks +6 lines, -5 lines 0 comments Download
M Source/core/xml/XSLTProcessorLibxslt.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tkent
Please review this.
6 years, 7 months ago (2014-05-23 03:37:38 UTC) #1
haraken
https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp File Source/core/frame/DOMWindow.cpp (right): https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp#newcode368 Source/core/frame/DOMWindow.cpp:368: RefPtrWillBeRawPtr<Document> document; I guess we decided to explicitly initialize ...
6 years, 7 months ago (2014-05-23 05:38:19 UTC) #2
sof
https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp File Source/core/frame/DOMWindow.cpp (right): https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp#newcode393 Source/core/frame/DOMWindow.cpp:393: return m_document.get(); On 2014/05/23 05:38:20, haraken wrote: > > ...
6 years, 7 months ago (2014-05-23 05:43:51 UTC) #3
sof
https://codereview.chromium.org/288343017/diff/20001/Source/core/xml/XSLTProcessor.h File Source/core/xml/XSLTProcessor.h (right): https://codereview.chromium.org/288343017/diff/20001/Source/core/xml/XSLTProcessor.h#newcode56 Source/core/xml/XSLTProcessor.h:56: void importStylesheet(PassRefPtr<Node> style) PassRefPtrWillBeRawPtr<> here also?
6 years, 7 months ago (2014-05-23 06:11:20 UTC) #4
tkent
https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp File Source/core/frame/DOMWindow.cpp (right): https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp#newcode368 Source/core/frame/DOMWindow.cpp:368: RefPtrWillBeRawPtr<Document> document; On 2014/05/23 05:38:20, haraken wrote: > > ...
6 years, 7 months ago (2014-05-23 06:21:46 UTC) #5
sof
https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp File Source/core/frame/DOMWindow.cpp (right): https://codereview.chromium.org/288343017/diff/20001/Source/core/frame/DOMWindow.cpp#newcode393 Source/core/frame/DOMWindow.cpp:393: return m_document.get(); On 2014/05/23 06:21:47, tkent wrote: > On ...
6 years, 7 months ago (2014-05-23 06:23:50 UTC) #6
haraken
LGTM
6 years, 7 months ago (2014-05-23 06:37:49 UTC) #7
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 7 months ago (2014-05-23 08:50:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/288343017/40001
6 years, 7 months ago (2014-05-23 08:51:05 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-05-23 10:44:26 UTC) #10
Message was sent while issue was closed.
Change committed as 174676

Powered by Google App Engine
This is Rietveld 408576698