Bug 264913

Summary: [UnifiedPDF] PDFPluginBase should send cursor updates to the web page
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: PDFAssignee: Abrar Rahman Protyasha <a_protyasha>
Status: RESOLVED FIXED    
Severity: Normal CC: a_protyasha, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Abrar Rahman Protyasha 2023-11-15 17:08:39 PST
In preparation to get cursor updates working for UnifiedPDFPlugin, we should move `PDFPlugin::notifyCursorChanged` up into the `PDFPluginBase` structure. This is a trivial amount of work that doesn't need specialization between the two different PDF plugin types.
Comment 1 Radar WebKit Bug Importer 2023-11-15 17:10:02 PST
<rdar://problem/118483364>
Comment 2 Abrar Rahman Protyasha 2023-11-15 17:14:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/20576
Comment 3 EWS 2023-11-16 20:57:23 PST
Committed 270863@main (ce5a85abac39): <https://commits.webkit.org/270863@main>

Reviewed commits have been landed. Closing PR #20576 and removing active labels.