mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-24 03:38:04 +03:00
92c02fcaff
This PR fixes the following error message in WPE: ``` [pid=506430][err] (MiniBrowser:506435): GLib-GObject-CRITICAL **: 11:47:23.538: g_object_new_is_valid_property: object class 'WebKitWebContext' has no property named 'process-swap-on-cross-site-navigation-enabled' +0ms ``` Our changes to WPE port that added support for the parameter were removed in5a3fae4c5a
as PSON is enabled by default in WPE (see https://bugs.webkit.org/show_bug.cgi?id=240052) and we don't need to set this explicitly in our fork. Pretty diff:fc28e40f36
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
1647
|
|
Changed: yurys@chromium.org Wed 18 May 2022 11:49:45 AM PDT
|