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

Issue 163573003: Require the entire document-tree of an SVGImage to be single-origin (Closed)

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

Description

Require the entire document-tree to be single-origin for SVGImage SVGImage::currentFrameHasSingleSecurityOrigin only checks the first occurance of an <svg:image> or and <svg:feImage>, which meant that if the first such element had a benign reference, any later elements would be ignored. Also, since |node| can only ever match one of the tagnames, use a cascading 'if' where appropriate. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167097

Patch Set 1 #

Messages

Total messages: 5 (0 generated)
fs
6 years, 10 months ago (2014-02-13 15:14:44 UTC) #1
Stephen Chennney
lgtm
6 years, 10 months ago (2014-02-13 15:39:06 UTC) #2
fs
The CQ bit was checked by fs@opera.com
6 years, 10 months ago (2014-02-13 16:20:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/163573003/1
6 years, 10 months ago (2014-02-13 16:21:08 UTC) #4
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 16:56:33 UTC) #5
Message was sent while issue was closed.
Change committed as 167097

Powered by Google App Engine
This is Rietveld 408576698