Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80b2a1380485573eb16e36e15c6f3a9ce7258a82
https://github.com/WebKit/WebKit/commit/80b2a1380485573eb16e36e15c6f3a9ce7258a82
Author: Chris Dumez <[email protected]>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp
M Source/JavaScriptCore/API/tests/Regress141275.mm
M Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorCocoa.mm
M Source/WTF/wtf/ParallelJobsLibdispatch.h
M Source/WTF/wtf/cocoa/WorkQueueCocoa.cpp
M Source/WTF/wtf/darwin/LibraryPathDiagnostics.mm
M Source/WTF/wtf/mac/FileSystemMac.mm
M Source/WebCore/crypto/cocoa/CryptoKeyRSAMac.cpp
M Source/WebCore/platform/cocoa/TelephoneNumberDetectorCocoa.cpp
M Source/WebCore/platform/graphics/avfoundation/objc/ImageDecoderAVFObjC.mm
M Source/WebCore/platform/ios/LegacyTileLayerPool.mm
M Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm
M Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm
M Source/WebCore/testing/Internals.mm
M Source/WebKit/NetworkProcess/cache/NetworkCacheIOChannelCocoa.mm
M Source/WebKitLegacy/ios/Misc/WebUIKitSupport.mm
M Source/WebKitLegacy/mac/Storage/WebDatabaseManager.mm
M Tools/TestWebKitAPI/Tests/JavaScriptCore/JSRunLoopTimer.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/NavigationAction.mm
M Tools/TestWebKitAPI/cocoa/TestInspectorURLSchemeHandler.mm
Log Message:
-----------
[Safer CPP] Use globalDispatchQueueSingleton() instead of
dispatch_get_global_queue()
https://bugs.webkit.org/show_bug.cgi?id=299014
Reviewed by Darin Adler.
Use globalDispatchQueueSingleton() instead of dispatch_get_global_queue() to
silence some safer cpp static analysis warnings.
* Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp:
(testExecutionTimeLimit):
* Source/JavaScriptCore/API/tests/Regress141275.mm:
(-[JSTEvaluator _callCompletionHandler:ifNeededWithError:]):
* Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorCocoa.mm:
(Inspector::RemoteInspector::updateAutomaticInspectionCandidate):
(Inspector::RemoteInspector::xpcConnectionFailed):
(Inspector::RemoteInspector::pushListingsSoon):
(Inspector::RemoteInspector::receivedProxyApplicationSetupMessage):
* Source/WTF/wtf/ParallelJobsLibdispatch.h:
(WTF::ParallelEnvironment::execute):
* Source/WTF/wtf/cocoa/WorkQueueCocoa.cpp:
(WTF::ConcurrentWorkQueue::apply):
* Source/WTF/wtf/darwin/LibraryPathDiagnostics.mm:
(WTF::initializeLibraryPathDiagnostics):
* Source/WTF/wtf/mac/FileSystemMac.mm:
(WTF::FileSystem::setMetadataURL):
* Source/WebCore/crypto/cocoa/CryptoKeyRSAMac.cpp:
(WebCore::CryptoKeyRSA::generatePair):
* Source/WebCore/platform/cocoa/TelephoneNumberDetectorCocoa.cpp:
(WebCore::TelephoneNumberDetector::prewarm):
* Source/WebCore/platform/graphics/avfoundation/objc/ImageDecoderAVFObjC.mm:
(WebCore::ImageDecoderAVFObjC::ImageDecoderAVFObjC):
* Source/WebCore/platform/ios/LegacyTileLayerPool.mm:
(WebCore::LegacyTileLayerPool::schedulePrune):
* Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm:
(WebCore::globaVideoCaptureSerialQueue):
* Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm:
(WebCore::NetworkStorageSession::deleteCookie):
(WebCore::NetworkStorageSession::deleteHTTPCookie const):
(WebCore::NetworkStorageSession::deleteAllCookies):
(WebCore::NetworkStorageSession::deleteAllCookiesModifiedSince):
* Source/WebCore/testing/Internals.mm:
(WebCore::Internals::emitWebCoreLogs const):
(WebCore::Internals::emitLogs const):
* Source/WebKit/NetworkProcess/cache/NetworkCacheIOChannelCocoa.mm:
* Source/WebKitLegacy/ios/Misc/WebUIKitSupport.mm:
(LoadWebLocalizedStringsTimerCallback):
* Source/WebKitLegacy/mac/Storage/WebDatabaseManager.mm:
(+[WebDatabaseManager scheduleEmptyDatabaseRemoval]):
* Tools/TestWebKitAPI/Tests/JavaScriptCore/JSRunLoopTimer.mm:
(TestWebKitAPI::TEST(JavaScriptCore, IncrementalSweeperSecondaryThread)):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/NavigationAction.mm:
(TEST(WKNavigationAction, NonMainThread)):
* Tools/TestWebKitAPI/cocoa/TestInspectorURLSchemeHandler.mm:
(-[TestInspectorURLSchemeHandler webView:startURLSchemeTask:]):
Canonical link: https://commits.webkit.org/300110@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