Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32a5c1cc64f63111f64f1042d013a438fbca4ac0
https://github.com/WebKit/WebKit/commit/32a5c1cc64f63111f64f1042d013a438fbca4ac0
Author: Brent Fulgham <[email protected]>
Date: 2025-05-16 (Fri, 16 May 2025)
Changed paths:
M Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm
Log Message:
-----------
Stop using deprecated PDFSelection.html
https://bugs.webkit.org/show_bug.cgi?id=293077
<rdar://problem/151421347>
Reviewed by Abrar Rahman Protyasha.
The PDFSelection object's private `html` property was deprecated in macOS 10.14
in favor of the private `htmlData` property. Rather than disable deprecation
warnings to allow use of `html`, just provide a comparable conversion for
platforms
that don't yet have this property.
* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:
(WebKit::htmlDataFromSelection):
Canonical link: https://commits.webkit.org/295038@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes