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

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

  Log Message:
  -----------
  Avoid sending font file sandbox extensions to the GPU process
https://bugs.webkit.org/show_bug.cgi?id=297123
rdar://157865170

Reviewed by Sihui Liu.

After <https://commits.webkit.org/298392@main> we no longer need to send font 
file sandbox extensions to the GPU
process, since this commit resolves the same issue which sending the font file 
sandbox extensions resolved.

* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::registerUserInstalledFonts):
(WebKit::WebProcessPool::registerAdditionalFonts):
(WebKit::WebProcessPool::registerAssetFonts):
(WebKit::WebProcessPool::registerFontsForGPUProcessIfNeeded): Deleted.
* Source/WebKit/UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::ensureGPUProcess):
* Source/WebKit/UIProcess/WebProcessPool.h:

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