[Webkit-unassigned] [Bug 188568] [GTK][WPE] Implement subprocess sandboxing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 08:12:19 PDT 2018


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

--- Comment #96 from Patrick Griffis <pgriffis at igalia.com> ---
(In reply to youenn fablet from comment #91)
> The alternative would be to use extraInitializationData this way:
> extraInitializationData.add("indexedDatabaseDirectory"_s,
> store.resolvedIndexedDatabaseDirectory());
> extraInitializationData.add("localStorageDirectory"_s,
> store.resolvedLocalStorageDirectory());
> I slightly prefer this approach :) compared to a GTK specific Vector<String>.

Done.

> > Source/WebKit/UIProcess/glib/WebProcessProxyGLib.cpp:44
> > +    websiteDataStore().resolveDirectoriesIfNecessary();
> 
> Is resolveDirectoriesIfNecessary call needed? Shouldn't already be done by
> WebProcessPool?


In my testing yes it was required:

    before resolve: ""
    after resolve: "/home/tingping/.cache/epiphany/applications"

-- 
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/20181011/d2fed86e/attachment.html>


More information about the webkit-unassigned mailing list