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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 23:30:42 PST 2017


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #3)
> Comment on attachment 301504 [details]
> 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?

I just copied what other ports do.

-- 
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/c6bf8ef0/attachment.html>


More information about the webkit-unassigned mailing list