[Webkit-unassigned] [Bug 182972] WebCrypto keys break autoincrementing primary keys of IndexedDB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 20 13:33:13 PST 2018


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

--- Comment #4 from Zan Dobersek <zan at falconsigh.net> ---
Failure occurs during deserialization because UniqueIDBDatabase provides an ExecState from which a usable ScriptExecutionContext cannot be retrieved. That's currently necessary in order to pipe the serialization and deserialization operations all the way up to the WebChromeClient in UIProcess.

https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/bindings/js/SerializedScriptValue.cpp#L477
https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/bindings/js/ScriptState.cpp#L65

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


More information about the webkit-unassigned mailing list