[Webkit-unassigned] [Bug 192606] New: CloneDeserializer should succeed deserialization for DOM objects in non JSDOMGlobalObject context
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 11 14:08:04 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192606
Bug ID: 192606
Summary: CloneDeserializer should succeed deserialization for
DOM objects in non JSDOMGlobalObject context
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
Deserialization is used in non JSDOMGlobalObject context for IDB in NetworkProcess to get access to the value in case of key path use.
Currently, deserialization fails as DOM objects require a JDOMGlobalObject.
In the context of IDB, there is no need for the exact JS wrapper.
An empty object might be sufficient if the key path is not a property or sub property of the JS DOM object.
--
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/20181211/a7167124/attachment.html>
More information about the webkit-unassigned
mailing list