Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7a0ace34a75c58cf3f3b7153835ec774ec4c9af5 https://github.com/WebKit/WebKit/commit/7a0ace34a75c58cf3f3b7153835ec774ec4c9af5 Author: Adrian Taylor <adrian_tay...@apple.com> Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths: M Source/JavaScriptCore/assembler/SecureARM64EHashPins.h M Source/JavaScriptCore/bytecode/Watchpoint.h M Source/JavaScriptCore/heap/BlockDirectory.h M Source/JavaScriptCore/heap/Heap.h M Source/JavaScriptCore/heap/MarkedBlock.h M Source/JavaScriptCore/heap/WeakBlock.h M Source/JavaScriptCore/jit/ExecutableMemoryHandle.h M Source/JavaScriptCore/runtime/BufferMemoryHandle.h M Source/JavaScriptCore/runtime/ConcurrentJSLock.h M Source/JavaScriptCore/runtime/JSCJSValue.h M Source/JavaScriptCore/runtime/JSONAtomStringCache.h M Source/JavaScriptCore/runtime/JSString.h M Source/JavaScriptCore/runtime/VM.h M Source/WTF/wtf/CompletionHandler.h M Source/WTF/wtf/HashMap.h M Source/WTF/wtf/HashSet.h M Source/WTF/wtf/HashTable.h M Source/WTF/wtf/MallocSpan.h M Source/WTF/wtf/ThreadSafeWeakPtr.h M Source/WTF/wtf/WeakPtr.h M Source/WebCore/PAL/pal/PALSwift.h M Source/WebCore/dom/EventTarget.h M Source/WebCore/loader/ResourceCryptographicDigest.h M Source/WebCore/page/csp/ContentSecurityPolicy.h M Source/WebCore/platform/ProcessQualified.h M Source/WebCore/platform/PublicSuffix.h M Source/WebCore/platform/RegistrableDomain.h M Source/WebCore/platform/SharedBuffer.h M Source/WebCore/platform/Timer.h M Source/WebCore/platform/graphics/FourCC.h M Source/WebCore/platform/network/HTTPHeaderMap.h M Source/WebCore/workers/service/ServiceWorkerTypes.h M Source/WebKit/Platform/IPC/Connection.h M Source/WebKit/Platform/IPC/Decoder.h M Source/WebKit/Platform/IPC/MessageReceiver.h M Source/WebKit/Platform/IPC/MessageReceiverMap.h M Source/WebKit/Platform/IPC/Timeout.h M Source/WebKit/Platform/IPC/cocoa/ImportanceAssertion.h M Source/WebKit/Platform/Logging.h M Source/WebKit/Platform/cocoa/WKMaterialHostingSupport.h M Source/WebKit/Scripts/webkit/messages.py M Source/WebKit/Scripts/webkit/tests/MessageNames.h M Source/WebKit/Shared/API/APIObject.h M Source/WebKit/Shared/Cocoa/WKObject.h M Source/WebKit/Shared/MonotonicObjectIdentifier.h M Source/WebKit/Shared/WebPreferencesStore.h M Source/WebKit/UIProcess/API/APIFeature.h M Source/WebKit/UIProcess/API/cpp/WKRetainPtr.h M Source/WebKit/UIProcess/AuxiliaryProcessProxy.h M Source/WebKit/UIProcess/ProcessThrottler.h M Source/WebKit/UIProcess/ResponsivenessTimer.h M Source/WebKit/UIProcess/WebPreferences.h Log Message: ----------- Add missing includes for WTF modularization https://bugs.webkit.org/show_bug.cgi?id=292772 rdar://151008903 Reviewed by Elliott Williams. This adds various includes (in code and in a code generator) which are necessary to be able to interpret WebBackForwardList.h and some related files using Swift. Swift is stricter on C++ includes than existing WebKit C++ because it requires the C++ dependencies to be treated as clang modules; the module map for WTF (in a follow-up commit) will divide wtf into lots of small modules. * Source/JavaScriptCore/assembler/SecureARM64EHashPins.h: * Source/JavaScriptCore/bytecode/Watchpoint.h: * Source/JavaScriptCore/heap/BlockDirectory.h: * Source/JavaScriptCore/heap/Heap.h: * Source/JavaScriptCore/heap/MarkedBlock.h: * Source/JavaScriptCore/heap/WeakBlock.h: * Source/JavaScriptCore/jit/ExecutableMemoryHandle.h: * Source/JavaScriptCore/runtime/BufferMemoryHandle.h: * Source/JavaScriptCore/runtime/ConcurrentJSLock.h: * Source/JavaScriptCore/runtime/JSCJSValue.h: * Source/JavaScriptCore/runtime/JSONAtomStringCache.h: * Source/JavaScriptCore/runtime/JSString.h: * Source/JavaScriptCore/runtime/VM.h: * Source/WTF/wtf/CompletionHandler.h: * Source/WTF/wtf/HashMap.h: * Source/WTF/wtf/HashSet.h: * Source/WTF/wtf/HashTable.h: * Source/WTF/wtf/MallocSpan.h: * Source/WTF/wtf/ThreadSafeWeakPtr.h: * Source/WTF/wtf/WeakPtr.h: * Source/WebCore/PAL/pal/PALSwift.h: * Source/WebCore/loader/ResourceCryptographicDigest.h: * Source/WebCore/page/csp/ContentSecurityPolicy.h: * Source/WebCore/platform/ProcessQualified.h: * Source/WebCore/platform/PublicSuffix.h: * Source/WebCore/platform/RegistrableDomain.h: * Source/WebCore/platform/SharedBuffer.h: * Source/WebCore/platform/Timer.h: * Source/WebCore/platform/graphics/FourCC.h: * Source/WebCore/platform/network/HTTPHeaderMap.h: * Source/WebCore/workers/service/ServiceWorkerTypes.h: * Source/WebKit/Platform/IPC/Connection.h: * Source/WebKit/Platform/IPC/Decoder.h: * Source/WebKit/Platform/IPC/MessageReceiver.h: * Source/WebKit/Platform/IPC/MessageReceiverMap.h: * Source/WebKit/Platform/IPC/Timeout.h: * Source/WebKit/Platform/IPC/cocoa/ImportanceAssertion.h: * Source/WebKit/Platform/Logging.h: * Source/WebKit/Platform/cocoa/WKMaterialHostingSupport.h: * Source/WebKit/Scripts/webkit/messages.py: (generate_message_names_header): * Source/WebKit/Scripts/webkit/tests/MessageNames.h: * Source/WebKit/Shared/API/APIObject.h: * Source/WebKit/Shared/Cocoa/WKObject.h: * Source/WebKit/Shared/MonotonicObjectIdentifier.h: * Source/WebKit/Shared/WebPreferencesStore.h: * Source/WebKit/UIProcess/API/APIFeature.h: * Source/WebKit/UIProcess/API/cpp/WKRetainPtr.h: * Source/WebKit/UIProcess/AuxiliaryProcessProxy.h: * Source/WebKit/UIProcess/ProcessThrottler.h: * Source/WebKit/UIProcess/ResponsivenessTimer.h: * Source/WebKit/UIProcess/WebPreferences.h: Canonical link: https://commits.webkit.org/294791@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes