Bug 301784
| Summary: | Port WebExtensionCallbackHandler to CPP | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jamie Murphy <jmurphy> |
| Component: | WebKit Extensions | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jamie Murphy
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163824156>
Jamie Murphy
Pull request: https://github.com/WebKit/WebKit/pull/53280
EWS
Committed 302549@main (1f6e780fe3ee): <https://commits.webkit.org/302549@main>
Reviewed commits have been landed. Closing PR #53280 and removing active labels.