[webkit-changes] [WebKit/WebKit] a60989: Remove unused source files and functions under pla...

Fujii Hironori noreply at github.com
Tue Aug 8 14:59:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a609892d5f503ee3cc18db868de83fc76e05770f
      https://github.com/WebKit/WebKit/commit/a609892d5f503ee3cc18db868de83fc76e05770f
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M Source/WebCore/PlatformWin.cmake
    M Source/WebCore/platform/LocalizedStrings.h
    R Source/WebCore/platform/win/DefWndProcWindowClass.cpp
    R Source/WebCore/platform/win/DefWndProcWindowClass.h
    R Source/WebCore/platform/win/DelayLoadedModulesEnumerator.cpp
    R Source/WebCore/platform/win/DelayLoadedModulesEnumerator.h
    R Source/WebCore/platform/win/GDIObjectCounter.cpp
    R Source/WebCore/platform/win/GDIObjectCounter.h
    R Source/WebCore/platform/win/ImportedFunctionsEnumerator.cpp
    R Source/WebCore/platform/win/ImportedFunctionsEnumerator.h
    R Source/WebCore/platform/win/ImportedModulesEnumerator.cpp
    R Source/WebCore/platform/win/ImportedModulesEnumerator.h
    R Source/WebCore/platform/win/ImportedModulesEnumeratorBase.h
    R Source/WebCore/platform/win/LocalizedStringsWin.cpp
    R Source/WebCore/platform/win/PEImage.cpp
    R Source/WebCore/platform/win/PEImage.h
    R Source/WebCore/platform/win/StructuredExceptionHandlerSuppressor.cpp
    R Source/WebCore/platform/win/StructuredExceptionHandlerSuppressor.h
    R Source/WebCore/platform/win/TemporaryLinkStubs.cpp
    M Source/WebCore/platform/win/WebCoreBundleWin.cpp
    M Source/WebCore/platform/win/WebCoreTextRenderer.cpp
    M Source/WebCore/platform/win/WebCoreTextRenderer.h
    R Source/WebCore/platform/win/WindowsTouch.h
    R Source/WebCore/platform/win/makesafeseh.asm
    M Source/WebKit/UIProcess/win/PageClientImpl.cpp
    M Source/WebKit/UIProcess/win/WebView.cpp

  Log Message:
  -----------
  Remove unused source files and functions under platform/win directory
https://bugs.webkit.org/show_bug.cgi?id=259920

Reviewed by Don Olmstead.

* Source/WebCore/PlatformWin.cmake:
* Source/WebCore/platform/LocalizedStrings.h:
* Source/WebCore/platform/win/DefWndProcWindowClass.cpp: Removed.
* Source/WebCore/platform/win/DefWndProcWindowClass.h: Removed.
* Source/WebCore/platform/win/DelayLoadedModulesEnumerator.cpp: Removed.
* Source/WebCore/platform/win/DelayLoadedModulesEnumerator.h: Removed.
* Source/WebCore/platform/win/GDIObjectCounter.cpp: Removed.
* Source/WebCore/platform/win/GDIObjectCounter.h: Removed.
* Source/WebCore/platform/win/ImportedFunctionsEnumerator.cpp: Removed.
* Source/WebCore/platform/win/ImportedFunctionsEnumerator.h: Removed.
* Source/WebCore/platform/win/ImportedModulesEnumerator.cpp: Removed.
* Source/WebCore/platform/win/ImportedModulesEnumerator.h: Removed.
* Source/WebCore/platform/win/ImportedModulesEnumeratorBase.h: Removed.
* Source/WebCore/platform/win/LocalizedStringsWin.cpp: Removed.
* Source/WebCore/platform/win/PEImage.cpp: Removed.
* Source/WebCore/platform/win/PEImage.h: Removed.
* Source/WebCore/platform/win/StructuredExceptionHandlerSuppressor.cpp: Removed.
* Source/WebCore/platform/win/StructuredExceptionHandlerSuppressor.h: Removed.
* Source/WebCore/platform/win/TemporaryLinkStubs.cpp: Removed.
* Source/WebCore/platform/win/WebCoreBundleWin.cpp:
(WebCore::webKitBundlePath):
* Source/WebCore/platform/win/WebCoreTextRenderer.cpp:
(WebCore::WebCoreTextFloatWidth): Deleted.
(WebCore::WebCoreSetShouldUseFontSmoothing): Deleted.
(WebCore::WebCoreShouldUseFontSmoothing): Deleted.
(WebCore::WebCoreSetAlwaysUsesComplexTextCodePath): Deleted.
(WebCore::WebCoreAlwaysUsesComplexTextCodePath): Deleted.
* Source/WebCore/platform/win/WebCoreTextRenderer.h:
* Source/WebCore/platform/win/WindowsTouch.h: Removed.
* Source/WebCore/platform/win/makesafeseh.asm: Removed.
* Source/WebKit/UIProcess/win/PageClientImpl.cpp:
(WebKit::PageClientImpl::handleRunOpenPanel):
* Source/WebKit/UIProcess/win/WebView.cpp:

Canonical link: https://commits.webkit.org/266701@main




More information about the webkit-changes mailing list