Bug 262496

Summary: Extensions CodeGenerator needs to handle objects better
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: WebKit ExtensionsAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Timothy Hatcher 2023-10-02 12:12:44 PDT
Right now the object checks can try to aggressively convert many things to an NSDictionary, when only basic Object should be converted, and everything else should be JSValue.
Comment 1 Radar WebKit Bug Importer 2023-10-02 12:12:53 PDT
<rdar://problem/116359645>
Comment 2 Timothy Hatcher 2023-10-02 12:27:18 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18506
Comment 3 EWS 2023-10-02 14:14:51 PDT
Committed 268747@main (60e0f080e0bd): <https://commits.webkit.org/268747@main>

Reviewed commits have been landed. Closing PR #18506 and removing active labels.