[Webkit-unassigned] [Bug 156060] Fix WEB_PROCESS_CMD_PREFIX and NETWORK_PROCESS_CMD_PREFIX after r196500

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 08:08:41 PDT 2016


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

--- Comment #4 from Emanuele Aina <emanuele.aina at collabora.com> ---
I'm thinking about the alternate approach of checking the appropriate environment variable (accordingly to launchOptions.processType) directly in ChildProcessProxy::getLaunchOptions() and drop platformGetLaunchOptions() altogether.

At the moment we have roughly the same code checking those environment variables in multiple places, which led to some inconsistency (PLUGIN_PROCESS_CMD_PREFIX only works with the EFL port and not GTK, and there's not corresponding DATABASE_PROCESS_CMD_PREFIX).

I guess that would be more in the spirit of the original commit, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160401/401781e4/attachment.html>


More information about the webkit-unassigned mailing list