This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-24 19:55:22 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
92c02fcaff
playwright
/
browser_patches
/
webkit
/
BUILD_NUMBER
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(webkit): fix process swap related error message in WPE (#14263) 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 in 5a3fae4c5a0703399f5dd8a59076a5e15d361871 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: https://github.com/yury-s/WebKit/commit/fc28e40f3638b577ed4c5f515b9ea70e08aeff9e
2022-05-18 23:01:46 +03:00
1647
Changed: yurys@chromium.org Wed 18 May 2022 11:49:45 AM PDT
Reference in New Issue
Copy Permalink