[Webkit-unassigned] [Bug 168322] [GStreamer] Implement MediaPlayerPrivate::hasSingleSecurityOrigin()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 23:28:20 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168322

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 301504
  --> https://bugs.webkit.org/attachment.cgi?id=301504
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=301504&action=review

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1440
> +    return resolvedOrigin->isSameSchemeHostPort(requestedOrigin.get());

Why isSameSchemeHostPort(), and not e.g. canAccess() or isSameOriginAs()? Is this specified anywhere, or is the Mac port doing this the same way?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170215/cbc55402/attachment.html>


More information about the webkit-unassigned mailing list