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

Issue 686163002: Oilpan: pull SVGPropertyBase off the heap. (Closed)

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

Description

Oilpan: pull SVGPropertyBase off the heap. Having the SVG property base class derive from RefCountedGarbageCollected, but its derived classes all be created and kept as ref-counted pointers doesn't bring any benefits. Revert back to deriving from RefCounted<> until the entire SVG property hierarchy can be moved to the Oilpan heap, and ref-counts be avoided altogether for these objects. R=haraken BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184600

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -21 lines) Patch
M Source/core/svg/properties/SVGProperty.h View 2 chunks +2 lines, -21 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
haraken
LGTM
6 years, 1 month ago (2014-10-29 15:40:24 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/686163002/1
6 years, 1 month ago (2014-10-29 19:39:35 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1) as 184600
6 years, 1 month ago (2014-10-29 19:43:57 UTC) #5
kouhei (in TOK)
6 years, 1 month ago (2014-10-30 01:43:22 UTC) #6
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698