[Webkit-unassigned] [Bug 254507] [GTK] webkit_web_context_add_path_to_sandbox() does not accept currently non-existent paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 27 05:43:39 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254507

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org

--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
So technically it's possible to allow this, but I'm not sure it's a good idea. Thing is, if you fail to create the path before starting the web process, then the path is not going to be mounted. This could be very confusing for application developers. And the application does not know when a new web process is created: we don't expose that at all. Currently there is one web process per non-related view, but in the future I would expect all views displaying the same origin to share a web process. And for Evolution, that would be all views, so the content would effectively never be reloaded.

Exposing functionality that could change in the future based on process model changes is inherently risky.

Is creating the preview-plugins directory in advance really such a bad thing? It's OK for it to be empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230327/4c2b8019/attachment.htm>


More information about the webkit-unassigned mailing list