[webkit-changes] [WebKit/WebKit] e58917: Make LaunchServicesDatabaseManager::singleton() th...

Chris Dumez noreply at github.com
Fri Feb 2 11:52:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e5891748ef9ba3fac3d85ddeaf3f8323d0b7f8cf
      https://github.com/WebKit/WebKit/commit/e5891748ef9ba3fac3d85ddeaf3f8323d0b7f8cf
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

  Log Message:
  -----------
  Make LaunchServicesDatabaseManager::singleton() thread safe
https://bugs.webkit.org/show_bug.cgi?id=268621
rdar://116953427

Reviewed by Per Arne Vollan.

Make LaunchServicesDatabaseManager::singleton() thread safe as it is called from
several threads.

* Source/WebKit/WebProcess/cocoa/LaunchServicesDatabaseManager.mm:
(WebKit::LaunchServicesDatabaseManager::singleton):

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




More information about the webkit-changes mailing list