Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4adb2026e64089cd895845b42b75af39668e6bd
      
https://github.com/WebKit/WebKit/commit/a4adb2026e64089cd895845b42b75af39668e6bd
  Author: Per Arne Vollan <[email protected]>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h
    M Source/WebKit/UIProcess/API/mac/WKWebViewMac.mm
    M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/UIProcess/mac/WebPageProxyMac.mm

  Log Message:
  -----------
  Add SPI to register additional fonts
https://bugs.webkit.org/show_bug.cgi?id=293956
rdar://150061783

Reviewed by Sihui Liu.

This will give clients the opportunity to only register a subset of available, 
user installed fonts.
The motivation behind this change is to improve performance.

* Source/WebKit/UIProcess/API/mac/WKWebViewMac.mm:
(-[WKWebView _registerAdditionalFonts:]):
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::creationParameters):
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/UIProcess/mac/WebPageProxyMac.mm:
(WebKit::WebPageProxy::registerAdditionalFonts):

Canonical link: https://commits.webkit.org/295812@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

Reply via email to