Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0f94382abb5994a90f1c4d219edb4e59ceb487a
https://github.com/WebKit/WebKit/commit/d0f94382abb5994a90f1c4d219edb4e59ceb487a
Author: Brent Fulgham <[email protected]>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M Source/WebCore/PlatformMac.cmake
M
Source/WebCore/SmartPointerExpectations/UncountedCallArgsCheckerExpectations
M
Source/WebCore/SmartPointerExpectations/UncountedLocalVarsCheckerExpectations
M Source/WebCore/SourcesCocoa.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
A Source/WebCore/platform/graphics/cocoa/ImageAdapterCocoa.mm
A Source/WebCore/platform/graphics/cocoa/WebLayer.h
A Source/WebCore/platform/graphics/cocoa/WebLayer.mm
A Source/WebCore/platform/graphics/coretext/ComplexTextControllerCoreText.mm
A Source/WebCore/platform/graphics/coretext/SimpleFontDataCoreText.cpp
R Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm
R Source/WebCore/platform/graphics/mac/ImageAdapterMac.mm
R Source/WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp
R Source/WebCore/platform/graphics/mac/WebLayer.h
R Source/WebCore/platform/graphics/mac/WebLayer.mm
Log Message:
-----------
[Cocoa] Move more Cocoa implementation files from /mac to /cocoa
https://bugs.webkit.org/show_bug.cgi?id=277754
<rdar://problem/133407529>
Reviewed by Aditya Keerthi.
Continue cleaning up the directory structure by moving Cocoa-related files into
the correct platform directory, since leaving them in the /mac subdirectories is
incorrect (and confusing).
* Source/WebCore/PlatformMac.cmake:
* Source/WebCore/SmartPointerExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebCore/SmartPointerExpectations/UncountedLocalVarsCheckerExpectations:
* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/cocoa/ImageAdapterCocoa.mm: Renamed from
Source/WebCore/platform/graphics/mac/ImageAdapterMac.mm.
* Source/WebCore/platform/graphics/cocoa/WebLayer.h: Renamed from
Source/WebCore/platform/graphics/mac/WebLayer.h.
* Source/WebCore/platform/graphics/cocoa/WebLayer.mm: Renamed from
Source/WebCore/platform/graphics/mac/WebLayer.mm.
* Source/WebCore/platform/graphics/coretext/ComplexTextControllerCoreText.mm:
Renamed from
Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm.
(WebCore::ComplexTextController::ComplexTextRun::ComplexTextRun):
(WebCore::provideStringAndAttributes):
(WebCore::buildCoreTextTypesetterEmbeddingLevelDictionary):
(WebCore::typesetterOptions):
(WebCore::ComplexTextController::collectComplexTextRunsForCharacters):
* Source/WebCore/platform/graphics/coretext/SimpleFontDataCoreText.cpp: Renamed
from Source/WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp.
(WebCore::paragraphStyleWithCompositionLanguageNone):
(WebCore::zeroValue):
(WebCore::Font::getCFStringAttributes const):
Canonical link: https://commits.webkit.org/282041@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