[webkit-changes] [WebKit/WebKit] e912e7: Build a SHARED WebCore on WinCairo

Don Olmstead noreply at github.com
Thu Dec 8 20:44:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e912e7b00570fe6700dd49d366acc773616d0577
      https://github.com/WebKit/WebKit/commit/e912e7b00570fe6700dd49d366acc773616d0577
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M Source/WebCore/platform/graphics/win/ImageWin.cpp
    M Source/WebKit/WebProcess/win/WebProcessWin.cpp
    M Source/WebKitLegacy/CMakeLists.txt
    M Source/WebKitLegacy/PlatformWin.cmake
    M Source/WebKitLegacy/win/WebKitDLL.cpp
    M Source/cmake/OptionsWinCairo.cmake

  Log Message:
  -----------
  Build a SHARED WebCore on WinCairo
https://bugs.webkit.org/show_bug.cgi?id=247944

Reviewed by Fujii Hironori.

Make WebCore a `SHARED` library. Build PAL into it as well. Build
WebKitLegacy as a framework now that there isn't a conflict with where
WebCore is built.

Stub out `loadResourceIntoBuffer` which loads icons. It will be
addressed in a future bug.

* Source/WebCore/platform/graphics/win/ImageWin.cpp:
* Source/WebKit/WebProcess/win/WebProcessWin.cpp:
* Source/WebKitLegacy/CMakeLists.txt:
* Source/WebKitLegacy/PlatformWin.cmake:
* Source/WebKitLegacy/win/WebKitDLL.cpp:
* Source/cmake/OptionsWinCairo.cmake:

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




More information about the webkit-changes mailing list