[webkit-changes] [WebKit/WebKit] 2cd480: [WPE][GTK] Fix documentation and improve error mes...
Michael Catanzaro
noreply at github.com
Wed Jan 8 06:51:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2cd480bfe34f1b9c0e889ed7f9426fb2eef5d657
https://github.com/WebKit/WebKit/commit/2cd480bfe34f1b9c0e889ed7f9426fb2eef5d657
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
Log Message:
-----------
[WPE][GTK] Fix documentation and improve error message when adding paths that do not yet exist to the sandbox
https://bugs.webkit.org/show_bug.cgi?id=285456
Reviewed by Carlos Garcia Campos.
Our documentation currently says that directories that do not yet exist
will be silently ignored. In fact, we print a confusing warning message
about failure to canonicalize it. Let's print a nice warning message
instead.
I also considered that WebKit could just create the missing directory,
but perhaps it's better to expect applications to do so themselves?
* Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp:
Canonical link: https://commits.webkit.org/288591@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list