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

Issue 323803002: prepare |SVGDocumentExtensions::m_relativeLengthSVGRoots| for oilpan (Closed)

Created:
6 years, 6 months ago by kouhei (in TOK)
Modified:
6 years, 6 months ago
CC:
blink-reviews, krit, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Stephen Chennney, kouhei+svg_chromium.org, pdr., rwlbuis
Visibility:
Public.

Description

Prepare |SVGDocumentExtensions::m_relativeLengthSVGRoots| for oilpan |SVGDocumentExtensions::m_relativeLengthSVGRoots| is made a HashSet<Member<SVGSVGELement> > in oilpan. This is valid in oilpan, because document and <svg> elements are guaranteed to die at the same time. When a <svg> element is removed from the document, |SVGSVGElement::removedFrom| would remove itself from the set. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175865

Patch Set 1 #

Total comments: 3

Patch Set 2 : use strong ref #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M Source/core/svg/SVGDocumentExtensions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGDocumentExtensions.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kouhei (in TOK)
6 years, 6 months ago (2014-06-09 09:25:25 UTC) #1
haraken
https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h File Source/core/svg/SVGDocumentExtensions.h (right): https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h#newcode113 Source/core/svg/SVGDocumentExtensions.h:113: WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative ...
6 years, 6 months ago (2014-06-09 09:37:55 UTC) #2
kouhei (in TOK)
https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h File Source/core/svg/SVGDocumentExtensions.h (right): https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h#newcode113 Source/core/svg/SVGDocumentExtensions.h:113: WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative ...
6 years, 6 months ago (2014-06-09 09:53:46 UTC) #3
haraken
On 2014/06/09 09:53:46, kouhei wrote: > https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h > File Source/core/svg/SVGDocumentExtensions.h (right): > > https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h#newcode113 > ...
6 years, 6 months ago (2014-06-09 10:41:05 UTC) #4
haraken
6 years, 6 months ago (2014-06-09 10:41:39 UTC) #5
kouhei (in TOK)
https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h File Source/core/svg/SVGDocumentExtensions.h (right): https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h#newcode113 Source/core/svg/SVGDocumentExtensions.h:113: WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative ...
6 years, 6 months ago (2014-06-10 05:24:37 UTC) #6
haraken
LGTM. On 2014/06/10 05:24:37, kouhei wrote: > https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h > File Source/core/svg/SVGDocumentExtensions.h (right): > > https://codereview.chromium.org/323803002/diff/1/Source/core/svg/SVGDocumentExtensions.h#newcode113 ...
6 years, 6 months ago (2014-06-10 05:28:03 UTC) #7
kouhei (in TOK)
On 2014/06/10 05:28:03, haraken wrote: > LGTM. > > On 2014/06/10 05:24:37, kouhei wrote: > ...
6 years, 6 months ago (2014-06-10 05:36:06 UTC) #8
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 6 months ago (2014-06-10 05:36:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/323803002/20001
6 years, 6 months ago (2014-06-10 05:37:08 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 06:35:29 UTC) #11
Message was sent while issue was closed.
Change committed as 175865

Powered by Google App Engine
This is Rietveld 408576698