Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa1ff79d5989cacd2e0cf6a9ff1749ed7747b04b
https://github.com/WebKit/WebKit/commit/fa1ff79d5989cacd2e0cf6a9ff1749ed7747b04b
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-09-15 (Tue, 15 Sep 2026)
Changed paths:
M Source/JavaScriptCore/API/glib/JSCValue.cpp
M Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.h.in
M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
Log Message:
-----------
[GTK][WPE] Address post-landing review comments on API documentation fixes
https://bugs.webkit.org/show_bug.cgi?id=324229
Reviewed by Claudio Saavedra.
Follow-up to 321156@main addressing review comments that arrived after landing.
Use Markdown code markup for `null` in the jsc_value_is_null() return
value description, matching the function description.
Make the webkit_favicon_database_get_favicon() description more precise.
When an icon is already in the memory cache, its image data is not read
from the database again, but the database is still queried for the icon
ID and timestamp, so it is not bypassed entirely.
Add parentheses after function names in the deprecation warnings emitted
by WebKitSettings and WebKitWebContext, as is customary.
* Source/JavaScriptCore/API/glib/JSCValue.cpp:
* Source/WebKit/UIProcess/API/glib/WebKitFaviconDatabase.h.in:
* Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:
(webkit_settings_get_load_icons_ignoring_image_load_setting):
(webkit_settings_set_load_icons_ignoring_image_load_setting):
(webkit_settings_set_enable_offline_web_application_cache):
(webkit_settings_get_enable_plugins):
(webkit_settings_set_enable_plugins):
(webkit_settings_get_enable_java):
(webkit_settings_set_enable_java):
(webkit_settings_set_enable_hyperlink_auditing):
(webkit_settings_set_enable_private_browsing):
(webkit_settings_get_enable_dns_prefetching):
(webkit_settings_set_enable_dns_prefetching):
* Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp:
(webkit_web_context_set_additional_plugins_directory):
(webkit_web_context_get_plugins):
(webkit_web_context_set_disk_cache_directory):
(webkit_web_context_set_web_process_count_limit):
Canonical link: https://commits.webkit.org/321157@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications