Enable WebKit for the PlayStation port
Created attachment 387695 [details] WIP Patch
Created attachment 387696 [details] WIP Patch
Created attachment 387698 [details] WIP Patch
Created attachment 387954 [details] Patch
Comment on attachment 387954 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387954&action=review r=me with nits > Source/WebKit/Platform/unix/ModuleUnix.cpp:40 > +void* Module::platformFunctionPointer(const char* functionName) const Seems like we should recheck the newly-added files for unused param names like this one. > Source/WebKit/UIProcess/playstation/WebPageProxyPlayStation.cpp:43 > + return nullptr; // static_cast<PageClientImpl&>(pageClient()).viewBackend(); The commented-out code in this file seems like it should be removed.
Created attachment 387963 [details] Patch Fix the nits
Comment on attachment 387963 [details] Patch Clearing flags on attachment: 387963 Committed r254713: <https://trac.webkit.org/changeset/254713>
All reviewed patches have been landed. Closing bug.