Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eca40a6cbafb21e366f6e58b13f2560d97f4fd18
https://github.com/WebKit/WebKit/commit/eca40a6cbafb21e366f6e58b13f2560d97f4fd18
Author: Richard Robinson <[email protected]>
Date: 2026-02-15 (Sun, 15 Feb 2026)
Changed paths:
M Source/WTF/wtf/ASCIICType.cpp
M Source/WTF/wtf/FastFloat.cpp
M Source/WTF/wtf/FileHandle.cpp
M Source/WTF/wtf/HexNumber.cpp
M Source/WTF/wtf/LogChannels.cpp
M Source/WTF/wtf/LogInitialization.cpp
M Source/WTF/wtf/Logger.cpp
M Source/WTF/wtf/Logging.cpp
M Source/WTF/wtf/MainThreadDispatcher.cpp
M Source/WTF/wtf/RefTrackerMixin.cpp
M Source/WTF/wtf/RuntimeApplicationChecks.cpp
M Source/WTF/wtf/SequesteredMalloc.cpp
M Source/WTF/wtf/StackPointer.cpp
M Source/WTF/wtf/StatisticsManager.cpp
M Source/WTF/wtf/URL.cpp
M Source/WTF/wtf/URLHelpers.cpp
M Source/WTF/wtf/cocoa/AuditToken.mm
M Source/WTF/wtf/darwin/LibraryPathDiagnostics.mm
M Source/WTF/wtf/darwin/OSLogPrintStream.mm
M Source/WTF/wtf/text/icu/UnicodeExtras.cpp
Log Message:
-----------
[Swift in WebKit] Work towards supporting Swift in WTF (part 1)
https://bugs.webkit.org/show_bug.cgi?id=307956
rdar://170440171
Reviewed by Abrar Rahman Protyasha.
Most WTF files already properly use angled includes, except a few. Fix those to
use angled includes.
A subsequent PR will enable Swift in WTF which will then enforce this
requirement at compile-time.
* Source/WTF/wtf/ASCIICType.cpp:
* Source/WTF/wtf/FastFloat.cpp:
* Source/WTF/wtf/FileHandle.cpp:
* Source/WTF/wtf/HexNumber.cpp:
* Source/WTF/wtf/LogChannels.cpp:
* Source/WTF/wtf/LogInitialization.cpp:
* Source/WTF/wtf/Logger.cpp:
* Source/WTF/wtf/Logging.cpp:
* Source/WTF/wtf/MainThreadDispatcher.cpp:
* Source/WTF/wtf/RefTrackerMixin.cpp:
* Source/WTF/wtf/RuntimeApplicationChecks.cpp:
* Source/WTF/wtf/SequesteredMalloc.cpp:
* Source/WTF/wtf/StackPointer.cpp:
* Source/WTF/wtf/StatisticsManager.cpp:
* Source/WTF/wtf/URL.cpp:
* Source/WTF/wtf/URLHelpers.cpp:
* Source/WTF/wtf/cocoa/AuditToken.mm:
* Source/WTF/wtf/darwin/LibraryPathDiagnostics.mm:
* Source/WTF/wtf/darwin/OSLogPrintStream.mm:
* Source/WTF/wtf/text/icu/UnicodeExtras.cpp:
Canonical link: https://commits.webkit.org/307634@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications