[Webkit-unassigned] [Bug 158991] URL.createObjectURL from Blob saved in indexedDB does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 09:54:38 PDT 2016


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

--- Comment #16 from Brady Eidson <beidson at apple.com> ---
(In reply to comment #15)
> WebProcess is getting WebIDBConnectionToServer::didGetRecord instead of
> WebIDBConnectionToServer::didGetRecordWithSandboxExtensions, so it never has
> any extensions to pass to Networking.

Aha!

Super obvious.

The test case uses a cursor, not an objectStore.get, and that's not getting the extra sandbox extension code.

Yikes!

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


More information about the webkit-unassigned mailing list