12022-02-22 J Pascoe <j_pascoe@apple.com>
2
3 Prevent use of PDFKit when using PDF.js
4 https://bugs.webkit.org/show_bug.cgi?id=237052
5 rdar://89251696
6
7 Reviewed by NOBODY (OOPS!).
8
9 PDFKit was still being used by embeds, this patch fixes that issue by treating
10 pdf embeds as frames if PDF.js is enabled and also prevents the loading of
11 the PDFKit plugin entirely by modifying shouldUsePDFPlugin.
12
13 * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
14 (WebKit::WebFrameLoaderClient::objectContentType):
15 * WebProcess/WebPage/mac/WebPageMac.mm:
16 (WebKit::WebPage::shouldUsePDFPlugin const):
17