Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[DRT] TestOptions should not be ObjC.
https://bugs.webkit.org/show_bug.cgi?id=183487 Reviewed by Per Arne Vollan. * DumpRenderTree/CMakeLists.txt: * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: * DumpRenderTree/PlatformMac.cmake: Move TestOptions to platform-agnostic sources. * DumpRenderTree/TestOptions.h: * DumpRenderTree/TestOptions.cpp: Renamed from Tools/DumpRenderTree/TestOptions.mm. * DumpRenderTree/mac/DumpRenderTree.mm: Remove NSURL dependency and align with WTR as much as possible. * DumpRenderTree/win/DumpRenderTree.cpp: Consume TestOptions (recognizing just the ones that have WebPreferences defined for now). Canonical link: https://commits.webkit.org/199252@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@229565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
68 additions
and 43 deletions.
- +20 −0 Tools/ChangeLog
- +1 −0 Tools/DumpRenderTree/CMakeLists.txt
- +4 −4 Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
- +0 −2 Tools/DumpRenderTree/PlatformMac.cmake
- +21 −26 Tools/DumpRenderTree/{TestOptions.mm → TestOptions.cpp}
- +2 −3 Tools/DumpRenderTree/TestOptions.h
- +2 −1 Tools/DumpRenderTree/mac/DumpRenderTree.mm
- +18 −7 Tools/DumpRenderTree/win/DumpRenderTree.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters