WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 192606
192605
Make CloneDeserializer succeed deserialization for DOM objects in non JSDOMGlobalObject context
https://bugs.webkit.org/show_bug.cgi?id=192605
Summary
Make CloneDeserializer succeed deserialization for DOM objects in non JSDOMGl...
youenn fablet
Reported
2018-12-11 14:07:01 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2018-12-11 23:51:03 PST
*** This bug has been marked as a duplicate of
bug 192606
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug