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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 06:48:39 PDT 2018


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

--- Comment #90 from youenn fablet <youennf at gmail.com> ---
(In reply to Patrick Griffis from comment #88)
> (In reply to youenn fablet from comment #85)
> > Comment on attachment 350781 [details]
> > [GTK][WPE] Implement subprocess sandboxing
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=350781&action=review
> > 
> > > Source/WebKit/UIProcess/Launcher/ProcessLauncher.h:74
> > > +#endif
> > 
> > Why not using extraInitializationData instead?
> 
> Well we need a list of strings and a bool, probably wouldn't want to shove
> those in a string.

extraInitializationData is a HashMap<String, String> so this seems to be good enough for your use case.
Since we have one way of doing things, we should probably either use it or refactor it if needed.

-- 
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/20181002/0bc872a3/attachment.html>


More information about the webkit-unassigned mailing list