[Webkit-unassigned] [Bug 244909] toJSON() in IDL doesn't serialize attributes from child interfaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 11:27:00 PDT 2022


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

Alexey Shvayka <ashvayka at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Minor

--- Comment #1 from Alexey Shvayka <ashvayka at apple.com> ---
Example: ReportBody's toJSON(), when marked as [Default] as per spec, when called on CSPViolationReportBody should return the same result as CSPViolationReportBody's toJSON(), with all the CSP values.

However, since CSPViolationReportBody and other subclasses now have own toJSON() methods (https://github.com/w3c/webappsec-csp/issues/546), this issue isn't the high priority to fix.

-- 
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/20220908/c1c15039/attachment.htm>


More information about the webkit-unassigned mailing list