[Webkit-unassigned] [Bug 73743] [GStreamer] webkitwebsrc: use SubResourceLoader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 13 16:48:18 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=73743
--- Comment #30 from Andre Moreira Magalhaes <andrunko at gmail.com> 2013-08-13 16:47:51 PST ---
Ok, I tried creating a CachedResourceLoader manually (inside the webkit source element when there is no player involved) with CachedResourceLoader::create(0) but when calling requestRawResource() it always returns null.
I nailed it down to ResourceLoader::init() failing when called from SubresourceLoader::init() called from CachedResourceLoader::requestResource().
Is there a way to create a CachedResourceLoader without a Document/frame involved? If not we should either have 2 code branches in the webkit source as I stated on comment #29 or revert this patch and always use ResourceHandle as it was before.
Please let me know what you think.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list