RESOLVED FIXED 127937
WebGLLoadPolicy should be queried for the top document
https://bugs.webkit.org/show_bug.cgi?id=127937
Summary WebGLLoadPolicy should be queried for the top document
Roger Fong
Reported 2014-01-30 12:55:55 PST
If an iframe loads a webgl context we need to make sure that we query for the load policy of the top document's url, not the iframe's.
Attachments
patch (1.65 KB, patch)
2014-01-30 13:26 PST, Roger Fong
thorton: review+
Roger Fong
Comment 1 2014-01-30 13:19:22 PST
Roger Fong
Comment 2 2014-01-30 13:26:19 PST
Tim Horton
Comment 3 2014-01-30 14:55:46 PST
Comment on attachment 222723 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=222723&action=review > Source/WebCore/html/HTMLCanvasElement.cpp:-229 > - Page* page = document().page(); I asked if this was right because it means that trusting the main document's domain would let subdocuments from origins the user doesn't trust run, and he noted that plugins do the same thing, so I think this is fine (but maybe we should revisit this?).
Roger Fong
Comment 4 2014-01-30 15:13:33 PST
Landed: http://trac.webkit.org/changeset/163127 until someone yells at me.
Note You need to log in before you can comment on or make changes to this bug.