[webkit-changes] [WebKit/WebKit] b23433: [WPE][GTK]Propagate `allowTestOnlyIPC` test option...
Vitaly Dyachkov
noreply at github.com
Thu Apr 20 07:33:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b234333a4c8a2546ec6f5ab92c9ba5d9b9f03fed
https://github.com/WebKit/WebKit/commit/b234333a4c8a2546ec6f5ab92c9ba5d9b9f03fed
Author: Vitaly Dyachkov <vitaly at igalia.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M Source/WebKit/UIProcess/API/C/WKPageConfigurationRef.cpp
M Source/WebKit/UIProcess/API/C/WKPageConfigurationRef.h
M Tools/WebKitTestRunner/TestController.cpp
Log Message:
-----------
[WPE][GTK]Propagate `allowTestOnlyIPC` test option to page configuration
https://bugs.webkit.org/show_bug.cgi?id=255720
Reviewed by Carlos Garcia Campos.
261000 at main added `allowTestOnlyIPC` test option and corresponding
`API::PageConfiguration` property. But the API to connect them together
on GLib platform was missing.
Fixes `http/wpt/cache-storage/cache-quota-after-restart.any.html` crash.
* Source/WebKit/UIProcess/API/C/WKPageConfigurationRef.cpp:
(WKPageConfigurationSetAllowTestOnlyIPC):
* Source/WebKit/UIProcess/API/C/WKPageConfigurationRef.h:
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::generatePageConfiguration):
Canonical link: https://commits.webkit.org/263174@main
More information about the webkit-changes
mailing list