[webkit-changes] [WebKit/WebKit] c58657: [GTK][WPE] Use enable-html5-database runtime flag ...
Przemyslaw Gorszkowski
noreply at github.com
Tue Sep 19 12:43:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c58657f2f72f00a4ad5e05e02449cc9bc3cea6e8
https://github.com/WebKit/WebKit/commit/c58657f2f72f00a4ad5e05e02449cc9bc3cea6e8
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
M Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebView.cpp
Log Message:
-----------
[GTK][WPE] Use enable-html5-database runtime flag to control IndexedDB API
https://bugs.webkit.org/show_bug.cgi?id=261669
Reviewed by Michael Catanzaro.
By default IndexedDB API is enabled. To change that we can use runtime flag:
"enable-html5-database" or by calling "webkit_settings_set_enable_html5-database".
* Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:
(webkit_settings_get_enable_html5_database):
(webkit_settings_set_enable_html5_database):
* Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebView.cpp:
(testWebViewEnableHTML5Database):
(beforeAll):
Canonical link: https://commits.webkit.org/268142@main
More information about the webkit-changes
mailing list