[Webkit-unassigned] [Bug 177052] New: [WPE][GTK] Further cleanups in ProcessLauncherGLib.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 17 08:06:11 PDT 2017


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

            Bug ID: 177052
           Summary: [WPE][GTK] Further cleanups in ProcessLauncherGLib.cpp
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

In order to use a more complex argv for the child process, we're going to need to clean up how we construct the argv vector. Let's use a Vector object so we don't need to guess the size of argv in advance. (I actually did this first using GPtrArray before I realized that was stupid.)

Also, tighten the scopes of some variables and further improve the error message.

-- 
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/20170917/7ef065ef/attachment.html>


More information about the webkit-unassigned mailing list