Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a64e710aae852662aae2e42baf60a0760f6aa0ef
      
https://github.com/WebKit/WebKit/commit/a64e710aae852662aae2e42baf60a0760f6aa0ef
  Author: Per Arne Vollan <[email protected]>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm

  Log Message:
  -----------
  Fonts located in application bundles should not be registered in the 
WebContent process
https://bugs.webkit.org/show_bug.cgi?id=297075
rdar://157780044

Reviewed by Sihui Liu.

In <https://commits.webkit.org/298353@main>, we filtered out the fonts local to 
the app with a string check.
It is better to do this by applying the correct flag to 
XTCopyPropertiesForAllFontsWithOptions.
The new flag requests that we only get the fonts available globally from the 
fonts service, not local fonts,
like fonts in apps.

* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::registerUserInstalledFonts):

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