[webkit-changes] [WebKit/WebKit] 94bb4c: REGRESSION(261349 at main): [GLib] Problems with inst...

Michael Catanzaro noreply at github.com
Thu Mar 9 15:11:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94bb4c0cb7e9de7166400d813fe974f505be7ef8
      https://github.com/WebKit/WebKit/commit/94bb4c0cb7e9de7166400d813fe974f505be7ef8
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Source/WebKit/PlatformGTK.cmake
    M Source/WebKit/PlatformWPE.cmake
    M Source/WebKit/PlatformWPEDeprecated.cmake

  Log Message:
  -----------
  REGRESSION(261349 at main): [GLib] Problems with installed headers
https://bugs.webkit.org/show_bug.cgi?id=226665

Reviewed by Adrian Perez de Castro.

I made two mistakes in this commit:

 (1) I failed to properly install webkit-web-extension.h for WPE 1.1/1.0
API versions, making it impossible to use the web process extension API.

 (2) I improperly install webkit-web-process-extension.h for the GTK 3
API version. It's an unwanted duplicate of webkit-web-extension.h.

* Source/WebKit/PlatformGTK.cmake:
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/PlatformWPEDeprecated.cmake:

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




More information about the webkit-changes mailing list