| Summary: | Remove a first bit of unused plug-in code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Plug-ins | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Darin Adler
2022-05-11 09:39:23 PDT
I’m excited about this since it can pave the way to finally removing RuntimeArray JSCell which introduced a lot of weird special code in JSC (RuntimeArray looks like a JSArray, but not a real JSArray, it caused a lot of trouble in DFG optimization etc. so far). I’m trying to take it slow; last time I removed too much all at once. Seems like legacy WebKit also has a way to make plug-ins using Objective-C and it’s not clear we deprecated that yet. Pull request: https://github.com/WebKit/WebKit/pull/752 Committed r294526 (250781@main): <https://commits.webkit.org/250781@main> Reviewed commits have been landed. Closing PR #752 and removing active labels. |