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

Issue 423013002: Oilpan: Remove Element* raw pointers in objects (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
Reviewers:
oilpan-reviews, tkent
CC:
blink-reviews, blink-reviews-css, sof, eae+blinkwatch, ed+blinkwatch_opera.com, blink-reviews-dom_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Project:
blink
Visibility:
Public.

Description

Oilpan: Remove Element* raw pointers in objects - Make StyleResolver's StyleSharingList a HeapDeque of Member<Element>s. - Make CSSFontFaceSrcValue::m_svgFontFaceElement a Member<Element>. - Add a FIXME to make ScriptLoader::m_element to a Member<Element>. Given that ResourceClient is going to be moved to the heap soon, it would be better to just wait for it rather than making it a Persistent<Element>. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179086

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M Source/core/css/CSSFontFaceSrcValue.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/dom/ScriptLoader.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-07-28 22:33:01 UTC) #1
tkent
https://codereview.chromium.org/423013002/diff/1/Source/core/css/CSSFontFaceSrcValue.h File Source/core/css/CSSFontFaceSrcValue.h (right): https://codereview.chromium.org/423013002/diff/1/Source/core/css/CSSFontFaceSrcValue.h#newcode100 Source/core/css/CSSFontFaceSrcValue.h:100: RawPtrWillBeMember<SVGFontFaceElement> m_svgFontFaceElement; This will leak a Document. See https://codereview.chromium.org/333403004 ...
6 years, 4 months ago (2014-07-28 23:31:58 UTC) #2
haraken
On 2014/07/28 23:31:58, tkent wrote: > https://codereview.chromium.org/423013002/diff/1/Source/core/css/CSSFontFaceSrcValue.h > File Source/core/css/CSSFontFaceSrcValue.h (right): > > https://codereview.chromium.org/423013002/diff/1/Source/core/css/CSSFontFaceSrcValue.h#newcode100 > ...
6 years, 4 months ago (2014-07-28 23:36:49 UTC) #3
haraken
On 2014/07/28 23:36:49, haraken wrote: > On 2014/07/28 23:31:58, tkent wrote: > > > https://codereview.chromium.org/423013002/diff/1/Source/core/css/CSSFontFaceSrcValue.h ...
6 years, 4 months ago (2014-07-29 00:25:48 UTC) #4
tkent
lgtm
6 years, 4 months ago (2014-07-29 00:27:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/423013002/20001
6 years, 4 months ago (2014-07-29 00:28:47 UTC) #6
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-07-29 00:35:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/423013002/40001
6 years, 4 months ago (2014-07-29 00:36:25 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 02:30:16 UTC) #9
Message was sent while issue was closed.
Change committed as 179086

Powered by Google App Engine
This is Rietveld 408576698