RESOLVED FIXED301784
Port WebExtensionCallbackHandler to CPP
https://bugs.webkit.org/show_bug.cgi?id=301784
Summary Port WebExtensionCallbackHandler to CPP
Jamie Murphy
Reported 2025-10-31 15:32:52 PDT
Port most of the WebExtensionCallbackHandler code to use C++, and port all usage of call() to use JSValueRef. As well, create utility functions to create JSValueRefs from arrays, JSON, or dictionary objects, instead of relying on the JSValue* Cocoa API and converting that to JSValueRef.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-31 15:33:06 PDT
Jamie Murphy
Comment 2 2025-10-31 15:38:12 PDT
EWS
Comment 3 2025-11-04 09:28:51 PST
Committed 302549@main (1f6e780fe3ee): <https://commits.webkit.org/302549@main> Reviewed commits have been landed. Closing PR #53280 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.