[webkit-changes] [WebKit/WebKit] f51b37: Replace log object prewarming with call to topPriv...

Per Arne Vollan noreply at github.com
Fri Jul 7 05:47:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f51b379abd462bc5a9dff60c62468133bfa83303
      https://github.com/WebKit/WebKit/commit/f51b379abd462bc5a9dff60c62468133bfa83303
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm

  Log Message:
  -----------
  Replace log object prewarming with call to topPrivatelyControlledDomain
https://bugs.webkit.org/show_bug.cgi?id=258949
rdar://111873538

Reviewed by Brent Fulgham.

Instead of directly creating and prewarming log objects, call topPrivatelyControlledDomain which will
cause the same container manager log objects to be created. This appears to be a further, small
improvement in page load performance.

* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::prewarmLogs):

Canonical link: https://commits.webkit.org/265838@main




More information about the webkit-changes mailing list