[Webkit-unassigned] [Bug 222398] Activating Reader View permanently sets window.PublicKeyCredential to undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 10:09:57 PST 2021


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

--- Comment #9 from matthew at millerti.me ---
(In reply to Chris Dumez from comment #8)
> This could be an issue with interfaces marked as [SecureContext] in the IDL.
> My bet is that it impacts window.Cache & window.MediaDevices too. If so,
> this is likely a WebKit bindings bug.

Cache and MediaDevices were both in the list of properties on window (as returned by `Object.getOwnPropertyNames(window)`) that I checked to see were undefined, but they remained defined.

That's not to say these properties weren't modified within as I didn't delve deeper than checking if they were defined or not.

-- 
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/20210226/df68035c/attachment.htm>


More information about the webkit-unassigned mailing list