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

Issue 2537143004: Stop a SVG <use> element from modifying its UA shadow tree when it is removed (Closed)

Created:
4 years ago by hayato
Modified:
4 years ago
Reviewers:
tkent, fs
CC:
blink-reviews, chromium-reviews, krit, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop a SVG <use> element from modifying its UA shadow tree when it is removed Each element should not modify its UA shadow tree when being removed. That is like a *double-free* because a super class's |removedFrom()| handles that. BUG=630870, 637641 Committed: https://crrev.com/66a0e78c24b56758cd9733959f583e6e75fa2b66 Cr-Commit-Position: refs/heads/master@{#435205}

Patch Set 1 #

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

Messages

Total messages: 18 (11 generated)
hayato
PTAL
4 years ago (2016-11-30 07:27:57 UTC) #7
tkent
I don't have enough context. Is this a behaivor change? Or just removing redundant work?
4 years ago (2016-11-30 07:43:19 UTC) #8
hayato
No behavior change. This removes redundant work, which caused a XSS security bug. See https://bugs.chromium.org/p/chromium/issues/detail?id=630870 ...
4 years ago (2016-11-30 08:03:25 UTC) #9
tkent
lgtm
4 years ago (2016-11-30 08:14:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2537143004/1
4 years ago (2016-11-30 08:49:02 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-11-30 10:14:35 UTC) #16
commit-bot: I haz the power
4 years ago (2016-11-30 10:17:27 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/66a0e78c24b56758cd9733959f583e6e75fa2b66
Cr-Commit-Position: refs/heads/master@{#435205}

Powered by Google App Engine
This is Rietveld 408576698