[webkit-changes] [WebKit/WebKit] 94be12: [GTK] Remove WebKitWebContext:process-swap-on-cros...

Michael Catanzaro noreply at github.com
Fri Oct 21 07:20:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94be12a42fa1ad0b89aba0e4bb55943c182f86bf
      https://github.com/WebKit/WebKit/commit/94be12a42fa1ad0b89aba0e4bb55943c182f86bf
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
    M Tools/MiniBrowser/gtk/main.c
    M Tools/TestWebKitAPI/glib/WebKitGLib/TestMain.h

  Log Message:
  -----------
  [GTK] Remove WebKitWebContext:process-swap-on-cross-site-navigation-enabled and ensure PSON is always enabled with GTK 4
https://bugs.webkit.org/show_bug.cgi?id=220116

Reviewed by Carlos Garcia Campos.

In WPE, PSON is mandatory and always enabled. We cannot do this for GTK
3 without breaking existing apps, but we can do it for GTK 4.

* Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp:
(webkitWebContextConstructed):
(webkit_web_context_class_init):
* Tools/MiniBrowser/gtk/main.c:
(activate):
* Tools/TestWebKitAPI/glib/WebKitGLib/TestMain.h:
(Test::Test):

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




More information about the webkit-changes mailing list